@charset "UTF-8";
.floating-menu{--fm-z-index:9999;--fm-offset:0;--fm-color:#e86e2c;--fm-hover-color:#fff;--fm-border-radius:0;--fm-icon-size:24;--fm-icon-box:calc(var(--fm-icon-size)*2);--fm-icon-radius:0;--fm-icon-text:12;--fm-label-radius:0;--fm-text-radius:0;box-sizing:border-box;pointer-events:none;position:fixed;visibility:hidden;z-index:var(--fm-z-index)}.floating-menu.-left{left:var(--fm-offset)}.floating-menu.-right{right:var(--fm-offset)}.floating-menu.-top{top:var(--fm-offset)}.floating-menu.-bottom{bottom:var(--fm-offset)}.floating-menu.-center{top:50%}.floating-menu.-round{--fm-border-radius:calc(var(--fm-icon-box)/2*1px);--fm-icon-radius:var(--fm-border-radius);--fm-label-radius:var(--fm-border-radius);--fm-text-radius:5px}.floating-menu.-rounded{--_radius:5px;--fm-border-radius:var(--_radius);--fm-icon-radius:var(--fm-border-radius);--fm-label-radius:var(--fm-border-radius);--fm-text-radius:5px}.floating-menu.-rounded-out{--_radius:5px;--fm-border-radius:0 var(--_radius) var(--_radius) 0;--fm-icon-radius:var(--fm-border-radius);--fm-label-radius:var(--_radius);--fm-text-radius:5px}.floating-menu.-right.-rounded-out{--fm-border-radius:var(--_radius) 0 0 var(--_radius)}.floating-menu.-side-space{--fm-offset:2px}@media print{.floating-menu{display:none}}.floating-menu *{box-sizing:border-box}.floating-menu.fm-ready{pointer-events:auto;visibility:visible}.floating-menu.fm-hidden{display:none}.floating-menu{--fm-button-space:0}.floating-menu.-button-space{--fm-button-space:2}.floating-menu ul.fm-bar{display:flex;flex-direction:column;gap:calc(var(--fm-button-space)*1px);list-style:none;margin:0;padding:0}.floating-menu ul.fm-bar.is-horizontal{flex-direction:row}.floating-menu .fm-item{--item_width:calc(var(--fm-icon-box)*1px);border-radius:var(--fm-border-radius);position:relative}.floating-menu .fm-item.-hidden{visibility:hidden}.floating-menu{--fm-background:#1b094f;--fm-hover-background:#e86e2c;--fm-link-duration:400;--fm-link-transition-duration:calc(var(--fm-link-duration)*1ms);--fm-link-function:cubic-bezier(0.25,1,0.5,1);--fm-link-width:calc(var(--fm-icon-box)*1px);--_width:0;--fm-margin-inline:0 var(--fm-link-width)}.floating-menu.-label-connect a.fm-link.-active,.floating-menu.-label-connect a.fm-link:focus-visible,.floating-menu.-label-connect a.fm-link:hover,.floating-menu.-label-connect form.fm-link.-active,.floating-menu.-label-connect form.fm-link:focus-visible,.floating-menu.-label-connect form.fm-link:hover{z-index:4}.floating-menu.-label-connect a.fm-link.-active .fm-label,.floating-menu.-label-connect a.fm-link:focus-visible .fm-label,.floating-menu.-label-connect a.fm-link:hover .fm-label,.floating-menu.-label-connect form.fm-link.-active .fm-label,.floating-menu.-label-connect form.fm-link:focus-visible .fm-label,.floating-menu.-label-connect form.fm-link:hover .fm-label{padding-inline:100% 12px}.floating-menu.-label-connect.-right a.fm-link.-active .fm-label,.floating-menu.-label-connect.-right a.fm-link:focus-visible .fm-label,.floating-menu.-label-connect.-right a.fm-link:hover .fm-label,.floating-menu.-label-connect.-right form.fm-link.-active .fm-label,.floating-menu.-label-connect.-right form.fm-link:focus-visible .fm-label,.floating-menu.-label-connect.-right form.fm-link:hover .fm-label{padding-inline:12px 100%}.floating-menu.-label-connect.-right a.fm-link.-active+.fm-extra-text,.floating-menu.-label-connect.-right a.fm-link:focus-visible+.fm-extra-text,.floating-menu.-label-connect.-right a.fm-link:hover+.fm-extra-text,.floating-menu.-label-connect.-right form.fm-link.-active+.fm-extra-text,.floating-menu.-label-connect.-right form.fm-link:focus-visible+.fm-extra-text,.floating-menu.-label-connect.-right form.fm-link:hover+.fm-extra-text{left:unset;right:100%}.floating-menu.-right a.fm-link,.floating-menu.-right form.fm-link{--link-transforn:calc(-100% + var(--fm-link-width));flex-direction:row-reverse;transform:translateX(var(--link-transforn))}.floating-menu.-right a.fm-link .fm-label,.floating-menu.-right form.fm-link .fm-label{left:0;right:auto}.floating-menu.-right a.fm-link .fm-label.fm-empty-icon,.floating-menu.-right form.fm-link .fm-label.fm-empty-icon{background-color:var(--fm-background);color:var(--fm-color);left:calc(var(--fm-link-width) + 12px);right:unset!important;z-index:2}.floating-menu.-right a.fm-link .fm-label.fm-empty-icon:hover,.floating-menu.-right form.fm-link .fm-label.fm-empty-icon:hover{background-color:var(--fm-hover-background);color:var(--fm-hover-color)}.floating-menu.-right a.fm-link.-slide-out .fm-label,.floating-menu.-right a.fm-link.-slide-out-fade .fm-label,.floating-menu.-right form.fm-link.-slide-out .fm-label,.floating-menu.-right form.fm-link.-slide-out-fade .fm-label{transform:translateX(100%)}.floating-menu.-right a.fm-link.-slide-in,.floating-menu.-right form.fm-link.-slide-in{--fm-margin-inline:var(--fm-link-width) 0}.floating-menu.-right a.fm-link.-slide-in .fm-label,.floating-menu.-right form.fm-link.-slide-in .fm-label{--_translate:calc(var(--fm-link-width)*-1);transform:translateX(var(--_translate))}.floating-menu.-right a.fm-link.-slide-in-in,.floating-menu.-right a.fm-link.-slide-out-out,.floating-menu.-right form.fm-link.-slide-in-in,.floating-menu.-right form.fm-link.-slide-out-out{--fm-margin-inline:var(--fm-link-width) 0}.floating-menu a.fm-link,.floating-menu form.fm-link{align-items:center;border-radius:var(--fm-border-radius);cursor:pointer;display:flex;margin:0;max-width:none;outline:none;overflow:hidden;padding:0;position:relative;text-decoration:none;width:var(--fm-link-width);z-index:3}.floating-menu a.fm-link.-label-hidden .fm-label,.floating-menu form.fm-link.-label-hidden .fm-label{display:none}.floating-menu a.fm-link .fm-label,.floating-menu form.fm-link .fm-label{position:absolute;right:0;top:0}.floating-menu a.fm-link.-active,.floating-menu a.fm-link:focus-visible,.floating-menu a.fm-link:hover,.floating-menu form.fm-link.-active,.floating-menu form.fm-link:focus-visible,.floating-menu form.fm-link:hover{width:calc(100% + var(--_width)*1px)}.floating-menu a.fm-link.-active .fm-icon,.floating-menu a.fm-link.-active .fm-label,.floating-menu a.fm-link:focus-visible .fm-icon,.floating-menu a.fm-link:focus-visible .fm-label,.floating-menu a.fm-link:hover .fm-icon,.floating-menu a.fm-link:hover .fm-label,.floating-menu form.fm-link.-active .fm-icon,.floating-menu form.fm-link.-active .fm-label,.floating-menu form.fm-link:focus-visible .fm-icon,.floating-menu form.fm-link:focus-visible .fm-label,.floating-menu form.fm-link:hover .fm-icon,.floating-menu form.fm-link:hover .fm-label{background-color:var(--fm-hover-background);color:var(--fm-hover-color)}.floating-menu a.fm-link.-active .fm-label,.floating-menu a.fm-link:focus-visible .fm-label,.floating-menu a.fm-link:hover .fm-label,.floating-menu form.fm-link.-active .fm-label,.floating-menu form.fm-link:focus-visible .fm-label,.floating-menu form.fm-link:hover .fm-label{opacity:1}.floating-menu a.fm-link.-active .fm-label.fm-empty-icon,.floating-menu a.fm-link:focus-visible .fm-label.fm-empty-icon,.floating-menu a.fm-link:hover .fm-label.fm-empty-icon,.floating-menu form.fm-link.-active .fm-label.fm-empty-icon,.floating-menu form.fm-link:focus-visible .fm-label.fm-empty-icon,.floating-menu form.fm-link:hover .fm-label.fm-empty-icon{background-color:var(--fm-background);color:var(--fm-color);right:calc(var(--fm-link-width)*2 - 12px);z-index:2}.floating-menu a.fm-link.-active .fm-label.fm-empty-icon:hover,.floating-menu a.fm-link:focus-visible .fm-label.fm-empty-icon:hover,.floating-menu a.fm-link:hover .fm-label.fm-empty-icon:hover,.floating-menu form.fm-link.-active .fm-label.fm-empty-icon:hover,.floating-menu form.fm-link:focus-visible .fm-label.fm-empty-icon:hover,.floating-menu form.fm-link:hover .fm-label.fm-empty-icon:hover{background-color:var(--fm-hover-background);color:var(--fm-hover-color)}.floating-menu a.fm-link.-active .fm-icon img,.floating-menu a.fm-link.-active .fm-icon span,.floating-menu a.fm-link:focus-visible .fm-icon img,.floating-menu a.fm-link:focus-visible .fm-icon span,.floating-menu a.fm-link:hover .fm-icon img,.floating-menu a.fm-link:hover .fm-icon span,.floating-menu form.fm-link.-active .fm-icon img,.floating-menu form.fm-link.-active .fm-icon span,.floating-menu form.fm-link:focus-visible .fm-icon img,.floating-menu form.fm-link:focus-visible .fm-icon span,.floating-menu form.fm-link:hover .fm-icon img,.floating-menu form.fm-link:hover .fm-icon span{animation-play-state:paused;animation:none}.floating-menu a.fm-link.-active+.fm-extra-text,.floating-menu a.fm-link:focus-visible+.fm-extra-text,.floating-menu a.fm-link:hover+.fm-extra-text,.floating-menu form.fm-link.-active+.fm-extra-text,.floating-menu form.fm-link:focus-visible+.fm-extra-text,.floating-menu form.fm-link:hover+.fm-extra-text{background-color:var(--fm-hover-background);color:var(--fm-hover-color);left:100%;opacity:1;top:0;visibility:visible}.floating-menu a.fm-link.-fade,.floating-menu a.fm-link.-slide-in,.floating-menu a.fm-link.-slide-in-in,.floating-menu a.fm-link.-slide-out,.floating-menu a.fm-link.-slide-out-fade,.floating-menu a.fm-link.-slide-out-out,.floating-menu form.fm-link.-fade,.floating-menu form.fm-link.-slide-in,.floating-menu form.fm-link.-slide-in-in,.floating-menu form.fm-link.-slide-out,.floating-menu form.fm-link.-slide-out-fade,.floating-menu form.fm-link.-slide-out-out{transition:width 0s ease var(--fm-link-transition-duration)}.floating-menu a.fm-link.-fade.-active,.floating-menu a.fm-link.-fade:focus-visible,.floating-menu a.fm-link.-fade:hover,.floating-menu a.fm-link.-slide-in-in.-active,.floating-menu a.fm-link.-slide-in-in:focus-visible,.floating-menu a.fm-link.-slide-in-in:hover,.floating-menu a.fm-link.-slide-in.-active,.floating-menu a.fm-link.-slide-in:focus-visible,.floating-menu a.fm-link.-slide-in:hover,.floating-menu a.fm-link.-slide-out-fade.-active,.floating-menu a.fm-link.-slide-out-fade:focus-visible,.floating-menu a.fm-link.-slide-out-fade:hover,.floating-menu a.fm-link.-slide-out-out.-active,.floating-menu a.fm-link.-slide-out-out:focus-visible,.floating-menu a.fm-link.-slide-out-out:hover,.floating-menu a.fm-link.-slide-out.-active,.floating-menu a.fm-link.-slide-out:focus-visible,.floating-menu a.fm-link.-slide-out:hover,.floating-menu form.fm-link.-fade.-active,.floating-menu form.fm-link.-fade:focus-visible,.floating-menu form.fm-link.-fade:hover,.floating-menu form.fm-link.-slide-in-in.-active,.floating-menu form.fm-link.-slide-in-in:focus-visible,.floating-menu form.fm-link.-slide-in-in:hover,.floating-menu form.fm-link.-slide-in.-active,.floating-menu form.fm-link.-slide-in:focus-visible,.floating-menu form.fm-link.-slide-in:hover,.floating-menu form.fm-link.-slide-out-fade.-active,.floating-menu form.fm-link.-slide-out-fade:focus-visible,.floating-menu form.fm-link.-slide-out-fade:hover,.floating-menu form.fm-link.-slide-out-out.-active,.floating-menu form.fm-link.-slide-out-out:focus-visible,.floating-menu form.fm-link.-slide-out-out:hover,.floating-menu form.fm-link.-slide-out.-active,.floating-menu form.fm-link.-slide-out:focus-visible,.floating-menu form.fm-link.-slide-out:hover{transition:width 0s ease}.floating-menu a.fm-link.-fade .fm-label,.floating-menu form.fm-link.-fade .fm-label{transition:opacity var(--fm-link-transition-duration) var(--fm-link-function)}.floating-menu a.fm-link.-slide-out .fm-label,.floating-menu form.fm-link.-slide-out .fm-label{transform:translateX(-100%);transition-delay:var(--fm-link-transition-duration),0s;transition-duration:0s,var(--fm-link-transition-duration);transition-property:opacity,transform;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-out.-active .fm-label,.floating-menu a.fm-link.-slide-out:focus-visible .fm-label,.floating-menu a.fm-link.-slide-out:hover .fm-label,.floating-menu form.fm-link.-slide-out.-active .fm-label,.floating-menu form.fm-link.-slide-out:focus-visible .fm-label,.floating-menu form.fm-link.-slide-out:hover .fm-label{transform:translateX(0);transition-delay:0s,0s}.floating-menu a.fm-link.-slide-out-fade .fm-label,.floating-menu form.fm-link.-slide-out-fade .fm-label{transform:translateX(-100%);transition-duration:var(--fm-link-transition-duration);transition-property:opacity,transform;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-out-fade.-active .fm-label,.floating-menu a.fm-link.-slide-out-fade:focus-visible .fm-label,.floating-menu a.fm-link.-slide-out-fade:hover .fm-label,.floating-menu form.fm-link.-slide-out-fade.-active .fm-label,.floating-menu form.fm-link.-slide-out-fade:focus-visible .fm-label,.floating-menu form.fm-link.-slide-out-fade:hover .fm-label{transform:translateX(0)}.floating-menu a.fm-link.-slide-in.-active,.floating-menu a.fm-link.-slide-in:focus-visible,.floating-menu a.fm-link.-slide-in:hover,.floating-menu form.fm-link.-slide-in.-active,.floating-menu form.fm-link.-slide-in:focus-visible,.floating-menu form.fm-link.-slide-in:hover{width:calc(100% + var(--_width)*1px + var(--fm-link-width))}.floating-menu a.fm-link.-slide-in .fm-label,.floating-menu form.fm-link.-slide-in .fm-label{margin-inline:var(--fm-margin-inline);transform:translateX(var(--fm-link-width));transition-duration:var(--fm-link-transition-duration);transition-property:transform,opacity;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-in.-active .fm-label,.floating-menu a.fm-link.-slide-in:focus-visible .fm-label,.floating-menu a.fm-link.-slide-in:hover .fm-label,.floating-menu form.fm-link.-slide-in.-active .fm-label,.floating-menu form.fm-link.-slide-in:focus-visible .fm-label,.floating-menu form.fm-link.-slide-in:hover .fm-label{transform:translateX(0);transition-duration:var(--fm-link-transition-duration);transition-property:transform,opacity;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-out-out.-active,.floating-menu a.fm-link.-slide-out-out:focus-visible,.floating-menu a.fm-link.-slide-out-out:hover,.floating-menu form.fm-link.-slide-out-out.-active,.floating-menu form.fm-link.-slide-out-out:focus-visible,.floating-menu form.fm-link.-slide-out-out:hover{width:calc(100% + var(--_width)*1px + var(--fm-link-width))}.floating-menu a.fm-link.-slide-out-out .fm-label,.floating-menu form.fm-link.-slide-out-out .fm-label{animation:fmSlideOutFirst var(--fm-link-transition-duration) var(--fm-link-function) forwards;margin-inline:var(--fm-margin-inline)}.floating-menu a.fm-link.-slide-out-out.-active .fm-label,.floating-menu a.fm-link.-slide-out-out:focus-visible .fm-label,.floating-menu a.fm-link.-slide-out-out:hover .fm-label,.floating-menu form.fm-link.-slide-out-out.-active .fm-label,.floating-menu form.fm-link.-slide-out-out:focus-visible .fm-label,.floating-menu form.fm-link.-slide-out-out:hover .fm-label{animation:fmSlideOutSecond var(--fm-link-transition-duration) var(--fm-link-function) forwards}.floating-menu a.fm-link.-slide-in-in.-active,.floating-menu a.fm-link.-slide-in-in:focus-visible,.floating-menu a.fm-link.-slide-in-in:hover,.floating-menu form.fm-link.-slide-in-in.-active,.floating-menu form.fm-link.-slide-in-in:focus-visible,.floating-menu form.fm-link.-slide-in-in:hover{width:calc(100% + var(--_width)*1px + var(--fm-link-width))}.floating-menu a.fm-link.-slide-in-in .fm-label,.floating-menu form.fm-link.-slide-in-in .fm-label{animation:fmSlideInFirst var(--fm-link-transition-duration) var(--fm-link-function) forwards;margin-inline:var(--fm-margin-inline)}.floating-menu a.fm-link.-slide-in-in.-active .fm-label,.floating-menu a.fm-link.-slide-in-in:focus-visible .fm-label,.floating-menu a.fm-link.-slide-in-in:hover .fm-label,.floating-menu form.fm-link.-slide-in-in.-active .fm-label,.floating-menu form.fm-link.-slide-in-in:focus-visible .fm-label,.floating-menu form.fm-link.-slide-in-in:hover .fm-label{animation:fmSlideInSecond var(--fm-link-transition-duration) var(--fm-link-function) forwards}.floating-menu:hover a.fm-link.fm-hovering-hide:not(:hover) .fm-label{visibility:hidden}@keyframes fmSlideOutSecond{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes fmSlideOutFirst{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--fm-link-width))}}@keyframes fmSlideInSecond{0%{opacity:0;transform:translateX(var(--fm-link-width))}to{opacity:1;transform:translateX(0)}}@keyframes fmSlideInFirst{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.floating-menu .fm-icon{--_flip:1;--_rotate:0;--fm-icon-text-weight:normal;align-items:center;background-color:var(--fm-background);border-radius:var(--fm-icon-radius);color:var(--fm-color);display:flex;flex-direction:column;font-size:calc(var(--fm-icon-size)*1px);height:calc(var(--fm-icon-box)*1px);justify-content:center;margin:0;padding:0;row-gap:5px;transform-origin:center;width:calc(var(--fm-icon-box)*1px);z-index:1}.floating-menu .fm-icon .icon-text{font-size:calc(var(--fm-icon-text)*1px);font-weight:var(--fm-icon-text-weight);line-height:1;text-align:center}.floating-menu .fm-icon.-full img{border-radius:var(--fm-icon-radius);height:calc(var(--fm-icon-box)*1px);width:calc(var(--fm-icon-box)*1px)}.floating-menu .fm-icon img{height:calc(var(--fm-icon-size)*1px);-o-object-fit:cover;object-fit:cover;width:calc(var(--fm-icon-size)*1px)}.floating-menu .fm-icon img,.floating-menu .fm-icon span{rotate:calc(var(--_rotate)*1deg);scale:var(--_flip)}.floating-menu .fm-icon.-flip-horizontal{--_flip:-1 1}.floating-menu .fm-icon.-flip-vertical{--_flip:1 -1}.floating-menu .fm-icon.-flip-both{--_flip:-1 -1}.floating-menu .fm-icon.-beat,.floating-menu .fm-icon.-beat-fade,.floating-menu .fm-icon.-bounce,.floating-menu .fm-icon.-fade,.floating-menu .fm-icon.-flip,.floating-menu .fm-icon.-shake,.floating-menu .fm-icon.-spin{--icon-delay:0s;--icon-duration:1s;--icon-count:infinite}.floating-menu .fm-icon.-beat img,.floating-menu .fm-icon.-beat span,.floating-menu .fm-icon.-beat-fade img,.floating-menu .fm-icon.-beat-fade span,.floating-menu .fm-icon.-bounce img,.floating-menu .fm-icon.-bounce span,.floating-menu .fm-icon.-fade img,.floating-menu .fm-icon.-fade span,.floating-menu .fm-icon.-flip img,.floating-menu .fm-icon.-flip span,.floating-menu .fm-icon.-shake img,.floating-menu .fm-icon.-shake span,.floating-menu .fm-icon.-spin img,.floating-menu .fm-icon.-spin span{animation-delay:var(--icon-delay);animation-direction:normal;animation-duration:var(--icon-duration);animation-iteration-count:var(--icon-count)}.floating-menu .fm-icon.-beat img,.floating-menu .fm-icon.-beat span{animation-name:wowp-icon-beat;animation-timing-function:ease-in-out}.floating-menu .fm-icon.-bounce img,.floating-menu .fm-icon.-bounce span{animation-name:wowp-icon-bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1)}.floating-menu .fm-icon.-fade img,.floating-menu .fm-icon.-fade span{animation-name:wowp-icon-fade;animation-timing-function:cubic-bezier(.4,0,.6,1)}.floating-menu .fm-icon.-beat-fade img,.floating-menu .fm-icon.-beat-fade span{animation-name:wowp-icon-beat-fade;animation-timing-function:cubic-bezier(.4,0,.6,1)}.floating-menu .fm-icon.-flip img,.floating-menu .fm-icon.-flip span{animation-name:wowp-icon-flip;animation-timing-function:ease-in-out}.floating-menu .fm-icon.-shake img,.floating-menu .fm-icon.-shake span{animation-name:wowp-icon-shake;animation-timing-function:linear}.floating-menu .fm-icon.-spin img,.floating-menu .fm-icon.-spin span{animation-name:wowp-icon-spin;animation-timing-function:linear}@keyframes wowp-icon-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25)}}@keyframes wowp-icon-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.25em)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-.125em)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes wowp-icon-fade{50%{opacity:.4}}@keyframes wowp-icon-beat-fade{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.125)}}@keyframes wowp-icon-flip{50%{transform:rotateY(-180deg)}}@keyframes wowp-icon-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes wowp-icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.floating-menu{--fm-label-size:15;--fm-label-font:inherit;--fm-label-font-style:normal;--fm-label-weight:normal}.floating-menu.fm-label-ready .fm-label{visibility:visible}.floating-menu .fm-label{align-items:center;background-color:var(--fm-background);border-radius:var(--fm-label-radius);color:var(--fm-color);display:flex;font-family:var(--fm-label-font);font-size:calc(var(--fm-label-size)*1px);font-style:var(--fm-label-font-style);font-weight:var(--fm-label-weight);height:calc(var(--fm-icon-box)*1px);opacity:0;padding-inline:12px;white-space:nowrap}.floating-menu{--fm-text_width:max-content;--fm-text_size:16px}.floating-menu .fm-extra-text{--text_margin:0;background-color:var(--fm-background);border-radius:var(--fm-text-radius);color:var(--fm-color);font-size:var(--fm-text_size);left:-9999px;margin-inline:calc(var(--text_margin)*1px);opacity:0;padding:calc(var(--fm-icon-box)*1px + 5px) 12px 12px 12px;position:absolute;top:-9999px;transition:opacity var(--fm-link-transition-duration) var(--fm-link-function);visibility:hidden;width:var(--fm-text_width)}.floating-menu .fm-extra-text p{line-height:1.125;margin:0}.floating-menu .fm-extra-text p+p{margin-top:12px}.floating-menu{--fm-sub-space:0px;--fm-sub-box:calc(var(--fm-icon-box)*1px);--fm-sub-duration:400;--fm-sub-transition-duration:calc(var(--fm-sub-duration)*1ms);--fm-sub-function:cubic-bezier(0.25,1,0.5,1)}.floating-menu.-right .fm-has-sub.fm-sub-side.-active .fm-sub,.floating-menu.-right .fm-has-sub.fm-sub-side:has(.fm-link:focus-within) .fm-sub{left:calc((var(--fm-sub-box) + var(--fm-sub-space))*-1);top:calc(var(--fm-sub-box) + var(--fm-sub-space))}.floating-menu.-right .fm-has-sub.fm-sub-side.-sub-slide .fm-sub{--_box:calc(var(--fm-icon-box)*1px + var(--fm-sub-space))}.floating-menu.-sub-space{--fm-sub-space:2px}.floating-menu .fm-sub{left:-9999px;opacity:0;position:absolute;top:-9999px;visibility:hidden;z-index:9}.floating-menu .fm-sub:after{content:"";height:calc(100% + var(--fm-sub-space)*2);left:calc(var(--fm-sub-space)*-1);position:absolute;top:calc(var(--fm-sub-space)*-1);width:calc(100% + var(--fm-sub-space)*2)}.floating-menu .fm-has-sub{position:relative;width:var(--fm-sub-box)}.floating-menu .fm-has-sub>.fm-link.-label-hidden{z-index:2}.floating-menu .fm-has-sub>.fm-link.-label-hidden .fm-label{visibility:hidden}.floating-menu .fm-has-sub.fm-sub-circular{--_offset:0}.floating-menu .fm-has-sub.fm-sub-circular .fm-item{left:0;position:absolute;top:0}.floating-menu .fm-has-sub.fm-sub-circular .fm-item:has(.fm-link:focus-visible),.floating-menu .fm-has-sub.fm-sub-circular .fm-item:hover{z-index:9}.floating-menu .fm-has-sub.fm-sub-circular.-active{margin-bottom:calc(var(--_offset)*1px + var(--fm-sub-space))}.floating-menu .fm-has-sub.fm-sub-circular.-active:after{content:"";height:calc(var(--_box)*1px*2 + var(--fm-sub-box));position:absolute;top:calc(var(--_box)*1px*-1);width:calc(var(--_box)*1px + var(--fm-sub-box))}.floating-menu .fm-has-sub.fm-sub-circular.-active .fm-sub{left:0;opacity:1;top:0;visibility:visible}.floating-menu .fm-has-sub.fm-sub-circular.-active .fm-item{--x:0px;--y:0px;transform:translate(var(--x),var(--y))}.floating-menu .fm-has-sub.fm-sub-circular.-sub-slide .fm-sub{--_box:0}.floating-menu .fm-has-sub.fm-sub-circular.-sub-slide .fm-sub .fm-item{transition:transform var(--_duration) var(--_function)}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-fade .fm-sub .fm-item{transition:opacity var(--_duration) var(--_function) calc(var(--_close_delay)*1ms),transform 0s linear var(--_duration)}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-fade.-active .fm-sub .fm-item{--_delay:0;--_close_delay:0;transition:opacity var(--_duration) var(--_function) calc(var(--_delay)*1ms),transform 0s linear}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-slide .fm-sub .fm-item{position:absolute;top:0}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-slide .fm-sub .fm-item,.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-slide.-active .fm-sub .fm-item{transition-delay:calc(var(--_delay)*1ms);transition-duration:var(--_duration);transition-property:opacity,transform;transition-timing-function:var(--_function)}.floating-menu .fm-has-sub.fm-sub-side.-active .fm-sub{left:calc(var(--fm-sub-box) + var(--fm-sub-space));opacity:1;top:calc(var(--fm-sub-box) + var(--fm-sub-space));visibility:visible}.floating-menu .fm-has-sub.fm-sub-side.-active>.fm-link.-label-hidden+.fm-sub{top:0}.floating-menu .fm-has-sub.fm-sub-under{--_offset:0}.floating-menu .fm-has-sub.fm-sub-under.-active{margin-bottom:calc(var(--_offset)*1px + var(--fm-sub-space))}.floating-menu .fm-has-sub.fm-sub-under.-active .fm-sub{left:0;opacity:1;position:absolute;top:calc(100% + var(--fm-sub-space));visibility:visible}.floating-menu .fm-has-sub.fm-sub-above{--_offset:0}.floating-menu .fm-has-sub.fm-sub-above.-active{margin:0}.floating-menu .fm-has-sub.fm-sub-above.-active .fm-sub{left:0;opacity:1;position:absolute;top:calc(var(--fm-sub-space)*-1);transform:translateY(-100%);visibility:visible}.floating-menu .fm-has-sub.-sub-fade{--_duration:var(--fm-sub-transition-duration);--_function:var(--fm-sub-function);transition:margin calc(var(--_duration)/2) var(--_function)}.floating-menu .fm-has-sub.-sub-fade .fm-sub{transition:opacity var(--_duration) var(--_function),visibility 0s linear var(--_duration),top 0s linear var(--_duration),left 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-fade.-active .fm-sub{transition:opacity var(--_duration) var(--_function),visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-fade.fm-sub-above .fm-sub{transition:opacity var(--_duration) var(--_function),transform 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-slide{--_duration:calc(var(--fm-sub-transition-duration)/2);--_function:var(--fm-sub-function);transition:margin var(--fm-sub-transition-duration) var(--_function)}.floating-menu .fm-has-sub.-sub-slide .fm-sub{--_box:calc((var(--fm-icon-box)*1px + var(--fm-sub-space))*-1);transform:translateX(var(--_box));transition:opacity var(--_duration) var(--_function),transform var(--_duration) var(--_function),visibility 0s linear var(--_duration),top 0s linear var(--_duration),left 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-slide.-active .fm-sub{transform:translateX(0);transition:opacity var(--_duration) var(--_function),transform var(--_duration) var(--_function),visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-slide.fm-sub-under .fm-sub{transform:translateY(var(--_box))}.floating-menu .fm-has-sub.-sub-slide.fm-sub-above .fm-sub,.floating-menu .fm-has-sub.-sub-slide.fm-sub-under.-active .fm-sub{transform:translateY(0)}.floating-menu .fm-has-sub.-sub-slide.fm-sub-above.-active .fm-sub{transform:translateY(-100%)}.floating-menu .fm-has-sub.-sub-linear-fade{--_duration:var(--fm-sub-transition-duration);--_function:var(--fm-sub-function);transition:margin var(--_duration) var(--_function)}.floating-menu .fm-has-sub.-sub-linear-fade .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-linear-fade .fm-sub .fm-item{--_delay:0;--_close_delay:0;opacity:0;transition:opacity var(--_duration) var(--_function) calc(var(--_close_delay)*1ms)}.floating-menu .fm-has-sub.-sub-linear-fade.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-linear-fade.-active .fm-sub .fm-item{opacity:1;transition:opacity var(--_duration) var(--_function) calc(var(--_delay)*1ms)}.floating-menu .fm-has-sub.-sub-linear-fade.fm-sub-above .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),transform 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-linear-fade.fm-sub-above.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,transform 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-linear-slide{--_duration:var(--fm-sub-transition-duration);--_function:var(--fm-sub-function);transition:margin var(--_duration) var(--_function)}.floating-menu .fm-has-sub.-sub-linear-slide .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-linear-slide .fm-sub .fm-item{--_delay:0;--_close_delay:0;--_top:-100%;opacity:0;position:relative;top:var(--_top);transition-duration:var(--_duration);transition-property:top,opacity,left;transition-timing-function:var(--_function)}.floating-menu .fm-has-sub.-sub-linear-slide.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-linear-slide.-active .fm-sub .fm-item{opacity:1;top:0;transition-duration:var(--_duration);transition-property:top,opacity,left;transition-timing-function:var(--_function)}.floating-menu .fm-has-sub.fm-sub-above .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),transform 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.fm-sub-above.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,transform 0s linear 0s,top 0s linear 0s}@keyframes fmItemSub{0%{overflow:unset}90%{overflow:unset}to{overflow:hidden}}body:has(.floating-menu .fm-window[open]),html:has(.floating-menu .fm-window[open]){overflow:hidden}.floating-menu{--fm-window-width:500;--fm-window-backdrop:rgba(0,0,0,.4);--fm-window-bg:#f0f0f0;--fm-window-close-color:#fff;--fm-window-head-color:#fff;--fm-window-head-bg:hsla(0,0%,100%,0);--fm-window-body-color:#707070}.floating-menu .fm-window{background-color:var(--fm-window-bg);border:none;border-radius:var(--fm-text-radius);box-shadow:0 8px 16px rgba(0,0,0,.2),0 4px 6px rgba(0,0,0,.1);max-width:calc(var(--fm-window-width)*1px);padding:1px;width:100%}.floating-menu .fm-window.-left{margin-left:0}.floating-menu .fm-window.-right{margin-right:0}.floating-menu .fm-window.-top{margin-top:0}.floating-menu .fm-window.-bottom{margin-bottom:0}.floating-menu .fm-window::backdrop{background:var(--fm-window-backdrop)}.floating-menu .fm-panel{position:relative}.floating-menu .fm-close{align-items:center;background:transparent;border:none;color:var(--fm-window-close-color);cursor:pointer;display:flex;font-size:20px;height:25px;justify-content:center;left:calc(100% + 8px);position:sticky;top:0;width:25px}.floating-menu .fm-head{background-color:var(--fm-window-head-bg);color:var(--fm-window-head-color);margin-top:-25px;padding:18px 17px}.floating-menu .fm-title{display:inline;font-size:22px}.floating-menu .fm-body{--fm_margin:0;color:var(--fm-window-body-color);font-size:15px;margin-top:var(--fm_margin);padding:15px}.floating-menu .fm-body p{line-height:1.125;margin:0}.floating-menu .fm-body p+p{margin-top:12px}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"}
:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\e007"}.fa-ideal{--fa:"\e013"}.fa-microblog{--fa:"\e01a"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-unity{--fa:"\e049"}.fa-dailymotion{--fa:"\e052"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-mixer{--fa:"\e056"}.fa-shopify{--fa:"\e057"}.fa-deezer{--fa:"\e077"}.fa-edge-legacy{--fa:"\e078"}.fa-google-pay{--fa:"\e079"}.fa-rust{--fa:"\e07a"}.fa-tiktok{--fa:"\e07b"}.fa-unsplash{--fa:"\e07c"}.fa-cloudflare{--fa:"\e07d"}.fa-guilded{--fa:"\e07e"}.fa-hive{--fa:"\e07f"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-instalod{--fa:"\e081"}.fa-octopus-deploy{--fa:"\e082"}.fa-perbyte{--fa:"\e083"}.fa-uncharted{--fa:"\e084"}.fa-watchman-monitoring{--fa:"\e087"}.fa-wodu{--fa:"\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-bots{--fa:"\e340"}.fa-cmplid{--fa:"\e360"}.fa-bilibili{--fa:"\e3d9"}.fa-golang{--fa:"\e40f"}.fa-pix{--fa:"\e43a"}.fa-sitrox{--fa:"\e44a"}.fa-hashnode{--fa:"\e499"}.fa-meta{--fa:"\e49b"}.fa-padlet{--fa:"\e4a0"}.fa-nfc-directional{--fa:"\e530"}.fa-nfc-symbol{--fa:"\e531"}.fa-screenpal{--fa:"\e570"}.fa-space-awesome{--fa:"\e5ac"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-odysee{--fa:"\e5c6"}.fa-stubber{--fa:"\e5c7"}.fa-debian{--fa:"\e60b"}.fa-shoelace{--fa:"\e60c"}.fa-threads{--fa:"\e618"}.fa-square-threads{--fa:"\e619"}.fa-square-x-twitter{--fa:"\e61a"}.fa-x-twitter{--fa:"\e61b"}.fa-opensuse{--fa:"\e62b"}.fa-letterboxd{--fa:"\e62d"}.fa-square-letterboxd{--fa:"\e62e"}.fa-mintbit{--fa:"\e62f"}.fa-google-scholar{--fa:"\e63b"}.fa-brave{--fa:"\e63c"}.fa-brave-reverse{--fa:"\e63d"}.fa-pixiv{--fa:"\e640"}.fa-upwork{--fa:"\e641"}.fa-webflow{--fa:"\e65c"}.fa-signal-messenger{--fa:"\e663"}.fa-bluesky{--fa:"\e671"}.fa-jxl{--fa:"\e67b"}.fa-square-upwork{--fa:"\e67c"}.fa-web-awesome{--fa:"\e682"}.fa-square-web-awesome{--fa:"\e683"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-dart-lang{--fa:"\e693"}.fa-flutter{--fa:"\e694"}.fa-files-pinwheel{--fa:"\e69f"}.fa-css{--fa:"\e6a2"}.fa-square-bluesky{--fa:"\e6a3"}.fa-openai{--fa:"\e7cf"}.fa-square-linkedin{--fa:"\e7d0"}.fa-cash-app{--fa:"\e7d4"}.fa-disqus{--fa:"\e7d5"}.fa-11ty,.fa-eleventy{--fa:"\e7d6"}.fa-kakao-talk{--fa:"\e7d7"}.fa-linktree{--fa:"\e7d8"}.fa-notion{--fa:"\e7d9"}.fa-pandora{--fa:"\e7da"}.fa-pixelfed{--fa:"\e7db"}.fa-tidal{--fa:"\e7dc"}.fa-vsco{--fa:"\e7dd"}.fa-w3c{--fa:"\e7de"}.fa-lumon{--fa:"\e7e2"}.fa-lumon-drop{--fa:"\e7e3"}.fa-square-figma{--fa:"\e7e4"}.fa-tex{--fa:"\e7ff"}.fa-duolingo{--fa:"\e812"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-linkedin{--fa:"\f08c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-twitter{--fa:"\f099"}.fa-facebook{--fa:"\f09a"}.fa-github{--fa:"\f09b"}.fa-pinterest{--fa:"\f0d2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-g{--fa:"\f0d5"}.fa-linkedin-in{--fa:"\f0e1"}.fa-github-alt{--fa:"\f113"}.fa-maxcdn{--fa:"\f136"}.fa-html5{--fa:"\f13b"}.fa-css3{--fa:"\f13c"}.fa-btc{--fa:"\f15a"}.fa-youtube{--fa:"\f167"}.fa-xing{--fa:"\f168"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-dropbox{--fa:"\f16b"}.fa-stack-overflow{--fa:"\f16c"}.fa-instagram{--fa:"\f16d"}.fa-flickr{--fa:"\f16e"}.fa-adn{--fa:"\f170"}.fa-bitbucket{--fa:"\f171"}.fa-tumblr{--fa:"\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-apple{--fa:"\f179"}.fa-windows{--fa:"\f17a"}.fa-android{--fa:"\f17b"}.fa-linux{--fa:"\f17c"}.fa-dribbble{--fa:"\f17d"}.fa-skype{--fa:"\f17e"}.fa-foursquare{--fa:"\f180"}.fa-trello{--fa:"\f181"}.fa-gratipay{--fa:"\f184"}.fa-vk{--fa:"\f189"}.fa-weibo{--fa:"\f18a"}.fa-renren{--fa:"\f18b"}.fa-pagelines{--fa:"\f18c"}.fa-stack-exchange{--fa:"\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-wordpress{--fa:"\f19a"}.fa-openid{--fa:"\f19b"}.fa-yahoo{--fa:"\f19e"}.fa-google{--fa:"\f1a0"}.fa-reddit{--fa:"\f1a1"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-stumbleupon{--fa:"\f1a4"}.fa-delicious{--fa:"\f1a5"}.fa-digg{--fa:"\f1a6"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-drupal{--fa:"\f1a9"}.fa-joomla{--fa:"\f1aa"}.fa-behance{--fa:"\f1b4"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-steam{--fa:"\f1b6"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-spotify{--fa:"\f1bc"}.fa-deviantart{--fa:"\f1bd"}.fa-soundcloud{--fa:"\f1be"}.fa-vine{--fa:"\f1ca"}.fa-codepen{--fa:"\f1cb"}.fa-jsfiddle{--fa:"\f1cc"}.fa-rebel{--fa:"\f1d0"}.fa-empire{--fa:"\f1d1"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-git{--fa:"\f1d3"}.fa-hacker-news{--fa:"\f1d4"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-qq{--fa:"\f1d6"}.fa-weixin{--fa:"\f1d7"}.fa-slideshare{--fa:"\f1e7"}.fa-twitch{--fa:"\f1e8"}.fa-yelp{--fa:"\f1e9"}.fa-paypal{--fa:"\f1ed"}.fa-google-wallet{--fa:"\f1ee"}.fa-cc-visa{--fa:"\f1f0"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-cc-discover{--fa:"\f1f2"}.fa-cc-amex{--fa:"\f1f3"}.fa-cc-paypal{--fa:"\f1f4"}.fa-cc-stripe{--fa:"\f1f5"}.fa-lastfm{--fa:"\f202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-ioxhost{--fa:"\f208"}.fa-angellist{--fa:"\f209"}.fa-buysellads{--fa:"\f20d"}.fa-connectdevelop{--fa:"\f20e"}.fa-dashcube{--fa:"\f210"}.fa-forumbee{--fa:"\f211"}.fa-leanpub{--fa:"\f212"}.fa-sellsy{--fa:"\f213"}.fa-shirtsinbulk{--fa:"\f214"}.fa-simplybuilt{--fa:"\f215"}.fa-skyatlas{--fa:"\f216"}.fa-pinterest-p{--fa:"\f231"}.fa-whatsapp{--fa:"\f232"}.fa-viacoin{--fa:"\f237"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-y-combinator{--fa:"\f23b"}.fa-optin-monster{--fa:"\f23c"}.fa-opencart{--fa:"\f23d"}.fa-expeditedssl{--fa:"\f23e"}.fa-cc-jcb{--fa:"\f24b"}.fa-cc-diners-club{--fa:"\f24c"}.fa-creative-commons{--fa:"\f25e"}.fa-gg{--fa:"\f260"}.fa-gg-circle{--fa:"\f261"}.fa-odnoklassniki{--fa:"\f263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-get-pocket{--fa:"\f265"}.fa-wikipedia-w{--fa:"\f266"}.fa-safari{--fa:"\f267"}.fa-chrome{--fa:"\f268"}.fa-firefox{--fa:"\f269"}.fa-opera{--fa:"\f26a"}.fa-internet-explorer{--fa:"\f26b"}.fa-contao{--fa:"\f26d"}.fa-500px{--fa:"\f26e"}.fa-amazon{--fa:"\f270"}.fa-houzz{--fa:"\f27c"}.fa-vimeo-v{--fa:"\f27d"}.fa-black-tie{--fa:"\f27e"}.fa-fonticons{--fa:"\f280"}.fa-reddit-alien{--fa:"\f281"}.fa-edge{--fa:"\f282"}.fa-codiepie{--fa:"\f284"}.fa-modx{--fa:"\f285"}.fa-fort-awesome{--fa:"\f286"}.fa-usb{--fa:"\f287"}.fa-product-hunt{--fa:"\f288"}.fa-mixcloud{--fa:"\f289"}.fa-scribd{--fa:"\f28a"}.fa-bluetooth{--fa:"\f293"}.fa-bluetooth-b{--fa:"\f294"}.fa-gitlab{--fa:"\f296"}.fa-wpbeginner{--fa:"\f297"}.fa-wpforms{--fa:"\f298"}.fa-envira{--fa:"\f299"}.fa-glide{--fa:"\f2a5"}.fa-glide-g{--fa:"\f2a6"}.fa-viadeo{--fa:"\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-pied-piper{--fa:"\f2ae"}.fa-first-order{--fa:"\f2b0"}.fa-yoast{--fa:"\f2b1"}.fa-themeisle{--fa:"\f2b2"}.fa-google-plus{--fa:"\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-linode{--fa:"\f2b8"}.fa-quora{--fa:"\f2c4"}.fa-free-code-camp{--fa:"\f2c5"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-bandcamp{--fa:"\f2d5"}.fa-grav{--fa:"\f2d6"}.fa-etsy{--fa:"\f2d7"}.fa-imdb{--fa:"\f2d8"}.fa-ravelry{--fa:"\f2d9"}.fa-sellcast{--fa:"\f2da"}.fa-superpowers{--fa:"\f2dd"}.fa-wpexplorer{--fa:"\f2de"}.fa-meetup{--fa:"\f2e0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-accessible-icon{--fa:"\f368"}.fa-accusoft{--fa:"\f369"}.fa-adversal{--fa:"\f36a"}.fa-affiliatetheme{--fa:"\f36b"}.fa-algolia{--fa:"\f36c"}.fa-amilia{--fa:"\f36d"}.fa-angrycreative{--fa:"\f36e"}.fa-app-store{--fa:"\f36f"}.fa-app-store-ios{--fa:"\f370"}.fa-apper{--fa:"\f371"}.fa-asymmetrik{--fa:"\f372"}.fa-audible{--fa:"\f373"}.fa-avianex{--fa:"\f374"}.fa-aws{--fa:"\f375"}.fa-bimobject{--fa:"\f378"}.fa-bitcoin{--fa:"\f379"}.fa-bity{--fa:"\f37a"}.fa-blackberry{--fa:"\f37b"}.fa-blogger{--fa:"\f37c"}.fa-blogger-b{--fa:"\f37d"}.fa-buromobelexperte{--fa:"\f37f"}.fa-centercode{--fa:"\f380"}.fa-cloudscale{--fa:"\f383"}.fa-cloudsmith{--fa:"\f384"}.fa-cloudversify{--fa:"\f385"}.fa-cpanel{--fa:"\f388"}.fa-css3-alt{--fa:"\f38b"}.fa-cuttlefish{--fa:"\f38c"}.fa-d-and-d{--fa:"\f38d"}.fa-deploydog{--fa:"\f38e"}.fa-deskpro{--fa:"\f38f"}.fa-digital-ocean{--fa:"\f391"}.fa-discord{--fa:"\f392"}.fa-discourse{--fa:"\f393"}.fa-dochub{--fa:"\f394"}.fa-docker{--fa:"\f395"}.fa-draft2digital{--fa:"\f396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-dyalog{--fa:"\f399"}.fa-earlybirds{--fa:"\f39a"}.fa-erlang{--fa:"\f39d"}.fa-facebook-f{--fa:"\f39e"}.fa-facebook-messenger{--fa:"\f39f"}.fa-firstdraft{--fa:"\f3a1"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-freebsd{--fa:"\f3a4"}.fa-gitkraken{--fa:"\f3a6"}.fa-gofore{--fa:"\f3a7"}.fa-goodreads{--fa:"\f3a8"}.fa-goodreads-g{--fa:"\f3a9"}.fa-google-drive{--fa:"\f3aa"}.fa-google-play{--fa:"\f3ab"}.fa-gripfire{--fa:"\f3ac"}.fa-grunt{--fa:"\f3ad"}.fa-gulp{--fa:"\f3ae"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-hotjar{--fa:"\f3b1"}.fa-hubspot{--fa:"\f3b2"}.fa-itunes{--fa:"\f3b4"}.fa-itunes-note{--fa:"\f3b5"}.fa-jenkins{--fa:"\f3b6"}.fa-joget{--fa:"\f3b7"}.fa-js{--fa:"\f3b8"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-keycdn{--fa:"\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-laravel{--fa:"\f3bd"}.fa-line{--fa:"\f3c0"}.fa-lyft{--fa:"\f3c3"}.fa-magento{--fa:"\f3c4"}.fa-medapps{--fa:"\f3c6"}.fa-medrt{--fa:"\f3c8"}.fa-microsoft{--fa:"\f3ca"}.fa-mix{--fa:"\f3cb"}.fa-mizuni{--fa:"\f3cc"}.fa-monero{--fa:"\f3d0"}.fa-napster{--fa:"\f3d2"}.fa-node-js{--fa:"\f3d3"}.fa-npm{--fa:"\f3d4"}.fa-ns8{--fa:"\f3d5"}.fa-nutritionix{--fa:"\f3d6"}.fa-page4{--fa:"\f3d7"}.fa-palfed{--fa:"\f3d8"}.fa-patreon{--fa:"\f3d9"}.fa-periscope{--fa:"\f3da"}.fa-phabricator{--fa:"\f3db"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-playstation{--fa:"\f3df"}.fa-pushed{--fa:"\f3e1"}.fa-python{--fa:"\f3e2"}.fa-red-river{--fa:"\f3e3"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-replyd{--fa:"\f3e6"}.fa-resolving{--fa:"\f3e7"}.fa-rocketchat{--fa:"\f3e8"}.fa-rockrms{--fa:"\f3e9"}.fa-schlix{--fa:"\f3ea"}.fa-searchengin{--fa:"\f3eb"}.fa-servicestack{--fa:"\f3ec"}.fa-sistrix{--fa:"\f3ee"}.fa-speakap{--fa:"\f3f3"}.fa-staylinked{--fa:"\f3f5"}.fa-steam-symbol{--fa:"\f3f6"}.fa-sticker-mule{--fa:"\f3f7"}.fa-studiovinari{--fa:"\f3f8"}.fa-supple{--fa:"\f3f9"}.fa-uber{--fa:"\f402"}.fa-uikit{--fa:"\f403"}.fa-uniregistry{--fa:"\f404"}.fa-untappd{--fa:"\f405"}.fa-ussunnah{--fa:"\f407"}.fa-vaadin{--fa:"\f408"}.fa-viber{--fa:"\f409"}.fa-vimeo{--fa:"\f40a"}.fa-vnv{--fa:"\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-whmcs{--fa:"\f40d"}.fa-wordpress-simple{--fa:"\f411"}.fa-xbox{--fa:"\f412"}.fa-yandex{--fa:"\f413"}.fa-yandex-international{--fa:"\f414"}.fa-apple-pay{--fa:"\f415"}.fa-cc-apple-pay{--fa:"\f416"}.fa-fly{--fa:"\f417"}.fa-node{--fa:"\f419"}.fa-osi{--fa:"\f41a"}.fa-react{--fa:"\f41b"}.fa-autoprefixer{--fa:"\f41c"}.fa-less{--fa:"\f41d"}.fa-sass{--fa:"\f41e"}.fa-vuejs{--fa:"\f41f"}.fa-angular{--fa:"\f420"}.fa-aviato{--fa:"\f421"}.fa-ember{--fa:"\f423"}.fa-gitter{--fa:"\f426"}.fa-hooli{--fa:"\f427"}.fa-strava{--fa:"\f428"}.fa-stripe{--fa:"\f429"}.fa-stripe-s{--fa:"\f42a"}.fa-typo3{--fa:"\f42b"}.fa-amazon-pay{--fa:"\f42c"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-ethereum{--fa:"\f42e"}.fa-korvue{--fa:"\f42f"}.fa-elementor{--fa:"\f430"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-flipboard{--fa:"\f44d"}.fa-hips{--fa:"\f452"}.fa-php{--fa:"\f457"}.fa-quinscape{--fa:"\f459"}.fa-readme{--fa:"\f4d5"}.fa-java{--fa:"\f4e4"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-ebay{--fa:"\f4f4"}.fa-keybase{--fa:"\f4f5"}.fa-mastodon{--fa:"\f4f6"}.fa-r-project{--fa:"\f4f7"}.fa-researchgate{--fa:"\f4f8"}.fa-teamspeak{--fa:"\f4f9"}.fa-first-order-alt{--fa:"\f50a"}.fa-fulcrum{--fa:"\f50b"}.fa-galactic-republic{--fa:"\f50c"}.fa-galactic-senate{--fa:"\f50d"}.fa-jedi-order{--fa:"\f50e"}.fa-mandalorian{--fa:"\f50f"}.fa-old-republic{--fa:"\f510"}.fa-phoenix-squadron{--fa:"\f511"}.fa-sith{--fa:"\f512"}.fa-trade-federation{--fa:"\f513"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-hornbill{--fa:"\f592"}.fa-mailchimp{--fa:"\f59e"}.fa-megaport{--fa:"\f5a3"}.fa-nimblr{--fa:"\f5a8"}.fa-rev{--fa:"\f5b2"}.fa-shopware{--fa:"\f5b5"}.fa-squarespace{--fa:"\f5be"}.fa-themeco{--fa:"\f5c6"}.fa-weebly{--fa:"\f5cc"}.fa-wix{--fa:"\f5cf"}.fa-ello{--fa:"\f5f1"}.fa-hackerrank{--fa:"\f5f7"}.fa-kaggle{--fa:"\f5fa"}.fa-markdown{--fa:"\f60f"}.fa-neos{--fa:"\f612"}.fa-zhihu{--fa:"\f63f"}.fa-alipay{--fa:"\f642"}.fa-the-red-yeti{--fa:"\f69d"}.fa-critical-role{--fa:"\f6c9"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-dev{--fa:"\f6cc"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-think-peaks{--fa:"\f731"}.fa-reacteurope{--fa:"\f75d"}.fa-artstation{--fa:"\f77a"}.fa-atlassian{--fa:"\f77b"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-centos{--fa:"\f789"}.fa-confluence{--fa:"\f78d"}.fa-dhl{--fa:"\f790"}.fa-diaspora{--fa:"\f791"}.fa-fedex{--fa:"\f797"}.fa-fedora{--fa:"\f798"}.fa-figma{--fa:"\f799"}.fa-intercom{--fa:"\f7af"}.fa-invision{--fa:"\f7b0"}.fa-jira{--fa:"\f7b1"}.fa-mendeley{--fa:"\f7b3"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-redhat{--fa:"\f7bc"}.fa-sketch{--fa:"\f7c6"}.fa-sourcetree{--fa:"\f7d3"}.fa-suse{--fa:"\f7d6"}.fa-ubuntu{--fa:"\f7df"}.fa-ups{--fa:"\f7e0"}.fa-usps{--fa:"\f7e1"}.fa-yarn{--fa:"\f7e3"}.fa-airbnb{--fa:"\f834"}.fa-battle-net{--fa:"\f835"}.fa-bootstrap{--fa:"\f836"}.fa-buffer{--fa:"\f837"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-itch-io{--fa:"\f83a"}.fa-salesforce{--fa:"\f83b"}.fa-speaker-deck{--fa:"\f83c"}.fa-symfony{--fa:"\f83d"}.fa-waze{--fa:"\f83f"}.fa-yammer{--fa:"\f840"}.fa-git-alt{--fa:"\f841"}.fa-stackpath{--fa:"\f842"}.fa-cotton-bureau{--fa:"\f89e"}.fa-buy-n-large{--fa:"\f8a6"}.fa-mdb{--fa:"\f8ca"}.fa-orcid{--fa:"\f8d2"}.fa-swift{--fa:"\f8e1"}.fa-umbraco{--fa:"\f8e8"}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//lesna.kogitalnost.net/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
 .nt-note-wrapper,
.nt-note-tab {
background: rgba(0, 0, 0, 0.95);
position: fixed;
z-index: 9000;
right: 30px;
} .nt-note-tab.ldnt-style-circle {
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
padding: 15px;
justify-content: center;
align-items: center;
box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1) !important;
transition: all ease-in-out 250ms;
} .nt-note-tab.ldnt-style-circle .nt-screen-reader-text {
display: none;
} .nt-note-tab.ldnt-style-circle .nticon-doc {
margin: 0;
padding: 0;
line-height: 1em;
border: 0;
font-size: 24px;
background: transparent;
} .nt-note-tab.ldnt-style-circle:hover {
transform: scale(1.1);
} .nt-note-tab.ldnt-style-circle.bottom {
bottom: 50px;
} .nt-note-tab.ldnt-style-circle.top {
top: 50px;
} #nt-course-note {
margin: 0 !important;
} #nt-course-note .mce-statusbar {
display: none;
} .nt-note-wrapper {
top: 30%;
right: 30px;
} .nt-note-tab {
text-align: center;
display: block;
color: #fff;
font-weight: bold;
bottom: 0;
text-decoration: none;
border-bottom: 0 !important;
font-size: 14px;
box-shadow: none !important;
transition: all ease-in-out 250ms;
} .nt-note-tab:hover {
color: #fff;
opacity: 0.8;
} .nt-note-tab i {
display: block;
padding: 12px 15px 15px;
background: rgba(0, 0, 0, 0.1);
} .nt-note-tab::after {
display: none;
} .nt-note-tab span {
display: inline-block;
padding: 12px 30px 15px 15px;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
} #nt-note-body {
color: #000;
} .ld-note-icon {
background: #f1f1f1;
color: #333;
padding: 5px 10px;
margin-left: 0.5em;
text-transform: none !important;
letter-spacing: 0 !important;
border-radius: 3px;
} .ld-table-list-item .ld-note-icon {
font-weight: bold;
font-size: 12px;
color: #333;
display: inline-block;
margin: 10px 0 0;
padding: 0 10px;
} .nt-note-tab.top {
bottom: auto;
top: 0;
border-radius: 0 0 2px 2px;
} body.admin-bar .nt-note-tab.top {
top: 32px;
} .nt-note-tab i {
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
color: #fff;
} .ldnt-content-notes {
text-align: center;
position: relative;
z-index: 9999;
} .ldnt-content-notes .nt-note-tab {
position: static;
display: inline-block;
margin: 20px auto;
color: #fff;
} .ldnt-content-notes .nt-note-tab i {
font-size: 16px;
} .ldnt-content-notes .nt-note-wrapper {
width: 100% !important;
margin: 30px 0;
} .ldnt-content-notes .nt-note-wrapper .nt-reset-dimensions,
.ldnt-content-notes .nt-note-wrapper .nt-close-icon {
display: none !important;
} .nt-screen-reader-text {
display: inline-block;
} .nt-note-wrapper {
top: 200px;
right: 15px;
min-width: 350px;
max-width: 350px;
width: auto;
box-sizing: content-box;
} .ldnt-in-content-notes .nt-note-wrapper {
max-width: 100%;
} .nt-utility-links {
text-align: center;
font-size: 12px;
clear: both;
} .nt-utility-links span {
opacity: 0.5;
} .nt-utility-links a {
color: #fff;
text-decoration: underline;
} .nt-note-wrapper.nt-dragged {
right: auto;
} .nt-note-wrapper.nt-resized {
max-width: unset;
min-width: unset;
} .nt-note-wrapper #nt-note-body_ifr {
max-width: 100%;
} .note-header-title {
background: rgba(66, 66, 66, 0.8);
margin: -15px -25px 10px -25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
padding: 15px 25px 15px 25px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
font-size: 12px;
cursor: grab;
color: #fff;
} .nt-screen-reader-text {
display: inline-block;
} .note-body textarea, .note-body input {
margin: 0 0 15px 0;
font-family: 'arial', 'helvetica', san-serif;
padding: 5px 10px;
border: 0 !important;
background: #f9f9f9;
border-radius: 0 !important;
box-shadow: 0 !important;
} .note-body input:focus {
background: #fff;
} .nt-close-icon {
z-index: 5;
color: #fff;
font-weight: normal;
position: absolute;
right: 10px;
top: 13px;
height: 50px;
font-size: 18px;
font-weight: bold;
width: 30px;
border-radius: 100%;
text-align: center;
cursor: pointer;
} #nt-note-actions {
display: block;
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
width: 100%;
background: #f3f3f3;
} #nt-note-actions li {
width: 15%;
list-style: none;
margin: 0;
padding: 0;
height: 55px;
} #nt-note-actions li:first-child {
width: 75%;
} #nt-note-actions li:nth-child(2) {
border-right: 1px solid rgba(0, 0, 0, 0.1);
} #nt-note-actions li:nth-child(3) {
border-right: 1px solid rgba(0, 0, 0, 0.1);
} #nt-note-actions li a {
text-decoration: none !important;
border: 0 !important;
box-shadow: none;
} .coursenote-embedded-editor #nt-note-actions li:nth-child(2),
.coursenote-embedded-editor #nt-note-actions li:nth-child(3) {
border: 0;
border-left: 1px solid #fff;
} #nt-note-actions li a {
font-size: 18px;
color: #000;
text-decoration: none;
transition: all ease-in-out 250ms;
text-align: center;
display: flex;
height: 55px;
justify-content: center;
align-items: center;
} #nt-note-actions li a:hover {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
color: #000;
} #nt-note-submit {
background: #bdd537;
color: #3a4111;
border: 0px;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
width: 100%;
padding: 5px 15px;
margin: 0;
border: 0;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
} #nt-note-submit:hover {
cursor: pointer;
background: #fff !important;
color: #333 !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
} #nt-utility-links {
background: #333;
color: #999;
margin: 0;
border-radius: 0 0 4px 4px;
text-align: center;
} #nt-utility-links a {
padding: 5px 15px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #fff;
font-size: 12px;
transition: all ease-in-out 250ms;
} #nt-utility-links a i {
margin-right: 5px;
} #nt-utility-links a:hover {
background: rgba(255, 255, 255, 0.1);
} #nt-utility-links.all-notes {
display: flex;
justify-content: center;
} #nt-utility-links.all-notes a {
width: 50%;
} #nt-utility-links.all-notes a:first-child {
border-right: 1px solid rgba(255, 255, 255, 0.1);
} .nt-utility-links a {
color: #fff;
} .coursenote-embedded-editor #wp-nt-note-body-wrap {
padding: 15px;
background: #f3f3f3;
margin: 0 0 1px 0;
border-radius: 4px 4px 0 0;
} #nt-note-submit:hover {
background: #999;
color: #fff;
} #nt-note-submit.nt-note-saving {
background: #999;
color: #fff;
} #nt-note-title-bar {
border-radius: 4px 4px 0 0;
color: #fff;
text-align: left;
padding: 15px;
font-weight: normal;
font-size: 16px;
background: #000;
position: relative;
} #nt-note-title-field {
padding: 15px;
background: #f3f3f3;
text-align: left;
} #nt-note-title-field small {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #555;
} #nt-note-title-field input[type='text']#nt-note-title {
background: transparent;
text-align: left;
padding: 5px 0;
border-bottom: 2px dashed #aaa !important;
margin: 0;
display: block;
font-size: 14px;
font-family: 'Arial', 'helvetica','san-serif';
box-shadow: none;
color: #333;
} #nt-note-editor-body {
padding: 15px;
background: #fff;
} #nt-note-actions-wrapper {
display: flex;
justify-content: space-between;
} .note-body input {
width: 100%;
box-sizing: border-box;
} .nt-note-submit {
margin-top: 15px;
} .nt-note-wrapper {
display: none;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
cursor: all-scroll;
background: #fff;
border-radius: 4px;
} #apf-response {
margin: 10px 0;
background: #bdd537;
color: #3a4111;
text-align: center;
font-weight: bold;
padding: 15px;
display: none;
} .nt-hide {
display: none;
} #nt_note_cont .ui-resizable,
.nt-note-wrapper.ui-resizable {
position: fixed !important;
z-index: 9999;
} .ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
} .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
display: none;
} .ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
} .ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
} .ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
} .ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
} .ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
} .ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
} .ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
} .ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
} #ldnt-shortcode table.notes-listing,
#ldnt-shortcode table.nt-course-list-table {
border: 0;
width: 100%;
margin: 0 0 30px 0;
} #ldnt-shortcode table.notes-listing thead tr th,
#ldnt-shortcode table.nt-course-list-table thead tr th {
background: #333;
color: #fff;
} #ldnt-shortcode table.notes-listing thead tr th:first-child,
#ldnt-shortcode table.nt-course-list-table thead tr th:first-child {
width: 7%;
max-width: 50px;
} #ldnt-shortcode table.notes-listing tbody tr,
#ldnt-shortcode table.nt-course-list-table tbody tr {
background: #fafafa;
} #ldnt-shortcode table.notes-listing tbody tr td,
#ldnt-shortcode table.nt-course-list-table tbody tr td {
background: #fafafa;
border: 0;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-body,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-body {
width: 65%;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-select,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-select {
width: 5%;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-user,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-user {
width: 10%;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-date,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-date {
width: 5%;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-actions,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-actions {
width: 10%;
} #ldnt-shortcode table.notes-listing tbody tr:nth-child(even),
#ldnt-shortcode table.nt-course-list-table tbody tr:nth-child(even) {
background: #f3f3f3;
} #ldnt-shortcode table.notes-listing tbody tr:nth-child(even) td,
#ldnt-shortcode table.nt-course-list-table tbody tr:nth-child(even) td {
background: #f3f3f3;
} #ldnt-shortcode table.notes-listing tbody span.nl-note-title,
#ldnt-shortcode table.nt-course-list-table tbody span.nl-note-title {
display: block;
font-size: 18px;
line-height: 22px;
margin-bottom: 8px;
} #ldnt-shortcode table.notes-listing tbody span.nl-location,
#ldnt-shortcode table.nt-course-list-table tbody span.nl-location {
display: block;
font-size: 12px;
line-height: 18px;
opacity: 0.75;
} #ldnt-shortcode table.notes-listing tbody span.nl-username,
#ldnt-shortcode table.nt-course-list-table tbody span.nl-username {
display: inline-block;
padding: 3px 10px;
background: #fff;
font-size: 12px;
color: #666;
border-radius: 3px;
white-space: nowrap;
} #ldnt-shortcode table.notes-listing tbody span.nl-username,
#ldnt-shortcode table.notes-listing tbody td.nl-date,
#ldnt-shortcode table.nt-course-list-table tbody span.nl-username,
#ldnt-shortcode table.nt-course-list-table tbody td.nl-date {
font-size: 14px;
line-height: 20px;
} #ldnt-shortcode table.notes-listing tbody span.nl-actions-wrap,
#ldnt-shortcode table.nt-course-list-table tbody span.nl-actions-wrap {
display: flex;
justify-content: flex-end;
} #ldnt-shortcode table.notes-listing tbody span.nl-actions-wrap a,
#ldnt-shortcode table.nt-course-list-table tbody span.nl-actions-wrap a {
display: inline-block;
margin-left: 5px;
} #ldnt-shortcode table.notes-listing td, #ldnt-shortcode table.notes-listing th,
#ldnt-shortcode table.nt-course-list-table td,
#ldnt-shortcode table.nt-course-list-table th {
padding: 20px;
} #ldnt-shortcode table.notes-listing a,
#ldnt-shortcode table.nt-course-list-table a {
text-decoration: none;
box-shadow: none;
border-bottom: 0;
} #ldnt-shortcode table.notes-listing table,
#ldnt-shortcode table.nt-course-list-table table {
width: 100%;
}
@media screen and (max-width: 960px) { #ldnt-shortcode table.notes-listing thead,
#ldnt-shortcode table.nt-course-list-table thead {
display: none;
} #ldnt-shortcode table.notes-listing tbody tr,
#ldnt-shortcode table.nt-course-list-table tbody tr {
display: flex;
flex-wrap: wrap;
padding: 15px;
} #ldnt-shortcode table.notes-listing tbody tr td,
#ldnt-shortcode table.nt-course-list-table tbody tr td {
padding: 0;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-checkbox,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-checkbox {
width: 10%;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-body,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-body {
width: 90%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #efefef;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-user,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-user {
width: auto;
margin-right: 15px;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-date,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-date {
width: auto;
margin-right: 15px;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-date span.nl-date-wrap,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-date span.nl-date-wrap {
padding: 3px;
display: inline-block;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-actions,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-actions {
width: auto;
margin-right: 15px;
} #ldnt-shortcode table.notes-listing tbody tr td.nl-actions span.nl-actions-wrap,
#ldnt-shortcode table.nt-course-list-table tbody tr td.nl-actions span.nl-actions-wrap {
display: inline-block;
} #ldnt-shortcode table.notes-listing tbody tr td:nth-child(3),
#ldnt-shortcode table.nt-course-list-table tbody tr td:nth-child(3) {
margin-left: 5%;
}
}
@media screen and (max-width: 768px) { #ldnt-shortcode table.notes-listing tbody tr,
#ldnt-shortcode table.nt-course-list-table tbody tr {
display: block;
} #ldnt-shortcode table.notes-listing tbody td,
#ldnt-shortcode table.nt-course-list-table tbody td {
width: 100% !important;
display: block;
text-align: center;
margin: 0 0 10px 0 !important;
padding: 0;
}
} .nt-breadcrumbs {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
} table.nt-course-list-table > thead th {
border-bottom: 1px solid #ddd;
} table.nt-course-list-table > tbody > tr > td {
border-bottom: 1px solid #eee;
} .note-col {
text-align: right;
} .ldnotes-hide {
display: none;
} .learndash-notes-utilities {
list-style: none;
margin: 0 !important;
padding: 0px !important;
float: right;
} .learndash-notes-utilities li {
display: inline-block;
margin: 0 0 0 10px !important;
padding: 0 !important;
} .learndash-notes-utilities li a {
width: 30px;
height: 30px;
line-height: 30px;
transition: all ease-in-out 250ms;
border-radius: 100%;
display: inline-block;
color: #333;
font-size: 18px;
text-align: center;
box-shadow: 0 0 0 5px #efefef;
} .learndash-notes-utilities li a:hover {
transform: scale(1.25);
} #ldnt-shortcode table,
#ldnt-shortcode table tr,
#ldnt-shortcode table td,
#ldnt-shortcode table th {
border: 0;
border-collapse: collapse;
} #ldnt-shortcode table tr td,
#ldnt-shortcode table tr th {
padding: 20px;
} #ldnt-shortcode tbody tr td {
background: #f3f3f3;
} #ldnt-shortcode tbody tr:nth-child(even) td {
background: #fafafa;
} #ldnt-shortcode tbody h5 a {
text-decoration: none;
} #ldnt-shortcode .ldnt-note-nav {
margin: 0 !important;
padding: 0 !important;
list-style: none;
} #ldnt-shortcode .ldnt-note-nav {
float: right;
text-align: right;
} #ldnt-shortcode .ldnt-note-nav ul {
margin: 0 !important;
padding: 0 !important;
display: inline-block;
} #ldnt-shortcode .ldnt-note-nav ul li {
list-style: none;
display: inline-block;
margin: 0 0 0 10px !important;
padding: 0 !important;
} #ldnt-shortcode .lds-bulk-download,
#ldnt-shortcode .ldnt-note-nav ul li a {
display: inline-block;
padding: 15px;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
padding: 10px 15px;
background: #fafafa;
letter-spacing: 1px;
background: #333;
text-decoration: none;
color: #fff;
border: 0;
cursor: pointer;
line-height: 1.5em;
} #ldnt-shortcode .ldnt-note-nav ul li a:hover {
background: #555;
} #ldnt-shortcode .ldnt-note-filters {
margin: 20px 0;
} #ldnt-shortcode .ldnt-note-filters form {
display: flex;
justify-content: space-between;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-search-field {
display: flex;
background: #f3f3f3;
justify-content: space-between;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-search-field input[type="text"] {
padding: 5px 15px;
font-size: 16px;
background: transparent;
border: 0;
box-shadow: none;
display: inline-block;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-search-field #ldnt-search-btn {
border: 0;
padding: 5px 15px;
font-size: 16px;
border-radius: 0;
box-shadow: none;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap {
border: 1px solid #ddd;
margin: 0;
padding: 0;
display: flex;
align-items: center;
position: relative;
background: #fff;
min-width: 100px;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap select {
width: 100%;
background: transparent;
border: 0;
margin: 0;
display: block;
font-size: 16px;
padding: 8px 40px 8px 8px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
position: relative;
z-index: 5;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap::after {
position: absolute;
font-size: 16px;
display: block;
content: '↓';
right: 5px;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width: 768px) { #ldnt-shortcode .ldnt-note-filters form {
flex-wrap: wrap;
flex-direction: reverse;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap,
#ldnt-shortcode .ldnt-note-filters form .ldnt-search-field {
width: 100%;
} #ldnt-shortcode .ldnt-note-filters form .ldnt-select-wrap {
margin-bottom: 8px;
}
}
@media screen and (max-width: 768px) { .nt-note-wrapper *,
.nt-note-tab * {
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
} .nt-note-wrapper {
position: fixed !important;
width: auto !important;
height: auto !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
top: auto !important;
padding: 0 !important;
max-width: unset !important;
min-width: unset !important;
border-radius: 0px;
flex-direction: column;
justify-content: space-between;
} .nt-note-wrapper.active {
display: flex;
} .nt-note-wrapper .nt-close-icon {
left: 50%;
margin-left: -15px;
background: #fff;
top: -15px;
border-radius: 100%;
color: #000 !important;
width: 30px;
height: 30px;
font-size: 12px;
line-height: 30px;
text-align: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} .nt-note-wrapper #nt-note-editor-body {
padding: 15px 15px 0 15px;
height: auto;
height: 260px;
margin-bottom: 15px;
overflow: scroll;
} .nt-note-wrapper #nt-note-body_ifr {
width: 100% !important;
} .nt-note-wrapper #wp-nt-note-body-wrap {
height: 200px;
} .nt-note-wrapper #nt-note-title-bar {
display: none;
} .nt-note-wrapper #nt-note-title-field {
padding: 10px;
} .nt-note-wrapper #nt-note-actions li {
height: 45px;
} .nt-note-wrapper #nt-note-actions li a,
.nt-note-wrapper #nt-note-actions li input#nt-note-submit {
height: 45px;
margin: 0;
} .nt-note-wrapper #nt-note-submit,
.nt-note-wrapper #nt-note-title {
font-size: 14px !important;
} .nt-note-wrapper br {
display: none;
} #nt-note-submit {
margin: 0;
} #wp-nt-note-body-editor-container {
overflow-x: auto;
} #nt-note-body_ifr {
width: auto !important;
min-height: unset !important;
} .nt-note-wrapper .mce-statusbar {
display: none;
} #mceu_7,
#mceu_8 {
display: none;
} .nt-hide-mobile,
.nt-reset-dimensions {
display: none !important;
}
}
@font-face {
font-family: 'ldntnotepad';
src: url(//lesna.kogitalnost.net/wp-content/plugins/wordpress-user-notes/assets/font/fontello.eot?283350512);
src: url(//lesna.kogitalnost.net/wp-content/plugins/wordpress-user-notes/assets/font/fontello.eot?283350512#iefix) format("embedded-opentype"), url(//lesna.kogitalnost.net/wp-content/plugins/wordpress-user-notes/assets/font/fontello.woff2?283350512) format("woff2"), url(//lesna.kogitalnost.net/wp-content/plugins/wordpress-user-notes/assets/font/fontello.woff?283350512) format("woff"), url(//lesna.kogitalnost.net/wp-content/plugins/wordpress-user-notes/assets/font/fontello.ttf?283350512) format("truetype"), url(//lesna.kogitalnost.net/wp-content/plugins/wordpress-user-notes/assets/font/fontello.svg?283350512#fontello) format("svg");
font-weight: normal;
font-style: normal;
}    *
.ldnt-alert {
padding: 15px;
text-align: center;
background: #fcf8e3;
font-weight: bold;
margin: 30px 0;
border: 2px solid #ebe7d2;
} .nticon-print:before,
.nticon-file-word:before,
.nticon-file-pdf:before,
.nticon-trash:before,
[class^="nticon-"]:before, [class*=" nticon-"]:before {
font-family: "ldntnotepad";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  } .nticon-print:before {
content: '\e800';
} .nticon-file-word:before {
content: '\e801';
} .nticon-trash:before {
content: '\e802';
} .nticon-doc:before {
content: '\e803';
}@font-face{font-family:dashicons;src:url(//lesna.kogitalnost.net/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//lesna.kogitalnost.net/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//lesna.kogitalnost.net/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.suremember-login-container-popup {
background: #000000b3;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99999999;
display: none;
max-width: unset !important;
}
.suremembers-open-login-popup {
margin-left: 20px;
text-decoration: none !important;
}
.suremember-login-container-popup.active {
display: flex;
justify-content: center;
align-items: center;
}
.suremember-login-wrapper {
display: flex;
width: 380px;
height: max-content;
max-width: 80%;
max-height: 80%;
align-items: center;
justify-content: center;
padding: 34px 30px;
box-shadow: 0 3px 6px rgb( 0 0 0 / 30% );
overflow: auto;
position: relative;
background-color: #fff;
border-radius: 3px;
}
.suremember-login-form-container {
width: 100%;
}
.suremember-user-login-form {
display: flex;
flex-direction: column;
grid-gap: 15px;
}
.suremember-user-login-form a {
text-decoration: none;
}
.suremember-turnstile-wrap {
display: flex;
}
.suremember-turnstile-wrap .cf-turnstile,
.suremember-turnstile-wrap .cf-turnstile-manual {
max-width: 100%;
}
.suremember-login-container-popup .suremember-login-heading {
font-size: 30px;
font-weight: 600;
color: #1d2327;
text-align: center;
margin-top: 0;
margin-bottom: 16px;
}
.suremember-user-login-form label:not( [for="rememberme"] ) {
font-family: inherit;
line-height: 16px;
color: #1d2327;
font-size: 16px;
font-weight: 400;
}
.suremember-user-login-form input[type="text"],
.suremember-user-login-form input[type="password"] {
font-family: inherit;
width: 100%;
border-radius: 3px;
min-height: 40px;
max-width: -webkit-fill-available;
padding: 0.75em;
border: 1px solid #e2e8f0;
box-shadow: none;
box-sizing: border-box;
}
.suremember-login-wp-pwd {
position: relative;
}
.suremember-user-login-form .suremember-login-wp-pwd input[type="password"] {
padding-right: 37px;
}
.suremember-login-wp-pwd .suremembers-hide-if-no-js {
position: absolute !important;
top: 0;
right: 0;
color: #959595;
cursor: pointer;
padding: 5px 9px;
height: 100%;
background: transparent;
border: none;
}
.suremember-login-container-popup .suremember-user-form-submit {
padding: 0.75em;
font-weight: 500;
border-radius: 3px;
width: 100%;
border: 1px solid #046bd2;
background-color: #046bd2;
color: #fff;
cursor: pointer;
}
.suremember-login-container-popup .suremember-user-form-submit:hover {
opacity: 0.9;
}
.suremember-login-container-popup .suremember-user-form-submit.submit-loading {
pointer-events: none;
position: relative;
opacity: 0.6;
}
.suremember-login-container-popup .suremember-user-form-submit.submit-loading::before {
content: "";
width: 24px;
height: 24px;
border: 4px solid #000;
border-top-color: #fff;
transform: translate( -50%, -50% );
position: absolute;
top: 50%;
left: 50%;
animation: submitloading 1s forwards infinite linear;
border-radius: 50%;
}
.suremember-login-container-popup .remember-me-wrap {
display: flex;
flex-direction: row;
justify-content: space-between;
font-size: 12px;
}
.suremember-login-container-popup .remember-me {
display: flex;
font-size: 12px;
align-items: center;
grid-gap: 5px;
cursor: pointer;
}
.suremember-login-container-popup .remember-me input {
border-radius: 3px;
}
.suremember-login-container-popup .field-error {
border-left: 4px solid #ef4444;
padding: 5px 12px;
margin-bottom: 20px;
background-color: #fee2e2;
box-shadow: 0 1px 1px 0 rgb( 0 0 0 / 10% );
display: block;
color: #ef4444;
line-height: 1.4;
}
.suremember-login-container-popup span.field-error::before {
content: "\f348";
font-family: dashicons;
margin-right: 4px;
color: #ef4444;
display: inline-block;
transform: translateY( 2px );
}
.suremember-login-wrapper-close {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}
.suremembers-button {
text-decoration: none !important;
}
@keyframes submitloading {
0% {
transform: translate( -50%, -50% ) rotate( 0deg );
}
100% {
transform: translate( -50%, -50% ) rotate( 360deg );
}
}.suremembers-main-container {
width: 100%;
}
.suremembers-container-div {
margin: 3em 0;
padding: 3em;
background-color: #fff;
width: 100%;
max-width: -webkit-fill-available;
text-align: center;
}
.suremembers-unauthorized-container {
margin-top: 1em;
}
.suremembers-logout-button {
cursor: pointer;
margin-left: 20px;
text-decoration: none !important;
}@font-face{font-family:"remixicon";src:url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/remixicon.eot?t=1590207869815);src:url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/remixicon.eot?t=1590207869815#iefix) format('embedded-opentype'),url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/remixicon.woff2?t=1590207869815) format("woff2"),url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/remixicon.woff?t=1590207869815) format("woff"),url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/remixicon.ttf?t=1590207869815) format('truetype');font-display:swap}[class^="ri-"],[class*=" ri-"]{font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:"\ea01"}.ri-24-hours-line:before{content:"\ea02"}.ri-4k-fill:before{content:"\ea03"}.ri-4k-line:before{content:"\ea04"}.ri-a-b:before{content:"\ea05"}.ri-account-box-fill:before{content:"\ea06"}.ri-account-box-line:before{content:"\ea07"}.ri-account-circle-fill:before{content:"\ea08"}.ri-account-circle-line:before{content:"\ea09"}.ri-account-pin-box-fill:before{content:"\ea0a"}.ri-account-pin-box-line:before{content:"\ea0b"}.ri-account-pin-circle-fill:before{content:"\ea0c"}.ri-account-pin-circle-line:before{content:"\ea0d"}.ri-add-box-fill:before{content:"\ea0e"}.ri-add-box-line:before{content:"\ea0f"}.ri-add-circle-fill:before{content:"\ea10"}.ri-add-circle-line:before{content:"\ea11"}.ri-add-fill:before{content:"\ea12"}.ri-add-line:before{content:"\ea13"}.ri-admin-fill:before{content:"\ea14"}.ri-admin-line:before{content:"\ea15"}.ri-advertisement-fill:before{content:"\ea16"}.ri-advertisement-line:before{content:"\ea17"}.ri-airplay-fill:before{content:"\ea18"}.ri-airplay-line:before{content:"\ea19"}.ri-alarm-fill:before{content:"\ea1a"}.ri-alarm-line:before{content:"\ea1b"}.ri-alarm-warning-fill:before{content:"\ea1c"}.ri-alarm-warning-line:before{content:"\ea1d"}.ri-album-fill:before{content:"\ea1e"}.ri-album-line:before{content:"\ea1f"}.ri-alert-fill:before{content:"\ea20"}.ri-alert-line:before{content:"\ea21"}.ri-aliens-fill:before{content:"\ea22"}.ri-aliens-line:before{content:"\ea23"}.ri-align-bottom:before{content:"\ea24"}.ri-align-center:before{content:"\ea25"}.ri-align-justify:before{content:"\ea26"}.ri-align-left:before{content:"\ea27"}.ri-align-right:before{content:"\ea28"}.ri-align-top:before{content:"\ea29"}.ri-align-vertically:before{content:"\ea2a"}.ri-alipay-fill:before{content:"\ea2b"}.ri-alipay-line:before{content:"\ea2c"}.ri-amazon-fill:before{content:"\ea2d"}.ri-amazon-line:before{content:"\ea2e"}.ri-anchor-fill:before{content:"\ea2f"}.ri-anchor-line:before{content:"\ea30"}.ri-ancient-gate-fill:before{content:"\ea31"}.ri-ancient-gate-line:before{content:"\ea32"}.ri-ancient-pavilion-fill:before{content:"\ea33"}.ri-ancient-pavilion-line:before{content:"\ea34"}.ri-android-fill:before{content:"\ea35"}.ri-android-line:before{content:"\ea36"}.ri-angularjs-fill:before{content:"\ea37"}.ri-angularjs-line:before{content:"\ea38"}.ri-anticlockwise-2-fill:before{content:"\ea39"}.ri-anticlockwise-2-line:before{content:"\ea3a"}.ri-anticlockwise-fill:before{content:"\ea3b"}.ri-anticlockwise-line:before{content:"\ea3c"}.ri-app-store-fill:before{content:"\ea3d"}.ri-app-store-line:before{content:"\ea3e"}.ri-apple-fill:before{content:"\ea3f"}.ri-apple-line:before{content:"\ea40"}.ri-apps-2-fill:before{content:"\ea41"}.ri-apps-2-line:before{content:"\ea42"}.ri-apps-fill:before{content:"\ea43"}.ri-apps-line:before{content:"\ea44"}.ri-archive-drawer-fill:before{content:"\ea45"}.ri-archive-drawer-line:before{content:"\ea46"}.ri-archive-fill:before{content:"\ea47"}.ri-archive-line:before{content:"\ea48"}.ri-arrow-down-circle-fill:before{content:"\ea49"}.ri-arrow-down-circle-line:before{content:"\ea4a"}.ri-arrow-down-fill:before{content:"\ea4b"}.ri-arrow-down-line:before{content:"\ea4c"}.ri-arrow-down-s-fill:before{content:"\ea4d"}.ri-arrow-down-s-line:before{content:"\ea4e"}.ri-arrow-drop-down-fill:before{content:"\ea4f"}.ri-arrow-drop-down-line:before{content:"\ea50"}.ri-arrow-drop-left-fill:before{content:"\ea51"}.ri-arrow-drop-left-line:before{content:"\ea52"}.ri-arrow-drop-right-fill:before{content:"\ea53"}.ri-arrow-drop-right-line:before{content:"\ea54"}.ri-arrow-drop-up-fill:before{content:"\ea55"}.ri-arrow-drop-up-line:before{content:"\ea56"}.ri-arrow-go-back-fill:before{content:"\ea57"}.ri-arrow-go-back-line:before{content:"\ea58"}.ri-arrow-go-forward-fill:before{content:"\ea59"}.ri-arrow-go-forward-line:before{content:"\ea5a"}.ri-arrow-left-circle-fill:before{content:"\ea5b"}.ri-arrow-left-circle-line:before{content:"\ea5c"}.ri-arrow-left-down-fill:before{content:"\ea5d"}.ri-arrow-left-down-line:before{content:"\ea5e"}.ri-arrow-left-fill:before{content:"\ea5f"}.ri-arrow-left-line:before{content:"\ea60"}.ri-arrow-left-right-fill:before{content:"\ea61"}.ri-arrow-left-right-line:before{content:"\ea62"}.ri-arrow-left-s-fill:before{content:"\ea63"}.ri-arrow-left-s-line:before{content:"\ea64"}.ri-arrow-left-up-fill:before{content:"\ea65"}.ri-arrow-left-up-line:before{content:"\ea66"}.ri-arrow-right-circle-fill:before{content:"\ea67"}.ri-arrow-right-circle-line:before{content:"\ea68"}.ri-arrow-right-down-fill:before{content:"\ea69"}.ri-arrow-right-down-line:before{content:"\ea6a"}.ri-arrow-right-fill:before{content:"\ea6b"}.ri-arrow-right-line:before{content:"\ea6c"}.ri-arrow-right-s-fill:before{content:"\ea6d"}.ri-arrow-right-s-line:before{content:"\ea6e"}.ri-arrow-right-up-fill:before{content:"\ea6f"}.ri-arrow-right-up-line:before{content:"\ea70"}.ri-arrow-up-circle-fill:before{content:"\ea71"}.ri-arrow-up-circle-line:before{content:"\ea72"}.ri-arrow-up-down-fill:before{content:"\ea73"}.ri-arrow-up-down-line:before{content:"\ea74"}.ri-arrow-up-fill:before{content:"\ea75"}.ri-arrow-up-line:before{content:"\ea76"}.ri-arrow-up-s-fill:before{content:"\ea77"}.ri-arrow-up-s-line:before{content:"\ea78"}.ri-artboard-2-fill:before{content:"\ea79"}.ri-artboard-2-line:before{content:"\ea7a"}.ri-artboard-fill:before{content:"\ea7b"}.ri-artboard-line:before{content:"\ea7c"}.ri-article-fill:before{content:"\ea7d"}.ri-article-line:before{content:"\ea7e"}.ri-aspect-ratio-fill:before{content:"\ea7f"}.ri-aspect-ratio-line:before{content:"\ea80"}.ri-asterisk:before{content:"\ea81"}.ri-at-fill:before{content:"\ea82"}.ri-at-line:before{content:"\ea83"}.ri-attachment-2:before{content:"\ea84"}.ri-attachment-fill:before{content:"\ea85"}.ri-attachment-line:before{content:"\ea86"}.ri-auction-fill:before{content:"\ea87"}.ri-auction-line:before{content:"\ea88"}.ri-award-fill:before{content:"\ea89"}.ri-award-line:before{content:"\ea8a"}.ri-baidu-fill:before{content:"\ea8b"}.ri-baidu-line:before{content:"\ea8c"}.ri-ball-pen-fill:before{content:"\ea8d"}.ri-ball-pen-line:before{content:"\ea8e"}.ri-bank-card-2-fill:before{content:"\ea8f"}.ri-bank-card-2-line:before{content:"\ea90"}.ri-bank-card-fill:before{content:"\ea91"}.ri-bank-card-line:before{content:"\ea92"}.ri-bank-fill:before{content:"\ea93"}.ri-bank-line:before{content:"\ea94"}.ri-bar-chart-2-fill:before{content:"\ea95"}.ri-bar-chart-2-line:before{content:"\ea96"}.ri-bar-chart-box-fill:before{content:"\ea97"}.ri-bar-chart-box-line:before{content:"\ea98"}.ri-bar-chart-fill:before{content:"\ea99"}.ri-bar-chart-grouped-fill:before{content:"\ea9a"}.ri-bar-chart-grouped-line:before{content:"\ea9b"}.ri-bar-chart-horizontal-fill:before{content:"\ea9c"}.ri-bar-chart-horizontal-line:before{content:"\ea9d"}.ri-bar-chart-line:before{content:"\ea9e"}.ri-barcode-box-fill:before{content:"\ea9f"}.ri-barcode-box-line:before{content:"\eaa0"}.ri-barcode-fill:before{content:"\eaa1"}.ri-barcode-line:before{content:"\eaa2"}.ri-barricade-fill:before{content:"\eaa3"}.ri-barricade-line:before{content:"\eaa4"}.ri-base-station-fill:before{content:"\eaa5"}.ri-base-station-line:before{content:"\eaa6"}.ri-basketball-fill:before{content:"\eaa7"}.ri-basketball-line:before{content:"\eaa8"}.ri-battery-2-charge-fill:before{content:"\eaa9"}.ri-battery-2-charge-line:before{content:"\eaaa"}.ri-battery-2-fill:before{content:"\eaab"}.ri-battery-2-line:before{content:"\eaac"}.ri-battery-charge-fill:before{content:"\eaad"}.ri-battery-charge-line:before{content:"\eaae"}.ri-battery-fill:before{content:"\eaaf"}.ri-battery-line:before{content:"\eab0"}.ri-battery-low-fill:before{content:"\eab1"}.ri-battery-low-line:before{content:"\eab2"}.ri-battery-saver-fill:before{content:"\eab3"}.ri-battery-saver-line:before{content:"\eab4"}.ri-battery-share-fill:before{content:"\eab5"}.ri-battery-share-line:before{content:"\eab6"}.ri-bear-smile-fill:before{content:"\eab7"}.ri-bear-smile-line:before{content:"\eab8"}.ri-behance-fill:before{content:"\eab9"}.ri-behance-line:before{content:"\eaba"}.ri-bell-fill:before{content:"\eabb"}.ri-bell-line:before{content:"\eabc"}.ri-bike-fill:before{content:"\eabd"}.ri-bike-line:before{content:"\eabe"}.ri-bilibili-fill:before{content:"\eabf"}.ri-bilibili-line:before{content:"\eac0"}.ri-bill-fill:before{content:"\eac1"}.ri-bill-line:before{content:"\eac2"}.ri-billiards-fill:before{content:"\eac3"}.ri-billiards-line:before{content:"\eac4"}.ri-bit-coin-fill:before{content:"\eac5"}.ri-bit-coin-line:before{content:"\eac6"}.ri-blaze-fill:before{content:"\eac7"}.ri-blaze-line:before{content:"\eac8"}.ri-bluetooth-connect-fill:before{content:"\eac9"}.ri-bluetooth-connect-line:before{content:"\eaca"}.ri-bluetooth-fill:before{content:"\eacb"}.ri-bluetooth-line:before{content:"\eacc"}.ri-blur-off-fill:before{content:"\eacd"}.ri-blur-off-line:before{content:"\eace"}.ri-body-scan-fill:before{content:"\eacf"}.ri-body-scan-line:before{content:"\ead0"}.ri-bold:before{content:"\ead1"}.ri-book-2-fill:before{content:"\ead2"}.ri-book-2-line:before{content:"\ead3"}.ri-book-3-fill:before{content:"\ead4"}.ri-book-3-line:before{content:"\ead5"}.ri-book-fill:before{content:"\ead6"}.ri-book-line:before{content:"\ead7"}.ri-book-marked-fill:before{content:"\ead8"}.ri-book-marked-line:before{content:"\ead9"}.ri-book-open-fill:before{content:"\eada"}.ri-book-open-line:before{content:"\eadb"}.ri-book-read-fill:before{content:"\eadc"}.ri-book-read-line:before{content:"\eadd"}.ri-booklet-fill:before{content:"\eade"}.ri-booklet-line:before{content:"\eadf"}.ri-bookmark-2-fill:before{content:"\eae0"}.ri-bookmark-2-line:before{content:"\eae1"}.ri-bookmark-3-fill:before{content:"\eae2"}.ri-bookmark-3-line:before{content:"\eae3"}.ri-bookmark-fill:before{content:"\eae4"}.ri-bookmark-line:before{content:"\eae5"}.ri-boxing-fill:before{content:"\eae6"}.ri-boxing-line:before{content:"\eae7"}.ri-braces-fill:before{content:"\eae8"}.ri-braces-line:before{content:"\eae9"}.ri-brackets-fill:before{content:"\eaea"}.ri-brackets-line:before{content:"\eaeb"}.ri-briefcase-2-fill:before{content:"\eaec"}.ri-briefcase-2-line:before{content:"\eaed"}.ri-briefcase-3-fill:before{content:"\eaee"}.ri-briefcase-3-line:before{content:"\eaef"}.ri-briefcase-4-fill:before{content:"\eaf0"}.ri-briefcase-4-line:before{content:"\eaf1"}.ri-briefcase-5-fill:before{content:"\eaf2"}.ri-briefcase-5-line:before{content:"\eaf3"}.ri-briefcase-fill:before{content:"\eaf4"}.ri-briefcase-line:before{content:"\eaf5"}.ri-bring-forward:before{content:"\eaf6"}.ri-bring-to-front:before{content:"\eaf7"}.ri-broadcast-fill:before{content:"\eaf8"}.ri-broadcast-line:before{content:"\eaf9"}.ri-brush-2-fill:before{content:"\eafa"}.ri-brush-2-line:before{content:"\eafb"}.ri-brush-3-fill:before{content:"\eafc"}.ri-brush-3-line:before{content:"\eafd"}.ri-brush-4-fill:before{content:"\eafe"}.ri-brush-4-line:before{content:"\eaff"}.ri-brush-fill:before{content:"\eb00"}.ri-brush-line:before{content:"\eb01"}.ri-bubble-chart-fill:before{content:"\eb02"}.ri-bubble-chart-line:before{content:"\eb03"}.ri-bug-2-fill:before{content:"\eb04"}.ri-bug-2-line:before{content:"\eb05"}.ri-bug-fill:before{content:"\eb06"}.ri-bug-line:before{content:"\eb07"}.ri-building-2-fill:before{content:"\eb08"}.ri-building-2-line:before{content:"\eb09"}.ri-building-3-fill:before{content:"\eb0a"}.ri-building-3-line:before{content:"\eb0b"}.ri-building-4-fill:before{content:"\eb0c"}.ri-building-4-line:before{content:"\eb0d"}.ri-building-fill:before{content:"\eb0e"}.ri-building-line:before{content:"\eb0f"}.ri-bus-2-fill:before{content:"\eb10"}.ri-bus-2-line:before{content:"\eb11"}.ri-bus-fill:before{content:"\eb12"}.ri-bus-line:before{content:"\eb13"}.ri-bus-wifi-fill:before{content:"\eb14"}.ri-bus-wifi-line:before{content:"\eb15"}.ri-cactus-fill:before{content:"\eb16"}.ri-cactus-line:before{content:"\eb17"}.ri-cake-2-fill:before{content:"\eb18"}.ri-cake-2-line:before{content:"\eb19"}.ri-cake-3-fill:before{content:"\eb1a"}.ri-cake-3-line:before{content:"\eb1b"}.ri-cake-fill:before{content:"\eb1c"}.ri-cake-line:before{content:"\eb1d"}.ri-calculator-fill:before{content:"\eb1e"}.ri-calculator-line:before{content:"\eb1f"}.ri-calendar-2-fill:before{content:"\eb20"}.ri-calendar-2-line:before{content:"\eb21"}.ri-calendar-check-fill:before{content:"\eb22"}.ri-calendar-check-line:before{content:"\eb23"}.ri-calendar-event-fill:before{content:"\eb24"}.ri-calendar-event-line:before{content:"\eb25"}.ri-calendar-fill:before{content:"\eb26"}.ri-calendar-line:before{content:"\eb27"}.ri-calendar-todo-fill:before{content:"\eb28"}.ri-calendar-todo-line:before{content:"\eb29"}.ri-camera-2-fill:before{content:"\eb2a"}.ri-camera-2-line:before{content:"\eb2b"}.ri-camera-3-fill:before{content:"\eb2c"}.ri-camera-3-line:before{content:"\eb2d"}.ri-camera-fill:before{content:"\eb2e"}.ri-camera-lens-fill:before{content:"\eb2f"}.ri-camera-lens-line:before{content:"\eb30"}.ri-camera-line:before{content:"\eb31"}.ri-camera-off-fill:before{content:"\eb32"}.ri-camera-off-line:before{content:"\eb33"}.ri-camera-switch-fill:before{content:"\eb34"}.ri-camera-switch-line:before{content:"\eb35"}.ri-capsule-fill:before{content:"\eb36"}.ri-capsule-line:before{content:"\eb37"}.ri-car-fill:before{content:"\eb38"}.ri-car-line:before{content:"\eb39"}.ri-car-washing-fill:before{content:"\eb3a"}.ri-car-washing-line:before{content:"\eb3b"}.ri-caravan-fill:before{content:"\eb3c"}.ri-caravan-line:before{content:"\eb3d"}.ri-cast-fill:before{content:"\eb3e"}.ri-cast-line:before{content:"\eb3f"}.ri-cellphone-fill:before{content:"\eb40"}.ri-cellphone-line:before{content:"\eb41"}.ri-celsius-fill:before{content:"\eb42"}.ri-celsius-line:before{content:"\eb43"}.ri-centos-fill:before{content:"\eb44"}.ri-centos-line:before{content:"\eb45"}.ri-character-recognition-fill:before{content:"\eb46"}.ri-character-recognition-line:before{content:"\eb47"}.ri-charging-pile-2-fill:before{content:"\eb48"}.ri-charging-pile-2-line:before{content:"\eb49"}.ri-charging-pile-fill:before{content:"\eb4a"}.ri-charging-pile-line:before{content:"\eb4b"}.ri-chat-1-fill:before{content:"\eb4c"}.ri-chat-1-line:before{content:"\eb4d"}.ri-chat-2-fill:before{content:"\eb4e"}.ri-chat-2-line:before{content:"\eb4f"}.ri-chat-3-fill:before{content:"\eb50"}.ri-chat-3-line:before{content:"\eb51"}.ri-chat-4-fill:before{content:"\eb52"}.ri-chat-4-line:before{content:"\eb53"}.ri-chat-check-fill:before{content:"\eb54"}.ri-chat-check-line:before{content:"\eb55"}.ri-chat-delete-fill:before{content:"\eb56"}.ri-chat-delete-line:before{content:"\eb57"}.ri-chat-download-fill:before{content:"\eb58"}.ri-chat-download-line:before{content:"\eb59"}.ri-chat-follow-up-fill:before{content:"\eb5a"}.ri-chat-follow-up-line:before{content:"\eb5b"}.ri-chat-forward-fill:before{content:"\eb5c"}.ri-chat-forward-line:before{content:"\eb5d"}.ri-chat-heart-fill:before{content:"\eb5e"}.ri-chat-heart-line:before{content:"\eb5f"}.ri-chat-history-fill:before{content:"\eb60"}.ri-chat-history-line:before{content:"\eb61"}.ri-chat-new-fill:before{content:"\eb62"}.ri-chat-new-line:before{content:"\eb63"}.ri-chat-off-fill:before{content:"\eb64"}.ri-chat-off-line:before{content:"\eb65"}.ri-chat-poll-fill:before{content:"\eb66"}.ri-chat-poll-line:before{content:"\eb67"}.ri-chat-private-fill:before{content:"\eb68"}.ri-chat-private-line:before{content:"\eb69"}.ri-chat-quote-fill:before{content:"\eb6a"}.ri-chat-quote-line:before{content:"\eb6b"}.ri-chat-settings-fill:before{content:"\eb6c"}.ri-chat-settings-line:before{content:"\eb6d"}.ri-chat-smile-2-fill:before{content:"\eb6e"}.ri-chat-smile-2-line:before{content:"\eb6f"}.ri-chat-smile-3-fill:before{content:"\eb70"}.ri-chat-smile-3-line:before{content:"\eb71"}.ri-chat-smile-fill:before{content:"\eb72"}.ri-chat-smile-line:before{content:"\eb73"}.ri-chat-upload-fill:before{content:"\eb74"}.ri-chat-upload-line:before{content:"\eb75"}.ri-chat-voice-fill:before{content:"\eb76"}.ri-chat-voice-line:before{content:"\eb77"}.ri-check-double-fill:before{content:"\eb78"}.ri-check-double-line:before{content:"\eb79"}.ri-check-fill:before{content:"\eb7a"}.ri-check-line:before{content:"\eb7b"}.ri-checkbox-blank-circle-fill:before{content:"\eb7c"}.ri-checkbox-blank-circle-line:before{content:"\eb7d"}.ri-checkbox-blank-fill:before{content:"\eb7e"}.ri-checkbox-blank-line:before{content:"\eb7f"}.ri-checkbox-circle-fill:before{content:"\eb80"}.ri-checkbox-circle-line:before{content:"\eb81"}.ri-checkbox-fill:before{content:"\eb82"}.ri-checkbox-indeterminate-fill:before{content:"\eb83"}.ri-checkbox-indeterminate-line:before{content:"\eb84"}.ri-checkbox-line:before{content:"\eb85"}.ri-checkbox-multiple-blank-fill:before{content:"\eb86"}.ri-checkbox-multiple-blank-line:before{content:"\eb87"}.ri-checkbox-multiple-fill:before{content:"\eb88"}.ri-checkbox-multiple-line:before{content:"\eb89"}.ri-china-railway-fill:before{content:"\eb8a"}.ri-china-railway-line:before{content:"\eb8b"}.ri-chrome-fill:before{content:"\eb8c"}.ri-chrome-line:before{content:"\eb8d"}.ri-clapperboard-fill:before{content:"\eb8e"}.ri-clapperboard-line:before{content:"\eb8f"}.ri-clipboard-fill:before{content:"\eb90"}.ri-clipboard-line:before{content:"\eb91"}.ri-clockwise-2-fill:before{content:"\eb92"}.ri-clockwise-2-line:before{content:"\eb93"}.ri-clockwise-fill:before{content:"\eb94"}.ri-clockwise-line:before{content:"\eb95"}.ri-close-circle-fill:before{content:"\eb96"}.ri-close-circle-line:before{content:"\eb97"}.ri-close-fill:before{content:"\eb98"}.ri-close-line:before{content:"\eb99"}.ri-closed-captioning-fill:before{content:"\eb9a"}.ri-closed-captioning-line:before{content:"\eb9b"}.ri-cloud-fill:before{content:"\eb9c"}.ri-cloud-line:before{content:"\eb9d"}.ri-cloud-off-fill:before{content:"\eb9e"}.ri-cloud-off-line:before{content:"\eb9f"}.ri-cloud-windy-fill:before{content:"\eba0"}.ri-cloud-windy-line:before{content:"\eba1"}.ri-cloudy-2-fill:before{content:"\eba2"}.ri-cloudy-2-line:before{content:"\eba3"}.ri-cloudy-fill:before{content:"\eba4"}.ri-cloudy-line:before{content:"\eba5"}.ri-code-box-fill:before{content:"\eba6"}.ri-code-box-line:before{content:"\eba7"}.ri-code-fill:before{content:"\eba8"}.ri-code-line:before{content:"\eba9"}.ri-code-s-fill:before{content:"\ebaa"}.ri-code-s-line:before{content:"\ebab"}.ri-code-s-slash-fill:before{content:"\ebac"}.ri-code-s-slash-line:before{content:"\ebad"}.ri-code-view:before{content:"\ebae"}.ri-codepen-fill:before{content:"\ebaf"}.ri-codepen-line:before{content:"\ebb0"}.ri-coin-fill:before{content:"\ebb1"}.ri-coin-line:before{content:"\ebb2"}.ri-coins-fill:before{content:"\ebb3"}.ri-coins-line:before{content:"\ebb4"}.ri-collage-fill:before{content:"\ebb5"}.ri-collage-line:before{content:"\ebb6"}.ri-command-fill:before{content:"\ebb7"}.ri-command-line:before{content:"\ebb8"}.ri-community-fill:before{content:"\ebb9"}.ri-community-line:before{content:"\ebba"}.ri-compass-2-fill:before{content:"\ebbb"}.ri-compass-2-line:before{content:"\ebbc"}.ri-compass-3-fill:before{content:"\ebbd"}.ri-compass-3-line:before{content:"\ebbe"}.ri-compass-4-fill:before{content:"\ebbf"}.ri-compass-4-line:before{content:"\ebc0"}.ri-compass-discover-fill:before{content:"\ebc1"}.ri-compass-discover-line:before{content:"\ebc2"}.ri-compass-fill:before{content:"\ebc3"}.ri-compass-line:before{content:"\ebc4"}.ri-compasses-2-fill:before{content:"\ebc5"}.ri-compasses-2-line:before{content:"\ebc6"}.ri-compasses-fill:before{content:"\ebc7"}.ri-compasses-line:before{content:"\ebc8"}.ri-computer-fill:before{content:"\ebc9"}.ri-computer-line:before{content:"\ebca"}.ri-contacts-book-2-fill:before{content:"\ebcb"}.ri-contacts-book-2-line:before{content:"\ebcc"}.ri-contacts-book-fill:before{content:"\ebcd"}.ri-contacts-book-line:before{content:"\ebce"}.ri-contacts-book-upload-fill:before{content:"\ebcf"}.ri-contacts-book-upload-line:before{content:"\ebd0"}.ri-contacts-fill:before{content:"\ebd1"}.ri-contacts-line:before{content:"\ebd2"}.ri-contrast-2-fill:before{content:"\ebd3"}.ri-contrast-2-line:before{content:"\ebd4"}.ri-contrast-drop-2-fill:before{content:"\ebd5"}.ri-contrast-drop-2-line:before{content:"\ebd6"}.ri-contrast-drop-fill:before{content:"\ebd7"}.ri-contrast-drop-line:before{content:"\ebd8"}.ri-contrast-fill:before{content:"\ebd9"}.ri-contrast-line:before{content:"\ebda"}.ri-copper-coin-fill:before{content:"\ebdb"}.ri-copper-coin-line:before{content:"\ebdc"}.ri-copper-diamond-fill:before{content:"\ebdd"}.ri-copper-diamond-line:before{content:"\ebde"}.ri-copyleft-fill:before{content:"\ebdf"}.ri-copyleft-line:before{content:"\ebe0"}.ri-copyright-fill:before{content:"\ebe1"}.ri-copyright-line:before{content:"\ebe2"}.ri-coreos-fill:before{content:"\ebe3"}.ri-coreos-line:before{content:"\ebe4"}.ri-coupon-2-fill:before{content:"\ebe5"}.ri-coupon-2-line:before{content:"\ebe6"}.ri-coupon-3-fill:before{content:"\ebe7"}.ri-coupon-3-line:before{content:"\ebe8"}.ri-coupon-4-fill:before{content:"\ebe9"}.ri-coupon-4-line:before{content:"\ebea"}.ri-coupon-5-fill:before{content:"\ebeb"}.ri-coupon-5-line:before{content:"\ebec"}.ri-coupon-fill:before{content:"\ebed"}.ri-coupon-line:before{content:"\ebee"}.ri-cpu-fill:before{content:"\ebef"}.ri-cpu-line:before{content:"\ebf0"}.ri-creative-commons-by-fill:before{content:"\ebf1"}.ri-creative-commons-by-line:before{content:"\ebf2"}.ri-creative-commons-fill:before{content:"\ebf3"}.ri-creative-commons-line:before{content:"\ebf4"}.ri-creative-commons-nc-fill:before{content:"\ebf5"}.ri-creative-commons-nc-line:before{content:"\ebf6"}.ri-creative-commons-nd-fill:before{content:"\ebf7"}.ri-creative-commons-nd-line:before{content:"\ebf8"}.ri-creative-commons-sa-fill:before{content:"\ebf9"}.ri-creative-commons-sa-line:before{content:"\ebfa"}.ri-creative-commons-zero-fill:before{content:"\ebfb"}.ri-creative-commons-zero-line:before{content:"\ebfc"}.ri-criminal-fill:before{content:"\ebfd"}.ri-criminal-line:before{content:"\ebfe"}.ri-crop-2-fill:before{content:"\ebff"}.ri-crop-2-line:before{content:"\ec00"}.ri-crop-fill:before{content:"\ec01"}.ri-crop-line:before{content:"\ec02"}.ri-css3-fill:before{content:"\ec03"}.ri-css3-line:before{content:"\ec04"}.ri-cup-fill:before{content:"\ec05"}.ri-cup-line:before{content:"\ec06"}.ri-currency-fill:before{content:"\ec07"}.ri-currency-line:before{content:"\ec08"}.ri-cursor-fill:before{content:"\ec09"}.ri-cursor-line:before{content:"\ec0a"}.ri-customer-service-2-fill:before{content:"\ec0b"}.ri-customer-service-2-line:before{content:"\ec0c"}.ri-customer-service-fill:before{content:"\ec0d"}.ri-customer-service-line:before{content:"\ec0e"}.ri-dashboard-2-fill:before{content:"\ec0f"}.ri-dashboard-2-line:before{content:"\ec10"}.ri-dashboard-3-fill:before{content:"\ec11"}.ri-dashboard-3-line:before{content:"\ec12"}.ri-dashboard-fill:before{content:"\ec13"}.ri-dashboard-line:before{content:"\ec14"}.ri-database-2-fill:before{content:"\ec15"}.ri-database-2-line:before{content:"\ec16"}.ri-database-fill:before{content:"\ec17"}.ri-database-line:before{content:"\ec18"}.ri-delete-back-2-fill:before{content:"\ec19"}.ri-delete-back-2-line:before{content:"\ec1a"}.ri-delete-back-fill:before{content:"\ec1b"}.ri-delete-back-line:before{content:"\ec1c"}.ri-delete-bin-2-fill:before{content:"\ec1d"}.ri-delete-bin-2-line:before{content:"\ec1e"}.ri-delete-bin-3-fill:before{content:"\ec1f"}.ri-delete-bin-3-line:before{content:"\ec20"}.ri-delete-bin-4-fill:before{content:"\ec21"}.ri-delete-bin-4-line:before{content:"\ec22"}.ri-delete-bin-5-fill:before{content:"\ec23"}.ri-delete-bin-5-line:before{content:"\ec24"}.ri-delete-bin-6-fill:before{content:"\ec25"}.ri-delete-bin-6-line:before{content:"\ec26"}.ri-delete-bin-7-fill:before{content:"\ec27"}.ri-delete-bin-7-line:before{content:"\ec28"}.ri-delete-bin-fill:before{content:"\ec29"}.ri-delete-bin-line:before{content:"\ec2a"}.ri-delete-column:before{content:"\ec2b"}.ri-delete-row:before{content:"\ec2c"}.ri-device-fill:before{content:"\ec2d"}.ri-device-line:before{content:"\ec2e"}.ri-device-recover-fill:before{content:"\ec2f"}.ri-device-recover-line:before{content:"\ec30"}.ri-dingding-fill:before{content:"\ec31"}.ri-dingding-line:before{content:"\ec32"}.ri-direction-fill:before{content:"\ec33"}.ri-direction-line:before{content:"\ec34"}.ri-disc-fill:before{content:"\ec35"}.ri-disc-line:before{content:"\ec36"}.ri-discord-fill:before{content:"\ec37"}.ri-discord-line:before{content:"\ec38"}.ri-discuss-fill:before{content:"\ec39"}.ri-discuss-line:before{content:"\ec3a"}.ri-dislike-fill:before{content:"\ec3b"}.ri-dislike-line:before{content:"\ec3c"}.ri-disqus-fill:before{content:"\ec3d"}.ri-disqus-line:before{content:"\ec3e"}.ri-divide-fill:before{content:"\ec3f"}.ri-divide-line:before{content:"\ec40"}.ri-donut-chart-fill:before{content:"\ec41"}.ri-donut-chart-line:before{content:"\ec42"}.ri-door-closed-fill:before{content:"\ec43"}.ri-door-closed-line:before{content:"\ec44"}.ri-door-fill:before{content:"\ec45"}.ri-door-line:before{content:"\ec46"}.ri-door-lock-box-fill:before{content:"\ec47"}.ri-door-lock-box-line:before{content:"\ec48"}.ri-door-lock-fill:before{content:"\ec49"}.ri-door-lock-line:before{content:"\ec4a"}.ri-door-open-fill:before{content:"\ec4b"}.ri-door-open-line:before{content:"\ec4c"}.ri-dossier-fill:before{content:"\ec4d"}.ri-dossier-line:before{content:"\ec4e"}.ri-douban-fill:before{content:"\ec4f"}.ri-douban-line:before{content:"\ec50"}.ri-double-quotes-l:before{content:"\ec51"}.ri-double-quotes-r:before{content:"\ec52"}.ri-download-2-fill:before{content:"\ec53"}.ri-download-2-line:before{content:"\ec54"}.ri-download-cloud-2-fill:before{content:"\ec55"}.ri-download-cloud-2-line:before{content:"\ec56"}.ri-download-cloud-fill:before{content:"\ec57"}.ri-download-cloud-line:before{content:"\ec58"}.ri-download-fill:before{content:"\ec59"}.ri-download-line:before{content:"\ec5a"}.ri-draft-fill:before{content:"\ec5b"}.ri-draft-line:before{content:"\ec5c"}.ri-drag-drop-fill:before{content:"\ec5d"}.ri-drag-drop-line:before{content:"\ec5e"}.ri-drag-move-2-fill:before{content:"\ec5f"}.ri-drag-move-2-line:before{content:"\ec60"}.ri-drag-move-fill:before{content:"\ec61"}.ri-drag-move-line:before{content:"\ec62"}.ri-dribbble-fill:before{content:"\ec63"}.ri-dribbble-line:before{content:"\ec64"}.ri-drive-fill:before{content:"\ec65"}.ri-drive-line:before{content:"\ec66"}.ri-drizzle-fill:before{content:"\ec67"}.ri-drizzle-line:before{content:"\ec68"}.ri-drop-fill:before{content:"\ec69"}.ri-drop-line:before{content:"\ec6a"}.ri-dropbox-fill:before{content:"\ec6b"}.ri-dropbox-line:before{content:"\ec6c"}.ri-dual-sim-1-fill:before{content:"\ec6d"}.ri-dual-sim-1-line:before{content:"\ec6e"}.ri-dual-sim-2-fill:before{content:"\ec6f"}.ri-dual-sim-2-line:before{content:"\ec70"}.ri-dv-fill:before{content:"\ec71"}.ri-dv-line:before{content:"\ec72"}.ri-dvd-fill:before{content:"\ec73"}.ri-dvd-line:before{content:"\ec74"}.ri-e-bike-2-fill:before{content:"\ec75"}.ri-e-bike-2-line:before{content:"\ec76"}.ri-e-bike-fill:before{content:"\ec77"}.ri-e-bike-line:before{content:"\ec78"}.ri-earth-fill:before{content:"\ec79"}.ri-earth-line:before{content:"\ec7a"}.ri-earthquake-fill:before{content:"\ec7b"}.ri-earthquake-line:before{content:"\ec7c"}.ri-edge-fill:before{content:"\ec7d"}.ri-edge-line:before{content:"\ec7e"}.ri-edit-2-fill:before{content:"\ec7f"}.ri-edit-2-line:before{content:"\ec80"}.ri-edit-box-fill:before{content:"\ec81"}.ri-edit-box-line:before{content:"\ec82"}.ri-edit-circle-fill:before{content:"\ec83"}.ri-edit-circle-line:before{content:"\ec84"}.ri-edit-fill:before{content:"\ec85"}.ri-edit-line:before{content:"\ec86"}.ri-eject-fill:before{content:"\ec87"}.ri-eject-line:before{content:"\ec88"}.ri-emotion-2-fill:before{content:"\ec89"}.ri-emotion-2-line:before{content:"\ec8a"}.ri-emotion-fill:before{content:"\ec8b"}.ri-emotion-happy-fill:before{content:"\ec8c"}.ri-emotion-happy-line:before{content:"\ec8d"}.ri-emotion-laugh-fill:before{content:"\ec8e"}.ri-emotion-laugh-line:before{content:"\ec8f"}.ri-emotion-line:before{content:"\ec90"}.ri-emotion-normal-fill:before{content:"\ec91"}.ri-emotion-normal-line:before{content:"\ec92"}.ri-emotion-sad-fill:before{content:"\ec93"}.ri-emotion-sad-line:before{content:"\ec94"}.ri-emotion-unhappy-fill:before{content:"\ec95"}.ri-emotion-unhappy-line:before{content:"\ec96"}.ri-empathize-fill:before{content:"\ec97"}.ri-empathize-line:before{content:"\ec98"}.ri-emphasis-cn:before{content:"\ec99"}.ri-emphasis:before{content:"\ec9a"}.ri-english-input:before{content:"\ec9b"}.ri-equalizer-fill:before{content:"\ec9c"}.ri-equalizer-line:before{content:"\ec9d"}.ri-eraser-fill:before{content:"\ec9e"}.ri-eraser-line:before{content:"\ec9f"}.ri-error-warning-fill:before{content:"\eca0"}.ri-error-warning-line:before{content:"\eca1"}.ri-evernote-fill:before{content:"\eca2"}.ri-evernote-line:before{content:"\eca3"}.ri-exchange-box-fill:before{content:"\eca4"}.ri-exchange-box-line:before{content:"\eca5"}.ri-exchange-cny-fill:before{content:"\eca6"}.ri-exchange-cny-line:before{content:"\eca7"}.ri-exchange-dollar-fill:before{content:"\eca8"}.ri-exchange-dollar-line:before{content:"\eca9"}.ri-exchange-fill:before{content:"\ecaa"}.ri-exchange-funds-fill:before{content:"\ecab"}.ri-exchange-funds-line:before{content:"\ecac"}.ri-exchange-line:before{content:"\ecad"}.ri-external-link-fill:before{content:"\ecae"}.ri-external-link-line:before{content:"\ecaf"}.ri-eye-2-fill:before{content:"\ecb0"}.ri-eye-2-line:before{content:"\ecb1"}.ri-eye-close-fill:before{content:"\ecb2"}.ri-eye-close-line:before{content:"\ecb3"}.ri-eye-fill:before{content:"\ecb4"}.ri-eye-line:before{content:"\ecb5"}.ri-eye-off-fill:before{content:"\ecb6"}.ri-eye-off-line:before{content:"\ecb7"}.ri-facebook-box-fill:before{content:"\ecb8"}.ri-facebook-box-line:before{content:"\ecb9"}.ri-facebook-circle-fill:before{content:"\ecba"}.ri-facebook-circle-line:before{content:"\ecbb"}.ri-facebook-fill:before{content:"\ecbc"}.ri-facebook-line:before{content:"\ecbd"}.ri-fahrenheit-fill:before{content:"\ecbe"}.ri-fahrenheit-line:before{content:"\ecbf"}.ri-feedback-fill:before{content:"\ecc0"}.ri-feedback-line:before{content:"\ecc1"}.ri-file-2-fill:before{content:"\ecc2"}.ri-file-2-line:before{content:"\ecc3"}.ri-file-3-fill:before{content:"\ecc4"}.ri-file-3-line:before{content:"\ecc5"}.ri-file-4-fill:before{content:"\ecc6"}.ri-file-4-line:before{content:"\ecc7"}.ri-file-add-fill:before{content:"\ecc8"}.ri-file-add-line:before{content:"\ecc9"}.ri-file-chart-2-fill:before{content:"\ecca"}.ri-file-chart-2-line:before{content:"\eccb"}.ri-file-chart-fill:before{content:"\eccc"}.ri-file-chart-line:before{content:"\eccd"}.ri-file-cloud-fill:before{content:"\ecce"}.ri-file-cloud-line:before{content:"\eccf"}.ri-file-code-fill:before{content:"\ecd0"}.ri-file-code-line:before{content:"\ecd1"}.ri-file-copy-2-fill:before{content:"\ecd2"}.ri-file-copy-2-line:before{content:"\ecd3"}.ri-file-copy-fill:before{content:"\ecd4"}.ri-file-copy-line:before{content:"\ecd5"}.ri-file-damage-fill:before{content:"\ecd6"}.ri-file-damage-line:before{content:"\ecd7"}.ri-file-download-fill:before{content:"\ecd8"}.ri-file-download-line:before{content:"\ecd9"}.ri-file-edit-fill:before{content:"\ecda"}.ri-file-edit-line:before{content:"\ecdb"}.ri-file-excel-2-fill:before{content:"\ecdc"}.ri-file-excel-2-line:before{content:"\ecdd"}.ri-file-excel-fill:before{content:"\ecde"}.ri-file-excel-line:before{content:"\ecdf"}.ri-file-fill:before{content:"\ece0"}.ri-file-forbid-fill:before{content:"\ece1"}.ri-file-forbid-line:before{content:"\ece2"}.ri-file-gif-fill:before{content:"\ece3"}.ri-file-gif-line:before{content:"\ece4"}.ri-file-history-fill:before{content:"\ece5"}.ri-file-history-line:before{content:"\ece6"}.ri-file-hwp-fill:before{content:"\ece7"}.ri-file-hwp-line:before{content:"\ece8"}.ri-file-info-fill:before{content:"\ece9"}.ri-file-info-line:before{content:"\ecea"}.ri-file-line:before{content:"\eceb"}.ri-file-list-2-fill:before{content:"\ecec"}.ri-file-list-2-line:before{content:"\eced"}.ri-file-list-3-fill:before{content:"\ecee"}.ri-file-list-3-line:before{content:"\ecef"}.ri-file-list-fill:before{content:"\ecf0"}.ri-file-list-line:before{content:"\ecf1"}.ri-file-lock-fill:before{content:"\ecf2"}.ri-file-lock-line:before{content:"\ecf3"}.ri-file-marked-fill:before{content:"\ecf4"}.ri-file-marked-line:before{content:"\ecf5"}.ri-file-music-fill:before{content:"\ecf6"}.ri-file-music-line:before{content:"\ecf7"}.ri-file-paper-2-fill:before{content:"\ecf8"}.ri-file-paper-2-line:before{content:"\ecf9"}.ri-file-paper-fill:before{content:"\ecfa"}.ri-file-paper-line:before{content:"\ecfb"}.ri-file-pdf-fill:before{content:"\ecfc"}.ri-file-pdf-line:before{content:"\ecfd"}.ri-file-ppt-2-fill:before{content:"\ecfe"}.ri-file-ppt-2-line:before{content:"\ecff"}.ri-file-ppt-fill:before{content:"\ed00"}.ri-file-ppt-line:before{content:"\ed01"}.ri-file-reduce-fill:before{content:"\ed02"}.ri-file-reduce-line:before{content:"\ed03"}.ri-file-search-fill:before{content:"\ed04"}.ri-file-search-line:before{content:"\ed05"}.ri-file-settings-fill:before{content:"\ed06"}.ri-file-settings-line:before{content:"\ed07"}.ri-file-shield-2-fill:before{content:"\ed08"}.ri-file-shield-2-line:before{content:"\ed09"}.ri-file-shield-fill:before{content:"\ed0a"}.ri-file-shield-line:before{content:"\ed0b"}.ri-file-shred-fill:before{content:"\ed0c"}.ri-file-shred-line:before{content:"\ed0d"}.ri-file-text-fill:before{content:"\ed0e"}.ri-file-text-line:before{content:"\ed0f"}.ri-file-transfer-fill:before{content:"\ed10"}.ri-file-transfer-line:before{content:"\ed11"}.ri-file-unknow-fill:before{content:"\ed12"}.ri-file-unknow-line:before{content:"\ed13"}.ri-file-upload-fill:before{content:"\ed14"}.ri-file-upload-line:before{content:"\ed15"}.ri-file-user-fill:before{content:"\ed16"}.ri-file-user-line:before{content:"\ed17"}.ri-file-warning-fill:before{content:"\ed18"}.ri-file-warning-line:before{content:"\ed19"}.ri-file-word-2-fill:before{content:"\ed1a"}.ri-file-word-2-line:before{content:"\ed1b"}.ri-file-word-fill:before{content:"\ed1c"}.ri-file-word-line:before{content:"\ed1d"}.ri-file-zip-fill:before{content:"\ed1e"}.ri-file-zip-line:before{content:"\ed1f"}.ri-film-fill:before{content:"\ed20"}.ri-film-line:before{content:"\ed21"}.ri-filter-2-fill:before{content:"\ed22"}.ri-filter-2-line:before{content:"\ed23"}.ri-filter-3-fill:before{content:"\ed24"}.ri-filter-3-line:before{content:"\ed25"}.ri-filter-fill:before{content:"\ed26"}.ri-filter-line:before{content:"\ed27"}.ri-filter-off-fill:before{content:"\ed28"}.ri-filter-off-line:before{content:"\ed29"}.ri-find-replace-fill:before{content:"\ed2a"}.ri-find-replace-line:before{content:"\ed2b"}.ri-finder-fill:before{content:"\ed2c"}.ri-finder-line:before{content:"\ed2d"}.ri-fingerprint-2-fill:before{content:"\ed2e"}.ri-fingerprint-2-line:before{content:"\ed2f"}.ri-fingerprint-fill:before{content:"\ed30"}.ri-fingerprint-line:before{content:"\ed31"}.ri-fire-fill:before{content:"\ed32"}.ri-fire-line:before{content:"\ed33"}.ri-firefox-fill:before{content:"\ed34"}.ri-firefox-line:before{content:"\ed35"}.ri-first-aid-kit-fill:before{content:"\ed36"}.ri-first-aid-kit-line:before{content:"\ed37"}.ri-flag-2-fill:before{content:"\ed38"}.ri-flag-2-line:before{content:"\ed39"}.ri-flag-fill:before{content:"\ed3a"}.ri-flag-line:before{content:"\ed3b"}.ri-flashlight-fill:before{content:"\ed3c"}.ri-flashlight-line:before{content:"\ed3d"}.ri-flask-fill:before{content:"\ed3e"}.ri-flask-line:before{content:"\ed3f"}.ri-flight-land-fill:before{content:"\ed40"}.ri-flight-land-line:before{content:"\ed41"}.ri-flight-takeoff-fill:before{content:"\ed42"}.ri-flight-takeoff-line:before{content:"\ed43"}.ri-flood-fill:before{content:"\ed44"}.ri-flood-line:before{content:"\ed45"}.ri-flow-chart:before{content:"\ed46"}.ri-flutter-fill:before{content:"\ed47"}.ri-flutter-line:before{content:"\ed48"}.ri-focus-2-fill:before{content:"\ed49"}.ri-focus-2-line:before{content:"\ed4a"}.ri-focus-3-fill:before{content:"\ed4b"}.ri-focus-3-line:before{content:"\ed4c"}.ri-focus-fill:before{content:"\ed4d"}.ri-focus-line:before{content:"\ed4e"}.ri-foggy-fill:before{content:"\ed4f"}.ri-foggy-line:before{content:"\ed50"}.ri-folder-2-fill:before{content:"\ed51"}.ri-folder-2-line:before{content:"\ed52"}.ri-folder-3-fill:before{content:"\ed53"}.ri-folder-3-line:before{content:"\ed54"}.ri-folder-4-fill:before{content:"\ed55"}.ri-folder-4-line:before{content:"\ed56"}.ri-folder-5-fill:before{content:"\ed57"}.ri-folder-5-line:before{content:"\ed58"}.ri-folder-add-fill:before{content:"\ed59"}.ri-folder-add-line:before{content:"\ed5a"}.ri-folder-chart-2-fill:before{content:"\ed5b"}.ri-folder-chart-2-line:before{content:"\ed5c"}.ri-folder-chart-fill:before{content:"\ed5d"}.ri-folder-chart-line:before{content:"\ed5e"}.ri-folder-download-fill:before{content:"\ed5f"}.ri-folder-download-line:before{content:"\ed60"}.ri-folder-fill:before{content:"\ed61"}.ri-folder-forbid-fill:before{content:"\ed62"}.ri-folder-forbid-line:before{content:"\ed63"}.ri-folder-history-fill:before{content:"\ed64"}.ri-folder-history-line:before{content:"\ed65"}.ri-folder-info-fill:before{content:"\ed66"}.ri-folder-info-line:before{content:"\ed67"}.ri-folder-keyhole-fill:before{content:"\ed68"}.ri-folder-keyhole-line:before{content:"\ed69"}.ri-folder-line:before{content:"\ed6a"}.ri-folder-lock-fill:before{content:"\ed6b"}.ri-folder-lock-line:before{content:"\ed6c"}.ri-folder-music-fill:before{content:"\ed6d"}.ri-folder-music-line:before{content:"\ed6e"}.ri-folder-open-fill:before{content:"\ed6f"}.ri-folder-open-line:before{content:"\ed70"}.ri-folder-received-fill:before{content:"\ed71"}.ri-folder-received-line:before{content:"\ed72"}.ri-folder-reduce-fill:before{content:"\ed73"}.ri-folder-reduce-line:before{content:"\ed74"}.ri-folder-settings-fill:before{content:"\ed75"}.ri-folder-settings-line:before{content:"\ed76"}.ri-folder-shared-fill:before{content:"\ed77"}.ri-folder-shared-line:before{content:"\ed78"}.ri-folder-shield-2-fill:before{content:"\ed79"}.ri-folder-shield-2-line:before{content:"\ed7a"}.ri-folder-shield-fill:before{content:"\ed7b"}.ri-folder-shield-line:before{content:"\ed7c"}.ri-folder-transfer-fill:before{content:"\ed7d"}.ri-folder-transfer-line:before{content:"\ed7e"}.ri-folder-unknow-fill:before{content:"\ed7f"}.ri-folder-unknow-line:before{content:"\ed80"}.ri-folder-upload-fill:before{content:"\ed81"}.ri-folder-upload-line:before{content:"\ed82"}.ri-folder-user-fill:before{content:"\ed83"}.ri-folder-user-line:before{content:"\ed84"}.ri-folder-warning-fill:before{content:"\ed85"}.ri-folder-warning-line:before{content:"\ed86"}.ri-folder-zip-fill:before{content:"\ed87"}.ri-folder-zip-line:before{content:"\ed88"}.ri-folders-fill:before{content:"\ed89"}.ri-folders-line:before{content:"\ed8a"}.ri-font-color:before{content:"\ed8b"}.ri-font-size-2:before{content:"\ed8c"}.ri-font-size:before{content:"\ed8d"}.ri-football-fill:before{content:"\ed8e"}.ri-football-line:before{content:"\ed8f"}.ri-footprint-fill:before{content:"\ed90"}.ri-footprint-line:before{content:"\ed91"}.ri-forbid-2-fill:before{content:"\ed92"}.ri-forbid-2-line:before{content:"\ed93"}.ri-forbid-fill:before{content:"\ed94"}.ri-forbid-line:before{content:"\ed95"}.ri-format-clear:before{content:"\ed96"}.ri-fridge-fill:before{content:"\ed97"}.ri-fridge-line:before{content:"\ed98"}.ri-fullscreen-exit-fill:before{content:"\ed99"}.ri-fullscreen-exit-line:before{content:"\ed9a"}.ri-fullscreen-fill:before{content:"\ed9b"}.ri-fullscreen-line:before{content:"\ed9c"}.ri-function-fill:before{content:"\ed9d"}.ri-function-line:before{content:"\ed9e"}.ri-functions:before{content:"\ed9f"}.ri-funds-box-fill:before{content:"\eda0"}.ri-funds-box-line:before{content:"\eda1"}.ri-funds-fill:before{content:"\eda2"}.ri-funds-line:before{content:"\eda3"}.ri-gallery-fill:before{content:"\eda4"}.ri-gallery-line:before{content:"\eda5"}.ri-gallery-upload-fill:before{content:"\eda6"}.ri-gallery-upload-line:before{content:"\eda7"}.ri-game-fill:before{content:"\eda8"}.ri-game-line:before{content:"\eda9"}.ri-gamepad-fill:before{content:"\edaa"}.ri-gamepad-line:before{content:"\edab"}.ri-gas-station-fill:before{content:"\edac"}.ri-gas-station-line:before{content:"\edad"}.ri-gatsby-fill:before{content:"\edae"}.ri-gatsby-line:before{content:"\edaf"}.ri-genderless-fill:before{content:"\edb0"}.ri-genderless-line:before{content:"\edb1"}.ri-ghost-2-fill:before{content:"\edb2"}.ri-ghost-2-line:before{content:"\edb3"}.ri-ghost-fill:before{content:"\edb4"}.ri-ghost-line:before{content:"\edb5"}.ri-ghost-smile-fill:before{content:"\edb6"}.ri-ghost-smile-line:before{content:"\edb7"}.ri-gift-2-fill:before{content:"\edb8"}.ri-gift-2-line:before{content:"\edb9"}.ri-gift-fill:before{content:"\edba"}.ri-gift-line:before{content:"\edbb"}.ri-git-branch-fill:before{content:"\edbc"}.ri-git-branch-line:before{content:"\edbd"}.ri-git-commit-fill:before{content:"\edbe"}.ri-git-commit-line:before{content:"\edbf"}.ri-git-merge-fill:before{content:"\edc0"}.ri-git-merge-line:before{content:"\edc1"}.ri-git-pull-request-fill:before{content:"\edc2"}.ri-git-pull-request-line:before{content:"\edc3"}.ri-git-repository-commits-fill:before{content:"\edc4"}.ri-git-repository-commits-line:before{content:"\edc5"}.ri-git-repository-fill:before{content:"\edc6"}.ri-git-repository-line:before{content:"\edc7"}.ri-git-repository-private-fill:before{content:"\edc8"}.ri-git-repository-private-line:before{content:"\edc9"}.ri-github-fill:before{content:"\edca"}.ri-github-line:before{content:"\edcb"}.ri-gitlab-fill:before{content:"\edcc"}.ri-gitlab-line:before{content:"\edcd"}.ri-global-fill:before{content:"\edce"}.ri-global-line:before{content:"\edcf"}.ri-globe-fill:before{content:"\edd0"}.ri-globe-line:before{content:"\edd1"}.ri-goblet-fill:before{content:"\edd2"}.ri-goblet-line:before{content:"\edd3"}.ri-google-fill:before{content:"\edd4"}.ri-google-line:before{content:"\edd5"}.ri-google-play-fill:before{content:"\edd6"}.ri-google-play-line:before{content:"\edd7"}.ri-government-fill:before{content:"\edd8"}.ri-government-line:before{content:"\edd9"}.ri-gps-fill:before{content:"\edda"}.ri-gps-line:before{content:"\eddb"}.ri-gradienter-fill:before{content:"\eddc"}.ri-gradienter-line:before{content:"\eddd"}.ri-grid-fill:before{content:"\edde"}.ri-grid-line:before{content:"\eddf"}.ri-group-2-fill:before{content:"\ede0"}.ri-group-2-line:before{content:"\ede1"}.ri-group-fill:before{content:"\ede2"}.ri-group-line:before{content:"\ede3"}.ri-guide-fill:before{content:"\ede4"}.ri-guide-line:before{content:"\ede5"}.ri-h-1:before{content:"\ede6"}.ri-h-2:before{content:"\ede7"}.ri-h-3:before{content:"\ede8"}.ri-h-4:before{content:"\ede9"}.ri-h-5:before{content:"\edea"}.ri-h-6:before{content:"\edeb"}.ri-hail-fill:before{content:"\edec"}.ri-hail-line:before{content:"\eded"}.ri-hammer-fill:before{content:"\edee"}.ri-hammer-line:before{content:"\edef"}.ri-hand-coin-fill:before{content:"\edf0"}.ri-hand-coin-line:before{content:"\edf1"}.ri-hand-heart-fill:before{content:"\edf2"}.ri-hand-heart-line:before{content:"\edf3"}.ri-hand-sanitizer-fill:before{content:"\edf4"}.ri-hand-sanitizer-line:before{content:"\edf5"}.ri-handbag-fill:before{content:"\edf6"}.ri-handbag-line:before{content:"\edf7"}.ri-hard-drive-2-fill:before{content:"\edf8"}.ri-hard-drive-2-line:before{content:"\edf9"}.ri-hard-drive-fill:before{content:"\edfa"}.ri-hard-drive-line:before{content:"\edfb"}.ri-hashtag:before{content:"\edfc"}.ri-haze-2-fill:before{content:"\edfd"}.ri-haze-2-line:before{content:"\edfe"}.ri-haze-fill:before{content:"\edff"}.ri-haze-line:before{content:"\ee00"}.ri-hd-fill:before{content:"\ee01"}.ri-hd-line:before{content:"\ee02"}.ri-heading:before{content:"\ee03"}.ri-headphone-fill:before{content:"\ee04"}.ri-headphone-line:before{content:"\ee05"}.ri-health-book-fill:before{content:"\ee06"}.ri-health-book-line:before{content:"\ee07"}.ri-heart-2-fill:before{content:"\ee08"}.ri-heart-2-line:before{content:"\ee09"}.ri-heart-3-fill:before{content:"\ee0a"}.ri-heart-3-line:before{content:"\ee0b"}.ri-heart-add-fill:before{content:"\ee0c"}.ri-heart-add-line:before{content:"\ee0d"}.ri-heart-fill:before{content:"\ee0e"}.ri-heart-line:before{content:"\ee0f"}.ri-heart-pulse-fill:before{content:"\ee10"}.ri-heart-pulse-line:before{content:"\ee11"}.ri-hearts-fill:before{content:"\ee12"}.ri-hearts-line:before{content:"\ee13"}.ri-heavy-showers-fill:before{content:"\ee14"}.ri-heavy-showers-line:before{content:"\ee15"}.ri-history-fill:before{content:"\ee16"}.ri-history-line:before{content:"\ee17"}.ri-home-2-fill:before{content:"\ee18"}.ri-home-2-line:before{content:"\ee19"}.ri-home-3-fill:before{content:"\ee1a"}.ri-home-3-line:before{content:"\ee1b"}.ri-home-4-fill:before{content:"\ee1c"}.ri-home-4-line:before{content:"\ee1d"}.ri-home-5-fill:before{content:"\ee1e"}.ri-home-5-line:before{content:"\ee1f"}.ri-home-6-fill:before{content:"\ee20"}.ri-home-6-line:before{content:"\ee21"}.ri-home-7-fill:before{content:"\ee22"}.ri-home-7-line:before{content:"\ee23"}.ri-home-8-fill:before{content:"\ee24"}.ri-home-8-line:before{content:"\ee25"}.ri-home-fill:before{content:"\ee26"}.ri-home-gear-fill:before{content:"\ee27"}.ri-home-gear-line:before{content:"\ee28"}.ri-home-heart-fill:before{content:"\ee29"}.ri-home-heart-line:before{content:"\ee2a"}.ri-home-line:before{content:"\ee2b"}.ri-home-smile-2-fill:before{content:"\ee2c"}.ri-home-smile-2-line:before{content:"\ee2d"}.ri-home-smile-fill:before{content:"\ee2e"}.ri-home-smile-line:before{content:"\ee2f"}.ri-home-wifi-fill:before{content:"\ee30"}.ri-home-wifi-line:before{content:"\ee31"}.ri-honor-of-kings-fill:before{content:"\ee32"}.ri-honor-of-kings-line:before{content:"\ee33"}.ri-honour-fill:before{content:"\ee34"}.ri-honour-line:before{content:"\ee35"}.ri-hospital-fill:before{content:"\ee36"}.ri-hospital-line:before{content:"\ee37"}.ri-hotel-bed-fill:before{content:"\ee38"}.ri-hotel-bed-line:before{content:"\ee39"}.ri-hotel-fill:before{content:"\ee3a"}.ri-hotel-line:before{content:"\ee3b"}.ri-hotspot-fill:before{content:"\ee3c"}.ri-hotspot-line:before{content:"\ee3d"}.ri-hq-fill:before{content:"\ee3e"}.ri-hq-line:before{content:"\ee3f"}.ri-html5-fill:before{content:"\ee40"}.ri-html5-line:before{content:"\ee41"}.ri-ie-fill:before{content:"\ee42"}.ri-ie-line:before{content:"\ee43"}.ri-image-2-fill:before{content:"\ee44"}.ri-image-2-line:before{content:"\ee45"}.ri-image-add-fill:before{content:"\ee46"}.ri-image-add-line:before{content:"\ee47"}.ri-image-edit-fill:before{content:"\ee48"}.ri-image-edit-line:before{content:"\ee49"}.ri-image-fill:before{content:"\ee4a"}.ri-image-line:before{content:"\ee4b"}.ri-inbox-archive-fill:before{content:"\ee4c"}.ri-inbox-archive-line:before{content:"\ee4d"}.ri-inbox-fill:before{content:"\ee4e"}.ri-inbox-line:before{content:"\ee4f"}.ri-inbox-unarchive-fill:before{content:"\ee50"}.ri-inbox-unarchive-line:before{content:"\ee51"}.ri-increase-decrease-fill:before{content:"\ee52"}.ri-increase-decrease-line:before{content:"\ee53"}.ri-indent-decrease:before{content:"\ee54"}.ri-indent-increase:before{content:"\ee55"}.ri-indeterminate-circle-fill:before{content:"\ee56"}.ri-indeterminate-circle-line:before{content:"\ee57"}.ri-information-fill:before{content:"\ee58"}.ri-information-line:before{content:"\ee59"}.ri-infrared-thermometer-fill:before{content:"\ee5a"}.ri-infrared-thermometer-line:before{content:"\ee5b"}.ri-ink-bottle-fill:before{content:"\ee5c"}.ri-ink-bottle-line:before{content:"\ee5d"}.ri-input-cursor-move:before{content:"\ee5e"}.ri-input-method-fill:before{content:"\ee5f"}.ri-input-method-line:before{content:"\ee60"}.ri-insert-column-left:before{content:"\ee61"}.ri-insert-column-right:before{content:"\ee62"}.ri-insert-row-bottom:before{content:"\ee63"}.ri-insert-row-top:before{content:"\ee64"}.ri-instagram-fill:before{content:"\ee65"}.ri-instagram-line:before{content:"\ee66"}.ri-install-fill:before{content:"\ee67"}.ri-install-line:before{content:"\ee68"}.ri-invision-fill:before{content:"\ee69"}.ri-invision-line:before{content:"\ee6a"}.ri-italic:before{content:"\ee6b"}.ri-kakao-talk-fill:before{content:"\ee6c"}.ri-kakao-talk-line:before{content:"\ee6d"}.ri-key-2-fill:before{content:"\ee6e"}.ri-key-2-line:before{content:"\ee6f"}.ri-key-fill:before{content:"\ee70"}.ri-key-line:before{content:"\ee71"}.ri-keyboard-box-fill:before{content:"\ee72"}.ri-keyboard-box-line:before{content:"\ee73"}.ri-keyboard-fill:before{content:"\ee74"}.ri-keyboard-line:before{content:"\ee75"}.ri-keynote-fill:before{content:"\ee76"}.ri-keynote-line:before{content:"\ee77"}.ri-knife-blood-fill:before{content:"\ee78"}.ri-knife-blood-line:before{content:"\ee79"}.ri-knife-fill:before{content:"\ee7a"}.ri-knife-line:before{content:"\ee7b"}.ri-landscape-fill:before{content:"\ee7c"}.ri-landscape-line:before{content:"\ee7d"}.ri-layout-2-fill:before{content:"\ee7e"}.ri-layout-2-line:before{content:"\ee7f"}.ri-layout-3-fill:before{content:"\ee80"}.ri-layout-3-line:before{content:"\ee81"}.ri-layout-4-fill:before{content:"\ee82"}.ri-layout-4-line:before{content:"\ee83"}.ri-layout-5-fill:before{content:"\ee84"}.ri-layout-5-line:before{content:"\ee85"}.ri-layout-6-fill:before{content:"\ee86"}.ri-layout-6-line:before{content:"\ee87"}.ri-layout-bottom-2-fill:before{content:"\ee88"}.ri-layout-bottom-2-line:before{content:"\ee89"}.ri-layout-bottom-fill:before{content:"\ee8a"}.ri-layout-bottom-line:before{content:"\ee8b"}.ri-layout-column-fill:before{content:"\ee8c"}.ri-layout-column-line:before{content:"\ee8d"}.ri-layout-fill:before{content:"\ee8e"}.ri-layout-grid-fill:before{content:"\ee8f"}.ri-layout-grid-line:before{content:"\ee90"}.ri-layout-left-2-fill:before{content:"\ee91"}.ri-layout-left-2-line:before{content:"\ee92"}.ri-layout-left-fill:before{content:"\ee93"}.ri-layout-left-line:before{content:"\ee94"}.ri-layout-line:before{content:"\ee95"}.ri-layout-masonry-fill:before{content:"\ee96"}.ri-layout-masonry-line:before{content:"\ee97"}.ri-layout-right-2-fill:before{content:"\ee98"}.ri-layout-right-2-line:before{content:"\ee99"}.ri-layout-right-fill:before{content:"\ee9a"}.ri-layout-right-line:before{content:"\ee9b"}.ri-layout-row-fill:before{content:"\ee9c"}.ri-layout-row-line:before{content:"\ee9d"}.ri-layout-top-2-fill:before{content:"\ee9e"}.ri-layout-top-2-line:before{content:"\ee9f"}.ri-layout-top-fill:before{content:"\eea0"}.ri-layout-top-line:before{content:"\eea1"}.ri-leaf-fill:before{content:"\eea2"}.ri-leaf-line:before{content:"\eea3"}.ri-lifebuoy-fill:before{content:"\eea4"}.ri-lifebuoy-line:before{content:"\eea5"}.ri-lightbulb-fill:before{content:"\eea6"}.ri-lightbulb-flash-fill:before{content:"\eea7"}.ri-lightbulb-flash-line:before{content:"\eea8"}.ri-lightbulb-line:before{content:"\eea9"}.ri-line-chart-fill:before{content:"\eeaa"}.ri-line-chart-line:before{content:"\eeab"}.ri-line-fill:before{content:"\eeac"}.ri-line-height:before{content:"\eead"}.ri-line-line:before{content:"\eeae"}.ri-link-m:before{content:"\eeaf"}.ri-link-unlink-m:before{content:"\eeb0"}.ri-link-unlink:before{content:"\eeb1"}.ri-link:before{content:"\eeb2"}.ri-linkedin-box-fill:before{content:"\eeb3"}.ri-linkedin-box-line:before{content:"\eeb4"}.ri-linkedin-fill:before{content:"\eeb5"}.ri-linkedin-line:before{content:"\eeb6"}.ri-links-fill:before{content:"\eeb7"}.ri-links-line:before{content:"\eeb8"}.ri-list-check-2:before{content:"\eeb9"}.ri-list-check:before{content:"\eeba"}.ri-list-ordered:before{content:"\eebb"}.ri-list-settings-fill:before{content:"\eebc"}.ri-list-settings-line:before{content:"\eebd"}.ri-list-unordered:before{content:"\eebe"}.ri-live-fill:before{content:"\eebf"}.ri-live-line:before{content:"\eec0"}.ri-loader-2-fill:before{content:"\eec1"}.ri-loader-2-line:before{content:"\eec2"}.ri-loader-3-fill:before{content:"\eec3"}.ri-loader-3-line:before{content:"\eec4"}.ri-loader-4-fill:before{content:"\eec5"}.ri-loader-4-line:before{content:"\eec6"}.ri-loader-5-fill:before{content:"\eec7"}.ri-loader-5-line:before{content:"\eec8"}.ri-loader-fill:before{content:"\eec9"}.ri-loader-line:before{content:"\eeca"}.ri-lock-2-fill:before{content:"\eecb"}.ri-lock-2-line:before{content:"\eecc"}.ri-lock-fill:before{content:"\eecd"}.ri-lock-line:before{content:"\eece"}.ri-lock-password-fill:before{content:"\eecf"}.ri-lock-password-line:before{content:"\eed0"}.ri-lock-unlock-fill:before{content:"\eed1"}.ri-lock-unlock-line:before{content:"\eed2"}.ri-login-box-fill:before{content:"\eed3"}.ri-login-box-line:before{content:"\eed4"}.ri-login-circle-fill:before{content:"\eed5"}.ri-login-circle-line:before{content:"\eed6"}.ri-logout-box-fill:before{content:"\eed7"}.ri-logout-box-line:before{content:"\eed8"}.ri-logout-box-r-fill:before{content:"\eed9"}.ri-logout-box-r-line:before{content:"\eeda"}.ri-logout-circle-fill:before{content:"\eedb"}.ri-logout-circle-line:before{content:"\eedc"}.ri-logout-circle-r-fill:before{content:"\eedd"}.ri-logout-circle-r-line:before{content:"\eede"}.ri-luggage-cart-fill:before{content:"\eedf"}.ri-luggage-cart-line:before{content:"\eee0"}.ri-luggage-deposit-fill:before{content:"\eee1"}.ri-luggage-deposit-line:before{content:"\eee2"}.ri-lungs-fill:before{content:"\eee3"}.ri-lungs-line:before{content:"\eee4"}.ri-mac-fill:before{content:"\eee5"}.ri-mac-line:before{content:"\eee6"}.ri-macbook-fill:before{content:"\eee7"}.ri-macbook-line:before{content:"\eee8"}.ri-magic-fill:before{content:"\eee9"}.ri-magic-line:before{content:"\eeea"}.ri-mail-add-fill:before{content:"\eeeb"}.ri-mail-add-line:before{content:"\eeec"}.ri-mail-check-fill:before{content:"\eeed"}.ri-mail-check-line:before{content:"\eeee"}.ri-mail-close-fill:before{content:"\eeef"}.ri-mail-close-line:before{content:"\eef0"}.ri-mail-download-fill:before{content:"\eef1"}.ri-mail-download-line:before{content:"\eef2"}.ri-mail-fill:before{content:"\eef3"}.ri-mail-forbid-fill:before{content:"\eef4"}.ri-mail-forbid-line:before{content:"\eef5"}.ri-mail-line:before{content:"\eef6"}.ri-mail-lock-fill:before{content:"\eef7"}.ri-mail-lock-line:before{content:"\eef8"}.ri-mail-open-fill:before{content:"\eef9"}.ri-mail-open-line:before{content:"\eefa"}.ri-mail-send-fill:before{content:"\eefb"}.ri-mail-send-line:before{content:"\eefc"}.ri-mail-settings-fill:before{content:"\eefd"}.ri-mail-settings-line:before{content:"\eefe"}.ri-mail-star-fill:before{content:"\eeff"}.ri-mail-star-line:before{content:"\ef00"}.ri-mail-unread-fill:before{content:"\ef01"}.ri-mail-unread-line:before{content:"\ef02"}.ri-mail-volume-fill:before{content:"\ef03"}.ri-mail-volume-line:before{content:"\ef04"}.ri-map-2-fill:before{content:"\ef05"}.ri-map-2-line:before{content:"\ef06"}.ri-map-fill:before{content:"\ef07"}.ri-map-line:before{content:"\ef08"}.ri-map-pin-2-fill:before{content:"\ef09"}.ri-map-pin-2-line:before{content:"\ef0a"}.ri-map-pin-3-fill:before{content:"\ef0b"}.ri-map-pin-3-line:before{content:"\ef0c"}.ri-map-pin-4-fill:before{content:"\ef0d"}.ri-map-pin-4-line:before{content:"\ef0e"}.ri-map-pin-5-fill:before{content:"\ef0f"}.ri-map-pin-5-line:before{content:"\ef10"}.ri-map-pin-add-fill:before{content:"\ef11"}.ri-map-pin-add-line:before{content:"\ef12"}.ri-map-pin-fill:before{content:"\ef13"}.ri-map-pin-line:before{content:"\ef14"}.ri-map-pin-range-fill:before{content:"\ef15"}.ri-map-pin-range-line:before{content:"\ef16"}.ri-map-pin-time-fill:before{content:"\ef17"}.ri-map-pin-time-line:before{content:"\ef18"}.ri-map-pin-user-fill:before{content:"\ef19"}.ri-map-pin-user-line:before{content:"\ef1a"}.ri-mark-pen-fill:before{content:"\ef1b"}.ri-mark-pen-line:before{content:"\ef1c"}.ri-markdown-fill:before{content:"\ef1d"}.ri-markdown-line:before{content:"\ef1e"}.ri-markup-fill:before{content:"\ef1f"}.ri-markup-line:before{content:"\ef20"}.ri-mastercard-fill:before{content:"\ef21"}.ri-mastercard-line:before{content:"\ef22"}.ri-mastodon-fill:before{content:"\ef23"}.ri-mastodon-line:before{content:"\ef24"}.ri-medal-2-fill:before{content:"\ef25"}.ri-medal-2-line:before{content:"\ef26"}.ri-medal-fill:before{content:"\ef27"}.ri-medal-line:before{content:"\ef28"}.ri-medicine-bottle-fill:before{content:"\ef29"}.ri-medicine-bottle-line:before{content:"\ef2a"}.ri-medium-fill:before{content:"\ef2b"}.ri-medium-line:before{content:"\ef2c"}.ri-men-fill:before{content:"\ef2d"}.ri-men-line:before{content:"\ef2e"}.ri-mental-health-fill:before{content:"\ef2f"}.ri-mental-health-line:before{content:"\ef30"}.ri-menu-2-fill:before{content:"\ef31"}.ri-menu-2-line:before{content:"\ef32"}.ri-menu-3-fill:before{content:"\ef33"}.ri-menu-3-line:before{content:"\ef34"}.ri-menu-4-fill:before{content:"\ef35"}.ri-menu-4-line:before{content:"\ef36"}.ri-menu-5-fill:before{content:"\ef37"}.ri-menu-5-line:before{content:"\ef38"}.ri-menu-add-fill:before{content:"\ef39"}.ri-menu-add-line:before{content:"\ef3a"}.ri-menu-fill:before{content:"\ef3b"}.ri-menu-fold-fill:before{content:"\ef3c"}.ri-menu-fold-line:before{content:"\ef3d"}.ri-menu-line:before{content:"\ef3e"}.ri-menu-unfold-fill:before{content:"\ef3f"}.ri-menu-unfold-line:before{content:"\ef40"}.ri-merge-cells-horizontal:before{content:"\ef41"}.ri-merge-cells-vertical:before{content:"\ef42"}.ri-message-2-fill:before{content:"\ef43"}.ri-message-2-line:before{content:"\ef44"}.ri-message-3-fill:before{content:"\ef45"}.ri-message-3-line:before{content:"\ef46"}.ri-message-fill:before{content:"\ef47"}.ri-message-line:before{content:"\ef48"}.ri-messenger-fill:before{content:"\ef49"}.ri-messenger-line:before{content:"\ef4a"}.ri-meteor-fill:before{content:"\ef4b"}.ri-meteor-line:before{content:"\ef4c"}.ri-mic-2-fill:before{content:"\ef4d"}.ri-mic-2-line:before{content:"\ef4e"}.ri-mic-fill:before{content:"\ef4f"}.ri-mic-line:before{content:"\ef50"}.ri-mic-off-fill:before{content:"\ef51"}.ri-mic-off-line:before{content:"\ef52"}.ri-mickey-fill:before{content:"\ef53"}.ri-mickey-line:before{content:"\ef54"}.ri-microscope-fill:before{content:"\ef55"}.ri-microscope-line:before{content:"\ef56"}.ri-microsoft-fill:before{content:"\ef57"}.ri-microsoft-line:before{content:"\ef58"}.ri-mind-map:before{content:"\ef59"}.ri-mini-program-fill:before{content:"\ef5a"}.ri-mini-program-line:before{content:"\ef5b"}.ri-mist-fill:before{content:"\ef5c"}.ri-mist-line:before{content:"\ef5d"}.ri-money-cny-box-fill:before{content:"\ef5e"}.ri-money-cny-box-line:before{content:"\ef5f"}.ri-money-cny-circle-fill:before{content:"\ef60"}.ri-money-cny-circle-line:before{content:"\ef61"}.ri-money-dollar-box-fill:before{content:"\ef62"}.ri-money-dollar-box-line:before{content:"\ef63"}.ri-money-dollar-circle-fill:before{content:"\ef64"}.ri-money-dollar-circle-line:before{content:"\ef65"}.ri-money-euro-box-fill:before{content:"\ef66"}.ri-money-euro-box-line:before{content:"\ef67"}.ri-money-euro-circle-fill:before{content:"\ef68"}.ri-money-euro-circle-line:before{content:"\ef69"}.ri-money-pound-box-fill:before{content:"\ef6a"}.ri-money-pound-box-line:before{content:"\ef6b"}.ri-money-pound-circle-fill:before{content:"\ef6c"}.ri-money-pound-circle-line:before{content:"\ef6d"}.ri-moon-clear-fill:before{content:"\ef6e"}.ri-moon-clear-line:before{content:"\ef6f"}.ri-moon-cloudy-fill:before{content:"\ef70"}.ri-moon-cloudy-line:before{content:"\ef71"}.ri-moon-fill:before{content:"\ef72"}.ri-moon-foggy-fill:before{content:"\ef73"}.ri-moon-foggy-line:before{content:"\ef74"}.ri-moon-line:before{content:"\ef75"}.ri-more-2-fill:before{content:"\ef76"}.ri-more-2-line:before{content:"\ef77"}.ri-more-fill:before{content:"\ef78"}.ri-more-line:before{content:"\ef79"}.ri-motorbike-fill:before{content:"\ef7a"}.ri-motorbike-line:before{content:"\ef7b"}.ri-mouse-fill:before{content:"\ef7c"}.ri-mouse-line:before{content:"\ef7d"}.ri-movie-2-fill:before{content:"\ef7e"}.ri-movie-2-line:before{content:"\ef7f"}.ri-movie-fill:before{content:"\ef80"}.ri-movie-line:before{content:"\ef81"}.ri-music-2-fill:before{content:"\ef82"}.ri-music-2-line:before{content:"\ef83"}.ri-music-fill:before{content:"\ef84"}.ri-music-line:before{content:"\ef85"}.ri-mv-fill:before{content:"\ef86"}.ri-mv-line:before{content:"\ef87"}.ri-navigation-fill:before{content:"\ef88"}.ri-navigation-line:before{content:"\ef89"}.ri-netease-cloud-music-fill:before{content:"\ef8a"}.ri-netease-cloud-music-line:before{content:"\ef8b"}.ri-netflix-fill:before{content:"\ef8c"}.ri-netflix-line:before{content:"\ef8d"}.ri-newspaper-fill:before{content:"\ef8e"}.ri-newspaper-line:before{content:"\ef8f"}.ri-node-tree:before{content:"\ef90"}.ri-notification-2-fill:before{content:"\ef91"}.ri-notification-2-line:before{content:"\ef92"}.ri-notification-3-fill:before{content:"\ef93"}.ri-notification-3-line:before{content:"\ef94"}.ri-notification-4-fill:before{content:"\ef95"}.ri-notification-4-line:before{content:"\ef96"}.ri-notification-badge-fill:before{content:"\ef97"}.ri-notification-badge-line:before{content:"\ef98"}.ri-notification-fill:before{content:"\ef99"}.ri-notification-line:before{content:"\ef9a"}.ri-notification-off-fill:before{content:"\ef9b"}.ri-notification-off-line:before{content:"\ef9c"}.ri-npmjs-fill:before{content:"\ef9d"}.ri-npmjs-line:before{content:"\ef9e"}.ri-number-0:before{content:"\ef9f"}.ri-number-1:before{content:"\efa0"}.ri-number-2:before{content:"\efa1"}.ri-number-3:before{content:"\efa2"}.ri-number-4:before{content:"\efa3"}.ri-number-5:before{content:"\efa4"}.ri-number-6:before{content:"\efa5"}.ri-number-7:before{content:"\efa6"}.ri-number-8:before{content:"\efa7"}.ri-number-9:before{content:"\efa8"}.ri-numbers-fill:before{content:"\efa9"}.ri-numbers-line:before{content:"\efaa"}.ri-nurse-fill:before{content:"\efab"}.ri-nurse-line:before{content:"\efac"}.ri-oil-fill:before{content:"\efad"}.ri-oil-line:before{content:"\efae"}.ri-omega:before{content:"\efaf"}.ri-open-arm-fill:before{content:"\efb0"}.ri-open-arm-line:before{content:"\efb1"}.ri-open-source-fill:before{content:"\efb2"}.ri-open-source-line:before{content:"\efb3"}.ri-opera-fill:before{content:"\efb4"}.ri-opera-line:before{content:"\efb5"}.ri-order-play-fill:before{content:"\efb6"}.ri-order-play-line:before{content:"\efb7"}.ri-organization-chart:before{content:"\efb8"}.ri-outlet-2-fill:before{content:"\efb9"}.ri-outlet-2-line:before{content:"\efba"}.ri-outlet-fill:before{content:"\efbb"}.ri-outlet-line:before{content:"\efbc"}.ri-page-separator:before{content:"\efbd"}.ri-pages-fill:before{content:"\efbe"}.ri-pages-line:before{content:"\efbf"}.ri-paint-brush-fill:before{content:"\efc0"}.ri-paint-brush-line:before{content:"\efc1"}.ri-paint-fill:before{content:"\efc2"}.ri-paint-line:before{content:"\efc3"}.ri-palette-fill:before{content:"\efc4"}.ri-palette-line:before{content:"\efc5"}.ri-pantone-fill:before{content:"\efc6"}.ri-pantone-line:before{content:"\efc7"}.ri-paragraph:before{content:"\efc8"}.ri-parent-fill:before{content:"\efc9"}.ri-parent-line:before{content:"\efca"}.ri-parentheses-fill:before{content:"\efcb"}.ri-parentheses-line:before{content:"\efcc"}.ri-parking-box-fill:before{content:"\efcd"}.ri-parking-box-line:before{content:"\efce"}.ri-parking-fill:before{content:"\efcf"}.ri-parking-line:before{content:"\efd0"}.ri-passport-fill:before{content:"\efd1"}.ri-passport-line:before{content:"\efd2"}.ri-patreon-fill:before{content:"\efd3"}.ri-patreon-line:before{content:"\efd4"}.ri-pause-circle-fill:before{content:"\efd5"}.ri-pause-circle-line:before{content:"\efd6"}.ri-pause-fill:before{content:"\efd7"}.ri-pause-line:before{content:"\efd8"}.ri-pause-mini-fill:before{content:"\efd9"}.ri-pause-mini-line:before{content:"\efda"}.ri-paypal-fill:before{content:"\efdb"}.ri-paypal-line:before{content:"\efdc"}.ri-pen-nib-fill:before{content:"\efdd"}.ri-pen-nib-line:before{content:"\efde"}.ri-pencil-fill:before{content:"\efdf"}.ri-pencil-line:before{content:"\efe0"}.ri-pencil-ruler-2-fill:before{content:"\efe1"}.ri-pencil-ruler-2-line:before{content:"\efe2"}.ri-pencil-ruler-fill:before{content:"\efe3"}.ri-pencil-ruler-line:before{content:"\efe4"}.ri-percent-fill:before{content:"\efe5"}.ri-percent-line:before{content:"\efe6"}.ri-phone-camera-fill:before{content:"\efe7"}.ri-phone-camera-line:before{content:"\efe8"}.ri-phone-fill:before{content:"\efe9"}.ri-phone-find-fill:before{content:"\efea"}.ri-phone-find-line:before{content:"\efeb"}.ri-phone-line:before{content:"\efec"}.ri-phone-lock-fill:before{content:"\efed"}.ri-phone-lock-line:before{content:"\efee"}.ri-picture-in-picture-2-fill:before{content:"\efef"}.ri-picture-in-picture-2-line:before{content:"\eff0"}.ri-picture-in-picture-exit-fill:before{content:"\eff1"}.ri-picture-in-picture-exit-line:before{content:"\eff2"}.ri-picture-in-picture-fill:before{content:"\eff3"}.ri-picture-in-picture-line:before{content:"\eff4"}.ri-pie-chart-2-fill:before{content:"\eff5"}.ri-pie-chart-2-line:before{content:"\eff6"}.ri-pie-chart-box-fill:before{content:"\eff7"}.ri-pie-chart-box-line:before{content:"\eff8"}.ri-pie-chart-fill:before{content:"\eff9"}.ri-pie-chart-line:before{content:"\effa"}.ri-pin-distance-fill:before{content:"\effb"}.ri-pin-distance-line:before{content:"\effc"}.ri-ping-pong-fill:before{content:"\effd"}.ri-ping-pong-line:before{content:"\effe"}.ri-pinterest-fill:before{content:"\efff"}.ri-pinterest-line:before{content:"\f000"}.ri-pinyin-input:before{content:"\f001"}.ri-pixelfed-fill:before{content:"\f002"}.ri-pixelfed-line:before{content:"\f003"}.ri-plane-fill:before{content:"\f004"}.ri-plane-line:before{content:"\f005"}.ri-plant-fill:before{content:"\f006"}.ri-plant-line:before{content:"\f007"}.ri-play-circle-fill:before{content:"\f008"}.ri-play-circle-line:before{content:"\f009"}.ri-play-fill:before{content:"\f00a"}.ri-play-line:before{content:"\f00b"}.ri-play-list-2-fill:before{content:"\f00c"}.ri-play-list-2-line:before{content:"\f00d"}.ri-play-list-add-fill:before{content:"\f00e"}.ri-play-list-add-line:before{content:"\f00f"}.ri-play-list-fill:before{content:"\f010"}.ri-play-list-line:before{content:"\f011"}.ri-play-mini-fill:before{content:"\f012"}.ri-play-mini-line:before{content:"\f013"}.ri-playstation-fill:before{content:"\f014"}.ri-playstation-line:before{content:"\f015"}.ri-plug-2-fill:before{content:"\f016"}.ri-plug-2-line:before{content:"\f017"}.ri-plug-fill:before{content:"\f018"}.ri-plug-line:before{content:"\f019"}.ri-polaroid-2-fill:before{content:"\f01a"}.ri-polaroid-2-line:before{content:"\f01b"}.ri-polaroid-fill:before{content:"\f01c"}.ri-polaroid-line:before{content:"\f01d"}.ri-police-car-fill:before{content:"\f01e"}.ri-police-car-line:before{content:"\f01f"}.ri-price-tag-2-fill:before{content:"\f020"}.ri-price-tag-2-line:before{content:"\f021"}.ri-price-tag-3-fill:before{content:"\f022"}.ri-price-tag-3-line:before{content:"\f023"}.ri-price-tag-fill:before{content:"\f024"}.ri-price-tag-line:before{content:"\f025"}.ri-printer-cloud-fill:before{content:"\f026"}.ri-printer-cloud-line:before{content:"\f027"}.ri-printer-fill:before{content:"\f028"}.ri-printer-line:before{content:"\f029"}.ri-product-hunt-fill:before{content:"\f02a"}.ri-product-hunt-line:before{content:"\f02b"}.ri-profile-fill:before{content:"\f02c"}.ri-profile-line:before{content:"\f02d"}.ri-projector-2-fill:before{content:"\f02e"}.ri-projector-2-line:before{content:"\f02f"}.ri-projector-fill:before{content:"\f030"}.ri-projector-line:before{content:"\f031"}.ri-psychotherapy-fill:before{content:"\f032"}.ri-psychotherapy-line:before{content:"\f033"}.ri-pulse-fill:before{content:"\f034"}.ri-pulse-line:before{content:"\f035"}.ri-pushpin-2-fill:before{content:"\f036"}.ri-pushpin-2-line:before{content:"\f037"}.ri-pushpin-fill:before{content:"\f038"}.ri-pushpin-line:before{content:"\f039"}.ri-qq-fill:before{content:"\f03a"}.ri-qq-line:before{content:"\f03b"}.ri-qr-code-fill:before{content:"\f03c"}.ri-qr-code-line:before{content:"\f03d"}.ri-qr-scan-2-fill:before{content:"\f03e"}.ri-qr-scan-2-line:before{content:"\f03f"}.ri-qr-scan-fill:before{content:"\f040"}.ri-qr-scan-line:before{content:"\f041"}.ri-question-answer-fill:before{content:"\f042"}.ri-question-answer-line:before{content:"\f043"}.ri-question-fill:before{content:"\f044"}.ri-question-line:before{content:"\f045"}.ri-question-mark:before{content:"\f046"}.ri-questionnaire-fill:before{content:"\f047"}.ri-questionnaire-line:before{content:"\f048"}.ri-quill-pen-fill:before{content:"\f049"}.ri-quill-pen-line:before{content:"\f04a"}.ri-radar-fill:before{content:"\f04b"}.ri-radar-line:before{content:"\f04c"}.ri-radio-2-fill:before{content:"\f04d"}.ri-radio-2-line:before{content:"\f04e"}.ri-radio-button-fill:before{content:"\f04f"}.ri-radio-button-line:before{content:"\f050"}.ri-radio-fill:before{content:"\f051"}.ri-radio-line:before{content:"\f052"}.ri-rainbow-fill:before{content:"\f053"}.ri-rainbow-line:before{content:"\f054"}.ri-rainy-fill:before{content:"\f055"}.ri-rainy-line:before{content:"\f056"}.ri-reactjs-fill:before{content:"\f057"}.ri-reactjs-line:before{content:"\f058"}.ri-record-circle-fill:before{content:"\f059"}.ri-record-circle-line:before{content:"\f05a"}.ri-record-mail-fill:before{content:"\f05b"}.ri-record-mail-line:before{content:"\f05c"}.ri-recycle-fill:before{content:"\f05d"}.ri-recycle-line:before{content:"\f05e"}.ri-red-packet-fill:before{content:"\f05f"}.ri-red-packet-line:before{content:"\f060"}.ri-reddit-fill:before{content:"\f061"}.ri-reddit-line:before{content:"\f062"}.ri-refresh-fill:before{content:"\f063"}.ri-refresh-line:before{content:"\f064"}.ri-refund-2-fill:before{content:"\f065"}.ri-refund-2-line:before{content:"\f066"}.ri-refund-fill:before{content:"\f067"}.ri-refund-line:before{content:"\f068"}.ri-registered-fill:before{content:"\f069"}.ri-registered-line:before{content:"\f06a"}.ri-remixicon-fill:before{content:"\f06b"}.ri-remixicon-line:before{content:"\f06c"}.ri-remote-control-2-fill:before{content:"\f06d"}.ri-remote-control-2-line:before{content:"\f06e"}.ri-remote-control-fill:before{content:"\f06f"}.ri-remote-control-line:before{content:"\f070"}.ri-repeat-2-fill:before{content:"\f071"}.ri-repeat-2-line:before{content:"\f072"}.ri-repeat-fill:before{content:"\f073"}.ri-repeat-line:before{content:"\f074"}.ri-repeat-one-fill:before{content:"\f075"}.ri-repeat-one-line:before{content:"\f076"}.ri-reply-all-fill:before{content:"\f077"}.ri-reply-all-line:before{content:"\f078"}.ri-reply-fill:before{content:"\f079"}.ri-reply-line:before{content:"\f07a"}.ri-reserved-fill:before{content:"\f07b"}.ri-reserved-line:before{content:"\f07c"}.ri-rest-time-fill:before{content:"\f07d"}.ri-rest-time-line:before{content:"\f07e"}.ri-restart-fill:before{content:"\f07f"}.ri-restart-line:before{content:"\f080"}.ri-restaurant-2-fill:before{content:"\f081"}.ri-restaurant-2-line:before{content:"\f082"}.ri-restaurant-fill:before{content:"\f083"}.ri-restaurant-line:before{content:"\f084"}.ri-rewind-fill:before{content:"\f085"}.ri-rewind-line:before{content:"\f086"}.ri-rewind-mini-fill:before{content:"\f087"}.ri-rewind-mini-line:before{content:"\f088"}.ri-rhythm-fill:before{content:"\f089"}.ri-rhythm-line:before{content:"\f08a"}.ri-riding-fill:before{content:"\f08b"}.ri-riding-line:before{content:"\f08c"}.ri-road-map-fill:before{content:"\f08d"}.ri-road-map-line:before{content:"\f08e"}.ri-roadster-fill:before{content:"\f08f"}.ri-roadster-line:before{content:"\f090"}.ri-robot-fill:before{content:"\f091"}.ri-robot-line:before{content:"\f092"}.ri-rocket-2-fill:before{content:"\f093"}.ri-rocket-2-line:before{content:"\f094"}.ri-rocket-fill:before{content:"\f095"}.ri-rocket-line:before{content:"\f096"}.ri-rotate-lock-fill:before{content:"\f097"}.ri-rotate-lock-line:before{content:"\f098"}.ri-rounded-corner:before{content:"\f099"}.ri-route-fill:before{content:"\f09a"}.ri-route-line:before{content:"\f09b"}.ri-router-fill:before{content:"\f09c"}.ri-router-line:before{content:"\f09d"}.ri-rss-fill:before{content:"\f09e"}.ri-rss-line:before{content:"\f09f"}.ri-ruler-2-fill:before{content:"\f0a0"}.ri-ruler-2-line:before{content:"\f0a1"}.ri-ruler-fill:before{content:"\f0a2"}.ri-ruler-line:before{content:"\f0a3"}.ri-run-fill:before{content:"\f0a4"}.ri-run-line:before{content:"\f0a5"}.ri-safari-fill:before{content:"\f0a6"}.ri-safari-line:before{content:"\f0a7"}.ri-safe-2-fill:before{content:"\f0a8"}.ri-safe-2-line:before{content:"\f0a9"}.ri-safe-fill:before{content:"\f0aa"}.ri-safe-line:before{content:"\f0ab"}.ri-sailboat-fill:before{content:"\f0ac"}.ri-sailboat-line:before{content:"\f0ad"}.ri-save-2-fill:before{content:"\f0ae"}.ri-save-2-line:before{content:"\f0af"}.ri-save-3-fill:before{content:"\f0b0"}.ri-save-3-line:before{content:"\f0b1"}.ri-save-fill:before{content:"\f0b2"}.ri-save-line:before{content:"\f0b3"}.ri-scales-2-fill:before{content:"\f0b4"}.ri-scales-2-line:before{content:"\f0b5"}.ri-scales-3-fill:before{content:"\f0b6"}.ri-scales-3-line:before{content:"\f0b7"}.ri-scales-fill:before{content:"\f0b8"}.ri-scales-line:before{content:"\f0b9"}.ri-scan-2-fill:before{content:"\f0ba"}.ri-scan-2-line:before{content:"\f0bb"}.ri-scan-fill:before{content:"\f0bc"}.ri-scan-line:before{content:"\f0bd"}.ri-scissors-2-fill:before{content:"\f0be"}.ri-scissors-2-line:before{content:"\f0bf"}.ri-scissors-cut-fill:before{content:"\f0c0"}.ri-scissors-cut-line:before{content:"\f0c1"}.ri-scissors-fill:before{content:"\f0c2"}.ri-scissors-line:before{content:"\f0c3"}.ri-screenshot-2-fill:before{content:"\f0c4"}.ri-screenshot-2-line:before{content:"\f0c5"}.ri-screenshot-fill:before{content:"\f0c6"}.ri-screenshot-line:before{content:"\f0c7"}.ri-sd-card-fill:before{content:"\f0c8"}.ri-sd-card-line:before{content:"\f0c9"}.ri-sd-card-mini-fill:before{content:"\f0ca"}.ri-sd-card-mini-line:before{content:"\f0cb"}.ri-search-2-fill:before{content:"\f0cc"}.ri-search-2-line:before{content:"\f0cd"}.ri-search-eye-fill:before{content:"\f0ce"}.ri-search-eye-line:before{content:"\f0cf"}.ri-search-fill:before{content:"\f0d0"}.ri-search-line:before{content:"\f0d1"}.ri-secure-payment-fill:before{content:"\f0d2"}.ri-secure-payment-line:before{content:"\f0d3"}.ri-seedling-fill:before{content:"\f0d4"}.ri-seedling-line:before{content:"\f0d5"}.ri-send-backward:before{content:"\f0d6"}.ri-send-plane-2-fill:before{content:"\f0d7"}.ri-send-plane-2-line:before{content:"\f0d8"}.ri-send-plane-fill:before{content:"\f0d9"}.ri-send-plane-line:before{content:"\f0da"}.ri-send-to-back:before{content:"\f0db"}.ri-sensor-fill:before{content:"\f0dc"}.ri-sensor-line:before{content:"\f0dd"}.ri-separator:before{content:"\f0de"}.ri-server-fill:before{content:"\f0df"}.ri-server-line:before{content:"\f0e0"}.ri-service-fill:before{content:"\f0e1"}.ri-service-line:before{content:"\f0e2"}.ri-settings-2-fill:before{content:"\f0e3"}.ri-settings-2-line:before{content:"\f0e4"}.ri-settings-3-fill:before{content:"\f0e5"}.ri-settings-3-line:before{content:"\f0e6"}.ri-settings-4-fill:before{content:"\f0e7"}.ri-settings-4-line:before{content:"\f0e8"}.ri-settings-5-fill:before{content:"\f0e9"}.ri-settings-5-line:before{content:"\f0ea"}.ri-settings-6-fill:before{content:"\f0eb"}.ri-settings-6-line:before{content:"\f0ec"}.ri-settings-fill:before{content:"\f0ed"}.ri-settings-line:before{content:"\f0ee"}.ri-shape-2-fill:before{content:"\f0ef"}.ri-shape-2-line:before{content:"\f0f0"}.ri-shape-fill:before{content:"\f0f1"}.ri-shape-line:before{content:"\f0f2"}.ri-share-box-fill:before{content:"\f0f3"}.ri-share-box-line:before{content:"\f0f4"}.ri-share-circle-fill:before{content:"\f0f5"}.ri-share-circle-line:before{content:"\f0f6"}.ri-share-fill:before{content:"\f0f7"}.ri-share-forward-2-fill:before{content:"\f0f8"}.ri-share-forward-2-line:before{content:"\f0f9"}.ri-share-forward-box-fill:before{content:"\f0fa"}.ri-share-forward-box-line:before{content:"\f0fb"}.ri-share-forward-fill:before{content:"\f0fc"}.ri-share-forward-line:before{content:"\f0fd"}.ri-share-line:before{content:"\f0fe"}.ri-shield-check-fill:before{content:"\f0ff"}.ri-shield-check-line:before{content:"\f100"}.ri-shield-cross-fill:before{content:"\f101"}.ri-shield-cross-line:before{content:"\f102"}.ri-shield-fill:before{content:"\f103"}.ri-shield-flash-fill:before{content:"\f104"}.ri-shield-flash-line:before{content:"\f105"}.ri-shield-keyhole-fill:before{content:"\f106"}.ri-shield-keyhole-line:before{content:"\f107"}.ri-shield-line:before{content:"\f108"}.ri-shield-star-fill:before{content:"\f109"}.ri-shield-star-line:before{content:"\f10a"}.ri-shield-user-fill:before{content:"\f10b"}.ri-shield-user-line:before{content:"\f10c"}.ri-ship-2-fill:before{content:"\f10d"}.ri-ship-2-line:before{content:"\f10e"}.ri-ship-fill:before{content:"\f10f"}.ri-ship-line:before{content:"\f110"}.ri-shirt-fill:before{content:"\f111"}.ri-shirt-line:before{content:"\f112"}.ri-shopping-bag-2-fill:before{content:"\f113"}.ri-shopping-bag-2-line:before{content:"\f114"}.ri-shopping-bag-3-fill:before{content:"\f115"}.ri-shopping-bag-3-line:before{content:"\f116"}.ri-shopping-bag-fill:before{content:"\f117"}.ri-shopping-bag-line:before{content:"\f118"}.ri-shopping-basket-2-fill:before{content:"\f119"}.ri-shopping-basket-2-line:before{content:"\f11a"}.ri-shopping-basket-fill:before{content:"\f11b"}.ri-shopping-basket-line:before{content:"\f11c"}.ri-shopping-cart-2-fill:before{content:"\f11d"}.ri-shopping-cart-2-line:before{content:"\f11e"}.ri-shopping-cart-fill:before{content:"\f11f"}.ri-shopping-cart-line:before{content:"\f120"}.ri-showers-fill:before{content:"\f121"}.ri-showers-line:before{content:"\f122"}.ri-shuffle-fill:before{content:"\f123"}.ri-shuffle-line:before{content:"\f124"}.ri-shut-down-fill:before{content:"\f125"}.ri-shut-down-line:before{content:"\f126"}.ri-side-bar-fill:before{content:"\f127"}.ri-side-bar-line:before{content:"\f128"}.ri-signal-tower-fill:before{content:"\f129"}.ri-signal-tower-line:before{content:"\f12a"}.ri-signal-wifi-1-fill:before{content:"\f12b"}.ri-signal-wifi-1-line:before{content:"\f12c"}.ri-signal-wifi-2-fill:before{content:"\f12d"}.ri-signal-wifi-2-line:before{content:"\f12e"}.ri-signal-wifi-3-fill:before{content:"\f12f"}.ri-signal-wifi-3-line:before{content:"\f130"}.ri-signal-wifi-error-fill:before{content:"\f131"}.ri-signal-wifi-error-line:before{content:"\f132"}.ri-signal-wifi-fill:before{content:"\f133"}.ri-signal-wifi-line:before{content:"\f134"}.ri-signal-wifi-off-fill:before{content:"\f135"}.ri-signal-wifi-off-line:before{content:"\f136"}.ri-sim-card-2-fill:before{content:"\f137"}.ri-sim-card-2-line:before{content:"\f138"}.ri-sim-card-fill:before{content:"\f139"}.ri-sim-card-line:before{content:"\f13a"}.ri-single-quotes-l:before{content:"\f13b"}.ri-single-quotes-r:before{content:"\f13c"}.ri-sip-fill:before{content:"\f13d"}.ri-sip-line:before{content:"\f13e"}.ri-skip-back-fill:before{content:"\f13f"}.ri-skip-back-line:before{content:"\f140"}.ri-skip-back-mini-fill:before{content:"\f141"}.ri-skip-back-mini-line:before{content:"\f142"}.ri-skip-forward-fill:before{content:"\f143"}.ri-skip-forward-line:before{content:"\f144"}.ri-skip-forward-mini-fill:before{content:"\f145"}.ri-skip-forward-mini-line:before{content:"\f146"}.ri-skull-2-fill:before{content:"\f147"}.ri-skull-2-line:before{content:"\f148"}.ri-skull-fill:before{content:"\f149"}.ri-skull-line:before{content:"\f14a"}.ri-skype-fill:before{content:"\f14b"}.ri-skype-line:before{content:"\f14c"}.ri-slack-fill:before{content:"\f14d"}.ri-slack-line:before{content:"\f14e"}.ri-slice-fill:before{content:"\f14f"}.ri-slice-line:before{content:"\f150"}.ri-slideshow-2-fill:before{content:"\f151"}.ri-slideshow-2-line:before{content:"\f152"}.ri-slideshow-3-fill:before{content:"\f153"}.ri-slideshow-3-line:before{content:"\f154"}.ri-slideshow-4-fill:before{content:"\f155"}.ri-slideshow-4-line:before{content:"\f156"}.ri-slideshow-fill:before{content:"\f157"}.ri-slideshow-line:before{content:"\f158"}.ri-smartphone-fill:before{content:"\f159"}.ri-smartphone-line:before{content:"\f15a"}.ri-snapchat-fill:before{content:"\f15b"}.ri-snapchat-line:before{content:"\f15c"}.ri-snowy-fill:before{content:"\f15d"}.ri-snowy-line:before{content:"\f15e"}.ri-sort-asc:before{content:"\f15f"}.ri-sort-desc:before{content:"\f160"}.ri-sound-module-fill:before{content:"\f161"}.ri-sound-module-line:before{content:"\f162"}.ri-soundcloud-fill:before{content:"\f163"}.ri-soundcloud-line:before{content:"\f164"}.ri-space-ship-fill:before{content:"\f165"}.ri-space-ship-line:before{content:"\f166"}.ri-space:before{content:"\f167"}.ri-spam-2-fill:before{content:"\f168"}.ri-spam-2-line:before{content:"\f169"}.ri-spam-3-fill:before{content:"\f16a"}.ri-spam-3-line:before{content:"\f16b"}.ri-spam-fill:before{content:"\f16c"}.ri-spam-line:before{content:"\f16d"}.ri-speaker-2-fill:before{content:"\f16e"}.ri-speaker-2-line:before{content:"\f16f"}.ri-speaker-3-fill:before{content:"\f170"}.ri-speaker-3-line:before{content:"\f171"}.ri-speaker-fill:before{content:"\f172"}.ri-speaker-line:before{content:"\f173"}.ri-spectrum-fill:before{content:"\f174"}.ri-spectrum-line:before{content:"\f175"}.ri-speed-fill:before{content:"\f176"}.ri-speed-line:before{content:"\f177"}.ri-speed-mini-fill:before{content:"\f178"}.ri-speed-mini-line:before{content:"\f179"}.ri-split-cells-horizontal:before{content:"\f17a"}.ri-split-cells-vertical:before{content:"\f17b"}.ri-spotify-fill:before{content:"\f17c"}.ri-spotify-line:before{content:"\f17d"}.ri-spy-fill:before{content:"\f17e"}.ri-spy-line:before{content:"\f17f"}.ri-stack-fill:before{content:"\f180"}.ri-stack-line:before{content:"\f181"}.ri-stack-overflow-fill:before{content:"\f182"}.ri-stack-overflow-line:before{content:"\f183"}.ri-stackshare-fill:before{content:"\f184"}.ri-stackshare-line:before{content:"\f185"}.ri-star-fill:before{content:"\f186"}.ri-star-half-fill:before{content:"\f187"}.ri-star-half-line:before{content:"\f188"}.ri-star-half-s-fill:before{content:"\f189"}.ri-star-half-s-line:before{content:"\f18a"}.ri-star-line:before{content:"\f18b"}.ri-star-s-fill:before{content:"\f18c"}.ri-star-s-line:before{content:"\f18d"}.ri-star-smile-fill:before{content:"\f18e"}.ri-star-smile-line:before{content:"\f18f"}.ri-steam-fill:before{content:"\f190"}.ri-steam-line:before{content:"\f191"}.ri-steering-2-fill:before{content:"\f192"}.ri-steering-2-line:before{content:"\f193"}.ri-steering-fill:before{content:"\f194"}.ri-steering-line:before{content:"\f195"}.ri-stethoscope-fill:before{content:"\f196"}.ri-stethoscope-line:before{content:"\f197"}.ri-sticky-note-2-fill:before{content:"\f198"}.ri-sticky-note-2-line:before{content:"\f199"}.ri-sticky-note-fill:before{content:"\f19a"}.ri-sticky-note-line:before{content:"\f19b"}.ri-stock-fill:before{content:"\f19c"}.ri-stock-line:before{content:"\f19d"}.ri-stop-circle-fill:before{content:"\f19e"}.ri-stop-circle-line:before{content:"\f19f"}.ri-stop-fill:before{content:"\f1a0"}.ri-stop-line:before{content:"\f1a1"}.ri-stop-mini-fill:before{content:"\f1a2"}.ri-stop-mini-line:before{content:"\f1a3"}.ri-store-2-fill:before{content:"\f1a4"}.ri-store-2-line:before{content:"\f1a5"}.ri-store-3-fill:before{content:"\f1a6"}.ri-store-3-line:before{content:"\f1a7"}.ri-store-fill:before{content:"\f1a8"}.ri-store-line:before{content:"\f1a9"}.ri-strikethrough-2:before{content:"\f1aa"}.ri-strikethrough:before{content:"\f1ab"}.ri-subscript-2:before{content:"\f1ac"}.ri-subscript:before{content:"\f1ad"}.ri-subtract-fill:before{content:"\f1ae"}.ri-subtract-line:before{content:"\f1af"}.ri-subway-fill:before{content:"\f1b0"}.ri-subway-line:before{content:"\f1b1"}.ri-subway-wifi-fill:before{content:"\f1b2"}.ri-subway-wifi-line:before{content:"\f1b3"}.ri-suitcase-2-fill:before{content:"\f1b4"}.ri-suitcase-2-line:before{content:"\f1b5"}.ri-suitcase-3-fill:before{content:"\f1b6"}.ri-suitcase-3-line:before{content:"\f1b7"}.ri-suitcase-fill:before{content:"\f1b8"}.ri-suitcase-line:before{content:"\f1b9"}.ri-sun-cloudy-fill:before{content:"\f1ba"}.ri-sun-cloudy-line:before{content:"\f1bb"}.ri-sun-fill:before{content:"\f1bc"}.ri-sun-foggy-fill:before{content:"\f1bd"}.ri-sun-foggy-line:before{content:"\f1be"}.ri-sun-line:before{content:"\f1bf"}.ri-superscript-2:before{content:"\f1c0"}.ri-superscript:before{content:"\f1c1"}.ri-surgical-mask-fill:before{content:"\f1c2"}.ri-surgical-mask-line:before{content:"\f1c3"}.ri-surround-sound-fill:before{content:"\f1c4"}.ri-surround-sound-line:before{content:"\f1c5"}.ri-survey-fill:before{content:"\f1c6"}.ri-survey-line:before{content:"\f1c7"}.ri-swap-box-fill:before{content:"\f1c8"}.ri-swap-box-line:before{content:"\f1c9"}.ri-swap-fill:before{content:"\f1ca"}.ri-swap-line:before{content:"\f1cb"}.ri-switch-fill:before{content:"\f1cc"}.ri-switch-line:before{content:"\f1cd"}.ri-sword-fill:before{content:"\f1ce"}.ri-sword-line:before{content:"\f1cf"}.ri-syringe-fill:before{content:"\f1d0"}.ri-syringe-line:before{content:"\f1d1"}.ri-t-box-fill:before{content:"\f1d2"}.ri-t-box-line:before{content:"\f1d3"}.ri-t-shirt-2-fill:before{content:"\f1d4"}.ri-t-shirt-2-line:before{content:"\f1d5"}.ri-t-shirt-air-fill:before{content:"\f1d6"}.ri-t-shirt-air-line:before{content:"\f1d7"}.ri-t-shirt-fill:before{content:"\f1d8"}.ri-t-shirt-line:before{content:"\f1d9"}.ri-table-2:before{content:"\f1da"}.ri-table-alt-fill:before{content:"\f1db"}.ri-table-alt-line:before{content:"\f1dc"}.ri-table-fill:before{content:"\f1dd"}.ri-table-line:before{content:"\f1de"}.ri-tablet-fill:before{content:"\f1df"}.ri-tablet-line:before{content:"\f1e0"}.ri-takeaway-fill:before{content:"\f1e1"}.ri-takeaway-line:before{content:"\f1e2"}.ri-taobao-fill:before{content:"\f1e3"}.ri-taobao-line:before{content:"\f1e4"}.ri-tape-fill:before{content:"\f1e5"}.ri-tape-line:before{content:"\f1e6"}.ri-task-fill:before{content:"\f1e7"}.ri-task-line:before{content:"\f1e8"}.ri-taxi-fill:before{content:"\f1e9"}.ri-taxi-line:before{content:"\f1ea"}.ri-taxi-wifi-fill:before{content:"\f1eb"}.ri-taxi-wifi-line:before{content:"\f1ec"}.ri-team-fill:before{content:"\f1ed"}.ri-team-line:before{content:"\f1ee"}.ri-telegram-fill:before{content:"\f1ef"}.ri-telegram-line:before{content:"\f1f0"}.ri-temp-cold-fill:before{content:"\f1f1"}.ri-temp-cold-line:before{content:"\f1f2"}.ri-temp-hot-fill:before{content:"\f1f3"}.ri-temp-hot-line:before{content:"\f1f4"}.ri-terminal-box-fill:before{content:"\f1f5"}.ri-terminal-box-line:before{content:"\f1f6"}.ri-terminal-fill:before{content:"\f1f7"}.ri-terminal-line:before{content:"\f1f8"}.ri-terminal-window-fill:before{content:"\f1f9"}.ri-terminal-window-line:before{content:"\f1fa"}.ri-test-tube-fill:before{content:"\f1fb"}.ri-test-tube-line:before{content:"\f1fc"}.ri-text-direction-l:before{content:"\f1fd"}.ri-text-direction-r:before{content:"\f1fe"}.ri-text-spacing:before{content:"\f1ff"}.ri-text-wrap:before{content:"\f200"}.ri-text:before{content:"\f201"}.ri-thermometer-fill:before{content:"\f202"}.ri-thermometer-line:before{content:"\f203"}.ri-thumb-down-fill:before{content:"\f204"}.ri-thumb-down-line:before{content:"\f205"}.ri-thumb-up-fill:before{content:"\f206"}.ri-thumb-up-line:before{content:"\f207"}.ri-thunderstorms-fill:before{content:"\f208"}.ri-thunderstorms-line:before{content:"\f209"}.ri-ticket-2-fill:before{content:"\f20a"}.ri-ticket-2-line:before{content:"\f20b"}.ri-ticket-fill:before{content:"\f20c"}.ri-ticket-line:before{content:"\f20d"}.ri-time-fill:before{content:"\f20e"}.ri-time-line:before{content:"\f20f"}.ri-timer-2-fill:before{content:"\f210"}.ri-timer-2-line:before{content:"\f211"}.ri-timer-fill:before{content:"\f212"}.ri-timer-flash-fill:before{content:"\f213"}.ri-timer-flash-line:before{content:"\f214"}.ri-timer-line:before{content:"\f215"}.ri-todo-fill:before{content:"\f216"}.ri-todo-line:before{content:"\f217"}.ri-toggle-fill:before{content:"\f218"}.ri-toggle-line:before{content:"\f219"}.ri-tools-fill:before{content:"\f21a"}.ri-tools-line:before{content:"\f21b"}.ri-tornado-fill:before{content:"\f21c"}.ri-tornado-line:before{content:"\f21d"}.ri-trademark-fill:before{content:"\f21e"}.ri-trademark-line:before{content:"\f21f"}.ri-traffic-light-fill:before{content:"\f220"}.ri-traffic-light-line:before{content:"\f221"}.ri-train-fill:before{content:"\f222"}.ri-train-line:before{content:"\f223"}.ri-train-wifi-fill:before{content:"\f224"}.ri-train-wifi-line:before{content:"\f225"}.ri-translate-2:before{content:"\f226"}.ri-translate:before{content:"\f227"}.ri-travesti-fill:before{content:"\f228"}.ri-travesti-line:before{content:"\f229"}.ri-treasure-map-fill:before{content:"\f22a"}.ri-treasure-map-line:before{content:"\f22b"}.ri-trello-fill:before{content:"\f22c"}.ri-trello-line:before{content:"\f22d"}.ri-trophy-fill:before{content:"\f22e"}.ri-trophy-line:before{content:"\f22f"}.ri-truck-fill:before{content:"\f230"}.ri-truck-line:before{content:"\f231"}.ri-tumblr-fill:before{content:"\f232"}.ri-tumblr-line:before{content:"\f233"}.ri-tv-2-fill:before{content:"\f234"}.ri-tv-2-line:before{content:"\f235"}.ri-tv-fill:before{content:"\f236"}.ri-tv-line:before{content:"\f237"}.ri-twitch-fill:before{content:"\f238"}.ri-twitch-line:before{content:"\f239"}.ri-twitter-fill:before{content:"\f23a"}.ri-twitter-line:before{content:"\f23b"}.ri-typhoon-fill:before{content:"\f23c"}.ri-typhoon-line:before{content:"\f23d"}.ri-u-disk-fill:before{content:"\f23e"}.ri-u-disk-line:before{content:"\f23f"}.ri-ubuntu-fill:before{content:"\f240"}.ri-ubuntu-line:before{content:"\f241"}.ri-umbrella-fill:before{content:"\f242"}.ri-umbrella-line:before{content:"\f243"}.ri-underline:before{content:"\f244"}.ri-uninstall-fill:before{content:"\f245"}.ri-uninstall-line:before{content:"\f246"}.ri-unsplash-fill:before{content:"\f247"}.ri-unsplash-line:before{content:"\f248"}.ri-upload-2-fill:before{content:"\f249"}.ri-upload-2-line:before{content:"\f24a"}.ri-upload-cloud-2-fill:before{content:"\f24b"}.ri-upload-cloud-2-line:before{content:"\f24c"}.ri-upload-cloud-fill:before{content:"\f24d"}.ri-upload-cloud-line:before{content:"\f24e"}.ri-upload-fill:before{content:"\f24f"}.ri-upload-line:before{content:"\f250"}.ri-usb-fill:before{content:"\f251"}.ri-usb-line:before{content:"\f252"}.ri-user-2-fill:before{content:"\f253"}.ri-user-2-line:before{content:"\f254"}.ri-user-3-fill:before{content:"\f255"}.ri-user-3-line:before{content:"\f256"}.ri-user-4-fill:before{content:"\f257"}.ri-user-4-line:before{content:"\f258"}.ri-user-5-fill:before{content:"\f259"}.ri-user-5-line:before{content:"\f25a"}.ri-user-6-fill:before{content:"\f25b"}.ri-user-6-line:before{content:"\f25c"}.ri-user-add-fill:before{content:"\f25d"}.ri-user-add-line:before{content:"\f25e"}.ri-user-fill:before{content:"\f25f"}.ri-user-follow-fill:before{content:"\f260"}.ri-user-follow-line:before{content:"\f261"}.ri-user-heart-fill:before{content:"\f262"}.ri-user-heart-line:before{content:"\f263"}.ri-user-line:before{content:"\f264"}.ri-user-location-fill:before{content:"\f265"}.ri-user-location-line:before{content:"\f266"}.ri-user-received-2-fill:before{content:"\f267"}.ri-user-received-2-line:before{content:"\f268"}.ri-user-received-fill:before{content:"\f269"}.ri-user-received-line:before{content:"\f26a"}.ri-user-search-fill:before{content:"\f26b"}.ri-user-search-line:before{content:"\f26c"}.ri-user-settings-fill:before{content:"\f26d"}.ri-user-settings-line:before{content:"\f26e"}.ri-user-shared-2-fill:before{content:"\f26f"}.ri-user-shared-2-line:before{content:"\f270"}.ri-user-shared-fill:before{content:"\f271"}.ri-user-shared-line:before{content:"\f272"}.ri-user-smile-fill:before{content:"\f273"}.ri-user-smile-line:before{content:"\f274"}.ri-user-star-fill:before{content:"\f275"}.ri-user-star-line:before{content:"\f276"}.ri-user-unfollow-fill:before{content:"\f277"}.ri-user-unfollow-line:before{content:"\f278"}.ri-user-voice-fill:before{content:"\f279"}.ri-user-voice-line:before{content:"\f27a"}.ri-video-add-fill:before{content:"\f27b"}.ri-video-add-line:before{content:"\f27c"}.ri-video-chat-fill:before{content:"\f27d"}.ri-video-chat-line:before{content:"\f27e"}.ri-video-download-fill:before{content:"\f27f"}.ri-video-download-line:before{content:"\f280"}.ri-video-fill:before{content:"\f281"}.ri-video-line:before{content:"\f282"}.ri-video-upload-fill:before{content:"\f283"}.ri-video-upload-line:before{content:"\f284"}.ri-vidicon-2-fill:before{content:"\f285"}.ri-vidicon-2-line:before{content:"\f286"}.ri-vidicon-fill:before{content:"\f287"}.ri-vidicon-line:before{content:"\f288"}.ri-vimeo-fill:before{content:"\f289"}.ri-vimeo-line:before{content:"\f28a"}.ri-vip-crown-2-fill:before{content:"\f28b"}.ri-vip-crown-2-line:before{content:"\f28c"}.ri-vip-crown-fill:before{content:"\f28d"}.ri-vip-crown-line:before{content:"\f28e"}.ri-vip-diamond-fill:before{content:"\f28f"}.ri-vip-diamond-line:before{content:"\f290"}.ri-vip-fill:before{content:"\f291"}.ri-vip-line:before{content:"\f292"}.ri-virus-fill:before{content:"\f293"}.ri-virus-line:before{content:"\f294"}.ri-visa-fill:before{content:"\f295"}.ri-visa-line:before{content:"\f296"}.ri-voice-recognition-fill:before{content:"\f297"}.ri-voice-recognition-line:before{content:"\f298"}.ri-voiceprint-fill:before{content:"\f299"}.ri-voiceprint-line:before{content:"\f29a"}.ri-volume-down-fill:before{content:"\f29b"}.ri-volume-down-line:before{content:"\f29c"}.ri-volume-mute-fill:before{content:"\f29d"}.ri-volume-mute-line:before{content:"\f29e"}.ri-volume-off-vibrate-fill:before{content:"\f29f"}.ri-volume-off-vibrate-line:before{content:"\f2a0"}.ri-volume-up-fill:before{content:"\f2a1"}.ri-volume-up-line:before{content:"\f2a2"}.ri-volume-vibrate-fill:before{content:"\f2a3"}.ri-volume-vibrate-line:before{content:"\f2a4"}.ri-vuejs-fill:before{content:"\f2a5"}.ri-vuejs-line:before{content:"\f2a6"}.ri-walk-fill:before{content:"\f2a7"}.ri-walk-line:before{content:"\f2a8"}.ri-wallet-2-fill:before{content:"\f2a9"}.ri-wallet-2-line:before{content:"\f2aa"}.ri-wallet-3-fill:before{content:"\f2ab"}.ri-wallet-3-line:before{content:"\f2ac"}.ri-wallet-fill:before{content:"\f2ad"}.ri-wallet-line:before{content:"\f2ae"}.ri-water-flash-fill:before{content:"\f2af"}.ri-water-flash-line:before{content:"\f2b0"}.ri-webcam-fill:before{content:"\f2b1"}.ri-webcam-line:before{content:"\f2b2"}.ri-wechat-2-fill:before{content:"\f2b3"}.ri-wechat-2-line:before{content:"\f2b4"}.ri-wechat-fill:before{content:"\f2b5"}.ri-wechat-line:before{content:"\f2b6"}.ri-wechat-pay-fill:before{content:"\f2b7"}.ri-wechat-pay-line:before{content:"\f2b8"}.ri-weibo-fill:before{content:"\f2b9"}.ri-weibo-line:before{content:"\f2ba"}.ri-whatsapp-fill:before{content:"\f2bb"}.ri-whatsapp-line:before{content:"\f2bc"}.ri-wheelchair-fill:before{content:"\f2bd"}.ri-wheelchair-line:before{content:"\f2be"}.ri-wifi-fill:before{content:"\f2bf"}.ri-wifi-line:before{content:"\f2c0"}.ri-wifi-off-fill:before{content:"\f2c1"}.ri-wifi-off-line:before{content:"\f2c2"}.ri-window-2-fill:before{content:"\f2c3"}.ri-window-2-line:before{content:"\f2c4"}.ri-window-fill:before{content:"\f2c5"}.ri-window-line:before{content:"\f2c6"}.ri-windows-fill:before{content:"\f2c7"}.ri-windows-line:before{content:"\f2c8"}.ri-windy-fill:before{content:"\f2c9"}.ri-windy-line:before{content:"\f2ca"}.ri-wireless-charging-fill:before{content:"\f2cb"}.ri-wireless-charging-line:before{content:"\f2cc"}.ri-women-fill:before{content:"\f2cd"}.ri-women-line:before{content:"\f2ce"}.ri-wubi-input:before{content:"\f2cf"}.ri-xbox-fill:before{content:"\f2d0"}.ri-xbox-line:before{content:"\f2d1"}.ri-xing-fill:before{content:"\f2d2"}.ri-xing-line:before{content:"\f2d3"}.ri-youtube-fill:before{content:"\f2d4"}.ri-youtube-line:before{content:"\f2d5"}.ri-zcool-fill:before{content:"\f2d6"}.ri-zcool-line:before{content:"\f2d7"}.ri-zhihu-fill:before{content:"\f2d8"}.ri-zhihu-line:before{content:"\f2d9"}.ri-zoom-in-fill:before{content:"\f2da"}.ri-zoom-in-line:before{content:"\f2db"}.ri-zoom-out-fill:before{content:"\f2dc"}.ri-zoom-out-line:before{content:"\f2dd"}.ri-zzz-fill:before{content:"\f2de"}.ri-zzz-line:before{content:"\f2df"}.ri-arrow-down-double-fill:before{content:"\f2e0"}.ri-arrow-down-double-line:before{content:"\f2e1"}.ri-arrow-left-double-fill:before{content:"\f2e2"}.ri-arrow-left-double-line:before{content:"\f2e3"}.ri-arrow-right-double-fill:before{content:"\f2e4"}.ri-arrow-right-double-line:before{content:"\f2e5"}.ri-arrow-turn-back-fill:before{content:"\f2e6"}.ri-arrow-turn-back-line:before{content:"\f2e7"}.ri-arrow-turn-forward-fill:before{content:"\f2e8"}.ri-arrow-turn-forward-line:before{content:"\f2e9"}.ri-arrow-up-double-fill:before{content:"\f2ea"}.ri-arrow-up-double-line:before{content:"\f2eb"}.ri-bard-fill:before{content:"\f2ec"}.ri-bard-line:before{content:"\f2ed"}.ri-bootstrap-fill:before{content:"\f2ee"}.ri-bootstrap-line:before{content:"\f2ef"}.ri-box-1-fill:before{content:"\f2f0"}.ri-box-1-line:before{content:"\f2f1"}.ri-box-2-fill:before{content:"\f2f2"}.ri-box-2-line:before{content:"\f2f3"}.ri-box-3-fill:before{content:"\f2f4"}.ri-box-3-line:before{content:"\f2f5"}.ri-brain-fill:before{content:"\f2f6"}.ri-brain-line:before{content:"\f2f7"}.ri-candle-fill:before{content:"\f2f8"}.ri-candle-line:before{content:"\f2f9"}.ri-cash-fill:before{content:"\f2fa"}.ri-cash-line:before{content:"\f2fb"}.ri-contract-left-fill:before{content:"\f2fc"}.ri-contract-left-line:before{content:"\f2fd"}.ri-contract-left-right-fill:before{content:"\f2fe"}.ri-contract-left-right-line:before{content:"\f2ff"}.ri-contract-right-fill:before{content:"\f300"}.ri-contract-right-line:before{content:"\f301"}.ri-contract-up-down-fill:before{content:"\f302"}.ri-contract-up-down-line:before{content:"\f303"}.ri-copilot-fill:before{content:"\f304"}.ri-copilot-line:before{content:"\f305"}.ri-corner-down-left-fill:before{content:"\f306"}.ri-corner-down-left-line:before{content:"\f307"}.ri-corner-down-right-fill:before{content:"\f308"}.ri-corner-down-right-line:before{content:"\f309"}.ri-corner-left-down-fill:before{content:"\f30a"}.ri-corner-left-down-line:before{content:"\f30b"}.ri-corner-left-up-fill:before{content:"\f30c"}.ri-corner-left-up-line:before{content:"\f30d"}.ri-corner-right-down-fill:before{content:"\f30e"}.ri-corner-right-down-line:before{content:"\f30f"}.ri-corner-right-up-fill:before{content:"\f310"}.ri-corner-right-up-line:before{content:"\f311"}.ri-corner-up-left-double-fill:before{content:"\f312"}.ri-corner-up-left-double-line:before{content:"\f313"}.ri-corner-up-left-fill:before{content:"\f314"}.ri-corner-up-left-line:before{content:"\f315"}.ri-corner-up-right-double-fill:before{content:"\f316"}.ri-corner-up-right-double-line:before{content:"\f317"}.ri-corner-up-right-fill:before{content:"\f318"}.ri-corner-up-right-line:before{content:"\f319"}.ri-cross-fill:before{content:"\f31a"}.ri-cross-line:before{content:"\f31b"}.ri-edge-new-fill:before{content:"\f31c"}.ri-edge-new-line:before{content:"\f31d"}.ri-equal-fill:before{content:"\f31e"}.ri-equal-line:before{content:"\f31f"}.ri-expand-left-fill:before{content:"\f320"}.ri-expand-left-line:before{content:"\f321"}.ri-expand-left-right-fill:before{content:"\f322"}.ri-expand-left-right-line:before{content:"\f323"}.ri-expand-right-fill:before{content:"\f324"}.ri-expand-right-line:before{content:"\f325"}.ri-expand-up-down-fill:before{content:"\f326"}.ri-expand-up-down-line:before{content:"\f327"}.ri-flickr-fill:before{content:"\f328"}.ri-flickr-line:before{content:"\f329"}.ri-forward-10-fill:before{content:"\f32a"}.ri-forward-10-line:before{content:"\f32b"}.ri-forward-15-fill:before{content:"\f32c"}.ri-forward-15-line:before{content:"\f32d"}.ri-forward-30-fill:before{content:"\f32e"}.ri-forward-30-line:before{content:"\f32f"}.ri-forward-5-fill:before{content:"\f330"}.ri-forward-5-line:before{content:"\f331"}.ri-graduation-cap-fill:before{content:"\f332"}.ri-graduation-cap-line:before{content:"\f333"}.ri-home-office-fill:before{content:"\f334"}.ri-home-office-line:before{content:"\f335"}.ri-hourglass-2-fill:before{content:"\f336"}.ri-hourglass-2-line:before{content:"\f337"}.ri-hourglass-fill:before{content:"\f338"}.ri-hourglass-line:before{content:"\f339"}.ri-javascript-fill:before{content:"\f33a"}.ri-javascript-line:before{content:"\f33b"}.ri-loop-left-fill:before{content:"\f33c"}.ri-loop-left-line:before{content:"\f33d"}.ri-loop-right-fill:before{content:"\f33e"}.ri-loop-right-line:before{content:"\f33f"}.ri-memories-fill:before{content:"\f340"}.ri-memories-line:before{content:"\f341"}.ri-meta-fill:before{content:"\f342"}.ri-meta-line:before{content:"\f343"}.ri-microsoft-loop-fill:before{content:"\f344"}.ri-microsoft-loop-line:before{content:"\f345"}.ri-nft-fill:before{content:"\f346"}.ri-nft-line:before{content:"\f347"}.ri-notion-fill:before{content:"\f348"}.ri-notion-line:before{content:"\f349"}.ri-openai-fill:before{content:"\f34a"}.ri-openai-line:before{content:"\f34b"}.ri-overline:before{content:"\f34c"}.ri-p2p-fill:before{content:"\f34d"}.ri-p2p-line:before{content:"\f34e"}.ri-presentation-fill:before{content:"\f34f"}.ri-presentation-line:before{content:"\f350"}.ri-replay-10-fill:before{content:"\f351"}.ri-replay-10-line:before{content:"\f352"}.ri-replay-15-fill:before{content:"\f353"}.ri-replay-15-line:before{content:"\f354"}.ri-replay-30-fill:before{content:"\f355"}.ri-replay-30-line:before{content:"\f356"}.ri-replay-5-fill:before{content:"\f357"}.ri-replay-5-line:before{content:"\f358"}.ri-school-fill:before{content:"\f359"}.ri-school-line:before{content:"\f35a"}.ri-shining-2-fill:before{content:"\f35b"}.ri-shining-2-line:before{content:"\f35c"}.ri-shining-fill:before{content:"\f35d"}.ri-shining-line:before{content:"\f35e"}.ri-sketching:before{content:"\f35f"}.ri-skip-down-fill:before{content:"\f360"}.ri-skip-down-line:before{content:"\f361"}.ri-skip-left-fill:before{content:"\f362"}.ri-skip-left-line:before{content:"\f363"}.ri-skip-right-fill:before{content:"\f364"}.ri-skip-right-line:before{content:"\f365"}.ri-skip-up-fill:before{content:"\f366"}.ri-skip-up-line:before{content:"\f367"}.ri-slow-down-fill:before{content:"\f368"}.ri-slow-down-line:before{content:"\f369"}.ri-sparkling-2-fill:before{content:"\f36a"}.ri-sparkling-2-line:before{content:"\f36b"}.ri-sparkling-fill:before{content:"\f36c"}.ri-sparkling-line:before{content:"\f36d"}.ri-speak-fill:before{content:"\f36e"}.ri-speak-line:before{content:"\f36f"}.ri-speed-up-fill:before{content:"\f370"}.ri-speed-up-line:before{content:"\f371"}.ri-tiktok-fill:before{content:"\f372"}.ri-tiktok-line:before{content:"\f373"}.ri-token-swap-fill:before{content:"\f374"}.ri-token-swap-line:before{content:"\f375"}.ri-unpin-fill:before{content:"\f376"}.ri-unpin-line:before{content:"\f377"}.ri-wechat-channels-fill:before{content:"\f378"}.ri-wechat-channels-line:before{content:"\f379"}.ri-wordpress-fill:before{content:"\f37a"}.ri-wordpress-line:before{content:"\f37b"}.ri-blender-fill:before{content:"\f37c"}.ri-blender-line:before{content:"\f37d"}.ri-emoji-sticker-fill:before{content:"\f37e"}.ri-emoji-sticker-line:before{content:"\f37f"}.ri-git-close-pull-request-fill:before{content:"\f380"}.ri-git-close-pull-request-line:before{content:"\f381"}.ri-instance-fill:before{content:"\f382"}.ri-instance-line:before{content:"\f383"}.ri-megaphone-fill:before{content:"\f384"}.ri-megaphone-line:before{content:"\f385"}.ri-pass-expired-fill:before{content:"\f386"}.ri-pass-expired-line:before{content:"\f387"}.ri-pass-pending-fill:before{content:"\f388"}.ri-pass-pending-line:before{content:"\f389"}.ri-pass-valid-fill:before{content:"\f38a"}.ri-pass-valid-line:before{content:"\f38b"}.ri-ai-generate:before{content:"\f38c"}.ri-calendar-close-fill:before{content:"\f38d"}.ri-calendar-close-line:before{content:"\f38e"}.ri-draggable:before{content:"\f38f"}.ri-font-family:before{content:"\f390"}.ri-font-mono:before{content:"\f391"}.ri-font-sans-serif:before{content:"\f392"}.ri-font-sans:before{content:"\f393"}.ri-hard-drive-3-fill:before{content:"\f394"}.ri-hard-drive-3-line:before{content:"\f395"}.ri-kick-fill:before{content:"\f396"}.ri-kick-line:before{content:"\f397"}.ri-list-check-3:before{content:"\f398"}.ri-list-indefinite:before{content:"\f399"}.ri-list-ordered-2:before{content:"\f39a"}.ri-list-radio:before{content:"\f39b"}.ri-openbase-fill:before{content:"\f39c"}.ri-openbase-line:before{content:"\f39d"}.ri-planet-fill:before{content:"\f39e"}.ri-planet-line:before{content:"\f39f"}.ri-prohibited-fill:before{content:"\f3a0"}.ri-prohibited-line:before{content:"\f3a1"}.ri-quote-text:before{content:"\f3a2"}.ri-seo-fill:before{content:"\f3a3"}.ri-seo-line:before{content:"\f3a4"}.ri-slash-commands:before{content:"\f3a5"}.ri-archive-2-fill:before{content:"\f3a6"}.ri-archive-2-line:before{content:"\f3a7"}.ri-inbox-2-fill:before{content:"\f3a8"}.ri-inbox-2-line:before{content:"\f3a9"}.ri-shake-hands-fill:before{content:"\f3aa"}.ri-shake-hands-line:before{content:"\f3ab"}.ri-supabase-fill:before{content:"\f3ac"}.ri-supabase-line:before{content:"\f3ad"}.ri-water-percent-fill:before{content:"\f3ae"}.ri-water-percent-line:before{content:"\f3af"}.ri-yuque-fill:before{content:"\f3b0"}.ri-yuque-line:before{content:"\f3b1"}.ri-crosshair-2-fill:before{content:"\f3b2"}.ri-crosshair-2-line:before{content:"\f3b3"}.ri-crosshair-fill:before{content:"\f3b4"}.ri-crosshair-line:before{content:"\f3b5"}.ri-file-close-fill:before{content:"\f3b6"}.ri-file-close-line:before{content:"\f3b7"}.ri-infinity-fill:before{content:"\f3b8"}.ri-infinity-line:before{content:"\f3b9"}.ri-rfid-fill:before{content:"\f3ba"}.ri-rfid-line:before{content:"\f3bb"}.ri-slash-commands-2:before{content:"\f3bc"}.ri-user-forbid-fill:before{content:"\f3bd"}.ri-user-forbid-line:before{content:"\f3be"}.ri-beer-fill:before{content:"\f3bf"}.ri-beer-line:before{content:"\f3c0"}.ri-circle-fill:before{content:"\f3c1"}.ri-circle-line:before{content:"\f3c2"}.ri-dropdown-list:before{content:"\f3c3"}.ri-file-image-fill:before{content:"\f3c4"}.ri-file-image-line:before{content:"\f3c5"}.ri-file-pdf-2-fill:before{content:"\f3c6"}.ri-file-pdf-2-line:before{content:"\f3c7"}.ri-file-video-fill:before{content:"\f3c8"}.ri-file-video-line:before{content:"\f3c9"}.ri-folder-image-fill:before{content:"\f3ca"}.ri-folder-image-line:before{content:"\f3cb"}.ri-folder-video-fill:before{content:"\f3cc"}.ri-folder-video-line:before{content:"\f3cd"}.ri-hexagon-fill:before{content:"\f3ce"}.ri-hexagon-line:before{content:"\f3cf"}.ri-menu-search-fill:before{content:"\f3d0"}.ri-menu-search-line:before{content:"\f3d1"}.ri-octagon-fill:before{content:"\f3d2"}.ri-octagon-line:before{content:"\f3d3"}.ri-pentagon-fill:before{content:"\f3d4"}.ri-pentagon-line:before{content:"\f3d5"}.ri-rectangle-fill:before{content:"\f3d6"}.ri-rectangle-line:before{content:"\f3d7"}.ri-robot-2-fill:before{content:"\f3d8"}.ri-robot-2-line:before{content:"\f3d9"}.ri-shapes-fill:before{content:"\f3da"}.ri-shapes-line:before{content:"\f3db"}.ri-square-fill:before{content:"\f3dc"}.ri-square-line:before{content:"\f3dd"}.ri-tent-fill:before{content:"\f3de"}.ri-tent-line:before{content:"\f3df"}.ri-threads-fill:before{content:"\f3e0"}.ri-threads-line:before{content:"\f3e1"}.ri-tree-fill:before{content:"\f3e2"}.ri-tree-line:before{content:"\f3e3"}.ri-triangle-fill:before{content:"\f3e4"}.ri-triangle-line:before{content:"\f3e5"}.ri-twitter-x-fill:before{content:"\f3e6"}.ri-twitter-x-line:before{content:"\f3e7"}.ri-verified-badge-fill:before{content:"\f3e8"}.ri-verified-badge-line:before{content:"\f3e9"}.ri-armchair-fill:before{content:"\f3ea"}.ri-armchair-line:before{content:"\f3eb"}.ri-bnb-fill:before{content:"\f3ec"}.ri-bnb-line:before{content:"\f3ed"}.ri-bread-fill:before{content:"\f3ee"}.ri-bread-line:before{content:"\f3ef"}.ri-btc-fill:before{content:"\f3f0"}.ri-btc-line:before{content:"\f3f1"}.ri-calendar-schedule-fill:before{content:"\f3f2"}.ri-calendar-schedule-line:before{content:"\f3f3"}.ri-dice-1-fill:before{content:"\f3f4"}.ri-dice-1-line:before{content:"\f3f5"}.ri-dice-2-fill:before{content:"\f3f6"}.ri-dice-2-line:before{content:"\f3f7"}.ri-dice-3-fill:before{content:"\f3f8"}.ri-dice-3-line:before{content:"\f3f9"}.ri-dice-4-fill:before{content:"\f3fa"}.ri-dice-4-line:before{content:"\f3fb"}.ri-dice-5-fill:before{content:"\f3fc"}.ri-dice-5-line:before{content:"\f3fd"}.ri-dice-6-fill:before{content:"\f3fe"}.ri-dice-6-line:before{content:"\f3ff"}.ri-dice-fill:before{content:"\f400"}.ri-dice-line:before{content:"\f401"}.ri-drinks-fill:before{content:"\f402"}.ri-drinks-line:before{content:"\f403"}.ri-equalizer-2-fill:before{content:"\f404"}.ri-equalizer-2-line:before{content:"\f405"}.ri-equalizer-3-fill:before{content:"\f406"}.ri-equalizer-3-line:before{content:"\f407"}.ri-eth-fill:before{content:"\f408"}.ri-eth-line:before{content:"\f409"}.ri-flower-fill:before{content:"\f40a"}.ri-flower-line:before{content:"\f40b"}.ri-glasses-2-fill:before{content:"\f40c"}.ri-glasses-2-line:before{content:"\f40d"}.ri-glasses-fill:before{content:"\f40e"}.ri-glasses-line:before{content:"\f40f"}.ri-goggles-fill:before{content:"\f410"}.ri-goggles-line:before{content:"\f411"}.ri-image-circle-fill:before{content:"\f412"}.ri-image-circle-line:before{content:"\f413"}.ri-info-i:before{content:"\f414"}.ri-money-rupee-circle-fill:before{content:"\f415"}.ri-money-rupee-circle-line:before{content:"\f416"}.ri-news-fill:before{content:"\f417"}.ri-news-line:before{content:"\f418"}.ri-robot-3-fill:before{content:"\f419"}.ri-robot-3-line:before{content:"\f41a"}.ri-share-2-fill:before{content:"\f41b"}.ri-share-2-line:before{content:"\f41c"}.ri-sofa-fill:before{content:"\f41d"}.ri-sofa-line:before{content:"\f41e"}.ri-svelte-fill:before{content:"\f41f"}.ri-svelte-line:before{content:"\f420"}.ri-vk-fill:before{content:"\f421"}.ri-vk-line:before{content:"\f422"}.ri-xrp-fill:before{content:"\f423"}.ri-xrp-line:before{content:"\f424"}.ri-xtz-fill:before{content:"\f425"}.ri-xtz-line:before{content:"\f426"}.ri-archive-stack-fill:before{content:"\f427"}.ri-archive-stack-line:before{content:"\f428"}.ri-bowl-fill:before{content:"\f429"}.ri-bowl-line:before{content:"\f42a"}.ri-calendar-view:before{content:"\f42b"}.ri-carousel-view:before{content:"\f42c"}.ri-code-block:before{content:"\f42d"}.ri-color-filter-fill:before{content:"\f42e"}.ri-color-filter-line:before{content:"\f42f"}.ri-contacts-book-3-fill:before{content:"\f430"}.ri-contacts-book-3-line:before{content:"\f431"}.ri-contract-fill:before{content:"\f432"}.ri-contract-line:before{content:"\f433"}.ri-drinks-2-fill:before{content:"\f434"}.ri-drinks-2-line:before{content:"\f435"}.ri-export-fill:before{content:"\f436"}.ri-export-line:before{content:"\f437"}.ri-file-check-fill:before{content:"\f438"}.ri-file-check-line:before{content:"\f439"}.ri-focus-mode:before{content:"\f43a"}.ri-folder-6-fill:before{content:"\f43b"}.ri-folder-6-line:before{content:"\f43c"}.ri-folder-check-fill:before{content:"\f43d"}.ri-folder-check-line:before{content:"\f43e"}.ri-folder-close-fill:before{content:"\f43f"}.ri-folder-close-line:before{content:"\f440"}.ri-folder-cloud-fill:before{content:"\f441"}.ri-folder-cloud-line:before{content:"\f442"}.ri-gallery-view-2:before{content:"\f443"}.ri-gallery-view:before{content:"\f444"}.ri-hand:before{content:"\f445"}.ri-import-fill:before{content:"\f446"}.ri-import-line:before{content:"\f447"}.ri-information-2-fill:before{content:"\f448"}.ri-information-2-line:before{content:"\f449"}.ri-kanban-view-2:before{content:"\f44a"}.ri-kanban-view:before{content:"\f44b"}.ri-list-view:before{content:"\f44c"}.ri-lock-star-fill:before{content:"\f44d"}.ri-lock-star-line:before{content:"\f44e"}.ri-puzzle-2-fill:before{content:"\f44f"}.ri-puzzle-2-line:before{content:"\f450"}.ri-puzzle-fill:before{content:"\f451"}.ri-puzzle-line:before{content:"\f452"}.ri-ram-2-fill:before{content:"\f453"}.ri-ram-2-line:before{content:"\f454"}.ri-ram-fill:before{content:"\f455"}.ri-ram-line:before{content:"\f456"}.ri-receipt-fill:before{content:"\f457"}.ri-receipt-line:before{content:"\f458"}.ri-shadow-fill:before{content:"\f459"}.ri-shadow-line:before{content:"\f45a"}.ri-sidebar-fold-fill:before{content:"\f45b"}.ri-sidebar-fold-line:before{content:"\f45c"}.ri-sidebar-unfold-fill:before{content:"\f45d"}.ri-sidebar-unfold-line:before{content:"\f45e"}.ri-slideshow-view:before{content:"\f45f"}.ri-sort-alphabet-asc:before{content:"\f460"}.ri-sort-alphabet-desc:before{content:"\f461"}.ri-sort-number-asc:before{content:"\f462"}.ri-sort-number-desc:before{content:"\f463"}.ri-stacked-view:before{content:"\f464"}.ri-sticky-note-add-fill:before{content:"\f465"}.ri-sticky-note-add-line:before{content:"\f466"}.ri-swap-2-fill:before{content:"\f467"}.ri-swap-2-line:before{content:"\f468"}.ri-swap-3-fill:before{content:"\f469"}.ri-swap-3-line:before{content:"\f46a"}.ri-table-3:before{content:"\f46b"}.ri-table-view:before{content:"\f46c"}.ri-text-block:before{content:"\f46d"}.ri-text-snippet:before{content:"\f46e"}.ri-timeline-view:before{content:"\f46f"}.ri-blogger-fill:before{content:"\f470"}.ri-blogger-line:before{content:"\f471"}.ri-chat-thread-fill:before{content:"\f472"}.ri-chat-thread-line:before{content:"\f473"}.ri-discount-percent-fill:before{content:"\f474"}.ri-discount-percent-line:before{content:"\f475"}.ri-exchange-2-fill:before{content:"\f476"}.ri-exchange-2-line:before{content:"\f477"}.ri-git-fork-fill:before{content:"\f478"}.ri-git-fork-line:before{content:"\f479"}.ri-input-field:before{content:"\f47a"}.ri-progress-1-fill:before{content:"\f47b"}.ri-progress-1-line:before{content:"\f47c"}.ri-progress-2-fill:before{content:"\f47d"}.ri-progress-2-line:before{content:"\f47e"}.ri-progress-3-fill:before{content:"\f47f"}.ri-progress-3-line:before{content:"\f480"}.ri-progress-4-fill:before{content:"\f481"}.ri-progress-4-line:before{content:"\f482"}.ri-progress-5-fill:before{content:"\f483"}.ri-progress-5-line:before{content:"\f484"}.ri-progress-6-fill:before{content:"\f485"}.ri-progress-6-line:before{content:"\f486"}.ri-progress-7-fill:before{content:"\f487"}.ri-progress-7-line:before{content:"\f488"}.ri-progress-8-fill:before{content:"\f489"}.ri-progress-8-line:before{content:"\f48a"}.ri-remix-run-fill:before{content:"\f48b"}.ri-remix-run-line:before{content:"\f48c"}.ri-signpost-fill:before{content:"\f48d"}.ri-signpost-line:before{content:"\f48e"}.ri-time-zone-fill:before{content:"\f48f"}.ri-time-zone-line:before{content:"\f490"}.ri-arrow-down-wide-fill:before{content:"\f491"}.ri-arrow-down-wide-line:before{content:"\f492"}.ri-arrow-left-wide-fill:before{content:"\f493"}.ri-arrow-left-wide-line:before{content:"\f494"}.ri-arrow-right-wide-fill:before{content:"\f495"}.ri-arrow-right-wide-line:before{content:"\f496"}.ri-arrow-up-wide-fill:before{content:"\f497"}.ri-arrow-up-wide-line:before{content:"\f498"}.ri-bluesky-fill:before{content:"\f499"}.ri-bluesky-line:before{content:"\f49a"}.ri-expand-height-fill:before{content:"\f49b"}.ri-expand-height-line:before{content:"\f49c"}.ri-expand-width-fill:before{content:"\f49d"}.ri-expand-width-line:before{content:"\f49e"}.ri-forward-end-fill:before{content:"\f49f"}.ri-forward-end-line:before{content:"\f4a0"}.ri-forward-end-mini-fill:before{content:"\f4a1"}.ri-forward-end-mini-line:before{content:"\f4a2"}.ri-friendica-fill:before{content:"\f4a3"}.ri-friendica-line:before{content:"\f4a4"}.ri-git-pr-draft-fill:before{content:"\f4a5"}.ri-git-pr-draft-line:before{content:"\f4a6"}.ri-play-reverse-fill:before{content:"\f4a7"}.ri-play-reverse-line:before{content:"\f4a8"}.ri-play-reverse-mini-fill:before{content:"\f4a9"}.ri-play-reverse-mini-line:before{content:"\f4aa"}.ri-rewind-start-fill:before{content:"\f4ab"}.ri-rewind-start-line:before{content:"\f4ac"}.ri-rewind-start-mini-fill:before{content:"\f4ad"}.ri-rewind-start-mini-line:before{content:"\f4ae"}.ri-scroll-to-bottom-fill:before{content:"\f4af"}.ri-scroll-to-bottom-line:before{content:"\f4b0"}.ri-add-large-fill:before{content:"\f4b1"}.ri-add-large-line:before{content:"\f4b2"}.ri-aed-electrodes-fill:before{content:"\f4b3"}.ri-aed-electrodes-line:before{content:"\f4b4"}.ri-aed-fill:before{content:"\f4b5"}.ri-aed-line:before{content:"\f4b6"}.ri-alibaba-cloud-fill:before{content:"\f4b7"}.ri-alibaba-cloud-line:before{content:"\f4b8"}.ri-align-item-bottom-fill:before{content:"\f4b9"}.ri-align-item-bottom-line:before{content:"\f4ba"}.ri-align-item-horizontal-center-fill:before{content:"\f4bb"}.ri-align-item-horizontal-center-line:before{content:"\f4bc"}.ri-align-item-left-fill:before{content:"\f4bd"}.ri-align-item-left-line:before{content:"\f4be"}.ri-align-item-right-fill:before{content:"\f4bf"}.ri-align-item-right-line:before{content:"\f4c0"}.ri-align-item-top-fill:before{content:"\f4c1"}.ri-align-item-top-line:before{content:"\f4c2"}.ri-align-item-vertical-center-fill:before{content:"\f4c3"}.ri-align-item-vertical-center-line:before{content:"\f4c4"}.ri-apps-2-add-fill:before{content:"\f4c5"}.ri-apps-2-add-line:before{content:"\f4c6"}.ri-close-large-fill:before{content:"\f4c7"}.ri-close-large-line:before{content:"\f4c8"}.ri-collapse-diagonal-2-fill:before{content:"\f4c9"}.ri-collapse-diagonal-2-line:before{content:"\f4ca"}.ri-collapse-diagonal-fill:before{content:"\f4cb"}.ri-collapse-diagonal-line:before{content:"\f4cc"}.ri-dashboard-horizontal-fill:before{content:"\f4cd"}.ri-dashboard-horizontal-line:before{content:"\f4ce"}.ri-expand-diagonal-2-fill:before{content:"\f4cf"}.ri-expand-diagonal-2-line:before{content:"\f4d0"}.ri-expand-diagonal-fill:before{content:"\f4d1"}.ri-expand-diagonal-line:before{content:"\f4d2"}.ri-firebase-fill:before{content:"\f4d3"}.ri-firebase-line:before{content:"\f4d4"}.ri-flip-horizontal-2-fill:before{content:"\f4d5"}.ri-flip-horizontal-2-line:before{content:"\f4d6"}.ri-flip-horizontal-fill:before{content:"\f4d7"}.ri-flip-horizontal-line:before{content:"\f4d8"}.ri-flip-vertical-2-fill:before{content:"\f4d9"}.ri-flip-vertical-2-line:before{content:"\f4da"}.ri-flip-vertical-fill:before{content:"\f4db"}.ri-flip-vertical-line:before{content:"\f4dc"}.ri-formula:before{content:"\f4dd"}.ri-function-add-fill:before{content:"\f4de"}.ri-function-add-line:before{content:"\f4df"}.ri-goblet-2-fill:before{content:"\f4e0"}.ri-goblet-2-line:before{content:"\f4e1"}.ri-golf-ball-fill:before{content:"\f4e2"}.ri-golf-ball-line:before{content:"\f4e3"}.ri-group-3-fill:before{content:"\f4e4"}.ri-group-3-line:before{content:"\f4e5"}.ri-heart-add-2-fill:before{content:"\f4e6"}.ri-heart-add-2-line:before{content:"\f4e7"}.ri-id-card-fill:before{content:"\f4e8"}.ri-id-card-line:before{content:"\f4e9"}.ri-information-off-fill:before{content:"\f4ea"}.ri-information-off-line:before{content:"\f4eb"}.ri-java-fill:before{content:"\f4ec"}.ri-java-line:before{content:"\f4ed"}.ri-layout-grid-2-fill:before{content:"\f4ee"}.ri-layout-grid-2-line:before{content:"\f4ef"}.ri-layout-horizontal-fill:before{content:"\f4f0"}.ri-layout-horizontal-line:before{content:"\f4f1"}.ri-layout-vertical-fill:before{content:"\f4f2"}.ri-layout-vertical-line:before{content:"\f4f3"}.ri-menu-fold-2-fill:before{content:"\f4f4"}.ri-menu-fold-2-line:before{content:"\f4f5"}.ri-menu-fold-3-fill:before{content:"\f4f6"}.ri-menu-fold-3-line:before{content:"\f4f7"}.ri-menu-fold-4-fill:before{content:"\f4f8"}.ri-menu-fold-4-line:before{content:"\f4f9"}.ri-menu-unfold-2-fill:before{content:"\f4fa"}.ri-menu-unfold-2-line:before{content:"\f4fb"}.ri-menu-unfold-3-fill:before{content:"\f4fc"}.ri-menu-unfold-3-line:before{content:"\f4fd"}.ri-menu-unfold-4-fill:before{content:"\f4fe"}.ri-menu-unfold-4-line:before{content:"\f4ff"}.ri-mobile-download-fill:before{content:"\f500"}.ri-mobile-download-line:before{content:"\f501"}.ri-nextjs-fill:before{content:"\f502"}.ri-nextjs-line:before{content:"\f503"}.ri-nodejs-fill:before{content:"\f504"}.ri-nodejs-line:before{content:"\f505"}.ri-pause-large-fill:before{content:"\f506"}.ri-pause-large-line:before{content:"\f507"}.ri-play-large-fill:before{content:"\f508"}.ri-play-large-line:before{content:"\f509"}.ri-play-reverse-large-fill:before{content:"\f50a"}.ri-play-reverse-large-line:before{content:"\f50b"}.ri-police-badge-fill:before{content:"\f50c"}.ri-police-badge-line:before{content:"\f50d"}.ri-prohibited-2-fill:before{content:"\f50e"}.ri-prohibited-2-line:before{content:"\f50f"}.ri-shopping-bag-4-fill:before{content:"\f510"}.ri-shopping-bag-4-line:before{content:"\f511"}.ri-snowflake-fill:before{content:"\f512"}.ri-snowflake-line:before{content:"\f513"}.ri-square-root:before{content:"\f514"}.ri-stop-large-fill:before{content:"\f515"}.ri-stop-large-line:before{content:"\f516"}.ri-tailwind-css-fill:before{content:"\f517"}.ri-tailwind-css-line:before{content:"\f518"}.ri-tooth-fill:before{content:"\f519"}.ri-tooth-line:before{content:"\f51a"}.ri-video-off-fill:before{content:"\f51b"}.ri-video-off-line:before{content:"\f51c"}.ri-video-on-fill:before{content:"\f51d"}.ri-video-on-line:before{content:"\f51e"}.ri-webhook-fill:before{content:"\f51f"}.ri-webhook-line:before{content:"\f520"}.ri-weight-fill:before{content:"\f521"}.ri-weight-line:before{content:"\f522"}@font-face{font-family:'icomoon';src:url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/icomoon.eot?wkki4d);src:url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/icomoon.eot?wkki4d#iefix) format('embedded-opentype'),url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/icomoon.ttf?wkki4d) format('truetype'),url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/icomoon.woff?wkki4d) format('woff'),url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/fonts/icomoon.svg?wkki4d#icomoon) format('svg');font-weight:400;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-add:before{content:"\e95c"}.icon-remove:before{content:"\e95d"}.icon-east:before{content:"\e95a"}.icon-west:before{content:"\e95b"}.icon-envelope:before{content:"\f0e0"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-share-alt:before{content:"\f1e0"}.icon-1:before{content:"\e900"}.icon-2:before{content:"\e901"}.icon-3:before{content:"\e902"}.icon-4:before{content:"\e903"}.icon-5:before{content:"\e904"}.icon-6:before{content:"\e905"}.icon-7:before{content:"\e906"}.icon-8:before{content:"\e907"}.icon-9:before{content:"\e908"}.icon-10:before{content:"\e909"}.icon-11:before{content:"\e90a"}.icon-12:before{content:"\e90b"}.icon-13:before{content:"\e90c"}.icon-14:before{content:"\e90d"}.icon-15:before{content:"\e90e"}.icon-16:before{content:"\e90f"}.icon-17:before{content:"\e910"}.icon-18:before{content:"\e911"}.icon-19:before{content:"\e912"}.icon-20:before{content:"\e913"}.icon-21:before{content:"\e914"}.icon-22:before{content:"\e915"}.icon-23:before{content:"\e916"}.icon-24:before{content:"\e917"}.icon-25:before{content:"\e918"}.icon-26:before{content:"\e919"}.icon-27:before{content:"\e91a"}.icon-28:before{content:"\e91b"}.icon-29:before{content:"\e91c"}.icon-30:before{content:"\e91d"}.icon-31:before{content:"\e91e"}.icon-32:before{content:"\e91f"}.icon-33:before{content:"\e920"}.icon-34:before{content:"\e921"}.icon-35:before{content:"\e922"}.icon-36:before{content:"\e923"}.icon-37:before{content:"\e924"}.icon-38:before{content:"\e925"}.icon-39:before{content:"\e926"}.icon-40:before{content:"\e927"}.icon-41:before{content:"\e928"}.icon-42:before{content:"\e929"}.icon-43:before{content:"\e92a"}.icon-44:before{content:"\e92b"}.icon-45:before{content:"\e92c"}.icon-46:before{content:"\e92d"}.icon-47:before{content:"\e92e"}.icon-48:before{content:"\e92f"}.icon-49:before{content:"\e930"}.icon-50:before{content:"\e931"}.icon-51:before{content:"\e932"}.icon-52:before{content:"\e933"}.icon-53:before{content:"\e934"}.icon-54:before{content:"\e935"}.icon-55:before{content:"\e936"}.icon-56:before{content:"\e937"}.icon-57:before{content:"\e938"}.icon-58:before{content:"\e939"}.icon-59:before{content:"\e93a"}.icon-60:before{content:"\e93b"}.icon-61:before{content:"\e93c"}.icon-62:before{content:"\e93d"}.icon-63:before{content:"\e93e"}.icon-64:before{content:"\e93f"}.icon-65:before{content:"\e940"}.icon-66:before{content:"\e941"}.icon-67:before{content:"\e942"}.icon-68:before{content:"\e943"}.icon-69:before{content:"\e944"}.icon-70:before{content:"\e945"}.icon-71:before{content:"\e946"}.icon-72:before{content:"\e947"}.icon-73:before{content:"\e948"}.icon-74:before{content:"\e949"}.icon-75:before{content:"\e94a"}.icon-76:before{content:"\e94b"}.icon-77:before{content:"\e94c"}.icon-78:before{content:"\e94d"}.icon-79:before{content:"\e94e"}.icon-80:before{content:"\e94f"}.icon-81:before{content:"\e950"}.icon-82:before{content:"\e951"}.icon-83:before{content:"\e952"}.icon-84:before{content:"\e953"}.icon-85:before{content:"\e954"}.icon-86:before{content:"\e955"}.icon-87:before{content:"\e956"}.icon-88:before{content:"\e957"}.icon-89:before{content:"\e958"}.icon-phone:before{content:"\e959"}.icon-star-empty:before{content:"\e9d7"}.icon-star-half:before{content:"\e9d8"}.icon-star-full:before{content:"\e9d9"}.icon-minus:before{content:"\ea0b"}.icon-share2:before{content:"\ea82"}.icon-facebook:before{content:"\ea90"}.icon-instagram:before{content:"\ea92"}.icon-twitter:before{content:"\ea96"}.icon-youtube:before{content:"\ea9d"}.icon-linkedin2:before{content:"\eaca"}.icon-pinterest:before{content:"\ead1"}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.metismenu .arrow{float:right;line-height:1.42857}[dir=rtl] .metismenu .arrow{float:left}.metismenu .glyphicon.arrow:before{content:"\e079"}.metismenu .mm-active>a>.glyphicon.arrow:before{content:"\e114"}.metismenu .fa.arrow:before{content:"\f104"}.metismenu .mm-active>a>.fa.arrow:before{content:"\f107"}.metismenu .ion.arrow:before{content:"\f3d2"}.metismenu .mm-active>a>.ion.arrow:before{content:"\f3d0"}.metismenu .plus-times{float:right}[dir=rtl] .metismenu .plus-times{float:left}.metismenu .fa.plus-times:before{content:"\f067"}.metismenu .mm-active>a>.fa.plus-times{transform:rotate(45deg)}.metismenu .plus-minus{float:right}[dir=rtl] .metismenu .plus-minus{float:left}.metismenu .fa.plus-minus:before{content:"\f067"}.metismenu .mm-active>a>.fa.plus-minus:before{content:"\f068"}.metismenu .mm-collapse:not(.mm-show){display:none}.metismenu .mm-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.metismenu .has-arrow{position:relative}.metismenu .has-arrow:after{position:absolute;content:"";width:.5em;height:.5em;border-style:solid;border-width:1px 0 0 1px;border-color:initial;right:1em;transform:rotate(-45deg) translateY(-50%);transform-origin:top;top:50%;transition:all .3s ease-out}[dir=rtl] .metismenu .has-arrow:after{right:auto;left:1em;transform:rotate(135deg) translateY(-50%)}.metismenu .has-arrow[aria-expanded=true]:after,.metismenu .mm-active>.has-arrow:after{transform:rotate(-135deg) translateY(-50%)}[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after,[dir=rtl] .metismenu .mm-active>.has-arrow:after{transform:rotate(225deg) translateY(-50%)}.tpd-tooltip{position:absolute}.tpd-tooltip{box-sizing:content-box}.tpd-tooltip [class^=tpd-]{box-sizing:inherit}.tpd-content-wrapper{position:absolute;top:0;left:0;float:left;width:100%;height:100%;overflow:hidden}.tpd-content-relative,.tpd-content-relative-padder,.tpd-content-spacer{float:left;position:relative}.tpd-content-relative{width:100%}.tpd-content{float:left;clear:both;position:relative;padding:10px;font-size:11px;line-height:16px;color:#fff;box-sizing:border-box!important}.tpd-has-inner-close .tpd-content-relative .tpd-content{padding-right:0!important}.tpd-tooltip .tpd-content-no-padding{padding:0!important}.tpd-title-wrapper{float:left;position:relative;overflow:hidden}.tpd-title-spacer{float:left}.tpd-title-relative,.tpd-title-relative-padder{float:left;position:relative}.tpd-title-relative{width:100%}.tpd-title{float:left;position:relative;font-size:11px;line-height:16px;padding:10px;font-weight:700;text-transform:uppercase;color:#fff;box-sizing:border-box!important}.tpd-has-title-close .tpd-title{padding-right:0!important}.tpd-close{position:absolute;top:0;right:0;width:28px;height:28px;cursor:pointer;overflow:hidden;color:#fff}.tpd-close-icon{float:left;font-family:Arial,Baskerville,monospace;font-weight:400;font-style:normal;text-decoration:none;width:28px;height:28px;font-size:28px;line-height:28px;text-align:center}.tpd-skin{position:absolute;top:0;left:0}.tpd-frames{position:absolute;top:0;left:0}.tpd-frames .tpd-frame{float:left;width:100%;height:100%;clear:both;display:none}.tpd-visible-frame-top .tpd-frame-top{display:block}.tpd-visible-frame-bottom .tpd-frame-bottom{display:block}.tpd-visible-frame-left .tpd-frame-left{display:block}.tpd-visible-frame-right .tpd-frame-right{display:block}.tpd-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0}.tpd-background-shadow{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;pointer-events:none}.tpd-no-shadow .tpd-skin .tpd-background-shadow{box-shadow:none!important}.tpd-background-box{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.tpd-no-stem .tpd-background-box,.tpd-no-stem .tpd-shift-stem{display:none}.tpd-no-stem .tpd-background-box-top{display:block}.tpd-background-box-shift,.tpd-background-box-shift-further{position:relative;float:left;width:100%;height:100%}.tpd-background{border-radius:10px;float:left;clear:both;background:0 0;-webkit-background-clip:padding-box;background-clip:padding-box;border-style:solid;border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-background-loading{display:none}.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background{border-radius:0}.tpd-background-title{float:left;clear:both;width:100%;background-color:#282828}.tpd-background-content{float:left;clear:both;width:100%;background-color:#282828}.tpd-background-border-hack{position:absolute;top:0;left:0;width:100%;height:100%;border-style:solid}.tpd-background-box-top{top:0}.tpd-background-box-bottom{bottom:0}.tpd-background-box-left{left:0}.tpd-background-box-right{right:0}.tpd-shift-stem{position:absolute;top:0;left:0;overflow:hidden}.tpd-shift-stem-side{position:absolute}.tpd-frame-bottom .tpd-shift-stem-side,.tpd-frame-top .tpd-shift-stem-side{width:100%}.tpd-frame-left .tpd-shift-stem-side,.tpd-frame-right .tpd-shift-stem-side{height:100%}.tpd-stem{position:absolute;top:0;left:0;overflow:hidden;width:16px;height:8px;margin-left:3px;margin-top:2px;-webkit-transform-origin:0 0;transform-origin:0 0}.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset{margin:0!important}.tpd-stem-spacer{position:absolute;top:0;left:0;width:100%;height:100%}.tpd-stem-reset .tpd-stem-spacer{margin-top:0}.tpd-stem-point{width:100px;position:absolute;top:0;left:50%}.tpd-stem-downscale,.tpd-stem-transform{float:left;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0;position:relative}.tpd-stem-side{width:50%;height:100%;float:left;position:relative;overflow:hidden}.tpd-stem-side-inversed{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.tpd-stem-triangle{width:0;height:0;border-bottom-style:solid;border-left-color:transparent;border-left-style:solid;position:absolute;top:0;left:0}.tpd-stem-border{width:20px;height:100%;position:absolute;top:0;left:50%;background-color:#fff;border-right-color:#fff;border-right-style:solid;border-right-width:0}.tpd-stem-border-corner{position:absolute;top:0;left:50%;height:100%;border-right-style:solid;border-right-width:0}.tpd-stem *{z-index:0;zoom:1}.tpd-stem-border-center-offset,.tpd-stem-border-center-offset-inverse{float:left;position:relative;width:100%;height:100%;overflow:hidden}.tpd-stem-notransform{float:left;width:100%;height:100%;position:relative}.tpd-stem-notransform .tpd-stem-border{height:100%;position:relative;float:left;top:0;left:0;margin:0}.tpd-stem-notransform .tpd-stem-border-center{position:absolute}.tpd-stem-notransform .tpd-stem-border-corner{background:#fff;border:0;top:auto;left:auto}.tpd-stem-notransform .tpd-stem-border-center,.tpd-stem-notransform .tpd-stem-triangle{height:0;border:0;left:50%}.tpd-stem-transform-left{-webkit-transform:rotate(-90deg) scale(-1,1);transform:rotate(-90deg) scale(-1,1)}.tpd-stem-transform-right{-webkit-transform:rotate(90deg) translate(0,-100%);transform:rotate(90deg) translate(0,-100%)}.tpd-stem-transform-bottom{-webkit-transform:scale(1,-1) translate(0,-100%);transform:scale(1,-1) translate(0,-100%)}.tpd-spinner{position:absolute;top:50%;left:50%;width:46px;height:36px}.tpd-spinner-spin{position:relative;float:left;margin:8px 0 0 13px;text-indent:-9999em;border-top:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2);border-left:2px solid #fff;-webkit-animation:tpd-spinner-animation 1.1s infinite linear;animation:tpd-spinner-animation 1.1s infinite linear;box-sizing:border-box!important}.tpd-spinner-spin,.tpd-spinner-spin:after{border-radius:50%;width:20px;height:20px}@-webkit-keyframes tpd-spinner-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes tpd-spinner-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tpd-is-loading .tpd-content-wrapper,.tpd-is-loading .tpd-title-wrapper{display:none}.tpd-is-loading .tpd-background{display:none}.tpd-is-loading .tpd-background-loading{display:block}.tpd-tooltip-measuring{top:0;left:0;position:absolute;max-width:100%;width:100%}.tpd-tooltip-measuring .tpd-skin,.tpd-tooltip-measuring .tpd-spinner{display:none}.tpd-tooltip-measuring .tpd-content-wrapper,.tpd-tooltip-measuring .tpd-title-wrapper{display:block}.tpd-tooltip a,.tpd-tooltip a:hover{color:grey;text-decoration:underline}.tpd-tooltip a:hover{color:#6c6c6c}.tpd-size-x-small .tpd-content,.tpd-size-x-small .tpd-title{padding:7px 8px;font-size:10px;line-height:15px}.tpd-size-x-small .tpd-background{border-radius:5px}.tpd-size-x-small .tpd-stem{width:12px;height:6px;margin-left:4px;margin-top:2px}.tpd-size-x-small.tpd-no-radius .tpd-stem{margin-left:7px}.tpd-size-x-small .tpd-close{margin-bottom:1px}.tpd-size-x-small .tpd-spinner{width:35px;height:29px}.tpd-size-x-small .tpd-spinner-spin{margin:6px 0 0 9px}.tpd-size-x-small .tpd-spinner-spin,.tpd-size-x-small .tpd-spinner-spin:after{width:17px;height:17px}.tpd-size-small .tpd-content,.tpd-size-small .tpd-title{padding:8px;font-size:10px;line-height:16px}.tpd-size-small .tpd-background{border-radius:6px}.tpd-size-small .tpd-stem{width:14px;height:7px;margin-left:5px;margin-top:2px}.tpd-size-small.tpd-no-radius .tpd-stem{margin-left:8px}.tpd-size-small .tpd-close{margin:2px 1px}.tpd-size-small .tpd-spinner{width:42px;height:32px}.tpd-size-small .tpd-spinner-spin{margin:7px 0 0 13px}.tpd-size-small .tpd-spinner-spin,.tpd-size-small .tpd-spinner-spin:after{width:18px;height:18px}.tpd-size-medium .tpd-content,.tpd-size-medium .tpd-title{padding:10px;font-size:11px;line-height:16px}.tpd-size-medium .tpd-background{border-radius:8px}.tpd-size-medium .tpd-stem{width:16px;height:8px;margin-left:6px;margin-top:2px}.tpd-size-medium.tpd-no-radius .tpd-stem{margin-left:10px}.tpd-size-medium .tpd-close{margin:4px 2px}.tpd-size-medium .tpd-spinner{width:50px;height:36px}.tpd-size-medium .tpd-spinner-spin{margin:8px 0 0 15px}.tpd-size-medium .tpd-spinner-spin,.tpd-size-medium .tpd-spinner-spin:after{width:20px;height:20px}.tpd-size-large .tpd-content,.tpd-size-large .tpd-title{padding:10px;font-size:13px;line-height:18px}.tpd-size-large .tpd-background{border-radius:8px}.tpd-size-large .tpd-stem{width:18px;height:9px;margin-left:7px;margin-top:2px}.tpd-size-large.tpd-no-radius .tpd-stem{margin-left:10px}.tpd-size-large .tpd-close{margin:5px 2px 5px 2px}.tpd-size-large .tpd-spinner{width:54px;height:38px}.tpd-size-large .tpd-spinner-spin{margin:9px 0 0 17px}.tpd-size-large .tpd-spinner-spin,.tpd-size-large .tpd-spinner-spin:after{width:20px;height:20px}.tpd-skin-dark .tpd-close,.tpd-skin-dark .tpd-content,.tpd-skin-dark .tpd-title{color:#fff}.tpd-skin-dark .tpd-background-content,.tpd-skin-dark .tpd-background-title{background-color:#282828}.tpd-skin-dark .tpd-background{border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-skin-dark .tpd-title-wrapper{border-bottom:1px solid #404040}.tpd-skin-dark .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-dark a{color:#ccc}.tpd-skin-dark a:hover{color:silver}.tpd-skin-light .tpd-close,.tpd-skin-light .tpd-content,.tpd-skin-light .tpd-title{color:#333}.tpd-skin-light .tpd-background-content{background-color:#fff}.tpd-skin-light .tpd-background{border-width:1px;border-color:rgba(0,0,0,.3)}.tpd-skin-light .tpd-background-title{background-color:#f7f7f7}.tpd-skin-light .tpd-title-wrapper{border-bottom:1px solid silver}.tpd-skin-light .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-light.tpd-no-shadow .tpd-background{border-color:rgba(100,100,100,.3)}.tpd-skin-light .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-light a{color:grey}.tpd-skin-light a:hover{color:#6c6c6c}.tpd-skin-gray .tpd-close,.tpd-skin-gray .tpd-content,.tpd-skin-gray .tpd-title{color:#fff}.tpd-skin-gray .tpd-background-content,.tpd-skin-gray .tpd-background-title{background-color:#727272}.tpd-skin-gray .tpd-background{border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-skin-gray .tpd-title-wrapper{border-bottom:1px solid #505050}.tpd-skin-gray .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-gray a{color:#ccc}.tpd-skin-gray a:hover{color:#b6b6b6}.tpd-skin-red .tpd-close,.tpd-skin-red .tpd-content,.tpd-skin-red .tpd-title{color:#fff}.tpd-skin-red .tpd-background-content{background-color:#e13c37}.tpd-skin-red .tpd-background{border-width:1px;border-color:rgba(12,0,0,.6)}.tpd-skin-red .tpd-background-title{background-color:#e13c37}.tpd-skin-red .tpd-title-wrapper{border-bottom:1px solid #a30500}.tpd-skin-red .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-red .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-red a{color:#ddd}.tpd-skin-red a:hover{color:#c6c6c6}.tpd-skin-green .tpd-close,.tpd-skin-green .tpd-content,.tpd-skin-green .tpd-title{color:#fff}.tpd-skin-green .tpd-background-content{background-color:#4aab3a}.tpd-skin-green .tpd-background{border-width:1px;border-color:rgba(0,12,0,.6)}.tpd-skin-green .tpd-background-title{background-color:#4aab3a}.tpd-skin-green .tpd-title-wrapper{border-bottom:1px solid #127c00}.tpd-skin-green .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-green .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-green a{color:#ddd}.tpd-skin-green a:hover{color:#c6c6c6}.tpd-skin-blue .tpd-close,.tpd-skin-blue .tpd-content,.tpd-skin-blue .tpd-title{color:#fff}.tpd-skin-blue .tpd-background-content{background-color:#45a3e3}.tpd-skin-blue .tpd-background{border-width:1px;border-color:rgba(0,0,12,.6)}.tpd-skin-blue .tpd-background-title{background-color:#45a3e3}.tpd-skin-blue .tpd-title-wrapper{border-bottom:1px solid #1674b4}.tpd-skin-blue .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-blue .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-blue a{color:#ddd}.tpd-skin-blue a:hover{color:#c6c6c6}.tpd-skin-lightyellow .tpd-close,.tpd-skin-lightyellow .tpd-content,.tpd-skin-lightyellow .tpd-title{color:#333}.tpd-skin-lightyellow .tpd-background-content{background-color:#ffffa9}.tpd-skin-lightyellow .tpd-background{border-width:1px;border-color:rgba(8,8,0,.35)}.tpd-skin-lightyellow .tpd-background-title{background-color:#ffffa9}.tpd-skin-lightyellow .tpd-title-wrapper{border-bottom:1px solid #a7a697}.tpd-skin-lightyellow .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightyellow .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightyellow a{color:#777}.tpd-skin-lightyellow a:hover{color:#868686}.tpd-skin-lightblue .tpd-close,.tpd-skin-lightblue .tpd-content,.tpd-skin-lightblue .tpd-title{color:#333}.tpd-skin-lightblue .tpd-background-content{background-color:#bce5ff}.tpd-skin-lightblue .tpd-background{border-width:1px;border-color:rgba(0,0,8,.35)}.tpd-skin-lightblue .tpd-background-title{background-color:#bce5ff}.tpd-skin-lightblue .tpd-title-wrapper{border-bottom:1px solid #909b9f}.tpd-skin-lightblue .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightblue .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightblue a{color:#777}.tpd-skin-lightblue a:hover{color:#868686}.tpd-skin-lightpink .tpd-close,.tpd-skin-lightpink .tpd-content,.tpd-skin-lightpink .tpd-title{color:#333}.tpd-skin-lightpink .tpd-background-content{background-color:#ffc4bf}.tpd-skin-lightpink .tpd-background{border-width:1px;border-color:rgba(8,0,0,.35)}.tpd-skin-lightpink .tpd-background-title{background-color:#ffc4bf}.tpd-skin-lightpink .tpd-title-wrapper{border-bottom:1px solid #a08f8f}.tpd-skin-lightpink .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightpink .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightpink a{color:#777}.tpd-skin-lightpink a:hover{color:#868686}.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }.edublink-color-primary {
color: var(--edublink-color-primary) !important;
}
.edublink-color-secondary {
color: var(--edublink-color-secondary);
}
.edublink-color-tertiary {
color: var(--edublink-color-tertiary);
}
.edublink-color-dark {
color: var(--edublink-color-dark);
}
.edublink-color-body {
color: var(--edublink-color-body);
}
.edublink-color-heading {
color: var(--edublink-color-heading);
}
.edublink-color-white {
color: var(--edublink-color-white);
}
.edublink-color-shade {
color: var(--edublink-color-shade);
}
.edublink-color-border {
color: var(--edublink-color-border);
}
.edublink-color-black {
color: var(--edublink-color-black);
}
.edublink-color-off-white {
color: var(--edublink-color-off-white);
}
.edublink-radius-small {
border-radius: var(--edublink-radius-small); 
}
.edublink-radius-big {
border-radius: var(--edublink-radius-big); 
}
.edublink-radius {
border-radius: var(--edublink-radius); 
}
.edublink-p-light {
font-weight: var(--edublink-p-light);
}
.edublink-p-regular {
font-weight: var(--edublink-p-regular);
}
.edublink-p-medium {
font-weight: var(--edublink-p-medium);
}
.edublink-p-semi-bold {
font-weight: var(--edublink-p-semi-bold);
}
.edublink-p-bold {
font-weight: var(--edublink-p-bold);
}
.edublink-p-extra-bold {
font-weight: var(--edublink-p-extra-bold);
}
.edublink-p-black {
font-weight: var(--edublink-p-black);
}
.edublink-font-primary {
font-family: var(--edublink-font-primary);
}
.edublink-font-secondary {
font-family: var(--edublink-font-secondary);
}
.edublink-font-size-b1 {
font-size: var(--edublink-font-size-b1);
}
.edublink-font-size-b2 {
font-size: var(--edublink-font-size-b2);
}
.edublink-font-size-b3 {
font-size: var(--edublink-font-size-b3);
}
.edublink-font-size-b4 {
font-size: var(--edublink-font-size-b4);
}
.edublink-line-height-b1 {
line-height: var(--edublink-line-height-b1);
}
.edublink-line-height-b2 {
line-height: var(--edublink-line-height-b2);
}
.edublink-line-height-b3 {
line-height: var(--edublink-line-height-b3);
}
.edublink-line-height-b4 {
line-height: var(--edublink-line-height-b4);
}
.edublink-h1 {
font-size: var(--edublink-h1);
}
.edublink-h2 {
font-size: var(--edublink-h2);
}
.edublink-h3 {
font-size: var(--edublink-h3);
}
.edublink-h4 {
font-size: var(--edublink-h4);
}
.edublink-h5 {
font-size: var(--edublink-h5);
}
.edublink-h6 {
font-size: var(--edublink-h6);
}
.edublink-h1-lineHeight {
line-height: var(--edublink-h1-lineHeight);
}
.edublink-h2-lineHeight {
line-height: var(--edublink-h2-lineHeight);
}
.edublink-h3-lineHeight {
line-height: var(--edublink-h3-lineHeight);
}
.edublink-h4-lineHeight {
line-height: var(--edublink-h4-lineHeight);
}
.edublink-h5-lineHeight {
line-height: var(--edublink-h5-lineHeight);
}
.edublink-h6-lineHeight {
line-height: var(--edublink-h6-lineHeight);
}
.edublink-bg-white {
background-color: var(--edublink-color-white);
}
.edublink-bg-secondary-color {
background: var(--edublink-color-secondary) !important;
}
.edublink-bg-primary-color {
background: var(--edublink-color-primary) !important;
}
@media (max-width: 1199px) {
.edublink-br-tl-none br {
display: none;
}
}
@media (max-width: 1024px) {
.edublink-br-tp-none br {
display: none;
}
} * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
a {
color: var(--edublink-color-heading);
text-decoration: none;
outline: none;
}
.edublink-course-details-sidebar-buttons {
margin-top: 30px;
}
.edublink-course-details-sidebar-content button.tutor-add-to-cart-button,
.edublink-course-details-sidebar button.eb-tl-course-complete,
.edublink-course-details-sidebar-buttons a,
.edublink-course-details-sidebar-buttons a.edu-btn,
.edublink-course-details-sidebar-buttons a.course-sidebar-btn,
.edublink-course-details-sidebar-buttons button {
font-weight: 600;
}
a.course-sidebar-btn {
width: 100%;
text-align: center;
}
body .edublink-course-details-sidebar-content .masterstudy-buy-button a.masterstudy-buy-button__link,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons .stm_lms_mixed_button.subscription_disabled .btn_big,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons a,
.edublink-course-details-sidebar-content .tutor-add-to-cart-button,
a.course-sidebar-btn,
.eb-tl-course-complete,
.eb-tl-enroll-btn,
body #learn-press-profile-basic-information button[type=submit],
body .profile-basic-information button, 
body form[name=profile-change-password] button,
body #popup-content .lp-button,
body.learnpress-page .lp-button, 
body.learnpress-page #lp-button,
body #checkout-payment #checkout-order-action button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
border-radius: 5px;
display: inline-block;
height: 60px;
line-height: 62px;
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
padding: 0 30px;
font-size: 15px;
font-weight: 500;
transition: 0.4s;
font-family: var(--edublink-font-secondary);
border: 0 none;
margin: 0 0 30px !important;
}
.woocommerce a.button {
margin-bottom: 0 !important;
}
body .edublink-course-details-sidebar-content .masterstudy-buy-button a.masterstudy-buy-button__link:hover,
.edublink-course-details-sidebar-content .tutor-add-to-cart-button:hover,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons .stm_lms_mixed_button.subscription_disabled .btn_big:hover,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons a:hover,
a.course-sidebar-btn:hover,
.eb-tl-course-complete:hover,
.eb-tl-enroll-btn:hover,
body.learnpress-page .lp-button:hover, 
body.learnpress-page #lp-button:hover,
body #checkout-payment #checkout-order-action button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
background: var(--edublink-color-primary-alt);
color: var(--edublink-color-white);
}
.edublink-course-details-sidebar-content .stm-lms-buy-buttons .stm_lms_mixed_button.subscription_disabled .btn_big:hover,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons a:hover,
a.course-sidebar-btn:hover,
body #checkout-payment #checkout-order-action button:hover,
body #learn-press-profile-basic-information button[type=submit]:hover,
body .profile-basic-information button:hover, 
body form[name=profile-change-password] button:hover,
body #popup-content .lp-button:hover,
body.learnpress-page .lp-button:hover, 
body.learnpress-page #lp-button:hover {
background: var(--edublink-color-primary-alt);
opacity: 1;
}
.edublink-course-details-sidebar-content .tutor-add-to-cart-button:hover:after,
.eb-tl-course-complete:hover:after,
.eb-tl-enroll-btn:hover:after,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons .stm_lms_mixed_button.subscription_disabled .btn_big:hover:after,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons a:hover:after,
a.course-sidebar-btn:hover:after,
body #checkout-payment #checkout-order-action button:hover:after,
.woocommerce #respond input#submit:hover:after, 
.woocommerce a.button:hover:after, 
.woocommerce button.button:hover:after, 
.woocommerce input.button:hover:after {
left: 0;
width: 100%;
}
.edublink-course-details-sidebar-content .tutor-add-to-cart-button:active,
.edublink-course-details-sidebar-content .tutor-add-to-cart-button:focus,
.eb-tl-course-complete:active,
.eb-tl-course-complete:focus,
.eb-tl-enroll-btn:active,
.eb-tl-enroll-btn:focus,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons .stm_lms_mixed_button.subscription_disabled .btn_big:active,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons .stm_lms_mixed_button.subscription_disabled .btn_big:focus,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons a:active,
.edublink-course-details-sidebar-content .stm-lms-buy-buttons a:focus,
a.course-sidebar-btn:active,
a.course-sidebar-btn:focus {
color: var(--edublink-color-white);
}
a:hover,
a:focus,
a:active {
text-decoration: none;
outline: none;
color: var(--edublink-color-primary);
}
a:focus {
outline: none;
}
address {
margin: 0 0 24px;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 600;
color: var(--edublink-color-heading);
}
mark {
background: var(--edublink-color-primary);
color: #ffffff;
}
code,
kbd,
pre,
samp {
font-size: var(--edublink-font-size-b3);
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code {
color: var(--edublink-color-heading);
}
kbd {
background: var(--edublink-color-heading);
color: var(--edublink-color-white);
padding: 0.2rem 0.4rem;
border-radius: 0.2rem;
}
ins {
color: var(--edublink-color-heading);
}
pre,
pre.wp-block-code {
font-size: 15px !important;
margin: 40px 0 !important;
overflow: auto;
padding: 20px !important;
white-space: pre-wrap !important;
word-wrap: break-word !important;
color: var(--edublink-color-body) !important;
background: var(--edublink-color-light);
border-radius: 4px;
border: 1px solid var(--edublink-color-border);
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin-top: 0;
margin-bottom: 10px;
}
dd {
margin: 0 15px 15px;
}
dt {
font-weight: bold;
color: var(--edublink-color-heading);
}
menu,
ol,
ul {
margin: 16px 0;
padding: 0 0 0 40px;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
li > ul,
li > ol {
margin: 0;
}
ol ul {
margin-bottom: 0;
}
embed, iframe, object {
max-width: 100%;
}
ul.tutor-course-details-widget-list,
.edublink-ul-style-check {
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
ul.tutor-course-details-widget-list li,
.edublink-ul-style-check li {
padding-left: 30px;
position: relative;
list-style: none;
}
ul.tutor-course-details-widget-list li:after,
.edublink-ul-style-check li:after {
content: "\e938";
font-family: 'icomoon';
color: var(--edublink-color-primary);
position: absolute;
left: 0;
top: 0;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0 0 10px;
}
form {
margin: 0;
}
fieldset {
border: 1px solid var(--edublink-color-border);
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
button,
input {
line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
appearance: textfield;
padding-right: 2px;
width: 270px;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
caption,
th,
td {
font-weight: normal;
}
table thead th {
font-weight: 700;
}
td,
.wp-block-calendar tfoot td {
border: 1px solid var(--edublink-color-border);
padding: 7px 10px;
}
del {
color: #333;
}
hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
opacity: 0.6;
}
table a,
table a:link,
table a:visited {
text-decoration: underline;
}
dt {
font-weight: bold;
margin-bottom: 10px;
}
dd {
margin: 0 15px 15px;
}
caption {
caption-side: top;
}
dfn,
cite,
em {
font-style: italic;
} blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large, 
.wp-block-quote.is-style-plain,
blockquote {
background: #FFFFFF;
border-radius: 10px;
border: 0 !important;
box-shadow: 0px 5px 50px 0px rgba(26, 46, 85, 0.1);
padding: 35px 40px 35px 120px !important;
font-style: normal;
margin: 30px 0 30px;
position: relative;
z-index: 1;
text-align: left;
}
.wp-block-column blockquote.wp-block-quote {
padding: 10px 15px !important;
}
.wp-block-column blockquote.wp-block-quote:after {
display: none;
}
blockquote:after {
position: absolute;
content: "\e94a";
font-family: 'icomoon';
font-size: 35px;
color: var(--edublink-color-primary);
top: 30px;
left: 40px;
}
.wp-block-column blockquote:after {
right: -5px;
}
blockquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-quote.is-large:not(.is-style-plain) p, 
.wp-block-quote.is-style-large:not(.is-style-plain) p,
blockquote p {
color: var(--edublink-color-body);
font-size: 17px;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-quote.is-large:not(.is-style-plain) p, 
.wp-block-quote.is-style-large:not(.is-style-plain) p,
blockquote p {
margin-bottom: 0;
}
blockquote cite,
blockquote p cite,
blockquote p code,
.wp-block-quote.is-large:not(.is-style-plain) cite, 
.wp-block-quote.is-large:not(.is-style-plain) footer, 
.wp-block-quote.is-style-large:not(.is-style-plain) cite, 
.wp-block-quote.is-style-large:not(.is-style-plain) footer,
.wp-block-quote cite,
blockquote cite {
display: flex;
margin-top: 8px;
font-family: var(--edublink-font-secondary);
font-weight: var(--edublink-p-medium);
font-size: var(--edublink-h5);
line-height: var(--edublink-h5-lineHeight);
}
blockquote cite a {
color: var(--edublink-color-heading);
}
blockquote.wp-block-quote.has-text-align-right cite {
justify-content: flex-end;
}
blockquote strong,
blockquote b {
font-weight: 700;
}
@media only screen and (max-width: 991px) {
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large, 
.wp-block-quote.is-style-plain,
blockquote {
padding: 35px 30px 35px 100px !important;
margin: 40px 0 30px;
}
blockquote:after {
font-size: 30px;
left: 30px;
}
} * {
box-sizing: border-box;
}
html {
margin: 0;
padding: 0;
font-size: 10px;
}
html,
body {
overflow-x: hidden;
}
body {
font-size: var(--edublink-font-size-b1);
line-height: var(--edublink-line-height-b1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: var(--edublink-font-primary);
color: var(--edublink-color-body);
background-color: var(--edublink-color-white);
margin: 0;
padding: 0;
}
body.modal-open {
padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
pre,
menu,
ol,
ul,
table,
hr {
margin: 0;
margin-bottom: 20px;
}
.display-one {
font-size: 112px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
word-break: break-word;
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
}
h1,
.h1 {
font-size: var(--edublink-h1);
line-height: var(--edublink-h1-lineHeight);
}
h2,
.h2 {
font-size: var(--edublink-h2);
line-height: var(--edublink-h2-lineHeight);
}
h3,
.h3 {
font-size: var(--edublink-h3);
line-height: var(--edublink-h3-lineHeight);
}
h4,
.h4 {
font-size: var(--edublink-h4);
line-height: var(--edublink-h4-lineHeight);
}
h5,
.h5 {
font-size: var(--edublink-h5);
line-height: var(--edublink-h5-lineHeight);
}
h6,
.h6 {
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
color: inherit;
transition: 0.5s;
}
a {
color: var(--edublink-color-heading);
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
h1,
.h1 {
font-size: 38px;
}
h2,
.h2 {
font-size: 32px;
}
h3,
.h3 {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
h1,
.h1 {
font-size: 34px;
}
h2,
.h2 {
font-size: 28px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 20px;
}
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
font-weight: var(--edublink-p-bold);
}
h4,
.h4 {
font-weight: var(--edublink-p-semi-bold);
}
h5,
.h5 {
font-weight: var(--edublink-p-semi-bold);
}
h6,
.h6 {
font-weight: var(--edublink-p-semi-bold);
}
p {
margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
p {
margin: 0 0 20px;
}
}
p.has-large-font-size {
line-height: 1.2;
font-size: 36px;
}
p.has-medium-font-size {
font-size: 24px;
line-height: 36px;
}
p.has-small-font-size {
font-size: 13px;
}
p.has-very-light-gray-color {
color: var(--edublink-color-white);
}
p.has-background {
padding: 20px 30px;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 40px;
width: 100%;
}
table a,
table a:link,
table a:visited {
text-decoration: none;
}
cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
color: var(--edublink-color-heading);
}
var {
font-family: "Courier 10 Pitch", Courier, monospace;
}
.text-center {
text-align: center !important;
}
.text-start{
text-align:left !important
}
.text-end {
text-align:right !important
}
.edublink-animated-shape {
position: relative;
z-index: 9;
} ul,
ol {
padding-left: 18px;
}
ul {
list-style: disc;
margin-bottom: 30px;
padding-left: 20px;
}
@media only screen and (max-width: 767px) {
ul.liststyle.bullet li {
padding-left: 19px;
}
}
ul li {
margin-top: 10px;
margin-bottom: 10px;
}
ul li a {
text-decoration: none;
}
ul li a:hover {
color: var(--edublink-color-primary);
}
ul ul {
margin-bottom: 0;
}
ol {
margin-bottom: 30px;
}
ol li {
margin-top: 10px;
margin-bottom: 10px;
}
ol li a {
color: var(--heading-color);
text-decoration: none;
}
ol li a:hover {
color: var(--edublink-color-primary);
}
ol ul {
padding-left: 30px;
}
hr {
display: block;
height: 0;
margin: 15px 0;
border-top: 1px solid var(--edublink-color-border);
background: transparent;
}
.edublink-shop-single-product .inner .edublink-single-product-thumb-wrapper .product-hover-info ul, 
.blog-meta, 
.blog-main-content .gallery, 
.column-gallery, 
.widget ul,
.cart-summary .cart-summary-inner, 
.footer-style-default .information-list {
padding: 0;
margin: 0;
list-style: none;
}
ul li a, 
ol li a, 
#scrollUp, 
.form-group input, 
.form-group textarea, 
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
transition: var(--edublink-transition);
}
.bgImagePosition, .bg-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
a,
button,
img,
input {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
display: block;
}
a {
text-decoration: none;
}
.has-text-align-left {
text-align: left;
}
.has-text-align-center {
text-align: center;
}
.has-text-align-right {
text-align: right;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
margin: 0.8075em 0 0;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.gallery-caption {
display: block;
}
.bypostauthor {
display: block;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em !important;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em !important;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: 1px solid var(--edublink-color-border);
border-radius: 0;
padding: 13px 12px;
background-color: transparent;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.widget_product_search .woocommerce-product-search input[type=search]:focus,
.widget_search .search-form input[type=search]:focus {
outline: 0;
}
textarea {
width: 100%;
}
table {
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
}
th {
text-align: left;
}
td,
th {
padding: 0;
}
td,
th {
padding: 0;
}
.required {
color: inherit !important;
}
.content-area {
width: 100%;
}
.edublink-display-flex {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-block-button__link {
margin-bottom: 15px;
}
.entry-header {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.edublink-navbar {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
}
.container,
.edublink-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid,
.edublink-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.edublink-order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.edublink-order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.edublink-d-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.edublink-justify-content-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important;
}
.edublink-justify-content-end {
-ms-flex-pack: flex-end !important;
-webkit-box-pack: flex-end !important;
justify-content: flex-end !important;
}
.edublink-col-xl-1,
.edublink-col-xl-2,
.edublink-col-xl-3,
.edublink-col-xl-4,
.edublink-col-xl-5,
.edublink-col-xl-6,
.edublink-col-xl-7,
.edublink-col-xl-8,
.edublink-col-xl-9,
.edublink-col-xl-10,
.edublink-col-xl-11,
.edublink-col-xl-12,
.edublink-col-lg-1,
.edublink-col-lg-2,
.edublink-col-lg-3,
.edublink-col-lg-4,
.edublink-col-lg-5,
.edublink-col-lg-el-5,
.edublink-col-lg-6,
.edublink-col-lg-7,
.edublink-col-lg-8,
.edublink-col-lg-9,
.edublink-col-lg-10,
.edublink-col-lg-11,
.edublink-col-lg-12,
.edublink-col-md-1,
.edublink-col-md-2,
.edublink-col-md-3,
.edublink-col-md-4,
.edublink-col-md-5,
.edublink-col-md-6,
.edublink-col-md-7,
.edublink-col-md-8,
.edublink-col-md-9,
.edublink-col-md-10,
.edublink-col-md-11,
.edublink-col-md-12,
.edublink-col-sm-1,
.edublink-col-sm-2,
.edublink-col-sm-3,
.edublink-col-sm-4,
.edublink-col-sm-5,
.edublink-col-sm-6,
.edublink-col-sm-7,
.edublink-col-sm-8,
.edublink-col-sm-9,
.edublink-col-sm-10,
.edublink-col-sm-11,
.edublink-col-sm-12,
.edublink-col-1,
.edublink-col-2,
.edublink-col-3,
.edublink-col-4,
.edublink-col-5,
.edublink-col-6,
.edublink-col-7,
.edublink-col-8,
.edublink-col-9,
.edublink-col-10,
.edublink-col-11,
.edublink-col-12 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.edublink-col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.edublink-col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.edublink-col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.edublink-col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.edublink-col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.edublink-col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.edublink-col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.edublink-col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.edublink-col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.edublink-col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.edublink-col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.edublink-col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row,
.edublink-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: -30px;
}
.edublink-row>* {
margin-bottom: 30px !important;
}
.edublink-main-content-inner.edublink-row {
margin-bottom: 0px !important;
}
.edublink-main-content-inner.edublink-row>* {
margin-bottom: 0px!important;
}
.edublink-mt---10 {
margin-top: -10px !important;
}
.edublink-mt--10 {
margin-top: 10px !important;
}
.edublink-mt--20 {
margin-top: 20px !important;
}
.edublink-mt--30 {
margin-top: 30px !important;
}
.edublink-mt--40 {
margin-top: 40px !important;
}
.edublink-mt--50 {
margin-top: 50px !important;
}
.edublink-mb--30 {
margin-bottom: 30px !important;
}
.edublink-mb--40 {
margin-bottom: 40px !important;
}
.edublink-mb--50 {
margin-bottom: 50px !important;
}
.edublink-mb--60 {
margin-bottom: 60px !important;
}
.edublink-pb--0 {
padding-bottom: 0px !important;
}
.edublink-pb--10 {
padding-bottom: 10px !important;
}
.edublink-pb--20 {
padding-bottom: 20px !important;
}
.edublink-pb--30 {
padding-bottom: 30px !important;
}
.edublink-pb--40 {
padding-bottom: 40px !important;
}
.edublink-pb--50 {
padding-bottom: 50px !important;
}
.edublink-pb--60 {
padding-bottom: 60px !important;
}
.edublink-d-none {
display: none !important;
}
@media (min-width: 1200px) {
.edublink-d-xl-block {
display: block !important;
}
}
.edublink-align-items-center {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.edublink-text-center {
text-align: center;
}
h1.entry-title,
h2.entry-title {
margin: 0 0 20px;
}
.eb-sidebar-widget .widget-area-wrapper {
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
border-radius: 5px;
padding: 35px 0;
}
.widget-area section.widget {
padding: 35px 40px;
}
.edublink-main-content-inner .widget-area .widget_block h2,
.edublink-main-content-inner .widget-area h2.widget-title {
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h4);
line-height: var(--edublink-h4-lineHeight);
margin-bottom: 35px;
}
.edublink-main-content-inner .widget-area ol.wp-block-latest-comments {
padding-left: 0;
}
.edublink-main-content-inner .wp-block-search .wp-block-search__label {
display: none;
}
.edublink-main-content-inner .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search,
.edublink-main-content-inner .wp-block-search .wp-block-search__input {
margin-bottom: 0;
}
h1.entry-title a,
h2.entry-title a,
.edublink-main-content-inner .widget-area h2 a {
text-decoration: none;
}
.entry-meta {
margin-bottom: 20px;
}
.table-bordered {
border: 1px solid var(--edublink-color-border);
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
border-top: 0;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
border-bottom-width: 2px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
border: 1px solid var(--edublink-color-border);
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 1px solid var(--edublink-color-border);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
padding: 12px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid var(--edublink-color-border);
text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.edit-link {
display: block;
margin-top: 15px;
}
.edublink-single-post .entry-header h1 {
margin-top: 0;
}
.edublink-comments-area .comment-respond,
.edublink-related-posts-wrapper {
margin-top: 70px;
}
.edublink-comments-area {
margin-top: 50px;
}
.edublink-related-posts-wrapper h3{
font-size: 22px;
border-bottom: 1px solid var(--edublink-color-border);
padding-bottom: 20px;
margin-bottom: 31px;
}
.edublink-comments-area h2.comments-title,
.edublink-comments-area h3.edublink-title {
border-bottom: 0;
padding-bottom: 0px;
margin-bottom: 30px;
font-size: 28px;
line-height: 40px;
font-weight: 700;
}
.edublink-comments-area h3.edublink-title {
margin-bottom: 20px;
}
.edublink-comments-area p.comment-notes {
margin-bottom: 30px;
}
.edublink-comments-area p.no-comments {
color: #ffffff;
padding: 8px 10px;
border-radius: 5px;
background: var(--edublink-color-primary);
}
.edublink-comments-area #cancel-comment-reply-link {
opacity: .8;
}
.edublink-comments-area #cancel-comment-reply-link:hover {
opacity: 1;
}
.edublink-author-bio {
border-top: 1px solid var(--edublink-color-border);
display: flex;
padding: 60px 0 60px;
}
.edublink-author-bio .edublink-author-thumb img {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 100%;
}
.edublink-author-bio .edublink-author-details {
width: calc(100% - 100px);
padding-left: 30px;
}
.edublink-author-bio .edublink-author-details h5 {
font-size: 20px;
line-height: 32px;
margin: 0 0 10px;
}
.edublink-author-bio .edublink-author-details a {
text-decoration: none;
}
.edublink-author-bio .edublink-author-details .edublink-author-info p:last-child {
margin-bottom: 20px;
}
.edublink-author-bio .edublink-author-social-info {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.edublink-author-bio .edublink-author-social-info a {
margin: 0 15px;
color: var(--edublink-color-primary);
font-size: 14px;
}
.edublink-post-nav-prev-next {
margin-top: 30px;
}
.edublink-single-post-nav {
border: 1px solid #e7e7e7;
border-radius: 5px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
position: relative;
z-index: 2;
}
.edublink-single-post-nav.edublink-next-post {
text-align: right;
}
.edublink-single-post-nav a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 25px 30px;
position: relative;
z-index: 1;
color: var(--edublink-color-heading);
font-family: var(--edublink-font-secondary);
font-weight: var(--edublink-p-semi-bold);
font-size: 18px;
line-height: 26px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
text-align: left;
}
.edublink-single-post-nav a i {
font-size: 20px;
-webkit-transition: 0.4s;
transition: 0.4s;
margin-right: 20px;
}
.edublink-single-post-nav.edublink-next-post a {
justify-content: flex-end;
}
.edublink-single-post-nav.edublink-next-post a i {
margin-right: 0;
margin-left: 20px;
}
.edublink-single-post-nav a span {
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.edublink-single-post-nav:hover {
background-color: #f0f4f5;
border-color: #f0f4f5;
}
.edublink-comments-area .logged-in-as a {
color: var(--edublink-color-heading);
}
.edublink-editor-social-info,
.edublink-social-share-icons-wrapper {
margin: 0 -12px !important;
padding: 0 !important;
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none !important;
}
.edublink-editor-social-info a,
.edublink-social-share-icons-wrapper li {
margin: 0 12px !important;
}
.edublink-editor-social-info a,
.edublink-social-share-icons-wrapper li a {
display: inline-block;
font-size: 18px;
color: var(--edublink-color-body);
-webkit-transition: 0.3s;
transition: 0.3s;
text-align: center;
line-height: initial;
}
.edublink-editor-social-info a:hover {
color: var(--edublink-color-primary);
}
.edublink-woocommerce-shop-top p.woocommerce-result-count {
margin: 0;
color: var(--edublink-color-heading);
font-family: var(--edublink-font-secondary);
font-weight: var(--edublink-p-semi-bold);
}
@media only screen and (max-width: 767px) {
.edublink-author-bio .edublink-author-details {
padding-left: 20px;
}
.edublink-single-post-nav.edublink-next-post a {
justify-content: flex-start;
}
.edublink-single-post-nav a span {
-webkit-line-clamp: inherit;
}
}
@media only screen and (max-width: 575px) {
.edublink-author-bio {
display: block;
}
.edublink-author-bio .edublink-author-details {
padding-left: 0px;
width: 100%;
margin-top: 20px;
}
}
body.admin-bar .fancybox-toolbar {
top: 32px;
}
@-webkit-keyframes edublink-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes edublink-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes edublink-radius-change {
0% {
border-radius: 0px 0px 0px 0px;
}
40% {
border-radius: 50px 0px 100px 0px;
}
80% {
border-radius: 0px 50px 0px 100px;
}
100% {
border-radius: 0px 0px 0px 0px;
}
}
@-webkit-keyframes edublink-radius-change2 {
0% {
border-radius: 0px 0px 0px 0px;
}
25% {
border-radius: 50px 0px;
}
50% {
border-radius: 0px 0px 0px 0px;
}
75% {
border-radius: 0px 50px;
}
100% {
border-radius: 50px 0px;
}
}
@keyframes edublink-radius-change2 {
0% {
border-radius: 0px 0px 0px 0px;
}
25% {
border-radius: 50px 0px;
}
50% {
border-radius: 0px 0px 0px 0px;
}
75% {
border-radius: 0px 50px;
}
100% {
border-radius: 50px 0px;
}
}
.edublink-fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.edublink-course-tab-content.edublink-fade {
display: flex;
}
.edublink-course-tab-content.edublink-fade:not(.active) {
display: none;
}
.edublink-fade:not(.active) {
opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
.edublink-fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.w-100 {
width: 100% !important;
} #secondary,
.widget {
word-break: break-word;
}
.nice-select {
float: none !important;
border-radius: 0 !important;
height: 50px !important;
line-height: 50px !important;
border-radius: 3px !important;
}
.nice-select::after {
right: 18px !important;
width: 5px !important;
}
.nice-select .list {
width: calc(100% + 2px) !important;
overflow-y: scroll !important;
max-height: 365px !important;
left: -1px;
}
.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
border-color: var(--edublink-color-primary)
}
.widget .nice-select ul li,
.nice-select ul li {
margin-top: 0 !important;
padding-bottom: 0px !important;
margin-bottom: 6px !important;
border-bottom: 0 !important;
}
.widget .nice-select .list li {
white-space: initial;
}
.widget_categories ul li.cat-item-none {
text-align: left;
}
.widget_archive ul li,
.widget_categories ul li {
text-align: right;
display: block;
overflow: hidden;
}
.widget_archive ul li a,
.widget_categories ul li a {
float: left;
}
.widget li,
#secondary li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
font-weight: var(--edublink-p-medium);
margin-top: 0;
margin-bottom: 14px;
font-size: var(--edublink-font-size-b1);
line-height: var(--edublink-line-height-b1);
}
.widget .nice-select .list li,
#secondary .nice-select .list li,
.widget_archive .nice-select ul.list li,
.widget_categories .nice-select ul.list li,
.widget_pages .nice-select ul.list li,
.widget_meta .nice-select ul.list li,
.widget_recent_comments .nice-select ul.list li,
.widget_recent_entries .nice-select ul.list li,
.widget_nav_menu .nice-select ul.list li,
.widget_recent_entries .nice-select ul.list li {
line-height: 40px;
}
.widget li a:hover,
#secondary li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover {
color: var(--edublink-color-primary);
}
.widget li:last-child,
#secondary li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul ul.sub-menu li:last-child,
.widget_recent_entries ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.widget_archive ul.children,
.widget_categories ul.children,
.widget_pages ul.children,
.widget_meta ul.children,
.widget_nav_menu ul ul.sub-menu {
margin-top: 10px;
padding-left: 20px !important;
}
.widget_archive ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_meta ul.children li,
.widget_nav_menu ul ul.sub-menu li {
padding-left: 0 !important;
}
.widget_archive ul.children li:last-child,
.widget_categories ul.children li:last-child,
.widget_pages ul.children li:last-child,
.widget_meta ul.children li:last-child,
.widget_nav_menu ul ul.sub-menu li:last-child {
border-bottom: 0px !important;
}
.widget ul {
list-style-type: none;
}
.widget ul li a,
.widget a {
text-decoration: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.widget.widget_rss ul li a.rsswidget {
font-weight: 700;
}
.widget select,
.nice-select {
display: block;
max-width: 100%;
width: 100%;
background-color: #ffffff;
background-image: none;
font-family: var(--edublink-font-primary);
border: 1px solid #eee;
border-radius: 3px;
font-weight: 500;
font-size: 16px;
}
.nice-select span.current {
color: var(--edublink-color-heading);
}
.nice-select:after {
border-color: var(--edublink-color-heading);
}
.widget select option {
padding: 10px 0px;
}
.widget #wp-calendar tbody td,
.widget #wp-calendar.table > thead > tr > th {
color: var(--edublink-color-heading);
}
.widget #wp-calendar.table > thead > tr > th {
font-weight: 600;
font-family: var(--edublink-font-secondary);
}
.widget_product_search .woocommerce-product-search,
.widget_search form.search-form {
position: relative;
}
.widget_product_search .woocommerce-product-search label,
.widget_search .search-form label {
display: block;
}
.widget_product_search .woocommerce-product-search button[type=submit],
.widget_search .search-submit {
display: none;
}
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
display: inline-block;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item,
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item,
.widget_shopping_cart .edublink-mini-cart-each-item,
.widget_products .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_lp-widget-featured-courses .course-entry,
.widget_lp-widget-recent-courses .course-entry,
.widget_lp-widget-popular-courses .course-entry {
display: flex;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb,
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item .edublink-post-widget-thumb,
.widget_shopping_cart .edublink-mini-cart-item-thumb,
.widget_shopping_cart .edublink-mini-cart-item-thumb img,
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
width: 100px;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb,
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item .edublink-post-widget-thumb,
.widget_shopping_cart .edublink-mini-cart-item-thumb,
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
padding-right: 0;
margin-right: 20px;
}
.widget_edublinkcore_lp_courses_widget .entry-title,
.widget_edublinkcore_ld_courses_widget .entry-title,
.widget_edublinkcore_tl_courses_widget .entry-title,
.widget_edublinkcore_recent_posts_widget .entry-title {
margin-bottom: 5px;
}
.widget_edublinkcore_lp_courses_widget .entry-title a,
.widget_edublinkcore_ld_courses_widget .entry-title a,
.widget_edublinkcore_tl_courses_widget .entry-title a,
.widget_edublinkcore_recent_posts_widget .entry-title a,
.widget_shopping_cart .edublink-mini-cart-product-name-quantity a,
.widget_products .product_list_widget li .product-title a,
.widget_top_rated_products .product_list_widget li .product-title a {
color: var(--edublink-color-heading);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 0px;
font-weight: 600;
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
}
.widget_edublinkcore_lp_courses_widget .entry-title a:hover,
.widget_edublinkcore_ld_courses_widget .entry-title a:hover,
.widget_edublinkcore_tl_courses_widget .entry-title a:hover,
.widget_edublinkcore_recent_posts_widget .entry-title a:hover,
.widget_shopping_cart .edublink-mini-cart-product-name-quantity a:hover,
.widget_products .product_list_widget li .product-title a:hover,
.widget_top_rated_products .product_list_widget li .product-title a:hover {
color: var(--edublink-color-primary);
}
.edublink-course-cat-widget-each-item:last-child {
margin-bottom: 0;
}
.widget_edublinkcore_lp_courses_widget .entry-title,
.widget_edublinkcore_ld_courses_widget .entry-title,
.widget_edublinkcore_tl_courses_widget .entry-title {
margin-bottom: 8px;
}
.widget_products .product_list_widget li .product-title,
.widget_top_rated_products .product_list_widget li .product-title {
width: 100%;
display: flex;
}
.widget_products .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li ins {
background: transparent;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item .edublink-recent-course-price,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item .edublink-recent-course-price,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item .edublink-recent-course-price,
.widget_products .product_list_widget li .woocommerce-Price-amount,
.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
font-weight: 600;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item .edublink-recent-course-price .origin-price {
text-decoration: line-through;
margin-right: 2px;
display: none;
}
.widget_shopping_cart .edublink-mini-cart-each-item:first-child {
padding: 0 0 30px;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item,
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item,
.widget_lp-widget-featured-courses .course-entry,
.widget_lp-widget-recent-courses .course-entry,
.widget_lp-widget-popular-courses .course-entry,
.widget_shopping_cart .edublink-mini-cart-each-item,
#secondary .widget_products .product_list_widget li,
#secondary .widget_top_rated_products .product_list_widget li {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid var(--edublink-color-border);
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item:last-child,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item:last-child,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item:last-child,
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item:last-child,
.widget_lp-widget-featured-courses .course-entry:last-child,
.widget_lp-widget-recent-courses .course-entry:last-child,
.widget_lp-widget-popular-courses .course-entry:last-child,
.widget_shopping_cart .edublink-mini-cart-each-item:last-child,
.widget_products .product_list_widget li:last-child,
.widget_top_rated_products .product_list_widget li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom-width: 0;
}
.widget_shopping_cart p.woocommerce-mini-cart__total.total {
margin-top: 30px;
}
.widget_shopping_cart a.remove_from_cart_button {
margin-top: -4px;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb img,
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb img,
.widget_edublinkcore_tl_courses_widget .edublink-recent-course-each-item .edublink-course-widget-thumb img,
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item .edublink-post-widget-thumb img,
.widget_shopping_cart .edublink-mini-cart-item-thumb img,
.widget_shopping_cart .edublink-mini-cart-item-thumb img,
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img {
min-width: 80px;
max-width: 80px;
width: 80px;
display: flex;
height: 80px;
object-fit: cover;
border-radius: 5px;
}
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item .post-meta {
margin: 0px;
display: flex;
}
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item .post-meta i {
font-size: 16px;
padding-right: 10px;
position: relative;
top: 2px;
color: var(--edublink-color-primary);
}
.widget_lp-widget-featured-courses .course-entry .course-cover,
.widget_lp-widget-recent-courses .course-entry .course-cover,
.widget_lp-widget-popular-courses .course-entry .course-cover {
min-width: 87px;
min-height: 87px;
display: flex;
margin-right: 20px;
}
.widget_lp-widget-featured-courses .course-entry .course-cover img,
.widget_lp-widget-recent-courses .course-entry .course-cover img,
.widget_lp-widget-popular-courses .course-entry .course-cover img {
width: 87px;
height: 87px;
display: flex;
object-fit: cover;
}
.widget_lp-widget-featured-courses .course-entry .course-cover a,
.widget_lp-widget-recent-courses .course-entry .course-cover a,
.widget_lp-widget-popular-courses .course-entry .course-cover a,
.widget_products .product_list_widget li a,
.widget_top_rated_products .product_list_widget li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget_lp-widget-featured-courses .course-entry .course-detail h3.course-title,
.widget_lp-widget-recent-courses .course-entry .course-detail h3.course-title,
.widget_lp-widget-popular-courses .course-entry .course-detail h3.course-title {
font-size: 18px;
line-height: 28px;
margin-bottom: 10px;
}
.widget_lp-widget-featured-courses .widget-footer,
.widget_lp-widget-recent-courses .widget-footer,
.widget_lp-widget-popular-courses .widget-footer {
display: flex;
justify-content: center;
}
.widget_lp-widget-featured-courses .widget-footer a.pull-right,
.widget_lp-widget-recent-courses .widget-footer a.pull-right,
.widget_lp-widget-popular-courses .widget-footer a.pull-right {
float: inherit;
padding: 10px 20px;
margin-top: 30px;
color: #ffffff;
border: 1px solid;
}
.widget_lp-widget-featured-courses .widget-footer a.pull-right:hover,
.widget_lp-widget-recent-courses .widget-footer a.pull-right:hover,
.widget_lp-widget-popular-courses .widget-footer a.pull-right:hover {
background-color: #ffffff;
}
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item:not(:last-child),
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item:not(:last-child),
.widget_edublinkcore_recent_posts_widget .edublink-recent-post-each-item:not(:last-child) {
margin-bottom: 20px;
}
.edublink-recent-post-each-item .post-meta-date {
display: flex;
color: var(--edublink-color-heading);
}
.edublink-recent-post-each-item .post-meta-date i {
margin-right: 8px;
top: 5px;
position: relative;
}
.widget_edublinkcore_ld_courses_widget .edublink-recent-course-each-item .media-body,
.widget_edublinkcore_lp_courses_widget .edublink-recent-course-each-item .media-body {
margin-top: -6px;
}
.woocommerce .edublink-woo-product-widget-details .star-rating {
margin: 10px 0;
}
.filter-widget .filter-search-widget,
.edublink-search-box .search-form {
position: relative;
}
.filter-widget.widget-search input[type="text"],
.widget.widget_product_search input[type="search"],
.edublink-search-box .search-form input {
border: 0 none;
background: transparent;
height: 60px;
width: 100%;
border-radius: 5px;
font-weight: 400;
font-size: 16px;
line-height: 22px;
padding: 0 20px 0 56px;
font-family: var(--edublink-font-primary);
border: 1px solid var(--edublink-color-border);
}
.filter-widget.widget-search .filter-search-widget:after,
.widget_product_search .woocommerce-product-search:after,
.edublink-search-box .search-form .search-button {
position: absolute;
top: 0;
background-color: transparent;
border: 0 none;
height: 100%;
text-align: center;
color: var(--edublink-color-body);
font-size: 18px;
border-radius: 0;
line-height: 64px;
padding: 0;
left: 30px;
}
.filter-widget.widget-search .filter-search-widget:after,
.widget_product_search .woocommerce-product-search:after {
font-family: 'icomoon' !important;
content: "\e901";
} 
.wp-calendar-nav {
display: flex;
justify-content: space-between;
font-weight: 500;
margin-top: 10px;
}
table#wp-calendar {
caption-side: bottom;
border-collapse: collapse;
width: 100%;
float: none;
border: 0;
margin-bottom: 0;
}
#wp-calendar caption {
text-align: center;
margin-top: 5px;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
color: var(--edublink-color-heading);
font-size: 18px;
caption-side: top;
font-weight: 500;
}
#wp-calendar #next a,
#wp-calendar #prev a {
font-size: 13px;
font-weight: 600;
}
#wp-calendar thead {
font-size: 14px;
}
#wp-calendar thead th {
padding-bottom: 10px;
text-align: center;
}
#wp-calendar.table > thead > tr > th {
border: 0;
font-weight: 700;
}
#wp-calendar.table-striped > tbody > tr:nth-of-type(odd) {
background: transparent;
}
#wp-calendar tbody {
color: var(--edublink-color-heading);
}
#wp-calendar tbody td {
background: #fdfdfd;
border: 1px solid var(--edublink-color-border);
text-align: center;
padding: 8px 0;
transition: 0.3s;
color: var(--edublink-color-body);
}
#wp-calendar tbody td a {
color: var(--edublink-color-heading);
}
#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
background: var(--edublink-color-primary);
color: var(--edublink-color-white);
border-color: var(--edublink-color-primary);
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}
.wp-block-image figcaption {
color: #575757;
line-height: 28px;
font-size: 15px;
}
.wp-block-image figcaption a {
color: var(--edublink-color-primary);
}
.wp-block-button a:hover {
color: inherit;
}
.wp-block-button.is-style-squared .wp-block-button__link {
color: #fff !important;
border-radius: 0;
}
.wp-block-cover-text {
color: var(--edublink-color-white) !important;
}
.wp-block-cover {
margin-bottom: 30px;
}
.wp-block-categories .postform,
.wp-block-archives select {
margin-bottom: 15px;
}
.wp-block-latest-comments footer {
clear: inherit;
}
.wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search .wp-block-search__label {
margin-bottom: 8px;
}
.wp-block-search__input {
width: 100%;
height: 60px;
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 0 15px;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
margin-bottom: 30px;
}
.wp-block-search__button-outside .wp-block-search__button {
position: absolute;
border: none;
background: var(--edublink-color-primary);
right: 0;
top: 0px;
height: 60px;
color: #ffff;
padding: 0px 25px;
border-radius: 0px 4px 4px 0px;
}
.has-background .wp-block-group__inner-container {
padding: 20px;
margin-bottom: 25px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
margin-bottom: 20px;
}
.wp-block-pullquote {
border-top: 4px solid var(--edublink-color-body) !important;
border-bottom: 4px solid var(--edublink-color-body) !important;
}
.blocks-gallery-caption {
margin-bottom: 10px !important;
}
.gallery {
margin-bottom: 10px;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
text-align: center;
vertical-align: top;
width: 100%;
padding-right: 5px !important;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.size-thumbnail {
margin-bottom: 20px;
}
@media (max-width: 575px) {
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 100%;
}
}
.edublink-course-cat-widget-each-item {
display: flex;
align-items: center;
font-weight: 600;
margin-bottom: 25px;
}
.edublink-course-cat-widget-each-item .cate-icon {
padding-right: 16px;
}
.edublink-course-cat-widget-each-item i {
font-size: 30px;
line-height: 1;
font-weight: 400;
} .eb-post-details-page {
margin-right: 25px;
}
.edublink-single-post .post-thumbnail {
margin: 50px 0 50px;
}
.edublink-single-post .post-thumbnail img {
width: 100%;
border-radius: var(--edublink-radius-small);
}
.edublink-single-post .edublink-blog-meta {
margin-bottom: 25px;
}
.edublink-single-post .post-main-title {
margin-bottom: 5px;
font-size: var(--edublink-h3);
line-height: var(--edublink-h3-lineHeight);
}
.edublink-tag-social-share-wrapper {
overflow: hidden;
clear: both;
padding-bottom: 60px;
padding-top: 40px;
}
.edublink-tag-social-share.edublink-row {
margin-bottom: 0px !important;
}
.edublink-tag-social-share.edublink-row>* {
margin-bottom: 0px !important;
}
.edublink-tag-social-share .edublink-single-post-social-share {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 8px;
}
.edublink-tag-social-share .tags-social-full-width .edublink-single-post-social-share {
justify-content: flex-start;
}
.edublink-single-post-social-share {
text-align: right;
}
.edublink-single-post-social-share span {
margin-right: 25px;
margin-bottom: 0;
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
}
.edublink-post-tag-wrapper span {
margin-right: 12px;
margin-bottom: 0;
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
margin-top: 8px;
}
.edublink-post-tag-wrapper {
display: flex;
flex-wrap: nowrap;
}
.wp-block-tag-cloud,
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud,
.edublink-post-tag {
margin: -5px;
}
.wp-block-tag-cloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a,
.edublink-post-tag a {
border: 1px solid var(--edublink-color-border);
border-radius: 5px;
font-weight: 500;
font-size: 14px;
font-family: var(--edublink-font-secondary);
margin: 5px;
height: 40px;
line-height: 40px;
padding: 0 14px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
position: relative;
z-index: 1;
display: inline-block;
}
.wp-block-tag-cloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
font-size: 14px !important;
}
.wp-block-tag-cloud a:after,
.widget_product_tag_cloud .tagcloud a:after,
.widget_tag_cloud .tagcloud a:after,
.edublink-post-tag a:after {
content: "";
height: 100%;
width: 100%;
background: var(--edublink-gradient-primary);
border-radius: 5px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
opacity: 0;
}
.wp-block-tag-cloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.edublink-post-tag a:hover {
color: var(--edublink-color-white);
border-color: transparent;
}
.wp-block-tag-cloud a:hover:after,
.widget_product_tag_cloud .tagcloud a:hover:after,
.widget_tag_cloud .tagcloud a:hover:after,
.edublink-post-tag a:hover:after {
opacity: 1;
}
@media (max-width: 991px) {
.eb-post-details-page {
margin-right: 0px;
}
}
@media (max-width: 767px) {
.edublink-single-post .post-thumbnail {
margin: 20px 0 30px;
}
.edublink-tag-social-share .edublink-single-post-social-share {
justify-content: flex-start;
margin-top: 30px;
}
.edublink-tag-social-share .tags-social-full-width .edublink-single-post-social-share {
margin-top: 0;
}
.edublink-tag-social-share-wrapper {
padding-bottom: 30px;
padding-top: 20px;
}
.edublink-author-bio {
padding: 40px 0 40px;
}
}
@media (max-width: 575px) {
.edublink-single-post-social-share {
text-align: left;
margin-top: 20px;
}
} .edublink-header-transparent-enable .site-header.edublink-header-sticky,
.site-header {
-webkit-box-shadow:0px 3px 9px rgb(0 0 0 / 5%);
box-shadow:0px 3px 9px rgb(0 0 0 / 5%);
}
.site-header {
position: relative;
z-index: 2;
}
.site-header.header-get-sticky {
transition: height .5s ease-in;
}
header .edublink-row {
margin-bottom: 0;
}
header .edublink-row>* {
margin-bottom: 0px !important;
}
.edublink-header-transparent-enable .site-header {
position: absolute;
left: 0;
right: 0;
width: auto;
background: transparent;
z-index: 9;
box-shadow: inherit;
}
.edublink-sticky-header-wrapper.edublink-header-sticky,
.site-header.edublink-header-sticky {
position: fixed;
background: var(--edublink-color-white);
box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
top: 0;
left: 0;
width: 100%;
z-index: 99;  -webkit-animation: headerSticky .95s ease forwards;
animation: headerSticky .95s ease forwards;
will-change: transform;
}
@media only screen and (max-width: 1199px) {
.edublink-elementor-header-wrapper .edublink-sticky-header-wrapper.edublink-header-sticky,
.edublink-elementor-header-wrapper .site-header.edublink-header-sticky {
-webkit-animation: 700ms ease-in-out 0s normal none 1 running headerSticky;
animation: 700ms ease-in-out 0s normal none 1 running headerSticky;
will-change: inherit;
}
}
.edublink-header-area.edublink-navbar {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.edublink-header-area.edublink-navbar ul.edublink-navbar-nav li a {
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-header-area .main-navigation ul.edublink-navbar-nav > li.current-menu-item > a:after,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-header-area .main-navigation ul.edublink-navbar-nav > li:hover > a:after {
background-color: #ffffff;
}
.edublink-header-area .main-navigation ul .edublink-mega-menu {
min-width: 270px;
height: auto;
position: absolute;
top: 90%;
left: 0;
z-index: 90;
opacity: 0;
visibility: hidden;
text-align: left;
padding: 0px;
-webkit-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
pointer-events: none;
}
.edublink-header-area .header-category .sub-cat-dropdown,
.edublink-header-area .main-navigation ul ul.edublink-dropdown-menu {
min-width: 270px;
height: auto;
position: absolute;
top: 90%;
left: 0;
z-index: 90;
opacity: 0;
visibility: hidden;
text-align: left;
padding: 20px 0 25px;
-webkit-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
pointer-events: none;
}
.edublink-header-area .main-navigation ul .menu-align-right .edublink-mega-menu,
.edublink-header-area .main-navigation ul .menu-align-right ul.edublink-dropdown-menu {
left: inherit;
right: 0;
}
.edublink-header-area .header-category li.dropdown-items:hover > .sub-cat-dropdown,
.edublink-header-area .main-navigation ul > li:hover > .edublink-mega-menu,
.edublink-header-area .main-navigation ul > li:hover > ul.edublink-dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%; 
pointer-events: auto;
}
.edublink-header-area .header-category li.dropdown-items:hover > .sub-cat-dropdown,
.edublink-header-area .main-navigation ul > li > ul.edublink-dropdown-menu > li ul,
.edublink-header-area .main-navigation ul > li > ul.edublink-dropdown-menu > li:hover ul {
left: 100%;
}
.edublink-header-area .header-category li.dropdown-items:hover > .sub-cat-dropdown,
.edublink-header-area .main-navigation ul > li > ul.edublink-dropdown-menu > li:hover ul {
top: 0;
}
.edublink-header-area.edublink-navbar .site-branding {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
transition: min-height 1s ease !important;
}
.responsive-header-logo h1,
.edublink-header-area.edublink-navbar .site-branding h1 {
margin: 5px 0 5px;
font-size: 30px;
}
.responsive-header-logo p,
.edublink-header-area.edublink-navbar .site-branding p {
margin: 0 0 5px;
}
.edublink-header-area .edublink-navbar-collapse .menu-toggle {
display: none;
}
.edublink-header-area .edublink-navbar-right {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
.edublink-navbar-expand-lg .edublink-navbar-collapse {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.edublink-header-area .header-category {
border-left: 1.5px solid #f2f2f2;
border-right: 1.5px solid #f2f2f2;
margin-right: 30px;
}
.theme-header-1 .edublink-header-area .header-category {
margin-right: 15px;
}
.edublink-header-transparent-enable header:not(.edublink-header-sticky) .header-category {
border-left: 0px;
border-right: 0px;
}
.edublink-header-area .header-category .cat-menu-anchor-item {
padding: 0 40px !important;
}
.edublink-header-area .header-category .cat-menu-anchor-item > i {
padding-right: 10px;
font-size: 18px;
position: relative;
top: 2px;
}
.edublink-header-area .cat-menu-item a:hover {
color: var(--edublink-color-primary);
}
.edublink-theme-header-1-nav .edublink-navbar-collapse {
justify-content: center;
}
.edublink-default-header-nav .edublink-navbar-collapse {
justify-content: flex-end;
}
.edublink-navbar-expand-lg .edublink-navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.edublink-navbar-expand-lg .edublink-navbar-nav .edublink-dropdown-menu {
position: absolute;
}
.edublink-header-area .edublink-navbar-brand,
.edublink-header-area ul {
margin: 0;
padding: 0;
}
.site-white-logo,
.edublink-header-sticky.white-logo-enable .site-white-logo,
.white-logo-enable .site-main-logo {
display: none;
}
.white-logo-enable .site-white-logo,
.edublink-header-sticky.white-logo-enable .site-main-logo {
display: block;
}
.edublink-header-area .edublink-navbar-light .edublink-navbar-nav .nav-link,
.edublink-header-area ul.edublink-navbar-nav li a,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) ul > li > a,
.edublink-header-area ul.edublink-navbar-nav li a:focus {
color: var(--edublink-color-heading);
}
.header-color-white:not(.edublink-header-sticky) a.main-header-btn.color-heading.bg-white:after {
background: var(--edublink-color-secondary);
}
.header-color-white:not(.edublink-header-sticky) a.main-header-btn.color-heading.bg-white:hover {
color: var(--edublink-color-white) !important;
}
.header-color-white:not(.edublink-header-sticky) .edublink-woo-mini-cart-total-item {
background-color: var(--edublink-color-white);
color: var(--edublink-color-heading);
}
.theme-header-6-alt.header-color-white:not(.edublink-header-sticky) .edublink-woo-mini-cart-total-item,
.theme-header-6.header-color-white:not(.edublink-header-sticky) .edublink-woo-mini-cart-total-item {
background-color: var(--edublink-color-primary);
color: var(--edublink-color-white);
}
.theme-header-6-alt-secondary-color .edublink-woo-mini-cart-total-item,
.theme-header-6-alt-secondary-color.header-color-white:not(.edublink-header-sticky) .edublink-woo-mini-cart-total-item {
background-color: var(--edublink-color-secondary);
color: var(--edublink-color-white);
}
.header-color-white:not(.edublink-header-sticky) a.main-header-btn.color-heading.bg-white {
color: var(--edublink-color-heading);
background: var(--edublink-color-white);
}
.header-color-white:not(.edublink-header-sticky) .edublink-mobile-hamburger-menu a, 
.header-color-white:not(.edublink-header-sticky) .edu-header-search-field .inner .submit-button, 
.header-color-white:not(.edublink-header-sticky) .edublink-woo-mini-cart-link, 
.header-color-white:not(.edublink-header-sticky) .edu-header-search-field .inner input, 
.header-color-white:not(.edublink-header-sticky) .edu-header-search-field .inner input::placeholder, 
.header-color-white:not(.edublink-header-sticky) .edublink-header-area .header-quote .quote-icon a i, 
.header-color-white:not(.edublink-header-sticky) .edublink-header-area .header-quote .quote-icon button i,
.header-color-white:not(.edublink-header-sticky) .edublink-header-area ul.edublink-navbar-nav > li.menu-item-has-children > a:before,
.header-color-white:not(.edublink-header-sticky) .edublink-header-area ul.edublink-navbar-nav>li>a,
.header-color-white:not(.edublink-header-sticky) .edublink-header-area ul.edublink-navbar-nav>li>a:focus {
color: var(--edublink-color-white);
}
.header-color-white:not(.edublink-header-sticky) .edublink-header-area .header-category {
border-color: var(--edublink-color-white);
}
.header-color-white:not(.edublink-header-sticky).theme-header-6-alt-secondary-color .edublink-header-right-side:after,
.header-color-white:not(.edublink-header-sticky).theme-header-6-alt .edublink-header-right-side:after,
.header-color-white:not(.edublink-header-sticky).theme-header-6 .edublink-header-right-side:after {
background-color: rgba(255, 255, 255, 0.4);
}
.edublink-el-single-depth-menu li a,
.edublink-header-area ul.edublink-navbar-nav li a {
font-size: 15px;
font-weight: 600;
font-family: var(--edublink-font-secondary);
}
.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li > a.nav-link,
.edublink-header-area ul.edublink-navbar-nav > li > a {
padding: 0 26px;
background: transparent;
position: relative;
display: inline-block;
}
.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li > a.nav-link,
.edublink-header-area ul.edublink-navbar-nav > li > a {
height: 90px;
line-height: 95px;
}
.edublink-woo-mini-cart-link {
height: 90px;
line-height: 100px;
}
.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li {
padding: 0px;
line-height: inherit;
margin: 0;
position: relative;
}
.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li.menu-align-fullwidth {
position: static !important;
}
.edublink-header-area ul.edublink-navbar-nav > li.menu-item-has-children > a:before {
position: absolute;
content: '\e91e';
font-family: 'icomoon';
right: 5px;
bottom: 42px;
color: var(--edublink-color-heading);
font-weight: 400;
font-size: 6px;
line-height: 0;
}
.edublink-header-area .header-category li.dropdown-items:after,
.edublink-header-area.edublink-navbar-expand-lg ul li:not(.mega-menu) ul.edublink-dropdown-menu li.menu-item-has-children:after {
position: absolute;
content: '\ea6e';
font-family: 'remixicon';
right: 16px;
font-size: 18px;
bottom: 8px;
line-height: 1;
font-weight: 600;
color: var(--edublink-color-heading);
}
.edublink-header-area ul.edublink-navbar-nav > li.menu-item-has-children:hover > a:before,
.edublink-header-area ul li:not(.mega-menu) ul.edublink-dropdown-menu li.menu-item-has-children:hover:after,
.edublink-header-area ul.edublink-navbar-nav > li:hover > a:before,
.edublink-header-area ul.edublink-navbar-nav > li.active > a,
.edublink-header-area ul.edublink-navbar-nav .menu-item-has-children li:hover > a,
.edublink-header-area .header-category .edublink-dropdown-menu li:hover > a,
.edublink-header-area ul.edublink-navbar-nav > li:hover > a {
color: var(--edublink-color-primary);
}
.edublink-header-area ul.edublink-navbar-nav .edublink-mega-menu li,
.edublink-header-area ul.edublink-navbar-nav .dropdown ul.edublink-dropdown-menu li {
margin: 0;
padding: 0px;
position: relative;
}
.edublink-header-area ul.edublink-navbar-nav .dropdown ul.edublink-dropdown-menu li,
.edublink-header-area ul.edublink-navbar-nav .dropdown ul.edublink-dropdown-menu li a {
width: 100%;
}
ul.edublink-mega-menu {
padding: 0 !important;
}
.edublink-mega-menu .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
}
@media only screen and (max-width: 1199px) {
.edublink-mobile-menu-nav-wrapper .edublink-mega-menu .elementor-column, 
.edublink-mobile-menu-nav-wrapper .edublink-mega-menu .elementor-column.elementor-col-50, 
.edublink-mobile-menu-nav-wrapper .edublink-mega-menu .elementor-column[data-col="50"],
.edublink-mobile-menu-nav-wrapper .edublink-mega-menu {
width: 100% !important;
}
.edublink-mobile-menu-nav-wrapper .edublink-mega-menu .elementor-section .elementor-container {
flex-direction: column;
}
.edublink-mega-menu .elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
padding: 0;
}
}
.edublink-el-single-depth-menu li a {
display: block;
}
.edublink-el-single-depth-menu li:not(:last-child) a {
margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
.edublink-mobile-menu .edublink-el-single-depth-menu li:not(:last-child) a {
margin-bottom: 0px !important;
}
}
.edublink-el-single-depth-menu li a:hover {
color: var(--edublink-color-primary) !important;
}
.edublink-header-area ul.edublink-navbar-nav .dropdown ul.edublink-dropdown-menu li a {
padding: 5px 30px;
display: block;
} .edublink-header-area ul.edublink-navbar-nav li.mega-menu>ul.edublink-dropdown-menu>li:hover>a {
color: #021E40;
background-color: transparent;
}
.edublink-header-area .edublink-mobile-menu .dashicons,
.edublink-header-area .edublink-mobile-menu .dashicons-before:before {
display: inline-block;
font-size: 14px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
width: inherit;
height: inherit;
}
.main-navigation {
width: 100%;
}
.edublink-navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.edublink-navbar-nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.edublink-navbar-nav .edublink-dropdown-menu {
list-style: none;
}
body.admin-bar .edublink-sticky-header-wrapper.edublink-header-sticky,
body.admin-bar .site-header.edublink-header-sticky,
body.admin-bar.edublink-header-transparent-enable .edublink-header-container {
top: 32px;
}
.edublink-header-transparent-enable .edublink-header-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
background-color: rgba(0, 0, 0, 0.1);
}
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-navbar-collapse > ul > li.menu-item-has-children:before,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-navbar-collapse > ul > li > a,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-logged-in-user-name-wrapper,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-logged-out-user-wrapper a,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-woo-mini-cart-icon-wrapper i,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-logged-out-user-wrapper a .edublink-logged-out-user-icon,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-search-popup-btn,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-woo-mini-cart-total-price,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) .edublink-elementor-mobile-hamburger-menu a {
color: #ffffff;
}
.edublink-header-transparent-enable .edublink-site-main-logo-type.edublink-has-transparent-logo,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper.edublink-header-sticky .edublink-site-transparent-logo-type,
.single-edublink_header .edublink-site-main-logo.edublink-site-transparent-logo-type {
display: none;
}
.single-edublink_header .edublink-site-main-logo.edublink-site-transparent-logo-type.edublink-has-no-main-logo {
display: block;
}
.single-edublink_header.edublink-header-transparent-enable .edublink-site-main-logo-type.edublink-has-transparent-logo,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper.edublink-header-sticky .edublink-site-main-logo-type.edublink-has-transparent-logo {
display: flex;
}
.edublink-header-area .header-quote {
display: flex;
justify-content: flex-end;
margin: 0 -17px;
align-items: center;
}
.edublink-header-area .header-quote .quote-icon {
margin: 0 17px;
}
.edublink-header-area .quote-icon.edublink-theme-nav-responsive {
display: none;
}
.edublink-header-area .header-quote .quote-icon a.header-login-register, 
.edublink-header-area .header-quote .quote-icon button.search-trigger {
padding: 0;
border: 0 none;
width: auto;
background: transparent;
display: flex;
align-items: center;
}
.edublink-header-area .header-quote .quote-icon a i, 
.edublink-header-area .header-quote .quote-icon button i {
color: var(--edublink-color-heading);
font-size: 22px;
transition: 0.3s;
}
.edublink-header-area .header-quote .quote-icon.quote-user img {
border-radius: 100%;
width: 30px;
height: 30px;
object-fit: cover;
}
.edublink-header-area.edublink-navbar .site-branding {
height: 90px;
line-height: 90px;
}
.edublink-header-right-side {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.edublink-header-area .header-quote .quote-icon {
margin: 0 10px;
}
}
@-webkit-keyframes eduBlinkFadeInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes eduBlinkFadeInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
} @-webkit-keyframes headerSticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes headerSticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.eduBlinkFadeInDown {
-webkit-animation-name: eduBlinkFadeInDown;
animation-name: eduBlinkFadeInDown;
}
@-webkit-keyframes eduBlinkFadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes eduBlinkFadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.eduBlinkFadeInRight {
-webkit-animation-name: eduBlinkFadeInRight;
animation-name: eduBlinkFadeInRight;
}
@-webkit-keyframes eduBlinkFadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
}
@keyframes eduBlinkFadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
}
.eduBlinkFadeOutRight {
-webkit-animation-name: eduBlinkFadeOutRight;
animation-name: eduBlinkFadeOutRight;
}
.eb-menu-hot-badge {
display: inline-block;
padding: 0.63em 0.65em 0.35em 0.65em;
font-size: 9px;
font-family: var(--edublink-font-secondary);
font-weight: var(--edublink-p-bold);
line-height: 1;
color: var(--edublink-color-white);
background-color: var(--edublink-color-secondary);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
margin-left: 5px;
}
.eb-menu-new-badge {
display: inline-block;
padding: 0.63em 0.65em 0.35em 0.65em;
font-size: 9px;
font-family: var(--edublink-font-secondary);
font-weight: var(--edublink-p-bold);
line-height: 1;
color: var(--edublink-color-white);
background-color: var(--edublink-color-primary);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
margin-left: 5px;
}
a.main-header-btn.edu-btn.btn-medium {
padding: 0 30px;
}
.edublink-theme-nav-responsive {
margin-left: 40px;
}
.edublink-header-area .site-branding {
margin-right: 40px;
}
.eb-header-navbar {
display: flex;
position: relative;
}
.edublink-theme-header-nav {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.theme-header-1 .edublink-container-fluid {
padding-left: 70px;
padding-right: 70px;
}
.theme-header-1 .edublink-theme-header-nav .edublink-navbar-collapse {
justify-content: flex-start !important;
}
.theme-header-2 .edublink-container-fluid {
padding-left: 70px;
padding-right: 70px;
}
.theme-header-2 .edublink-theme-header-nav {
margin-left: 120px;
}
.theme-header-2 .edublink-default-header-nav .edublink-navbar-collapse {
justify-content: flex-start !important;
}
body.header-bg-white:not(.edublink-header-transparent-enable) .site-header:not(.edublink-header-sticky),
body:not(.edublink-header-transparent-enable) .site-header.theme-header-3:not(.edublink-header-sticky) {
background: var(--edublink-color-white);
z-index: 2;
position: relative;
}
.theme-header-3 .edublink-header-right-side {
margin-left: 35px;
}
.theme-header-6 .edublink-header-area .site-branding,
.theme-header-4-alt-1 .edublink-header-area .site-branding,
.theme-header-4-alt-2 .edublink-header-area .site-branding,
.theme-header-4-alt-3 .edublink-header-area .site-branding,
.theme-header-4 .edublink-header-area .site-branding,
.theme-header-5-alt .edublink-header-area .site-branding,
.theme-header-5 .edublink-header-area .site-branding {
margin-right: 80px;
}
.theme-header-4-alt-1 a.main-header-btn,
.theme-header-4-alt-2 a.main-header-btn,
.theme-header-4-alt-3 a.main-header-btn,
.theme-header-4 a.main-header-btn,
.theme-header-5-alt a.main-header-btn,
.theme-header-5 a.main-header-btn,
.theme-header-3 a.main-header-btn,
.theme-header-1 a.main-header-btn {
margin-left: 35px;
}
.theme-header-4-alt-2 .edublink-header-area .quote-search,
.theme-header-4 .edublink-header-area .quote-search,
.theme-header-5-alt .edublink-header-area .quote-search,
.theme-header-5 .edublink-header-area .quote-search,
.theme-header-1 .edublink-header-area .quote-search {
display: none;
}
.theme-header-6 .edublink-container-fluid {
padding-left: 90px;
padding-right: 90px;
}
.theme-header-4-alt-1 .edublink-container-fluid,
.theme-header-4-alt-2 .edublink-container-fluid,
.theme-header-4-alt-3 .edublink-container-fluid,
.theme-header-4 .edublink-container-fluid,
.theme-header-5-alt .edublink-container-fluid,
.theme-header-5 .edublink-container-fluid {
padding-left: 120px;
padding-right: 120px;
}
.theme-header-4-alt-2 {
position: relative;  
z-index: 1;  
}
.theme-header-4-alt-2:before,
.theme-header-4-alt-2:after {
position: absolute;
top: 0;
}
.theme-header-4-alt-2:before {
content: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/shapes/header-4-shape-1.png);
left: 0;
}
.theme-header-4-alt-2:after {
content: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/shapes/header-4-shape-2.png);
z-index: -1;
right: 0;
}
.theme-header-4-alt-2.edublink-header-sticky:before,
.theme-header-4-alt-2.edublink-header-sticky:after {
display: none;
}
.theme-header-6-alt-secondary-color .edublink-header-right-side,
.theme-header-6-alt .edublink-header-right-side,
.theme-header-6 .edublink-header-right-side {
position: relative;
padding-left: 52px;
margin-left: 48px;
}
.theme-header-6-alt-secondary-color .edublink-header-right-side:after,
.theme-header-6-alt .edublink-header-right-side:after,
.theme-header-6 .edublink-header-right-side:after {
position: absolute;
content: "";
height: 40px;
width: 2px;
background-color: #F3F3F3;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.theme-default-header .edublink-navbar-expand-lg .edublink-navbar-collapse,
.theme-header-6-alt-secondary-color .edublink-navbar-expand-lg .edublink-navbar-collapse,
.theme-header-6-alt .edublink-navbar-expand-lg .edublink-navbar-collapse,
.theme-header-6 .edublink-navbar-expand-lg .edublink-navbar-collapse,
.theme-header-3 .edublink-navbar-expand-lg .edublink-navbar-collapse {
justify-content: flex-end;
}
@media only screen and (max-width: 1699px) {
.theme-header-1 .edublink-container-fluid {
padding-left: 22px;
padding-right: 22px;
}
.theme-header-4-alt-2 .edu-header-search-field,
.theme-header-4 .edu-header-search-field,
.theme-header-5-alt .edu-header-search-field,
.theme-header-5 .edu-header-search-field,
.theme-header-1 .edu-header-search-field {
display: none;
}
.theme-header-4-alt-2 .edublink-header-area .quote-search,
.theme-header-4 .edublink-header-area .quote-search,
.theme-header-5-alt .edublink-header-area .quote-search,
.theme-header-5 .edublink-header-area .quote-search,
.theme-header-1 .edublink-header-area .quote-search {
display: block;
}
}
@media only screen and (max-width: 1450px) {
.theme-header-6 .edublink-header-area .site-branding, 
.theme-header-5-alt .edublink-header-area .site-branding, 
.theme-header-4-alt-1 .edublink-header-area .site-branding, 
.theme-header-4-alt-2 .edublink-header-area .site-branding, 
.theme-header-4-alt-3 .edublink-header-area .site-branding, 
.theme-header-4 .edublink-header-area .site-branding, 
.theme-header-5 .edublink-header-area .site-branding {
margin-right: 50px;
}
.theme-header-6 .edublink-container-fluid, 
.theme-header-4-alt-1 .edublink-container-fluid, 
.theme-header-4-alt-2 .edublink-container-fluid, 
.theme-header-4-alt-3 .edublink-container-fluid, 
.theme-header-4 .edublink-container-fluid, 
.theme-header-5-alt .edublink-container-fluid, 
.theme-header-5 .edublink-container-fluid {
padding-left: 50px;
padding-right: 50px;
}
.theme-header-2 .edublink-theme-header-nav {
margin-left: 0px;
}
}
@media only screen and (max-width: 1350px) {
.edublink-header-area .header-category {
display: none;
}
.theme-header-6 .edublink-header-area .site-branding, 
.theme-header-5-alt .edublink-header-area .site-branding, 
.theme-header-4-alt-1 .edublink-header-area .site-branding, 
.theme-header-4-alt-2 .edublink-header-area .site-branding, 
.theme-header-4-alt-3 .edublink-header-area .site-branding, 
.theme-header-4 .edublink-header-area .site-branding, 
.theme-header-5 .edublink-header-area .site-branding {
margin-right: 40px;
}
.theme-header-6 .edublink-container-fluid,
.theme-header-4-alt-1 .edublink-container-fluid,
.theme-header-4-alt-2 .edublink-container-fluid,
.theme-header-4-alt-3 .edublink-container-fluid,
.theme-header-4 .edublink-container-fluid,
.theme-header-5-alt .edublink-container-fluid,
.theme-header-5 .edublink-container-fluid {
padding-left: 40px;
padding-right: 40px;
}
.theme-header-4-alt-2:before,
.theme-header-4-alt-2:after {
display: none;
}
}
@media (max-width: 1250px) {
.theme-header-2 .edublink-container-fluid {
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (max-width: 1199px) {
.theme-default-header .edublink-header-right-side,
.theme-header-2 .edublink-header-right-side,
.theme-header-3 .edublink-header-right-side,
.theme-header-6-alt-secondary-color .edublink-header-right-side,
.theme-header-6-alt .edublink-header-right-side,
.theme-header-6 .edublink-header-right-side,
.theme-header-4-alt-1 .edublink-header-right-side,
.theme-header-4-alt-2 .edublink-header-right-side,
.theme-header-4-alt-3 .edublink-header-right-side,
.theme-header-4 .edublink-header-right-side,
.theme-header-5-alt .edublink-header-right-side,
.theme-header-5 .edublink-header-right-side,
.theme-header-1 .edublink-header-right-side {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.theme-header-6-alt-secondary-color .edublink-header-right-side, 
.theme-header-6-alt .edublink-header-right-side, 
.theme-header-6 .edublink-header-right-side {
padding-left: 0px;
margin-left: 0px;
}
.theme-header-6-alt .edublink-header-right-side:after,
.theme-header-6-alt-secondary-color .edublink-header-right-side:after,
.theme-header-6 .edublink-header-right-side:after {
display: none;
}
}
@media only screen and (max-width: 767px) {
.theme-header-2 .edublink-container-fluid {
padding-left: 15px;
padding-right: 15px;
}
header a.btn-curved,
header a.btn-radius,
a.main-header-btn {
display: none !important;
}
.theme-header-6 .edublink-header-area .site-branding, 
.theme-header-5-alt .edublink-header-area .site-branding, 
.theme-header-4-alt-1 .edublink-header-area .site-branding, 
.theme-header-4-alt-2 .edublink-header-area .site-branding, 
.theme-header-4-alt-3 .edublink-header-area .site-branding, 
.theme-header-4 .edublink-header-area .site-branding, 
.theme-header-5 .edublink-header-area .site-branding,
.edublink-header-area .site-branding {
margin-right: 20px;
}
.theme-header-6 .edublink-container-fluid,
.theme-header-4-alt-1 .edublink-container-fluid,
.theme-header-4-alt-2 .edublink-container-fluid,
.theme-header-4-alt-3 .edublink-container-fluid,
.theme-header-4 .edublink-container-fluid,
.theme-header-5-alt .edublink-container-fluid,
.theme-header-5 .edublink-container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 350px) {
.theme-header-2 .edublink-theme-header-nav {
margin-left: 0;
}
} .eb-header-top-bar {
background-color: #1f2432;
color: var(--edublink-color-white);
font-family: var(--edublink-font-secondary);
font-size: 14px;
line-height: 50px;
font-weight: 500;
}
.eb-header-top-bar a {
color: var(--edublink-color-white);
}
.eb-header-top-bar a:hover {
color: var(--edublink-color-secondary);
}
.eb-top-bar-style-1 .edublink-container-fluid {
padding-left: 70px;
padding-right: 70px;
}
.eb-header-top-bar .header-top-left,
.eb-header-top-bar .header-top-right,
.edublink-header-top-content {
display: flex;
}
.eb-header-top-bar .header-top-message a {
color: var(--edublink-color-secondary);
margin-left: 2px;
text-decoration: underline;
}
.eb-header-top-bar .header-top-message a:hover {
color: var(--edublink-color-primary);
}
.eb-header-top-bar .header-top-right {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
justify-content: flex-end;
margin: 0 -30px;
}
.eb-header-top-bar .header-top-left {
margin: 0 -30px;
}
.eb-header-top-bar .header-top-left>div,
.eb-header-top-bar .header-top-right>div {
padding-left: 30px;
padding-right: 30px;
position: relative;
}
.eb-header-top-bar .header-top-right>div:after {
content: "";
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, 0.1);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.eb-header-top-bar .header-top-right>div:last-child:after {
display: none;
}
.eb-header-top-bar i {
font-size: 15px;
color: var(--edublink-color-secondary);
padding-right: 10px;
position: relative;
top: 1px;
}
.eb-header-top-bar .header-top-social-share a i {
color: var(--edublink-color-white);
font-size: 15px;
padding-right: 0;
transition: .3s;
}
.eb-header-top-bar .header-top-social-share a:hover i {
color: var(--edublink-color-secondary);
}
.eb-header-top-bar .header-top-social-share {
margin: 0 -12px;
}
.eb-header-top-bar .header-top-social-share span {
padding: 0 14px;
}
.eb-header-top-bar.eb-top-bar-style-2 {
background-color: #232323;
}
.eb-header-top-bar.eb-top-bar-style-2 a {
color: rgba(255, 255, 255, 0.7);
}
.eb-header-top-bar.eb-top-bar-style-2 a:hover {
color: var(--edublink-color-white);
}
.eb-header-top-bar.eb-top-bar-style-2 i {
color: var(--edublink-color-primary);
}
.eb-top-bar-style-2 .header-top-left>div {
position: relative;
}
.eb-top-bar-style-2 .header-top-left>div:after {
background-color: rgba(255, 255, 255, 0.2);
height: 30px;
content: "";
width: 1px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.eb-top-bar-style-2.eb-header-top-bar .header-top-right {
margin: 0;
}
.eb-top-bar-style-2 .header-top-left>div:last-child:after {
display: none;
}
.eb-header-top-bar a.edu-btn {
border-radius: 0;
font-size: 15px;
font-weight: 500;
color: var(--edublink-color-white);
}
.eb-header-top-bar a.edu-btn:after {
border-radius: 0;
}
.eb-header-top-bar.eb-top-bar-style-2 a.edu-btn i {
color: var(--edublink-color-white);
margin-left: 4px;
font-size: 11px;
padding: 0;
}
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 i {
color: var(--edublink-color-secondary);
}
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 {
background-color: var(--edublink-color-lighten04);
}
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 .header-top-left a {
color: var(--edublink-color-heading);
}
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 .header-top-right a.eb-login-register-popup-trigger,
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 .header-top-right a.eb-logout-trigger {
color: var(--edublink-color-heading);
}
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 .header-top-right a.eb-login-register-popup-trigger:hover,
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 .header-top-right a.eb-logout-trigger:hover,
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2 .header-top-left a:hover {
color: var(--edublink-color-secondary);
}
.theme-header-6-alt-secondary-color .eb-top-bar-style-2 .header-top-left>div:after {
background-color: #e0ddd7;
}
.theme-header-6-alt-secondary-color a.edu-btn {
background: var(--edublink-color-secondary);
}
.edublink-header-sticky .eb-header-top-bar {
display: none;
}
@media only screen and (max-width: 1450px) {
.eb-top-bar-style-1 .edublink-container-fluid {
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (max-width: 1350px) {
.eb-header-top-bar .header-top-social-share {
display: none;
}
}
@media only screen and (max-width: 1199px) {
.eb-top-bar-style-1 .edublink-container-fluid {
padding-left: 15px;
padding-right: 15px;
}
.eb-header-top-bar .header-top-right>div {
padding-left: 15px;
padding-right: 15px;
}
.eb-header-top-bar .header-top-right {
margin: 0 -15px;
}
}
@media only screen and (max-width: 991px) {
.eb-header-top-bar {
display: none;
}
} .edublink-mobile-menu-nav-wrapper.edublink-mobile-menu-visible {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
.edublink-filter-active-overlay,
.edublink-mobile-menu-overlay,
.edublink-elementor-mobile-menu-overlay {
z-index: 9;
position: fixed;
content: "";
width: 100%;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.8);
visibility: hidden;
opacity: 0;
transition: opacity .5s ease-out;
}
.eb-body-filter-sidebar-active .edublink-filter-active-overlay,
.edublink-mobile-menu-active .edublink-mobile-menu-overlay,
.edublink-mobile-menu-active .edublink-elementor-mobile-menu-overlay {
visibility: visible;
opacity: 1;
}
.edublink-mobile-menu-nav-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edublink-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.edublink-mobile-menu-nav-wrapper .responsive-header-top {
display: flex;
border-bottom: 1px solid var(--edublink-color-border);
align-items: center;
justify-content: space-between;
padding: 15px 20px;
}
.edublink-mobile-menu-nav-wrapper ul li,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) ul.edublink-elementor-mobile-menu-item li {
margin: 0;
padding: 0;
}
.edublink-mobile-menu-nav-wrapper ul li a,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) ul.edublink-elementor-mobile-menu-item > li > a {
padding: 8px 0;
display: block;
font-size: 16px;
font-weight: 500;
position: relative;
}
.edublink-mobile-menu-nav-wrapper ul li + li,
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) ul.edublink-elementor-mobile-menu-item li + li {
border-top: 1px solid var(--edublink-color-border);
}
.edublink-header-transparent-enable .edublink-sticky-header-wrapper:not(.edublink-header-sticky) ul.edublink-elementor-mobile-menu-item a {
color: #ffffff;
}
.edublink-mobile-menu-nav-wrapper ul li.menu-item-has-children > a::after {
position: absolute;
content: "\ea13";
font-family: 'remixicon' !important;
right: 0;
top: 50%;
transition: all 0.3s ease-out;
transform: translateY(-50%);
}
.edublink-mobile-menu-nav-wrapper ul li.menu-item-has-children > a[aria-expanded="true"]::after {
content: "\f1af";
}
.edublink-elementor-mobile-menu-close {
display: flex;
justify-content: flex-end;
padding: 10px 20px 0 0;
}
.edublink-elementor-mobile-hamburger-menu a:focus,
.edublink-mobile-hamburger-menu a:focus,
.edublink-mobile-menu-close a:focus,
.edublink-elementor-mobile-menu-close a:focus,
.edublink-mobile-menu-nav-wrapper ul li a:focus,
.edublink-header-area ul.edublink-navbar-nav li a:focus,
.widget ul li a:focus, 
.widget a:focus {
outline: none;
}
.edublink-mobile-menu-nav-wrapper ul {
margin: 0;
list-style: none;
}
.edublink-mobile-menu-nav-wrapper ul li ul {
padding-left: 15px;
}
.edublink-mobile-menu-close a,
.edublink-elementor-mobile-menu-close a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edublink-color-white);
border: 0 none;
color: var(--edublink-color-heading);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edublink-mobile-menu,
.edublink-mobile-menu-item,
.edublink-elementor-mobile-menu-item {
display: none;
}
.edublink-mobile-menu-nav-wrapper ul.edublink-mobile-menu-item,
.edublink-header-area ul.edublink-elementor-mobile-menu-item {
padding: 15px 20px;
}
@media screen and (max-width: 350px) {
.edublink-mobile-menu-nav-wrapper {
width: 100%;
}
} .edublink-header-area ul.edublink-navbar-nav li.mega-menu > ul {
display: flex;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu>ul.edublink-dropdown-menu>li {
display: block;
margin: 0 0px;
width: 240px;
border: none;
padding: 0 15px;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu>ul.edublink-dropdown-menu>li>a {
border-bottom: 1px solid var(--edublink-color-border);
border-radius: 0;
font-size: var(--edublink-font-size-b2);
line-height: 1.5;
font-size: 15px;
margin-bottom: 5px;
}
.edublink-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul.edublink-dropdown-menu>li>a,
.edublink-header-area ul.edublink-navbar-nav li.mega-menu.hide-header>ul.edublink-dropdown-menu>li>a {
display: none;
}
.edublink-header-area .edublink-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul {
padding-left: 0;
}
.edublink-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse, 
.edublink-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse:not(.mm-show) {
display: block;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu>ul.edublink-dropdown-menu>li>a:hover {
color: #272727;
background-color: inherit;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu>ul.edublink-dropdown-menu>li ul {
position: relative;
width: 100%;
left: inherit;
-webkit-box-shadow: none;
box-shadow: none;
background: inherit;
padding-top: 10px;
padding-bottom: 10px;
top: 0;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu>ul.edublink-dropdown-menu>li ul li {
padding: 0;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu ul {
padding-bottom: 5px;
}
.edublink-header-area ul.edublink-navbar-nav li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .edu-header-search-field {
margin: 0 20px;
line-height: 1;
}
.edu-header-search-field .inner {
border: 1px solid #e5e5e5;
border-radius: 4px;
}
header:not(.edublink-header-sticky) .edu-header-search-field.bg-white .inner {
background: var(--edublink-color-white);
border: none;
}
.edu-header-search-field .inner input {
height: 50px;
border: none;
line-height: 1;
font-size: 15px;
color: var(--edublink-color-heading);
font-weight: 400;
padding: 0 0 0 20px;
font-family: var(--edublink-font-primary);
max-width: 173px;
}
.edu-header-search-field .inner .submit-button {
border: none;
background-color: transparent;
font-size: 20px;
color: var(--edublink-color-heading);
padding: 0 20px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
top: 2px;
position: relative;
} .edu-search-popup {
position: fixed;
top: 0px;
left: 0;
right: 0;
width: 100%;
z-index: 99;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-transition: -webkit-transform 0.7s ease;
transition: -webkit-transform 0.7s ease;
transition: transform 0.7s ease;
transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.edu-search-popup.open {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
height: 100%;
}
.edu-search-popup .content-wrap {
background-color: var(--edublink-color-white);
width: 100%;
min-height: 560px;
position: relative;
box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.08);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px;
}
.edu-search-popup .logo-wrapper {
position: absolute;
top: 60px;
left: 70px;
}
.edu-search-popup .close-button {
position: absolute;
right: 62px;
top: 62px;
}
.edu-search-popup .close-button .close-trigger {
background: transparent;
border: 0 none;
color: var(--edublink-color-heading);
font-size: 22px;
}
.edu-search-popup .inner {
width: 100%;
max-width: 1170px;
margin: 0 auto;
}
.edu-search-popup .inner .search-form {
position: relative;
border-bottom: 1px solid var(--edublink-color-border);
}
.edu-search-popup .inner .search-form input {
height: 90px;
border: 0 none;
border-radius: 5px;
background: transparent;
padding: 0;
padding-right: 55px;
font-weight: 400;
font-family: var(--edublink-font-secondary);
font-size: 24px;
width: 100%;
}
.edu-search-popup .inner .search-form .submit-button {
position: absolute;
right: 0;
padding: 0;
margin: 0;
border: 0 none;
outline: none;
color: var(--edublink-color-heading);
background: transparent;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-search-popup .close-button .close-trigger:hover,
.edu-search-popup .inner .search-form .submit-button:hover {
color: var(--edublink-color-primary);
}
.edu-search-popup .close-button .close-trigger:hover {
transform: rotate(90deg);
}
.edu-search-popup::before {
position: absolute;
background-color: transparent;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.edu-search-popup .content-wrap {
min-height: 450px;
}
}
@media only screen and (max-width: 1199px) {
.edu-search-popup .logo-wrapper {
top: 40px;
left: 20px;
}
.edu-search-popup .close-button {
top: 40px;
right: 15px;
}
} .edublink-login-form-popup {
position: fixed;
top: 0px;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: -999;
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
opacity: 0;
}
.edublink-login-form-popup.login-popup-visible {
opacity: 1;
z-index: 1055;
transition: opacity 0.15s linear;
}
.edublink-login-popup-overlay {
position: fixed;
top: 0;
left: 0;
z-index: -999;
opacity: 0;
width: 100vw;
height: 100vh;
background-color: #000;
overflow-x: hidden;
overflow-y: auto;
}
.edublink-login-popup-overlay.active {
opacity: .65;
z-index: 1050;
transition: opacity 0.15s linear;
}
.edublink-login-form-popup .edublink-login-form-inner {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
max-width: 500px;
margin: 10% auto 10%;
position: relative;
}
.edublink-login-form-popup .edublink-login-popup-close {
position: absolute;
content: '';
right: 35px;
top: 17px;
z-index: 1;
}
.edublink-login-form-popup .edublink-login-popup-close button {
font-size: 14px;
color: var(--edublink-color-heading);
border: 0;
padding: 0;
}
.edublink-login-form-popup .edublink-login-popup-close button:hover {
color: var(--edublink-color-primary);
}
.edublink-login-form-popup.login-popup-visible .edublink-login-form-inner {
transform: none;
}
.edublink-login-form-popup .edublink-login-form-content {
padding: 70px 50px;
border-radius: 5px;
max-width: 470px;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 0px solid rgba(0, 0, 0, 0.2);
outline: 0;
}
.edublink-login-form-inner input[type="password"],
.edublink-login-form-inner input[type="email"],
.edublink-login-form-inner input[type="text"] {
border: 1px solid var(--edublink-color-border);
height: 50px;
box-shadow: none;
padding: 0 20px;
outline: none;
border-radius: 5px;
color: var(--edublink-color-heading);
line-height: normal;
background: var(--edublink-color-white);
width: 100%;
font-family: var(--edublink-font-primary);
}
.edublink-login-form-inner input:-webkit-autofill,
.edublink-login-form-inner input:-webkit-autofill:hover, 
.edublink-login-form-inner input:-webkit-autofill:focus, 
.edublink-login-form-inner input:-webkit-autofill:active  {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.edublink-login-form-inner input::placeholder {
color: var(--edublink-color-body);
}
.edublink-login-form-inner .edublink-login-item {
margin-bottom: 30px;
}
.edublink-login-form-inner .remember-me-with-register {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.edublink-login-form-inner input[type="checkbox"].remember-user {
display: none;
}
.edublink-login-form-inner span.remember-me-text {
position: relative;
color: var(--edublink-color-heading);
font-size: 16px;
line-height: 24px;
}
.edublink-login-form-inner .lost_password {
position: relative;
color: var(--edublink-color-primary);
font-size: 16px;
line-height: 24px;
margin-left: 15px;
}
.edublink-login-form-inner .lost_password:hover {
color: var(--edublink-color-primary-alt);
}
.edublink-login-form-inner span.remember-me-text:before {
background: #fff;
color: var(--edublink-color-primary);
width: 17px;
height: 17px;
min-width: 17px;
line-height: 17px;
text-align: center;
justify-content: center;
border: 1px solid var(--edublink-color-border);
font-weight: bold;
display: inline-flex;
align-items: center;
margin-right: 10px;
margin-left: 0;
font-size: 0;
vertical-align: middle;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
cursor: pointer;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
content: "\eb7b";
font-family: remixicon !important;
font-style: normal;
pointer-events: auto;
}
.edublink-login-form-inner input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
font-size: 15px;
background: var(--edublink-color-primary);
color: #fff;
border-color: var(--edublink-color-primary);
}
.edublink-login-form-inner .edublink-login-register-button {
border-radius: 5px;
display: inline-block;
height: 50px;
line-height: 50px;
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
padding: 0 30px;
transition: 0.4s;
font-family: var(--edublink-font-primary) !important;
border: 0 none;
width: 100%;
text-align: center;
position: relative;
}
.edublink-login-form-inner .edublink-login-register-button.button-login {
margin-top: 24px;
}
.edublink-login-form-inner input[type="submit"].edublink-submit-button {
border: 0;
padding: 0;
color: var(--edublink-color-white);
text-align: center;
font-family: var(--edublink-font-secondary) !important;
font-weight: 500;
font-size: 15px;
width: 100%;
}
.edublink-login-form-inner .edublink-login-register-wrapper {
position: relative;
display: inline-block;
z-index: 1;
width: 100%;
}
.edublink-login-form-inner .edublink-login-register-button:after {
content: "";
height: 100%;
width: 0;
background: var(--edublink-gradient-primary);
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.edublink-login-form-inner .edublink-login-register-button:hover:after {
left: 0;
width: 100%;
}
.edublink-login-form-inner .edublink-login-form-tab-wrapper {
display: flex;
justify-content: center;
}
.edublink-login-form-inner .edublink-login-form-tab {
background: #F2F2F2;
display: inline-flex;
border-radius: 3px;
font-size: 15px;
font-family: var(--edublink-font-secondary);
font-weight: 600;
color: var(--edublink-color-heading);
}
.edublink-login-form-inner .edublink-login-form-tab span {
padding: 0 33px;
height: 40px;
line-height: 41px;
cursor: pointer;
border-radius: 3px;
}
.edublink-login-form-inner .edublink-login-form-tab span.active {
background: var(--edublink-color-heading);
color: var(--edublink-color-white);
}
.edublink-login-form-inner .edublink-login-form-tab span.login-item {
border-radius: 3px 0 0 3px;
}
.edublink-login-form-inner .edublink-login-form-tab span.register-item {
border-radius: 0 3px 3px 0;
}
.edublink-login-form-inner .edublink-register-box-text,
.edublink-login-form-inner .edublink-login-box-text {
text-align: center;
margin-top: 42px;
margin-bottom: 42px;
}
.edublink-login-form-inner .edublink-register-box-text h3,
.edublink-login-form-inner .edublink-login-box-text h3 {
font-size: 28px;
line-height: 40px;
color: var(--edublink-color-heading);
font-family: var(--edublink-font-secondary);
margin-bottom: 0;
}
.edublink-login-form-inner .edublink-login-text,
.edublink-login-form-inner .edublink-register-text {
font-size: 15px;
line-height: 24px;
color: var(--edublink-color-heading);
margin-top: 5px;
}
.edublink-login-form-inner #edublink-login-form-trigger,
.edublink-login-form-inner #edublink-register-form-trigger {
color: var(--edublink-color-primary);
cursor: pointer;
}
@media only screen and (max-width: 575px) {
.edublink-login-form-popup .edublink-login-form-content {
max-width: 100%;
padding: 30px;
}
.edublink-login-form-inner .edublink-register-box-text, 
.edublink-login-form-inner .edublink-login-box-text {
margin-top: 25px;
margin-bottom: 25px;
}
.edublink-login-form-inner .edublink-register-box-text h3, 
.edublink-login-form-inner .edublink-login-box-text h3 {
font-size: 20px;
line-height: 30px;
}
.edublink-login-form-popup .edublink-login-popup-close {
right: 15px;
}
} .tutor-single-course-sidebar button.tutor-add-to-cart-button,
.tutor-single-course-sidebar .tutor-woocommerce-view-cart,
.edublink-course-details-sidebar-content .tutor-woocommerce-view-cart,
button.llms-button-primary,
a.llms-button-primary,
a.llms-button-action,
.eb-course-details-page-content .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button,
.eb-course-details-page-content .learndash-wrapper #btn-join,
a.edu-btn, 
p.edublink-cart-shop-page-link a,
button.edu-btn {
text-align: center;
border-radius: 5px;
display: inline-block;
height: 60px;
line-height: 62px;
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
padding: 0 30px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.4s;
transition: 0.4s;
font-family: var(--edublink-font-secondary);
border: 0 none;
overflow: hidden;
position: relative;
z-index: 1;
}
.eb-course-details-btn {
width: 100%;
margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
button.llms-button-primary,
a.llms-button-primary,
a.llms-button-action,
.eb-course-details-page-content .learndash-wrapper #btn-join,
a.edu-btn,
button.edu-btn {
padding: 0 20px;
font-size: 14px;
height: 50px;
line-height: 52px;
}
}
.tutor-single-course-sidebar button.tutor-add-to-cart-button:after,
.tutor-single-course-sidebar .tutor-woocommerce-view-cart:after,
.edublink-course-details-sidebar-content .tutor-woocommerce-view-cart:after,
button.llms-button-primary:after,
a.llms-button-primary:after,
a.llms-button-action:after,
.woocommerce-Reviews .edublink-button-item:after,
p.edublink-cart-shop-page-link a:after,
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:after,
.eb-course-details-page-content .learndash-wrapper #btn-join:after,
a.edu-btn:after, 
button.edu-btn:after,
.edublink-mailchimp-subscribe-btn.style-1:after,
.edublink-mailchimp-subscribe-btn.style-2:after {
content: "";
height: 100%;
width: 0;
background: -webkit-linear-gradient(right, var(--edublink-color-primary-alt) 0%, var(--edublink-color-primary) 100%);
background: var(--edublink-gradient-primary);
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tutor-single-course-sidebar button.tutor-add-to-cart-button:hover:after,
.tutor-single-course-sidebar .tutor-woocommerce-view-cart:hover:after,
.edublink-course-details-sidebar-content .tutor-woocommerce-view-cart:hover:after,
button.llms-button-primary:hover:after,
a.llms-button-primary:hover:after,
a.llms-button-action:hover:after,
.woocommerce-Reviews .edublink-button-item:hover:after,
p.edublink-cart-shop-page-link a:hover:after,
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover:after,
.eb-course-details-page-content .learndash-wrapper #btn-join:hover:after,
a.edu-btn:hover:after,
button.edu-btn:hover:after,
.edublink-mailchimp-subscribe-btn.style-1:hover:after,
.edublink-mailchimp-subscribe-btn.style-2:hover:after {
left: 0;
width: 100%;
}
a.edu-btn.btn-large,
button.edu-btn.btn-large {
padding: 0 40px;
}
a.edu-btn.btn-large i,
button.edu-btn.btn-large i {
top: 0;
padding-left: 10px;
}
a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
height: 50px;
line-height: 51px;
padding: 0 25px;
}
button.llms-button-primary,
a.llms-button-primary,
a.llms-button-action,
a.edu-btn.btn-small,
button.edu-btn.btn-small {
height: 40px;
line-height: 40px;
padding: 0 20px;
font-size: 14px;
}
a.edu-btn.left-icon i,
button.edu-btn.left-icon i {
padding-left: 0;
padding-right: 10px;
}
a.edu-btn.btn-curved,
button.edu-btn.btn-curved {
border-radius: 30px 5px;
}
a.edu-btn.btn-curved:hover,
button.edu-btn.btn-curved:hover {
border-radius: 5px 30px;
}
a.edu-btn.curved-medium,
button.edu-btn.curved-medium {
border-radius: 20px 5px;
padding: 0 40px;
}
a.edu-btn.curved-medium:hover,
button.edu-btn.curved-medium:hover {
border-radius: 5px 25px;
}
a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
background: var(--edublink-color-secondary);
color: var(--edublink-color-white);
}
a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
}
a.edu-btn.btn-secondary1,
button.edu-btn.btn-secondary1 {
background: var(--edublink-color-secondary);
color: var(--edublink-color-white);
}
a.edu-btn.btn-secondary1:hover,
button.edu-btn.btn-secondary1:hover {
color: var(--edublink-color-heading);
background: var(--edublink-color-white);
}
a.edu-btn.btn-border,
button.edu-btn.btn-border {
background: transparent;
border: 1px solid var(--edublink-color-border);
color: var(--edublink-color-heading);
padding: 0 25px;
}
a.edu-btn.btn-border.edu-btn-border-primary {
border: 1px solid var(--edublink-color-primary);
color: var(--edublink-color-primary);
}
a.edu-btn.btn-border:after,
button.edu-btn.btn-border:after {
display: none;
}
a.edu-btn.btn-border:hover,
button.edu-btn.btn-border:hover {
background: var(--edublink-color-primary);
border-color: var(--edublink-color-primary);
color: var(--edublink-color-white);
}
a.edu-btn.btn-border-curved,
button.edu-btn.btn-border-curved {
border-radius: 30px 5px;
background-color: transparent;
border: 1px solid var(--edublink-color-border);
color: var(--edublink-color-white);
padding: 0 25px;
}
a.edu-btn.btn-border-curved:after,
button.edu-btn.btn-border-curved:after {
display: none;
}
a.edu-btn.btn-border-curved:hover,
button.edu-btn.btn-border-curved:hover {
border-radius: 5px 30px;
border-color: var(--edublink-color-primary);
color: var(--edublink-color-primary);
}
a.edu-btn.btn-round,
button.edu-btn.btn-round {
background-color: var(--edublink-color-white);
color: var(--edublink-color-heading) !important;
border-radius: 30px;
}
a.edu-btn.btn-round:hover,
button.edu-btn.btn-round:hover {
color: var(--edublink-color-white) !important;
}
a.main-header-btn.btn-radius {
border-radius: 25px;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent,
a.btn-transparent, 
button.btn-transparent {
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: var(--edublink-color-textSecondary);
display: inline-block;
position: relative;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent.color-primary {
color: var(--edublink-color-primary);
}
a.btn-transparent i, 
button.btn-transparent i {
padding-left: 6px;
top: -1px;
position: relative;
font-size: 12px;
}
a.btn-transparent::after, 
button.btn-transparent::after {
position: absolute;
content: "";
left: auto;
right: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--edublink-color-primary);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent:hover,
a.btn-transparent:hover, 
button.btn-transparent:hover {
color: var(--edublink-color-primary);
}
a.btn-transparent:hover::after, 
button.btn-transparent:hover::after {
width: 100%;
left: 0;
right: auto;
}
.button-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
}
.button-group a {
margin: 5px;
}
.btn-gradient {
background: -webkit-linear-gradient(right, var(--edublink-color-primary-alt) 0%, var(--edublink-color-primary) 100%) !important;
background: var(--edublink-gradient-primary) !important;
}
.btn-gradient::after {
background: -webkit-linear-gradient(right, var(--edublink-color-primary) 0%, var(--edublink-color-primary-alt) 100%) !important;
background: linear-gradient(-90deg, var(--edublink-color-primary) 0%, var(--edublink-color-primary-alt) 100%) !important;
}
a.edu-btn i, 
button.edu-btn i {
padding-left: 9px;
position: relative;
font-size: 11px;
}
@media only screen and (max-width: 767px) {
a.edu-btn i, 
button.edu-btn i {
font-size: 9px;
}
}
.btn-icon-round {
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
background-color: var(--edublink-color-primary);
border-radius: 50%;
color: var(--edublink-color-white);
font-size: 12px;
display: inline-block;
}
.btn-icon-square {
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
background: var(--edublink-gradient-primary);
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 25px;
color: var(--edublink-color-white);
font-size: 12px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
display: inline-block;
}
.edublink-button-widget-wrapper {
display: flex;
}
.edublink-button-item {
text-align: center;
border-radius: 5px;
display: inline-block;
height: 60px;
line-height: 62px;
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
padding: 0 30px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.4s;
transition: 0.4s;
font-family: var(--edublink-font-secondary);
border: 0 none;
overflow: hidden;
position: relative;
z-index: 1;
}
.edublink-button-item.edublink-button-size-small {
height: 40px;
line-height: 40px;
padding: 0 20px;
font-size: 14px;
}
.edublink-button-item.edublink-button-size-medium {
height: 50px;
line-height: 51px;
padding: 0 25px;
}
.edublink-button-item.edublink-button-size-large {
padding: 0 40px;
}
.edublink-button-item.edublink-button-style-two,
.edublink-button-item.edublink-button-style-three {
background: var(--edublink-color-secondary);
}
.edublink-button-item.default-style:after {
content: "";
height: 100%;
width: 0;
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.edublink-button-item.edublink-button-style-default.default-style:after,
.edublink-button-item.edublink-button-style-two.default-style:after,
.edublink-button-item.edublink-button-style-four.default-style:after,
.edublink-button-item.edublink-button-style-curved.default-style:after {
background: var(--edublink-gradient-primary);
}
.edublink-button-item i {
padding-left: 6px;
position: relative;
font-size: 11px;
}
.edublink-button-icon-position-after i {
padding-left: 10px;
position: relative;
font-size: 11px;
}
.edublink-button-item:hover,
.edublink-button-item:focus,
.edublink-button-item:active {
color: var(--edublink-color-white);
}
.edublink-button-item.default-style:hover:after {
left: 0;
width: 100%;
}
.edublink-button-item.edublink-button-style-curved {
border-radius: 30px 5px;
}
.edublink-button-item.edublink-button-style-curved:hover {
border-radius: 5px 30px;
}
.edublink-button-item.edublink-button-style-three.default-style:hover {
color: var(--edublink-color-heading) !important;
}
.edublink-button-item.edublink-button-style-three.default-style:after {
background: var(--edublink-color-white);
}
.edublink-button-item.edublink-button-style-four.default-style {
background: var(--edublink-color-lighten01);
color: var(--edublink-color-primary);
}
.edublink-button-item.edublink-button-style-four.default-style:hover {
color: var(--edublink-color-white);
}
.edublink-button-item.edublink-button-style-five.default-style {
color: var(--edublink-color-heading);
background: var(--edublink-color-white);
}
.edublink-button-item.edublink-button-style-five:hover {
color: var(--edublink-color-white);
}
.edublink-button-item.edublink-button-style-five.default-style:after {
background: var(--edublink-color-secondary);
}
@media only screen and (max-width: 767px) {
.edublink-button-item {
padding: 0 20px;
font-size: 14px;
height: 50px;
line-height: 52px;
}
.edublink-button-item i {
font-size: 9px;
}
} .edublink-logged-in-user-hover-content,
.edublink-woo-mini-cart-content {
position: absolute;
content: '';
left: 0;
top: 100%;
z-index: 99;
background-color: #ffffff;
padding: 20px;
min-width: 180px;
visibility: hidden;
opacity: 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.edublink-logged-in-user-visible-content .edublink-logged-in-user-name,
.edublink-logged-out-user-wrapper .edublink-logged-out-user-text {
font-weight: 600;
}
.edublink-logged-in-user-hover-content:before,
.edublink-woo-mini-cart-content:before {
top: -7.5px;
content: '';
position: absolute;
left: 35px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
border-top: 7.5px solid #ffffff;
border-bottom: 7.5px solid transparent;
border-left: 7.5px solid #ffffff;
border-right: 7.5px solid #ffffff;
}
.edublink-woo-mini-cart-content:before {
top: -7px;
}
.edublink-logged-in-user-wrapper:hover .edublink-logged-in-user-hover-content,
.edublink-woo-mini-cart-icon-wrapper.edublink-woo-mini-cart-active-on-hover:hover .edublink-woo-mini-cart-content,
.edublink-woo-mini-cart-content.active {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.edublink-woo-mini-cart-wrapper,
.edublink-woo-mini-cart-inner,
.edublink-woo-mini-cart-icon-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.edublink-woo-mini-cart-wrapper {
padding: 0 15px 0 40px;
}
.theme-header-6 .edublink-woo-mini-cart-wrapper,
.theme-header-6-alt .edublink-woo-mini-cart-wrapper,
.theme-header-6-alt-secondary-color .edublink-woo-mini-cart-wrapper {
padding: 0 15px 0 30px;
}
.theme-header-1 .edublink-woo-mini-cart-wrapper {
padding: 0 18px 0 55px;
}
.edublink-woo-mini-cart-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.edublink-woo-mini-cart-content:before {
left: inherit;
right: 22px;
}
.edublink-woo-mini-cart-icon-wrapper i {
font-size: 23px;
}
.edublink-woo-mini-cart-total-item {
background-color: var(--edublink-color-primary);
border-radius: 50%;
color: #ffffff;
line-height: 25px;
position: absolute;
text-align: center;
width: 20px;
height: 20px;
line-height: 23px;
left: 17px;
top: calc(50% - 21px);
font-size: 12px;
font-weight: 500;
font-family: var(--edublink-font-secondary);
}
.edublink-woo-mini-cart-total-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 20px;
font-size: 20px;
line-height: 1;
}
.edublink-woo-mini-cart-content {
right: -20px;
left: inherit;
width: 350px;
padding: 20px 25px 25px;
}
.edublink-mini-cart-items {
max-height: 450px;
overflow-y: auto;
}
.edublink-mini-cart-each-item,
.edublink-mini-cart-item-thumb a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.edublink-mini-cart-each-item:not(:last-child) {
margin-bottom: 30px;
}
.edublink-mini-cart-item-thumb {
width: 95px;
padding-right: 15px;
}
.edublink-mini-cart-item-thumb img {
width: 75px;
height: 75px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.edublink-mini-cart-product-name-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: -2px;
color: var(--edublink-color-black);
font-size: 15px;
}
.edublink-mini-cart-product-name-quantity,
.edublink-mini-cart-product-name-quantity a {
font-weight: 600;
}
.edublink-mini-cart-product-name-quantity a {
margin-bottom: 5px;
font-size: var(--edublink-font-size-b3);
line-height: var(--edublink-line-height-b3);
color: var(--edublink-color-black);
font-family: var(--edublink-font-secondary);
padding-right: 8px;
}
.edublink-mini-cart-product-name-quantity a:hover {
color: var(--edublink-color-primary);
}
.edublink-mini-cart-product-name-quantity .quantity {
font-size: 15px;
font-weight: 400;
}
.edublink-mini-cart-each-item a.remove {
border: 0;
color: var(--edublink-color-body) !important;
background: transparent;
font-size: 26px;
margin-top: -5px;
font-size: 0;
position: relative;
}
.edublink-mini-cart-each-item a.remove:after {
position: absolute;
content: "\e948";
font-family: 'icomoon';
right: 3px;
top: 6px;
font-size: 12px;
}
.edublink-mini-cart-each-item a.remove:hover:after {
color: var(--edublink-color-secondary);
}
a.remove_from_cart_button {
margin-left: auto;
font-weight: 700;
font-size: 24px;
margin-top: -7px;
}
.edublink-mini-cart-each-item .blockUI.blockOverlay {
background-color: inherit !important;
}
.edublink-mini-cart-each-item:first-child .blockUI.blockOverlay::before {
top: calc(50% - 18px);
}
.edublink-mini-cart-each-item .blockUI.blockOverlay::before {
position: absolute;
top: calc(50% - 10px);
left: 13px;
-webkit-animation: edublink-spin 1s ease-in-out infinite;
animation: edublink-spin 1s ease-in-out infinite;
content: '\f18f';
font-family: 'Flaticon';
line-height: 1;
font-size: 20px;
}
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__total.total {
border-top: 3px double rgba(178,187,197,.3);
padding: 20px 0;
margin-top: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 18px;
font-weight: 600;
color: var(--edublink-color-black);
line-height: 1;
margin-bottom: 0;
}
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__total.total strong {
font-weight: 600;
}
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
margin-left: auto;
}
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button {
border-radius: 25px;
font-size: 14px;
height: 40px;
line-height: 40px;
color: var(--edublink-color-white);
padding: 0 36px;
margin-bottom: 0 !important;
overflow: hidden;
}
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout {
margin-left: 10px !important;
background: var(--edublink-color-secondary);
position: relative;
}
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover {
background: transparent;
}
p.woocommerce-mini-cart__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0px;
}
p.edublink-cart-empty-text,
p.edublink-cart-shop-page-link {
margin: 0px;
}
p.edublink-cart-empty-text {
font-weight: 700;
font-size: 20px;
margin-bottom: 18px;
color: var(--edublink-color-heading);
}
.edublink-woo-mini-cart-inner .edublink-cart-empty-text {
font-weight: 500;
font-size: 18px;
}
.edublink-woo-mini-cart-inner .edublink-cart-empty-text strong {
font-weight: 500;
}
p.edublink-cart-shop-page-link a {
width: 100%;
}
p.edublink-cart-shop-page-link {
width: 100%;
margin: 0 !important;
padding: 0 !important;
display: inline-flex;
}
.edublink-cart-empty-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.edublink-woo-mini-cart-link {
cursor: pointer;
}
@media only screen and (max-width: 1199px) {
.edublink-woo-mini-cart-content {
display: none;
}
.edublink-woo-mini-cart-link {
height: 80px;
line-height: 90px;
}
}
@media only screen and (max-width: 570px) {
.edublink-header-area .edu-btn {
display: none;
}
.edublink-woo-mini-cart-wrapper {
display: none;
}
} .edublink-footer-default-wrapper {
padding: 30px 0;
color: #ffffff;
background: var(--edublink-color-heading);
text-align: center;
}
.edublink-footer-default-wrapper a {
color: #ffffff;
}
.edublink-footer-default-wrapper a:hover {
color: var(--edublink-color-primary);
}
.devsblink-progress-parent {
position: fixed;
right: 30px;
bottom: 30px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px rgba(255, 71, 87, 0.2);
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.devsblink-progress-parent.devsblink-backto-top-active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.devsblink-progress-parent::after {
position: absolute;
font-family: 'remixicon' !important;
content: "\ea78";
text-align: center;
line-height: 46px;
font-size: 24px;
color: var(--edublink-color-secondary);
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.devsblink-progress-parent:hover::after {
color: var(--edublink-color-secondary);
}
.devsblink-progress-parent svg path {
fill: none;
}
.devsblink-progress-parent svg.devsblink-back-circle path {
stroke: var(--edublink-color-secondary);
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
} .edublink-page-title-area {
padding-top: 60px;
padding-bottom: 60px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center center !important;
position: relative;
text-align: left;
background-color: #fff6f6;
}
.edublink-header-transparent-enable .edublink-page-title-area {
padding-top: 145px;
}
.edublink-page-title-area.edublink-breadcrumb-has-bg:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0);
}
.edublink-page-title-area .edublink-page-title,
.edublink-page-title-area .edublink-breadcrumb-wrapper {
z-index: 1;
position: relative;
}
.edublink-single-blog .blog-content .title,
.edublink-page-title-area .edublink-page-title {
text-overflow: ellipsis;
-ms-word-wrap: break-word;
word-break: break-word;
}
.edublink-page-title-area .edublink-page-title h1 {
margin: 0 0 5px 0;
font-size: 40px;
line-height: 1.4;
color: var(--edublink-color-heading);
}
.edublink-page-title-area .edublink-breadcrumb-wrapper {
margin-top: 10px;
margin-bottom: 7px;
}
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li {
margin: 0;
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li,
.edublink-page-title-area .edublink-breadcrumb-wrapper .learn-press-breadcrumb {
list-style: none;
position: relative;
font-size: var(--edublink-font-size-b2);
line-height: 22px;
font-weight: 400;
color: var(--edublink-color-body);
}
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li a {
color: var(--edublink-color-body);
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li:first-child,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li:first-child,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li:first-child,
.edublink-page-title-area .edublink-breadcrumb-wrapper .learn-press-breadcrumb a:first-child {
margin-left: 0;
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li:last-child,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li:last-child,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li:last-child,
.edublink-page-title-area .edublink-breadcrumb-wrapper .learn-press-breadcrumb a:last-child {
margin-right: 0;
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li:not(:last-child),
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li:not(:last-child),
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li:not(:last-child) {
padding-right: 30px;
}
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li:after,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li:after,
.edublink-page-title-area .edublink-breadcrumb-wrapper .learn-press-breadcrumb a:after {
content: "\f105";
font-family: 'icomoon';
position: absolute;
right: 13px;
top: 0px;
font-size: 16px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-heading);
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li:last-child:after,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li:last-child:after,
.edublink-page-title-area .edublink-breadcrumb-wrapper ul li:last-child:after {
display: none;
}
.edublink-page-title-area.edublink-default-breadcrumb {
background-color: #f5f9fa;
padding: 95px 0 85px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
}
.edublink-page-title-area.edublink-default-breadcrumb .edublink-page-title h1 {
font-size: var(--edublink-h1);
line-height: var(--edublink-h1-lineHeight);
margin-bottom: 12px;
}
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper ul {
justify-content: center;
}
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper {
margin-top: 20px;
}
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li a,
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper ul li a,
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper ul li {
color: var(--edublink-color-heading);
font-size: 16px;
font-family: var(--edublink-font-secondary);
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li,
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper ul li {
font-weight: var(--edublink-p-semi-bold);
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li a,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li a,
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper ul li a {
font-weight: var(--edublink-p-medium);
}
.edublink-yoast-breadcrumb a:hover,
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li a:hover,
.edublink-breadcrumb-style-2 .edublink-breadcrumb-wrapper ul li a:hover,
.edublink-page-title-area.edublink-default-breadcrumb .edublink-breadcrumb-wrapper ul li a:hover {
color: var(--edublink-color-primary);
}
.edublink-course-page-header .shape-image,
.edublink-default-breadcrumb .shape-image {
position: absolute;
z-index: -1;
}
.edublink-course-page-header .shape-1,
.edublink-default-breadcrumb .shape-1 {
height: 470px;
width: 470px;
border: 1px solid var(--edublink-color-border);
border-radius: 50%;
top: -315px;
left: -60px;
}
.edublink-course-page-header .shape-2,
.edublink-default-breadcrumb .shape-2 {
height: 470px;
width: 470px;
border: 1px solid var(--edublink-color-border);
border-radius: 50%;
top: 30px;
right: -180px;
}
.edublink-course-page-header .shape-3,
.edublink-default-breadcrumb .shape-3 {
top: 60px;
left: 7%;
}
.edublink-course-page-header .shape-4,
.edublink-default-breadcrumb .shape-4 {
bottom: 120px;
right: 8%;
}
.edublink-course-page-header .shape-5,
.edublink-default-breadcrumb .shape-5 {
top: -70px;
right: -88px;
}
@media (max-width: 991px) {
.edublink-page-title-area {
padding-top: 40px;
padding-bottom: 40px;
}
.edublink-header-transparent-enable .edublink-page-title-area {
padding-top: 110px;
}
.edublink-page-title-area.edublink-default-breadcrumb .edublink-page-title h1,
.edublink-page-title-area .edublink-page-title h1 {
font-size: 28px;
}
}
@media (max-width: 767px) {
.edublink-page-title-area.edublink-default-breadcrumb .edublink-page-title h1,
.edublink-page-title-area .edublink-page-title h1 {
font-size: 24px;
}
}
.edublink-breadcrumb-style-1 {
padding: 190px 0 180px;
}
.edublink-page-title-area.edublink-breadcrumb-style-1.edublink-breadcrumb-has-bg:before {
background: rgba(0, 0, 0, 0.6);
}
.edublink-breadcrumb-style-1 .edublink-page-title {
text-align: center;
}
.edublink-breadcrumb-style-1 .edublink-page-title h1 {
color: var(--edublink-color-white);
font-size: var(--edublink-h1);
line-height: var(--edublink-h1-lineHeight);
width: 70%;
margin: 0 auto 12px;
}
.edublink-page-title-area.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper {
margin-top: 20px;
}
.edublink-page-title-area.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul {
justify-content: center;
}
.edublink-yoast-breadcrumb {
text-align: center;
}
.edublink-yoast-breadcrumb span,
.edublink-yoast-breadcrumb a,
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li,
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li a{
color: var(--edublink-color-white);
font-size: 16px;
font-family: var(--edublink-font-secondary);
}
.edublink-breadcrumb-style-1 .edublink-breadcrumb-wrapper ul li:after {
content: "\f105";
font-family: 'icomoon';
position: absolute;
right: 13px;
top: 0px;
font-size: 16px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.edublink-breadcrumb-style-1 {
padding: 150px 0 140px;
}
.edublink-breadcrumb-style-1 .edublink-page-title h1 {
font-size: 38px;
}
}
@media only screen and (max-width: 767px) {
.edublink-breadcrumb-style-1 {
padding: 100px 0 90px;
}
.edublink-breadcrumb-style-1 .edublink-page-title h1 {
width: 100%;
}
.edublink-breadcrumb-style-1 .edublink-page-title h1 {
font-size: 30px;
}
}
@media only screen and (max-width: 575px) {
.edublink-breadcrumb-style-1 {
padding: 80px 0 70px;
}
.edublink-breadcrumb-style-1 .edublink-page-title h1 {
font-size: 26px;
}
}
.edublink-breadcrumb-style-2 {
padding: 13px 0;
background: linear-gradient(-90deg, #f5f1eb 0%, rgba(245, 241, 235, 0.3) 100%);
} body .tutor-pagination-wrap,
.edublink-pagination-wrapper .page-number,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers {
margin: 70px 0 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
flex-wrap: wrap;
}
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:empty,
.edublink-pagination-wrapper .page-number:empty {
margin: 0 !important;
}
body .tutor-pagination-wrap li,
nav.edublink-theme-page-links ul li,
.edublink-pagination-wrapper ul li {
margin-bottom: 0;
margin-top: 0px;
}
body .tutor-pagination-wrap span,
body .tutor-pagination-wrap a:not(:last-child),
nav.edublink-theme-page-links ul.pager li:not(:last-child),
.edublink-pagination-wrapper .page-number li:not(:last-child),
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers li:not(:last-child),
.edublink-pagination-wrapper.eb-custom-pagination .page-number span:not(:last-child),
.edublink-pagination-wrapper.eb-custom-pagination .page-number a:not(:last-child) {
margin-right: 10px;
}
body .tutor-pagination-wrap span,
body .tutor-pagination-wrap a,
nav.edublink-theme-page-links ul.pager li span,
nav.edublink-theme-page-links ul.pager li a,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers,
.edublink-pagination-wrapper .page-number .page-numbers {
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border-radius: 50%;
text-align: center;
color: var(--edublink-color-heading);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
font-size: 18px;
font-weight: 600;
position: relative;
z-index: 1;
}
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers {
margin-top: 0 !important;
}
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers i,
nav.edublink-theme-page-links ul.pager li .edublink-pagination-icon,
.edublink-pagination-wrapper .page-numbers .edublink-pagination-icon {
font-weight: 700;
position: relative;
top: 2px;
}
body .tutor-pagination-wrap span,
body .tutor-pagination-wrap a,
nav.edublink-theme-page-links ul.pager li span,
nav.edublink-theme-page-links ul.pager li a,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers,
.edublink-pagination-wrapper .page-number .page-numbers {
position: relative;
}
body .tutor-pagination-wrap span:before,
body .tutor-pagination-wrap a:before,
nav.edublink-theme-page-links ul.pager li span:before,
nav.edublink-theme-page-links ul.pager li a:before,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:before,
.edublink-pagination-wrapper .page-number .page-numbers:before {
content: "";
height: 100%;
width: 100%;
background: var(--edublink-gradient-primary);
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
z-index: -1;
opacity: 0;
}
nav.edublink-theme-page-links ul.pager li.active span:before, 
nav.edublink-theme-page-links ul.pager li:hover a:before, 
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current:before,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover:before,
.edublink-pagination-wrapper .page-number .page-numbers.current:before, 
.edublink-pagination-wrapper .page-number .page-numbers:hover:before {
opacity: 1;
}
.edublink-pagination-wrapper ul.page-numbers>li .prev i,
.edublink-pagination-wrapper ul.page-numbers>li .next i,
body .tutor-pagination-wrap i,
nav.edublink-theme-page-links ul.pager li i,
nav.edublink-theme-page-links ul.pager li i,
.edublink-pagination-wrapper .page-numbers i {
font-size: 22px;
font-weight: 500;
}
.edublink-pagination-wrapper .page-number .page-numbers:focus,
.edublink-social-share-icons-wrapper a:focus,
.edublink-single-blog .blog-content .title a:focus {
outline: 0;
}
body .tutor-pagination-wrap span.current,
body .tutor-pagination-wrap a:hover,
nav.edublink-theme-page-links ul.pager li.active span,
nav.edublink-theme-page-links ul.pager li:hover a,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current,
.edublink-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover,
.edublink-pagination-wrapper .page-number .page-numbers.current,
.edublink-pagination-wrapper .page-number .page-numbers:hover {
color: #ffffff;
}
nav.edublink-theme-page-links ul.pager,
nav.edublink-theme-page-links {
display: flex;
align-items: center;
}
nav.edublink-theme-page-links {
margin: 70px 0 0;
}
.edublink-single-post nav.edublink-theme-page-links {
margin: 20px 0 0;
}
nav.edublink-theme-page-links ul.pager {
margin: 0 0 0 15px;
padding: 0;
list-style: none;
} .edublink-comments-area .edublink-comment-form textarea {
height: 180px;
display: grid;
padding: 17px 30px;
}
.edublink-comments-area label {
font-weight: 600;
display: flex;
margin-bottom: 7px;
}
.edublink-comments-area p.comment-form-cookies-consent {
display: flex;
}
.edublink-comments-area p.comment-form-cookies-consent input[type="checkbox"] {
margin-top: 4px;
width: 20px;
height: 20px;
}
.edublink-comments-area p.comment-form-cookies-consent label {
padding-left: 15px;
font-weight: 400;
margin-bottom: 0;
}
.post-password-form input[type=password] {
background: #f4f4f4;
border: 0;
height: 60px;
margin-right: 5px;
margin-left: 5px;
}
.post-password-form input[type=submit],
.edublink-comments-area .edublink-comment-btn {
color: #ffffff;
padding: 0 35px;
border-radius: 5px;
height: 60px;
line-height: 62px;
font-weight: 500;
background: var(--edublink-color-primary);
font-family: var(--edublink-font-secondary);
border: 0;
}
.post-password-form input[type=submit]:hover,
.edublink-comments-area .edublink-comment-btn:hover {
background: var(--edublink-color-primary-alt);
}
.learn-press-form .form-fields .form-field input[type=text], 
.learn-press-form .form-fields .form-field input[type=email], 
.learn-press-form .form-fields .form-field input[type=number], 
.learn-press-form .form-fields .form-field input[type=password],
.learn-press-form .form-fields .form-field input[type=url],
.learn-press-form .form-fields .form-field textarea,
.comments-area .edublink-comment-form input[type=text],
.comments-area .edublink-comment-form input[type=email],
.comments-area .edublink-comment-form input[type=url],
.comments-area .edublink-comment-form textarea#comment {
width: 100%;
margin-bottom: 30px;
background: var(--edublink-color-white);
border: 0;
font-family: var(--edublink-font-primary);
font-weight: 400;
border: 1px solid transparent;
border-radius: 5px;
transition: 0.3s;
box-shadow: var(--edublink-shadow-darker);
font-size: 15px;
}
.edublink-comments-area .edublink-row {
margin-bottom: 0px !important;
}
.edublink-comments-area .edublink-row>* {
margin-bottom: 0px !important;
}
.filter-widget.widget-search input[type="text"]:focus,
.widget.widget_product_search input[type="search"]:focus,
.edublink-search-box .search-form input:focus,
.learn-press-form .form-fields .form-field input[type=text]:focus, 
.learn-press-form .form-fields .form-field input[type=email]:focus, 
.learn-press-form .form-fields .form-field input[type=number]:focus, 
.learn-press-form .form-fields .form-field input[type=password]:focus,
.learn-press-form .form-fields .form-field input[type=url]:focus,
.learn-press-form .form-fields .form-field textarea:focus,
.comments-area .edublink-comment-form input[type=text]:focus,
.comments-area .edublink-comment-form input[type=email]:focus,
.comments-area .edublink-comment-form input[type=url]:focus,
.comments-area .edublink-comment-form textarea#comment:focus {
border-color: var(--edublink-color-primary);
}
.learn-press-form .form-fields .form-field input[type=text], 
.learn-press-form .form-fields .form-field input[type=email], 
.learn-press-form .form-fields .form-field input[type=number], 
.learn-press-form .form-fields .form-field input[type=password],
.learn-press-form .form-fields .form-field input[type=url],
.comments-area .edublink-comment-form input[type=text],
.comments-area .edublink-comment-form input[type=email],
.comments-area .edublink-comment-form input[type=url] {
height: 60px;
padding: 0 30px !important;
}
.comments-area .edublink-comment-form p.form-submit {
margin: 0;
}
ol.edublink-comment-list {
margin: 0;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
list-style: none;
}
ol.edublink-comment-list li {
margin-bottom: 0;
margin-top: 0;
}
.edublink-comment-list article.edublink-single-comment {
position: relative;
}
.edublink-comment-list .edublink-comment-each-item {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.edublink-comment-list > .edublink-comment-item:first-child {
margin-top: 0;
padding-top: 0;
}
.edublink-comment-list > .edublink-comment-item {
margin-bottom: 30px;
padding-bottom: 30px;
}
.edublink-comment-list > .edublink-comment-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.edublink-comment-list > .edublink-comment-item.parent .edublink-comment-item {
margin-top: 30px;
}
.edublink-comment-list > .edublink-comment-item:not(:last-child) {
border-bottom: 1px solid var(--edublink-color-border);
}
.edublink-comment-list .edublink-comment-avatar {
min-width: 80px;
width: 80px;
margin-right: 30px;
}
.edublink-comment-list .edublink-comment-avatar a {
display: flex;
}
.edublink-comment-list .edublink-comment-avatar img {
border-radius: 100px;
width: 100%;
}
.edublink-comment-item .edublink-media-body {
flex: 1;
}
.edublink-comment-item h4.edublink-media-heading {
margin: 0 0 2px;
font-size: 18px;
line-height: 1.45;
font-weight: 600;
}
.edublink-comment-item h4.edublink-media-heading a {
font-family: var(--edublink-font-secondary);
}
.edublink-comment-header {
margin-bottom: 14px;
}
.edublink-comment-header span.comment-metadata {
display: flex;
}
.edublink-comment-header span.comment-metadata .comment-edit-link {
margin-left: 20px;
color: var(--edublink-color-heading);
font-weight: 500;
}
.edublink-comment-header span.comment-metadata .comment-edit-link:hover {
opacity: .75;
}
.edublink-comment-bottom-part .comment-reply-link {
color: var(--edublink-color-heading);
display: flex;
align-items: center;
font-weight: 500;
font-family: var(--edublink-font-secondary);
}
.edublink-comment-bottom-part .comment-reply-link i {
margin-right: 6px;
font-size: 16px;
}
.edublink-comment-list .comment-content {
margin-bottom: 18px;
}
.edublink-comment-list .comment-content p:last-child {
margin: 0;
}
.edublink-comment-bottom-part {
display: flex;
justify-content: space-between;
}
.edublink-comment-bottom-part .edit-link {
margin: 0;
}
.edublink-comment-list table a {
text-decoration: none;
}
.edublink-comment-list li > ol.children {
margin-left: 30px;
list-style: none;
padding-left: 0;
} .edublink-blog-meta {
display: flex;
flex-wrap: wrap;
margin: -5px -25px;
padding: 0;
list-style: none;
}
.edublink-blog-meta li {
margin: 5px 25px;
font-weight: 500;
font-size: 16px;
line-height: 26px;
}
.edublink-blog-meta li i, 
.edublink-blog-meta li img {
margin-right: 8px;
position: relative;
top: 2px;
}
.edublink-blog-meta li img {
border-radius: 100px;
width: 30px;
height: 30px;
object-fit: cover;
}
@media only screen and (max-width: 1199px) {
.edublink-blog-meta {
margin: -5px -10px;
}
.edublink-blog-meta li {
margin: 5px 10px;
}
}
.edublink-row.edublink-blog-post-archive-style-standard {
margin-bottom: -70px;
}
.edublink-row.edublink-blog-post-archive-style-standard>* {
margin-bottom: 70px !important;
}
.edublink-blog-post-standard .edu-blog .content {
background-color: var(--edublink-color-white);
border-radius: 0 0 10px 10px;
padding: 44px 50px;
position: relative;
box-shadow: var(--edublink-shadow-darker);
}
.edublink-blog-post-standard .edu-blog {
position: relative;
}
.edublink-blog-post-standard .inner .thumbnail a,
.edublink-blog-post-standard .inner .thumbnail img {
border-radius: 10px 10px 0 0 !important;
}
.edublink-blog-post-standard .top-position.left-top {
left: 20px;
top: 20px;
position: absolute;
z-index: 2;
}
.edublink-blog-post-standard .content {
padding: 35px;
}
.edublink-blog-post-standard .content .edublink-blog-meta {
margin-bottom: 20px;
}
.edublink-blog-post-standard .content .title.empty-title {
display: none;
}
.edublink-blog-post-standard .content p:last-child {
margin-bottom: 0;
}
.edublink-blog-post-standard.sticky:not(.has-post-thumbnail) .edublink-blog-post-standard {
background: rgba(13, 176, 159, .07);
}
.edublink-blog-post-standard.sticky:not(.has-post-thumbnail) .edublink-blog-meta {
margin: -5px -25px 20px 70px;
}
.edublink-blog-post-standard.sticky:not(.has-post-thumbnail) .content:before {
position: absolute;
content: "\EAE2";
right: 35px;
top: 0;
font-family: 'remixicon' !important;
background: #0DB09F;
color: var(--edublink-color-white);
font-size: 30px;
width: 56px;
height: 61px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
line-height: 61px;
}
.edublink-blog-post-standard.sticky.has-post-thumbnail .edu-blog .thumbnail:before {
position: absolute;
content: "\EAE2";
right: 35px;
top: 0;
font-family: 'remixicon' !important;
background: #0DB09F;
color: var(--edublink-color-white);
font-size: 30px;
width: 56px;
height: 61px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
line-height: 61px;
z-index: 1;
}
.edublink-blog-post-standard.sticky.has-post-thumbnail .top-position.left-top {
left: 111px;
}
.blog-details-top .edublink-post-cat a,
.edublink-blog-post-standard .edublink-post-cat a {
color: var(--edublink-color-body);
margin-bottom: 10px;
display: inline-block
}
.blog-details-top .edublink-post-cat a:hover,
.edublink-blog-post-standard .edublink-post-cat a:hover {
color: var(--edublink-color-primary);
}
.edublink-blog-post-standard .read-more-button {
margin-top: 25px;
}
@media only screen and (max-width: 991px) {
.edublink-blog-post-standard .content .title {
font-size: 24px;
margin-bottom: 14px;
}
}
@media only screen and (max-width: 767px) {
.edublink-blog-post-standard .content {
padding: 22px;
}
.edublink-blog-post-standard.sticky:not(.has-post-thumbnail) .content:before,
.edublink-blog-post-standard.sticky.has-post-thumbnail .edu-blog .thumbnail:before {
display: none;
}
.edublink-blog-post-standard.sticky:not(.has-post-thumbnail) .edublink-blog-meta {
margin: -5px -10px 20px;
}
.edublink-blog-post-standard.sticky.has-post-thumbnail .top-position.left-top {
left: 20px;
}
.edublink-blog-post-standard .edu-blog .content {
padding: 30px 25px;
}
.edublink-row.edublink-blog-post-archive-style-standard {
margin-bottom: -30px;
}
.edublink-row.edublink-blog-post-archive-style-standard>* {
margin-bottom: 30px !important;
}
} .edublink-ll-course-wrapper,
.tutor-wrap.course-archive-page,
body.learnpress-checkout.learnpress-page .site-content,
.elementor-page.single .edublink-main-content-inner,
.edublink-section-gap,
.edublink-main-content-inner,
.post-type-archive-zoom-meetings .vczapi-primary {
padding-top: 115px;
padding-bottom: 115px;
}
.elementor-page.single .edublink-course-details-page .edublink-main-content-inner,
.edublink-course-details-page .edublink-main-content-inner {
padding-top: 0;
padding-bottom: 0;
}
.edublink-course-details-page {
padding-top: 115px;
padding-bottom: 70px;
}
.edublink-related-course-content-wrapper {
padding-bottom: 115px;
}
.edublink-page-breadcrumb-disable .edublink-main-content-inner,
.elementor-page .edublink-main-content-inner,
.elementor-page.single.single-elementor_library .edublink-main-content-inner {
padding-top: 0px;
padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
.edublink-ll-course-wrapper,
.tutor-wrap.course-archive-page,
.post-type-archive-zoom-meetings .vczapi-primary,
.elementor-page.single .edublink-main-content-inner,
body.learnpress-checkout.learnpress-page .site-content,
.edublink-section-gap,
.edublink-main-content-inner {
padding-top: 80px;
padding-bottom: 80px;
}
.elementor-page.single .edublink-course-details-page .edublink-main-content-inner,
.edublink-course-details-page .edublink-main-content-inner {
padding-top: 0;
padding-bottom: 0;
}
.edublink-course-details-page {
padding-top: 80px;
padding-bottom: 60px;
}
.edublink-related-course-content-wrapper {
padding-bottom: 100px;
}
.edublink-page-breadcrumb-disable .edublink-main-content-inner,
.elementor-page .edublink-main-content-inner,
.elementor-page.single.single-elementor_library .edublink-main-content-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.edublink-comment-list .edublink-comment-avatar {
min-width: 50px;
margin: 0 0 15px;
}
.edublink-comment-list .edublink-comment-avatar img {
height: 50px;
width: 50px;
}
}
@media screen and (max-width: 767px) {
.edublink-ll-course-wrapper,
.tutor-wrap.course-archive-page,
.post-type-archive-zoom-meetings .vczapi-primary,
.elementor-page.single .edublink-main-content-inner,
body.learnpress-checkout.learnpress-page .site-content,
.edublink-section-gap,
.edublink-main-content-inner {
padding-top: 80px;
padding-bottom: 80px;
}
.elementor-page.single .edublink-course-details-page .edublink-main-content-inner,
.edublink-course-details-page .edublink-main-content-inner {
padding-top: 0;
padding-bottom: 0;
}
.edublink-course-details-page {
padding-top: 80px;
padding-bottom: 60px;
}
.edublink-related-course-content-wrapper {
padding-bottom: 80px;
}
.edublink-page-breadcrumb-disable .edublink-main-content-inner,
.elementor-page .edublink-main-content-inner,
.elementor-page.single.single-elementor_library .edublink-main-content-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.edublink-comment-item .edublink-media-body {
width: 100%;
}
}
.edublink-about-section-1-right-side .edublink-signature-image .elementor-widget-container {
position: relative;
}
.edublink-elementor-disable-equal-height .elementor-container,
.edublink-elementor-disable-equal-height .elementor-row {
align-items: flex-start;
}
.eb-static-section,
.eb-static-section .eb-static-column,
.eb-static-section .eb-static-column .elementor-element-populated,
.eb-static-section .eb-static-column .elementor-widget-wrap,
.eb-static-section .eb-static-column .elementor-widget {
position: static !important;
}
.elementor-icon-list-items {
list-style: none;
} @media only screen and (max-width: 767px) {
body.sales-coach-page {
overflow-y: hidden;
}
} @-webkit-keyframes ripple_2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(3);
transform: scale(3);
opacity: 1;
}
100% {
-webkit-transform: scale(4);
transform: scale(4);
opacity: 0;
}
}
@keyframes ripple_2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
75% {
-webkit-transform: scale(3);
transform: scale(3);
opacity: 1;
}
100% {
-webkit-transform: scale(4);
transform: scale(4);
opacity: 0;
}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn {
height: 200px;
width: 200px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
@media only screen and (max-width: 767px) {
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn {
height: 50px;
width: 50px;
background-color: white;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i {
padding-top: 40px;
font-size: 26px;
color: var(--edublink-color-primary);
}
@media only screen and (max-width: 767px) {
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i {
font-size: 16px;
padding-top: 0;
}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before, .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
-webkit-transition: var(--transition);
transition: var(--transition);
border-radius: 50%;
border: 1px solid #dfe7e9;
}
@media only screen and (max-width: 767px) {
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before, .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
display: none;
}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before {
-webkit-animation: ripple_2 3s linear infinite;
animation: ripple_2 3s linear infinite;
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
-webkit-animation: ripple_2 3s linear 1s infinite;
animation: ripple_2 3s linear 1s infinite;
} .elementor-edit-area {
width: 100%;
}
.elementor_library-template-default .entry-footer {
display: none;
}
.elementor-template-full-width .site-content-inner.edublink-container-fluid {
padding-right: 0;
padding-left: 0;
}
.elementor-template-full-width .site-content-inner > .edublink-row {
display: inherit;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
margin-right: 0;
margin-left: 0;
}
.elementor-page .edublink-single-page {
margin-bottom: inherit;
-webkit-box-shadow: inherit;
box-shadow: inherit;
background-color: inherit;
border-radius: inherit;
padding: inherit;
}
.elementor-page .page-content,
.elementor-page .entry-content,
.elementor-page .entry-summary {
margin-top: 0;
}
.elementor-page.edublink-page-sidebar-disable .edublink-page-container.edublink-container {
max-width: 100%;
}
.elementor-page.edublink-page-sidebar-disable .edublink-page-container.edublink-container .entry-footer .edit-link {
max-width: 1170px;
margin: 0 auto;
}
.elementor-page .edublink-fullwidth-page-container .content-area.edublink-col-lg-12,
.elementor-page .edublink-container .content-area.edublink-col-lg-12 {
padding: 0;
}
.edublink-sticky-header-wrapper.edublink-header-sticky .edublink-hide-at-sticky {
display: none;
} .edublink-pagination-box-wrap {
position: relative;
}
.edublink-pagination-box-wrap::before, .edublink-pagination-box-wrap::after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
-webkit-transition: var(--transition);
transition: var(--transition);
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.edublink-pagination-box-wrap::before {
-webkit-animation: ripple_2 3s linear infinite;
animation: ripple_2 3s linear infinite;
}
.edublink-pagination-box-wrap::after {
-webkit-animation: ripple_2 3s linear 1s infinite;
animation: ripple_2 3s linear 1s infinite;
}
.edublink-hm-instructor-info {
padding: 26px 30px 16px;
min-height: 130px;
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.edublink-hm-instructor-info .title {
margin-bottom: 5px;
}
.edublink-hm-instructor-info .instructor-wrapper .instructor-media {
display: flex;
align-items: center;
}
.edublink-hm-instructor-info .instructor-wrapper .instructor-media .content {
line-height: 15px;
font-weight: 500;
}
.edublink-h-main-about-us {
padding: 20px 20px 20px 30px;
box-shadow: 0px 40px 70px rgba(27, 20, 78, 0.1);
}
.edublink-h-main-about-us .about-us-media {
display: flex;
align-items: center;
}
.edublink-h-main-about-us .about-us-media .icon {
width: 60px;
height: 60px;
background: rgba(26, 182, 157, 0.1);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-right: 15px;
color: var(--edublink-color-primary);
font-size: 30px;
}
.edublink-h-main-about-us .about-us-media .content h6 {
font-size: 24px;
margin-bottom: 0;
line-height: 1;
}
.edublink-distant-learning-hero-online-support {
border-radius: 50px 10px 50px 10px;
padding: 30px;
min-width: 300px;
box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.edublink-distant-learning-hero-online-support .distant-learning-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.edublink-distant-learning-hero-online-support .distant-learning-wrapper .content .subtitle {
color: rgba(20, 20, 23, 0.5);
text-transform: uppercase;
font-size: 13px;
}
.edublink-distant-learning-hero-online-support .distant-learning-wrapper .content .title {
margin-bottom: 0;
margin-top: 5px;
line-height: 1;
}
.edublink-distant-learning-hero-online-support .distant-learning-wrapper .icon i {
width: 50px;
height: 50px;
background: rgba(238, 74, 98, 0.1);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 22px;
margin-right: 15px;
}
.edublink-la-instructor-info {
padding: 26px 27px 40px;
border-radius: 75px;
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
text-align: center;
max-height: 290px;
}
.edublink-la-instructor-info .instructor-wrapper {
position: relative;
}
.edublink-la-instructor-info .instructor-wrapper::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 70px;
height: 1px;
background-color: var(--edublink-color-border);
transform: translate(-50%, -50%);
}
.edublink-la-instructor-info .instructor-wrapper .enrolled-counter {
margin-top: 15px;
}
.edublink-la-instructor-info .instructor-wrapper .count-number {
font-size: 30px;
margin-bottom: 0;
font-weight: 800;
}
.edublink-la-instructor-info .instructor-wrapper .language-counter {
margin-top: 88px;
}
.edublink-la-instructor-info .instructor-wrapper .title {
font-size: 13px;
}
.edublink-la-instructor-info .instructor-wrapper .language-counter .title {
margin-bottom: 0;
}
.edublink-dm-instructor-info {
background: var(--edublink-color-secondary);
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
padding: 26px 40px 20px 30px;
border-radius: 45px 15px 75px 45px;
position: relative;
}
.edublink-dm-instructor-info::before {
content: "";
position: absolute;
width: 320px;
height: 130px;
border: 2px solid var(--edublink-color-white);
border-radius: 65px 20px 100px 65px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.edublink-dm-instructor-info .instructor-wrapper {
display: flex;
}
.edublink-dm-instructor-info .instructor-wrapper .thumb {
margin-right: 20px;
}
.edublink-dm-instructor-info .instructor-wrapper .content {
line-height: 1;
margin-top: 5px;
}
.edublink-dm-wc-lesson {
background: var(--edublink-color-extra05);
text-align: center;
width: 200px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.edublink-dm-wc-lesson .content .title {
margin-bottom: 0;
color: #fff;
font-size: 18px;
}
.edublink-dm-wc-lesson .content .number {
font-size: 26px;
font-weight: bold;
}
.edublink-brand-opacity {
opacity: .4;
transition: .3s;
}
.edublink-brand-opacity:hover {
opacity: 1;
}
@media (max-width: 767px) {
.edublink-br-m-none br {
display: none;
}
}
.eb-online-hero-img-a img {
border-radius: 0;
-webkit-animation: edublink-radius-change 8s linear infinite;
animation: edublink-radius-change 8s linear infinite;
}
.eb-online-hero-img-b img {
border-radius: 50px 0px;
-webkit-animation: edublink-radius-change2 5s linear;
animation: edublink-radius-change2 5s linear;
}
.distant-learning-course .edublink-single-course .course-hover-content .content .title {
font-size: var(--edublink-h5);
line-height: var(--edublink-h5-lineHeight);
} .course-side-shadow::before {
content: "";
position: absolute;
left: -15px;
top: 0px;
bottom: 0;
width: 380px;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 100px, rgba(255, 255, 255, 0));
background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 100px, rgba(255, 255, 255, 0));
z-index: 2;
}
.course-side-shadow::after {
content: "";
position: absolute;
right: -15px;
top: 0px;
bottom: 0;
width: 380px;
height: 100%;
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9) 100px, rgba(255, 255, 255, 0));
background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 100px, rgba(255, 255, 255, 0));
z-index: 2;
}
@media only screen and (max-width: 1650px) {
.course-side-shadow::before {
width: 320px;
}
.course-side-shadow::after {
width: 320px;
}
}
@media only screen and (max-width: 1199px) {
.course-side-shadow::before {
display: none;
}
.course-side-shadow::after {
display: none;
}
}
@media (min-width: 1200px) {
.eb-course-thumb-400 .edublink-single-course.course-style-5 img {
min-height: 400px;
object-fit: cover;
}
} .edublink-section-heading .pre-heading {
font-weight: 500;
display: inline-block;
text-transform: uppercase;
margin-bottom: 14px;
letter-spacing: 1px;
}
.edublink-section-heading .heading {
font-size: var(--edublink-h2);
line-height: var(--edublink-h2-lineHeight);
margin-top: 0;
margin-bottom: 0;
}
.edublink-section-heading .heading mark {
color: var(--edublink-color-secondary);
background: inherit;
}
.edublink-section-heading .title-shape {
margin-top: 4px;
display: block;
color: var(--edublink-color-primary);
}
.edublink-section-heading .sub-heading {
margin-top: 15px;
}
.edublink-section-heading .sub-heading p {
margin-bottom: 24px;
}
.edublink-section-heading .sub-heading p:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 991px) {
.edublink-section-heading .heading {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.edublink-section-heading .heading {
font-size: 26px;
}
} .elementor-editor-wp-page #edublink-preloader,
.elementor-editor-wp-page .edublink-preloader-inner,
.elementor-editor-active #edublink-preloader,
.elementor-editor-active .edublink-preloader-inner {
display: none !important;
}
#edublink-preloader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999999;
overflow: hidden;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: flex;
align-items: center;
justify-content: center;
background: #2D2F48;
}
.edublink-preloader-type-1 #edublink-preloader {
background: var(--edublink-color-black);
}
.edublink-preloader-type-2 #edublink-preloader {
background-image: -webkit-linear-gradient(70deg, #656cb9 0%, #30388b 100%);
background-image: linear-gradient(20deg, #656cb9 0%, #30388b 100%);
}
.edublink-preloader-type-3 #edublink-preloader {
background: #eef7ff;
}
.edublink-preloader-1-spin-item {
width: 100px;
height: 100px;
background: linear-gradient(90deg, #009fff, #ec2f4b);
}
.edublink-preloader-1-spin-item {
border-radius: 50%;
position: relative;
animation: edublinkrotate360 2s linear infinite;
}
.edublink-preloader-1-spin-item::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: black;
width: 80%;
height: 90%;
border-radius: 50%;
box-shadow: 0 0 5px 5px black;
}
.edublink-preloader-2-spinner {
width: 40px;
height: 40px;
position: relative;
}
.edublink-preloader-2-spin-1 {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #FFFFFF;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: edublink-preloader-bounce-animation 2.0s infinite ease-in-out;
animation: edublink-preloader-bounce-animation 2.0s infinite ease-in-out;
}
.edublink-preloader-2-spin-2 {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #FFFFFF;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: edublink-preloader-bounce-animation 2.0s infinite ease-in-out;
animation: edublink-preloader-bounce-animation 2.0s infinite ease-in-out;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.edublink-preloader-spin-3 {
width: 20px;
height: 20px;
background-color: var(--edublink-color-primary);
float: left;
margin-right: 20px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.edublink-preloader-3-spinner {
position: relative;
}
.edublink-preloader-3-spin-1 {
-webkit-animation: edublink_preloader_3_spin_1 1.5s infinite;
animation: edublink_preloader_3_spin_1 1.5s infinite;
}
.edublink-preloader-3-spin-2 {
-webkit-animation: edublink_preloader_3_spin_2 1.5s infinite;
animation: edublink_preloader_3_spin_2 1.5s infinite;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.edublink-preloader-3-spin-3 {
-webkit-animation: edublink_preloader_3_spin_3 1.5s infinite;
animation: edublink_preloader_3_spin_3 1.5s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
margin-right: 0;
}
@-webkit-keyframes edublink_preloader_3_spin_1 {
75% { 
-webkit-transform: scale(0); 
}
}
@keyframes edublink_preloader_3_spin_1 {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes edublink_preloader_3_spin_2 {
75% { 
-webkit-transform: scale(0); 
}
}
@keyframes edublink_preloader_3_spin_2 {
75% {
transform: scale(0);
-webkit-transform:  scale(0);
}
}
@-webkit-keyframes edublink_preloader_3_spin_3 {
75% { 
-webkit-transform: scale(0); 
}
}
@keyframes edublink_preloader_3_spin_3 {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
.edublink-preloader-close-btn-wraper {
position: fixed;
bottom: 0;
right: 0;
padding: 30px;
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.edublink-preloader-close-btn {
border-radius: 50px;
font-size: 13px;
padding: 0px 23px;
background: var(--edublink-color-black);
color: var(--edublink-color-white);
cursor: pointer;
border: 0;
text-transform: uppercase;
font-weight: 700;
height: 45px;
line-height: 45px;
display: inline-block;
letter-spacing: 0.05em;
}
.edublink-preloader-type-1 .edublink-preloader-close-btn {
color: var(--edublink-color-black);
background: var(--edublink-color-white);
}
@keyframes edublinkrotate360 {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes edublink-preloader-bounce-animation {
0%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes edublink-preloader-bounce-animation {
0%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
} @-webkit-keyframes edublink--slide-up {
0% {
-webkit-transform: translate3d(0, 3rem, 0);
transform: translate3d(0, 3rem, 0);
opacity: 0;
filter: alpha(opacity=0);
transition-property: opacity, transform;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes edublink--slide-up {
0% {
-webkit-transform: translate3d(0, 3rem, 0);
transform: translate3d(0, 3rem, 0);
opacity: 0;
filter: alpha(opacity=0);
transition-property: opacity, transform;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.edublink--slide-up {
animation-name: edublink--slide-up;
}
[data-sal].sal-animate {
animation-name: edublink--slide-up;
animation-duration: 1.25s;
} 
.edublink-course-filter-type-cat-filter [data-sal],
.edublink-course-filter-type-cat-filter [data-sal].sal-animate,
.edublink-filter-type-tab-filter [data-sal],
.edublink-filter-type-tab-filter [data-sal].sal-animate {
animation-name: unset;
animation-duration: unset;
} @media screen and (max-width: 1199px) {
.edublink-header-area.edublink-navbar .site-branding,
.edublink-mobile-menu .edublink-mobile-hamburger-menu {
height: 80px;
line-height: 80px;
}
.edublink-header-area .edublink-theme-nav.edublink-navbar-collapse {
display: none;
}
.edublink-header-area .quote-icon.edublink-theme-nav-responsive {
display: block;
}
.edublink-mobile-menu {
display: block;
}
.edublink-default-header-nav {
display: flex;
justify-content: flex-end;
}
.edublink-mobile-menu-item,
.edublink-elementor-mobile-menu-item {
display: block;
}
body.admin-bar .edublink-mobile-menu-nav-wrapper {
padding: 32px 0px 0px;
}
}
@media screen and (max-width: 991px) {
.edublink-header-area .edublink-container {
position: relative;
}
.edublink-header-area > .edublink-container,
.edublink-header-area > .edublink-container-fluid {
-ms-flex-align: flex-start;
-webkit-box-align: start;
align-items: flex-start;
}
.edublink-comment-list li > ol.children {
margin-left: 15px;
}
.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li > a.nav-link,
.edublink-header-area ul.edublink-navbar-nav > li > a {
padding: 0 10px;
}
aside#secondary.widget-area {
margin-top: 30px;
}
}
@media screen and (max-width: 782px) {
body.admin-bar .edublink-mobile-menu-nav-wrapper {
padding: 46px 0px 0px;
}
body.admin-bar .edublink-sticky-header-wrapper.edublink-header-sticky,
body.admin-bar .site-header.edublink-header-sticky {
top: 46px;
}
}
@media screen and (max-width: 600px) {
body.admin-bar .edublink-mobile-menu-nav-wrapper {
padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.widget_archive ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_meta ul.children li,
.widget_nav_menu ul ul.sub-menu li {
padding-left: 15px;
}
.edublink-single-post .edublink-single-post-meta-info {
margin: 0 0 15px;
}
}
@media (max-width: 600px) {
body.admin-bar .edublink-sticky-header-wrapper.edublink-header-sticky,
body.admin-bar .site-header.edublink-header-sticky {
top: 0;
}
}
@media (max-width: 580px) {
.edublink-comment-list li > ol.children {
margin-left: 0px;
}
.widget_archive ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_meta ul.children li,
.widget_nav_menu ul ul.sub-menu li {
padding-left: 10px;
}
}
@media (min-width: 576px) {
.edublink-col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edublink-col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edublink-col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edublink-col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edublink-col-sm-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edublink-col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edublink-col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.edublink-col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edublink-col-sm-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edublink-col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edublink-col-sm-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edublink-col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.edublink-col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edublink-col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edublink-col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edublink-col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edublink-col-md-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edublink-col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edublink-col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.edublink-col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edublink-col-md-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edublink-col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edublink-col-md-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edublink-col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.edublink-404-page-header {
font-size: 40px;
line-height: 50px;
}
blockquote.wp-block-quote:before {
width: 10px;
}
}
@media (min-width: 992px) {
.edublink-error-404.not-found {
margin-top: -100px;
}
.edublink-col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edublink-col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edublink-col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edublink-col-lg-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edublink-col-lg-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edublink-col-lg-el-5 {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%;
}
.edublink-col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edublink-col-lg-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.edublink-col-lg-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edublink-col-lg-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edublink-col-lg-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edublink-col-lg-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edublink-col-lg-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.container,
.edublink-container {
max-width: 1200px;
}
.edublink-404-page-header {
font-size: 48px;
line-height: 58px;
margin-bottom: 24px;
margin-top: 23px;
}
.edublink-404-page-details {
font-size: 24px;
line-height: 26px;
}
.edublink-error-404 .edublink-button-item {
margin-top: 70px;
}
}
@media (min-width: 1200px) {
.edublink-col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edublink-col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edublink-col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edublink-col-xl-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edublink-col-xl-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edublink-col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edublink-col-xl-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.edublink-col-xl-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edublink-col-xl-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edublink-col-xl-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edublink-col-xl-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edublink-col-xl-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
} .eb-slider-wrapper.eb-slider-wrapper-arrows-enable {
position: relative;
}
.eb-slider-wrapper .eb-slider-dots-enable {
padding-bottom: 70px;
}
.eb-slider-wrapper.eb-slider-wrapper-arrows-enable .swiper-slide-controls {
position: absolute;
top: calc(50% - 30px);
width: 60px;
height: 60px;
line-height: 64px;
color: var(--edublink-color-white);
cursor: pointer;
text-align: center;
font-size: 20px;
border-radius: 100%;
transition: all 0.4s ease-out 0s;
background: var(--edublink-color-primary);
z-index: 1;
}
.eb-slider-wrapper.eb-slider-wrapper-arrows-enable .swiper-slide-controls.slide-prev {
left: -70px;
}
.eb-slider-wrapper.eb-slider-wrapper-arrows-enable.eb-slider-wrapper-dots-enable .swiper-slide-controls {
top: calc(50% - 65px);
}
.eb-slider-wrapper.eb-slider-wrapper-arrows-enable .swiper-slide-controls.slide-next {
right: -70px;
} .edublink-single-course {
background-color: var(--edublink-color-white);
position: relative;
border-radius: 5px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
overflow: hidden;
}
.edublink-single-course .thumbnail {
position: relative;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .thumbnail a {
display: block !important;
overflow: hidden;
border-radius: 5px 5px 0 0;
}
.edublink-single-course .thumbnail a img {
border-radius: 5px 5px 0 0;
-webkit-transition: 0.4s;
transition: 0.4s;
width: 100%;
}
.edublink-single-course .thumbnail a:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
border-radius: 5px 5px 0 0;
}
.edublink-single-course .thumbnail .time-top {
position: absolute;
top: 10px;
right: 10px;
}
.edublink-single-course .thumbnail .duration {
background-color: var(--edublink-color-tertiary);
border-radius: 3px;
padding: 4px 8px;
font-weight: 500;
font-size: 13px;
color: var(--edublink-color-white);
font-family: var(--edublink-font-secondary);
display: block;
text-transform: capitalize;
}
.edublink-single-course .thumbnail .duration i {
font-size: 16px;
position: relative;
top: 2px;
margin-right: 6px;
}
.edublink-single-course .content {
padding: 30px 20px 16px 30px;
}
.edublink-single-course .content .course-level {
font-size: 13px;
font-weight: 500;
color: var(--edublink-color-primary);
font-family: var(--edublink-font-secondary);
background-color: rgba(26, 182, 157, 0.15);
border-radius: 3px;
padding: 1px 10px;
margin-bottom: 15px;
display: inline-block;
text-transform: capitalize;
}
.edublink-single-course .content .title {
margin-bottom: 8px;
}
.edublink-single-course .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.edublink-single-course .content .title a:active,
.edublink-single-course .content .title a:focus {
color: inherit;
}
.edublink-single-course .content .course-rating {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.edublink-single-course .content .course-rating .rating {
color: var(--edublink-color-tertiary);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .content .course-rating .rating-count {
font-size: 14px;
font-weight: 500;
color: var(--edublink-color-heading);
margin-left: 10px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .content .course-price {
font-size: 14px;
font-weight: var(--edublink-p-semi-bold);
color: var(--edublink-color-secondary);
font-family: var(--edublink-font-secondary);
margin-bottom: 10px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-course-meta-informations .course-price .origin-price,
.edublink-single-course .course-price .origin-price {
display: block;
text-decoration: line-through;
margin-right: 4px;
}
.edublink-single-course .content .course-price.price-round {
font-size: 22px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-white);
height: 80px;
width: 80px;
line-height: 84px;
background-color: var(--edublink-color-primary);
border-radius: 50%;
text-align: center;
}
.edublink-single-course .content .course-meta {
margin: 0;
padding: 0;
list-style: none;
}
.edublink-single-course .content .course-meta li {
display: inline-block;
font-size: 13px;
color: var(--edublink-color-heading);
margin-right: 29px;
position: relative;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .content .course-meta li:after {
content: "";
height: 19px;
width: 1px;
background-color: #e5e5e5;
position: absolute;
top: 1px;
right: -15px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .content .course-meta li:last-child {
margin-right: 0;
}
.edublink-single-course .content .course-meta li:last-child:after {
display: none;
}
.edublink-single-course .content .course-meta li i {
color: #a7a7a7;
font-size: 14px;
margin-right: 7px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .course-hover-content {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
bottom: 0;
left: 0;
right: 0;
border-radius: 4px;
padding: 50px 20px 45px 30px;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
display: inline-table;
}
.edublink-single-course .course-hover-content .content {
padding: 0;
}
.edublink-single-course .wishlist-btn {
background: rgba(255, 255, 255, 0.15);
width: 40px;
height: 40px;
line-height: 47px;
padding: inherit;
text-align: center;
border-radius: 50%;
border: 0 none;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
z-index: 1;
}
.edublink-single-course .wishlist-btn i {
color: var(--edublink-color-white);
font-size: 19px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course .course-hover-content .content .course-level {
background-color: var(--edublink-color-white);
color: var(--edublink-color-heading);
}
.edublink-single-course .course-hover-content .content .title {
color: var(--edublink-color-white);
font-weight: 600;
}
.edublink-single-course .course-hover-content .content .title a:hover {
color: var(--edublink-color-white);
}
.edublink-single-course .course-hover-content .content .course-rating .rating-count {
color: var(--edublink-color-white);
}
.edublink-single-course .course-hover-content .content .course-price {
color: var(--edublink-color-white);
}
.edublink-single-course .course-hover-content .content p {
color: var(--edublink-color-white);
margin-bottom: 15px;
}
.edublink-single-course .course-hover-content .content .course-meta {
margin-bottom: 16px;
}
.edublink-single-course .course-hover-content .content .course-meta li {
color: var(--edublink-color-white);
}
.edublink-single-course .course-hover-content .content .course-meta li:after {
background-color: rgba(255, 255, 255, 0.25);
}
.edublink-single-course .course-hover-content .content .course-meta li i {
color: var(--edublink-color-white);
}
.edublink-single-course .hover-content-aside {
width: 344px;
padding-left: 12px;
position: absolute;
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) translateX(-20px);
-ms-transform: translateY(-50%) translateX(-20px);
transform: translateY(-50%) translateX(-20px);
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
pointer-events: none;
z-index: 1;
}
.edublink-single-course .hover-content-aside .content {
background-color: var(--edublink-color-white);
border-radius: 4px;
box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
padding: 30px 30px 40px 30px;
}
.edublink-single-course .hover-content-aside .content:before {
content: "";
border-top: 12px solid transparent;
border-right: 13px solid var(--edublink-color-white);
border-bottom: 12px solid transparent;
position: absolute;
top: 50%;
left: -13px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.edublink-single-course .hover-content-aside .content .course-rating {
margin-bottom: 0;
}
.edublink-single-course .hover-content-aside .content .course-meta {
margin-bottom: 5px;
}
.edublink-single-course .hover-content-aside .content .course-meta li {
font-size: var(--edublink-font-size-b1);
color: var(--edublink-color-body);
}
.edublink-single-course .hover-content-aside .content .course-meta li:after {
height: 5px;
width: 5px;
background-color: #d1d1d1;
border-radius: 50%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: -17px;
}
.edublink-single-course .hover-content-aside .content .course-feature {
margin-bottom: 25px;
}
.edublink-single-course .hover-content-aside .content .course-feature ul li {
font-size: 13px;
position: relative;
padding-left: 28px;
}
.edublink-single-course .hover-content-aside .content .course-feature ul li:before {
content: "\e913";
font-family: 'icomoon';
color: var(--edublink-color-heading);
margin-right: 15px;
position: absolute;
left: 0;
top: 2px;
}
.edublink-single-course .hover-content-aside .content .button-group .edu-btn {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.edublink-single-course .hover-content-aside.content-right {
left: auto;
right: 100%;
padding-left: 0;
padding-right: 12px;
}
.edublink-single-course .hover-content-aside.content-right .content:before {
left: auto;
right: -12px;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.edublink-single-course:hover .thumbnail a img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.edublink-single-course:hover .course-hover-content {
visibility: visible;
opacity: 1;
}
.edublink-single-course:hover .hover-content-aside {
pointer-events: all;
visibility: visible;
opacity: 1;
-webkit-transform: translateY(-50%) translateX(0);
-ms-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
}
.empty-wishlist-text {
font-weight: 600;
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-body);
} #edublink-login-notification {
position: fixed;
z-index: 999;
font-size: 16px;
font-weight: 500;
top: 45%;
right: 0px;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#edublink-login-notification.eduBlinkFadeOutRight {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.edublink-login-message {
color: var(--edublink-color-white);
background: var(--edublink-color-tertiary);
padding: 15px;
border-radius: 5px 0 0 5px;
} .eb-course-review-wrapper {
position: relative;
overflow: hidden;
width: 95px;
}
.eb-course-review {
color: #caccd2;
list-style: none;
display: flex;
padding: 0;
margin: 0;
white-space: nowrap;
overflow: hidden;
font-size: 15px;
}
.eb-course-review li {
margin: 0;
padding: 0;
cursor: pointer;
}
#secondary .eb-course-review li {
color: inherit;
margin-bottom: 0;
}
#secondary .eb-course-rating-content {
margin-bottom: 0;
}
.eb-course-review li:not(:last-child) {
margin-right: 4px;
}
.eb-course-review.eb-review-filled {
color: var(--edublink-color-tertiary);
position: absolute;
top: 0;
left: 0;
}
.edublink-single-course.course-style-3 .course-price:empty,
.edublink-single-course.course-style-4 .course-price:empty,
.edublink-single-course.course-style-5 .course-price:empty,
.edublink-single-course.course-style-6 .thumbnail .course-price:empty,
.edublink-single-course.course-style-9 .thumbnail .course-price:empty,
.edublink-single-course.course-style-10 .course-price:empty,
.edublink-single-course.course-style-11 .course-price:empty,
.edublink-single-course.course-style-12 .course-price:empty,
.edublink-single-course.course-style-13 .course-price:empty,
.edublink-single-course.course-style-14 .course-price:empty {
display: none;
}
.eb-course-header-meta-items .eb-course-rating-content {
margin-bottom: 0 !important;
}
.eb-course-rating-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.edublink-media-heading .eb-course-rating-content {
margin-bottom: 6px;
}
.eb-rating-text {
font-size: 14px;
font-weight: 500;
color: var(--edublink-color-heading);
margin-left: 10px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-1:hover .eb-rating-text,
.edublink-single-course.course-style-15:hover .eb-rating-text,
.edublink-single-course.course-style-16:hover .eb-rating-text {
color: var(--edublink-color-white);
}
.edublink-single-course.course-style-1:hover .eb-course-review,
.edublink-single-course.course-style-15:hover .eb-course-review,
.edublink-single-course.course-style-16:hover .eb-course-review {
color: #dfe1e4;
}
.edublink-single-course.course-style-1:hover .eb-course-review.eb-review-filled,
.edublink-single-course.course-style-15:hover .eb-course-review.eb-review-filled,
.edublink-single-course.course-style-16:hover .eb-course-review.eb-review-filled {
color: var(--edublink-color-tertiary);
}
.edublink-course-archive-top-bar-wrapper {
margin-bottom: 40px;
}
.edublink-course-archive-top-bar {
align-items: center;
}
.edublink-course-archive-index-count {
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
}
.edublink-course-archive-index-count span {
color: var(--edublink-color-primary);
}
.edublink-course-archive-search {
text-align: right;
}
.edu-search-box {
position: relative;
display: inline-block;
}
.edu-search-box input {
height: 60px;
background: var(--edublink-color-shade);
font-weight: 500;
font-size: 16px;
color: var(--edublink-color-heading);
padding: 0 25px;
min-width: 350px;
border: 0 none;
border-radius: 5px;
padding-right: 48px;
font-family: var(--edublink-font-primary);
}
.edu-search-box .search-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
padding: 0;
border: 0 none;
background: transparent;
color: var(--edublink-color-black);
}
.edu-search-box .search-button i {
font-size: 18px;
}
@media only screen and (max-width: 767px) {
.edublink-course-archive-search {
text-align: left;
}
.edu-search-box {
width: 100%;
}
.edu-search-box input {
min-width: 100%;
}
} .edublink-single-course.course-style-1 .inner .content {
background-color: var(--edublink-color-lighten04);
}
.active-white-bg .edublink-single-course.course-style-1 .inner .content {
background-color: var(--edublink-color-white);
}
.edublink-single-course.course-style-1,
.edublink-single-course.course-style-1 .thumbnail,
.edublink-single-course.course-style-1 .course-hover-content-wrapper, 
.edublink-single-course.course-style-1 .course-hover-content {
-webkit-transition: var(--edublink-transition-2);
transition: var(--edublink-transition-2);
}
.edublink-single-course.course-style-1 .course-hover-content p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.edublink-single-course.course-style-1 a.edu-btn.btn-secondary:hover {
color: var(--edublink-color-black);
background: #ffffff;
}
.edublink-single-course.course-style-1 a.edu-btn:after {
display: none;
}
.edublink-single-course.course-style-1:hover .course-hover-content-wrapper {
opacity: 1;
}
.edublink-single-course.course-style-1 .course-hover-content-wrapper {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
opacity: 0;
background-color: var(--edublink-color-primary);
}
.edublink-single-course.course-style-1 .wishlist-top-right {
z-index: 2;
position: relative;
}
.edublink-single-course.course-style-1 .edublink-wishlist-wrapper {
color: var(--edublink-color-white);
font-size: 0;
cursor: pointer;
background: rgba(45, 40, 78, 0.2);
backdrop-filter: blur(10px);
width: 40px;
height: 40px;
line-height: 42px;
text-align: center;
border-radius: 100%;
border: 0 none;
padding: 0;
display: inline-block;
background: rgba(255, 255, 255, 0.15);
position: absolute;
top: 10px;
right: 10px;
}
.edublink-single-course.course-style-1 .edublink-wishlist-wrapper:before {
content: '\e915' !important;
font-family: 'icomoon' !important;
margin-right: 0px !important;
font-weight: 400 !important;
visibility: visible;
font-size: 18px;
}
.edublink-single-course.course-style-1 .eb-wishlisted .edublink-wishlist-wrapper,
.edublink-single-course.course-style-1 .edublink-wishlist-wrapper.on,
.edublink-single-course.course-style-1 .edublink-wishlist-wrapper:hover {
background: var(--edublink-color-secondary);
}
.edublink-single-course.course-style-1 .stm-lms-wishlist.loading .fa-heart:before,
.edublink-single-course.course-style-1 .is-processing .edublink-wishlist-wrapper:before,
.edublink-single-course.course-style-1 .edublink-wishlist-wrapper.ajaxload_wishlist:before {
content: '\EEC2' !important;
font-family: 'remixicon' !important;
-webkit-animation: 1s linear 0s normal none infinite running edublink-spin;
animation: 1s linear 0s normal none infinite running edublink-spin;
cursor: auto;
display: inline-block;
font-size: 19px;
} .edublink-single-course.course-style-2 .inner .content {
background-color: var(--edublink-color-lighten04);
}
.active-white-bg .edublink-single-course.course-style-2 .inner .content {
background-color: var(--edublink-color-white);
}
.edublink-single-course.course-style-2 {
background-color: transparent;
padding-bottom: 5px;
z-index: 1;
}
.edublink-single-course.course-style-2:before {
content: "";
height: 10px;
width: 100%;
background-color: var(--edublink-color-white);
border-radius: 0 0 4px 4px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-2 .thumbnail .time-top {
right: auto;
left: 10px;
}
.edublink-single-course.course-style-2 .content {
padding: 30px 30px 30px;
background-color: var(--edublink-color-white);
border-radius: 0 0 4px 4px;
position: relative;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-2 .content .course-level {
background-color: rgba(238, 74, 98, 0.15);
margin-bottom: 17px;
}
.edublink-single-course.course-style-2 .content .course-level a {
color: var(--edublink-color-secondary);
}
.edublink-single-course.course-style-2 .content .title {
margin-bottom: 14px;
font-size: 18px;
line-height: 26px;
}
.edublink-single-course.course-style-2 .content p {
margin-bottom: 20px;
}
.edublink-single-course.course-style-2 .content .course-rating {
margin-bottom: 0;
}
.edublink-single-course.course-style-2 .content .read-more-btn {
visibility: hidden;
opacity: 0;
margin-bottom: -50px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-2:hover:before {
background-color: rgba(255, 91, 92, 0.3);
}
.edublink-single-course.course-style-2:hover .thumbnail {
margin-bottom: -75px;
}
.edublink-single-course.course-style-2:hover .thumbnail a:after {
background-color: rgba(0, 0, 0, 0.5);
}
.edublink-single-course.course-style-2:hover .content .read-more-btn {
margin-top: 24px;
margin-bottom: 0;
visibility: visible;
opacity: 1;
} .edublink-single-course.course-style-3 {
background-color: var(--edublink-color-white);
}
.edublink-single-course.course-style-3 .thumbnail a,
.edublink-single-course.course-style-3 .thumbnail a img {
border-radius: 5px 5px 0 0;
}
.active-white-bg .edublink-single-course.course-style-3 .thumbnail a,
.active-white-bg .edublink-single-course.course-style-3 .thumbnail a img {
border-radius: 5px;
}
.edublink-single-course.course-style-3 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-3 .thumbnail .course-price {
position: absolute;
left: 20px;
top: 20px;
background-color: var(--edublink-color-extra05);
color: var(--edublink-color-white);
font-size: 14px;
padding: 0 11px;
height: 26px;
line-height: 28px;
text-align: center;
border-radius: 5px;
}
.edublink-single-course.course-style-3 .thumbnail .read-more-btn {
position: absolute;
right: 30px;
bottom: -30px;
}
.edublink-single-course.course-style-3 .thumbnail .read-more-btn a.btn-icon-round {
border-radius: 50%;
background-color: var(--edublink-color-white);
color: var(--edublink-color-primary);
box-shadow: var(--edublink-shadow-dark);
}
.edublink-single-course.course-style-3 .content-inner {
padding: 30px 30px 8px;
background-color: var(--edublink-color-lighten04);
}
.active-white-bg .edublink-single-course.course-style-3 .content-inner {
padding: 30px 30px 0px;
background-color: var(--edublink-color-white);
}
.edublink-single-course.course-style-3 .instructor {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.edublink-single-course.course-style-3 .instructor a.author-name {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; 
}
.edublink-single-course.course-style-3 .instructor a.author-name:hover h6 {
color: var(--edublink-color-primary);
transition: .3s;
}
.edublink-single-course.course-style-3 .instructor img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.edublink-single-course.course-style-3 .instructor .instructor-name {
margin-top: 12px;
margin-left: 15px;
font-size: 15px;
font-weight: var(--edublink-p-medium);
}
.edublink-single-course.course-style-3 .content {
padding: 0px 0px 10px 0px;
}
.edublink-single-course.course-style-3 .content .title {
font-size: 18px;
}
.edublink-single-course.course-style-3 .content p {
margin-bottom: 12px;
}
.edublink-single-course.course-style-3 .thumbnail .read-more-btn a.btn-icon-round:hover {
background-color: var(--edublink-color-primary);
color: var(--edublink-color-white);
} .edublink-single-course.course-style-4 .thumbnail a,
.edublink-single-course.course-style-5 .thumbnail a {
border-radius: 5px;
}
.edublink-single-course.course-style-4 .thumbnail img,
.edublink-single-course.course-style-5 .thumbnail img {
border-radius: 5px;
}
.edublink-single-course.course-style-4 .thumbnail a::after,
.edublink-single-course.course-style-5 .thumbnail a::after {
content: "";
height: 100%;
width: 100%;
background: white;
background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.01) 25%, rgba(51, 51, 51, 0.7) 100%);
background: linear-gradient(top, rgba(51, 51, 51, 0.01) 25%, rgba(51, 51, 51, 0.7) 100%);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 5px;
overflow: hidden;
visibility: visible;
opacity: 1;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-4 .course-price {
position: absolute;
left: 20px;
top: 20px;
background-color: var(--edublink-color-primary);
color: var(--edublink-color-white);
font-size: 22px;
font-weight: var(--edublink-p-bold);
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
border-radius: 50%;
z-index: 1;
}
.edublink-single-course.course-style-5 .course-price {
position: absolute;
left: 20px;
top: 20px;
background-color: var(--edublink-color-primary);
color: var(--edublink-color-white);
font-size: 18px;
font-weight: var(--edublink-p-bold);
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 50%;
z-index: 1;
}
.edublink-single-course.course-style-4 .course-price .decimal-separator,
.edublink-single-course.course-style-5 .course-price .decimal-separator,
.edublink-single-course.course-style-11 .course-price .decimal-separator,
.edublink-single-course.course-style-12 .course-price .decimal-separator,
.edublink-single-course.course-style-13 .course-price .decimal-separator,
.edublink-single-course.course-style-14 .course-price .decimal-separator {
display: none;
}
.edublink-single-course.course-style-4 .thumbnail .course-meta,
.edublink-single-course.course-style-5 .thumbnail .course-meta {
position: absolute;
left: 0;
bottom: 10px;
margin-bottom: 0;
}
.edublink-single-course.course-style-4 .thumbnail .course-meta li,
.edublink-single-course.course-style-5 .thumbnail .course-meta li {
display: inline-block;
font-size: 13px;
color: var(--edublink-color-heading);
background-color: var(--edublink-color-white);
line-height: 22px;
border-radius: 30px;
margin-right: 10px;
padding: 4px 18px;
position: relative;
z-index: 2;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-4 .thumbnail .course-meta li .icon-course,
.edublink-single-course.course-style-5 .thumbnail .course-meta li .icon-course {
color: var(--edublink-color-body);
margin-right: 6px;
}
.edublink-single-course.course-style-4 .content {
background: var(--edublink-color-white);
padding: 24px 40px 0 0;
}
.edublink-single-course.course-style-5 .content {
background: var(--edublink-color-white);
padding: 30px 40px 0 0;
}
.edublink-single-course.course-style-4 .content .course-cat,
.edublink-single-course.course-style-5 .content .course-cat {
display: flex;
margin-bottom: 8px;
}
.edublink-single-course.course-style-4 .content .course-cat a,
.edublink-single-course.course-style-5 .content .course-cat a {
color: var(--edublink-color-secondary);
}
.edublink-single-course.course-style-4 .content .title,
.edublink-single-course.course-style-5 .content .title {
font-size: 18px;
} .edublink-single-course.course-style-6 {
background: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darker);
border-radius: 5px;
padding: 30px 30px;
}
.edublink-single-course.course-style-6 .thumbnail a {
border-radius: 5px;
}
.edublink-single-course.course-style-6 .thumbnail a img {
border: 5px;
}
.edublink-single-course.course-style-6 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-6 .thumbnail .course-price {
position: absolute;
right: 20px;
top: 10px;
width: 70px;
height: 70px;
line-height: 70px;
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 28.2px 1.8px rgba(0, 0, 0, 0.07);
color: var(--edublink-color-black);
font-size: 18px;
font-weight: var(--edublink-p-semi-bold);
text-align: center;
border-radius: 50%;
}
.edublink-single-course.course-style-6 .course-price .decimal-separator {
display: none;
}
.edublink-single-course.course-style-6 .content {
padding: 0;
}
.edublink-single-course.course-style-6 .content .course-cat a {
background: var(--edublink-gradient-primary);
color: var(--edublink-color-white);
border-radius: 30px;
font-size: 15px;
padding: 2px 20px;
margin: 30px 0 20px 0;
display: inline-block;
}
.edublink-single-course.course-style-6 .content .title {
font-size: 18px;
}
.edublink-single-course.course-style-6 .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.edublink-single-course.course-style-6 .content p {
margin-bottom: 12px;
}
.edublink-single-course.course-style-6 .content .course-meta li {
margin-bottom: 0;
} .edublink-single-course.course-style-7 {
background-color: transparent;
overflow: inherit;
}
.edublink-single-course.course-style-7 .thumbnail {
padding: 0 30px 30px;
z-index: 1;
}
.edublink-single-course.course-style-7 .thumbnail a {
border-radius: 5px !important;
}
.edublink-single-course.course-style-7 .thumbnail img {
border-radius: 5px;
}
.edublink-single-course.course-style-7 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-7 .content {
margin-top: -140px;
padding: 147px 20px 16px 30px;
border-radius: 5px;
background: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darkest);
}
.edublink-single-course.course-style-7 .content .course-cat {
font-size: 13px;
font-weight: 500;
font-family: var(--edublink-font-secondary);
background-color: rgba(26, 182, 157, 0.15);
border-radius: 30px;
padding: 1px 10px;
margin-bottom: 15px;
display: inline-block;
}
.edublink-single-course.course-style-7 .content .course-cat a {
color: var(--edublink-color-primary);
} .edublink-single-course.course-style-8 {
background-color: transparent;
}
.edublink-single-course.course-style-8 .thumbnail {
padding: 0 40px 0 0;
z-index: 1;
}
.edublink-single-course.course-style-8 .thumbnail a {
border-top-left-radius: 70px !important;
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
.edublink-single-course.course-style-8 .thumbnail img {
border-top-left-radius: 70px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.edublink-single-course.course-style-8 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-8 .content {
margin-top: -118px;
padding: 147px 20px 16px 30px;
border-radius: 5px;
border-bottom-right-radius: 100px;
background: var(--edublink-color-lighten04);
}
.active-white-bg .edublink-single-course.course-style-8 .content {
background: var(--edublink-color-white);
}
.edublink-single-course.course-style-8 .content .course-cat {
font-size: 13px;
font-weight: 500;
font-family: var(--edublink-font-secondary);
background-color: rgba(238, 74, 98, 0.15);
border-radius: 30px;
padding: 1px 10px;
margin-bottom: 15px;
display: inline-block;
}
.edublink-single-course.course-style-8 .content .course-cat a {
color: var(--edublink-color-secondary);
} .edublink-single-course.course-style-9 {
background: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darker);
border-radius: 5px;
padding: 30px 30px;
}
.edublink-single-course.course-style-9 .thumbnail a {
border-radius: 5px;
}
.edublink-single-course.course-style-9 .thumbnail a img {
border: 5px;
}
.edublink-single-course.course-style-9 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-9 .thumbnail .course-price {
position: absolute;
right: 10px;
top: 10px;
width: 70px;
height: 70px;
line-height: 70px;
background: -webkit-linear-gradient(41.26deg, var(--edublink-color-primary) 15.05%, var(--edublink-color-primary-alt) 86.42%);
background: linear-gradient(48.74deg, var(--edublink-color-primary) 15.05%, var(--edublink-color-primary-alt) 86.42%);
box-shadow: 0px 10px 28.2px 1.8px rgba(0, 0, 0, 0.07);
color: var(--edublink-color-white);
font-size: 18px;
font-weight: var(--edublink-p-semi-bold);
text-align: center;
border-radius: 50%;
}
.edublink-single-course.course-style-9 .course-price .decimal-separator {
display: none;
}
.edublink-single-course.course-style-9 .content {
padding: 0;
}
.edublink-single-course.course-style-9 .content .course-meta li {
margin-top: 25px;
margin-bottom: 15px;
}
.edublink-single-course.course-style-9 .content .title {
font-size: 18px;
}
.edublink-single-course.course-style-9 .content .read-more-btn {
margin-top: 15px;
display: inline-flex;
}
.edublink-single-course.course-style-9 .content .read-more-btn .edu-btn {
color: var(--edublink-color-black);
background: #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 5px;
font-weight: 600;
}
.edublink-single-course.course-style-9 .content .read-more-btn .edu-btn:hover {
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
border-color: var(--edublink-color-primary);
}
.edublink-single-course.course-style-9 .content .read-more-btn a.edu-btn:after {
display: none;
} .edublink-single-course.course-style-10 {
background-color: transparent;
}
.edublink-single-course.course-style-10 .thumbnail {
margin-bottom: 0px;
}
.active-white-bg .edublink-single-course.course-style-10 .thumbnail {
margin-bottom: 15px;
}
.edublink-single-course.course-style-10 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-10 .thumbnail .price-round {
font-size: 22px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-white);
height: 80px;
width: 80px;
line-height: 84px;
background-color: var(--edublink-color-primary);
font-family: var(--edublink-font-secondary);
border-radius: 50%;
text-align: center;
position: absolute;
top: 20px;
right: 20px;
}
.edublink-single-course.course-style-10 .thumbnail .price-round .free {
font-size: 18px;
}
.edublink-single-course.course-style-10 .content {
background-color: var(--edublink-color-lighten04);
padding: 30px;
border-radius: 0 0 4px 4px;
}
.active-white-bg .edublink-single-course.course-style-10 .content {
background-color: var(--edublink-color-white);
padding: 35px 40px 30px;
border-radius: 0;
}
.edublink-single-course.course-style-10 .content .course-level {
background-color: transparent;
padding: 0;
font-size: 15px;
}
.edublink-single-course.course-style-10 .content .course-level a {
color: var(--edublink-color-secondary);
}
.edublink-single-course.course-style-10 .content .title {
margin-bottom: 15px;
font-size: 18px;
}
.edublink-single-course.course-style-10 .course-price .decimal-separator {
display: none;
} .edublink-single-course.course-style-11 {
border-radius: 10px;
box-shadow: var(--edublink-shadow-darkest);
background-color: transparent;
}
.edublink-single-course.course-style-11 .thumbnail {
margin-bottom: -23px;
}
.edublink-single-course.course-style-11 .thumbnail a {
border-radius: 10px 10px 0 0;
}
.edublink-single-course.course-style-11 .thumbnail a img {
border-radius: 10px 10px 0 0;
}
.edublink-single-course.course-style-11 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-11 .thumbnail .course-price.price-round {
font-size: 22px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-primary);
height: 80px;
width: 80px;
line-height: 84px;
background-color: var(--edublink-color-white);
border-radius: 50%;
text-align: center;
font-family: var(--edublink-font-secondary);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
position: absolute;
bottom: -40px;
right: 30px;
z-index: 1;
}
.edublink-single-course.course-style-11 .thumbnail .course-price.price-round .free {
font-size: 20px;
}
.edublink-single-course.course-style-11 .content {
background-color: var(--edublink-color-primary);
position: relative;
-webkit-mask-image: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/course-kindergarten-mask.png);
mask-image: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/course-kindergarten-mask.png);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
-webkit-mask-position: center;
padding: 50px 20px 10px 30px;
border-radius: 0 0 10px 10px;
}
.edublink-single-course.course-style-11 .content .course-level {
background-color: transparent;
padding: 0;
font-size: 15px;
}
.edublink-single-course.course-style-11 .content .course-level a {
color: var(--edublink-color-white);
}
.edublink-single-course.course-style-11 .content .title {
color: var(--edublink-color-white);
}
.edublink-single-course.course-style-11 .content .title a:hover {
color: rgba(255, 255, 255, 0.8);
}
.edublink-single-course.course-style-11 .content .course-meta {
margin-bottom: 10px;
}
.edublink-single-course.course-style-11 .content .course-meta li i,
.edublink-single-course.course-style-11 .content .course-meta li {
color: var(--edublink-color-white);
}
.edublink-single-course.course-style-11 .content p {
color: var(--edublink-color-white);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+1) .content {
background-color: var(--edublink-color-extra02);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+1) .thumbnail .course-price.price-round {
color: var(--edublink-color-extra02);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+2) .content {
background-color: var(--edublink-color-textSecondary);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+2) .thumbnail .course-price.price-round {
color: var(--edublink-color-textSecondary);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+3) .content {
background-color: var(--edublink-color-primary);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+3) .thumbnail .course-price.price-round {
color: var(--edublink-color-primary);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+4) .content {
background-color: var(--edublink-color-extra04);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+4) .thumbnail .course-price.price-round {
color: var(--edublink-color-extra04);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+5) .content {
background-color: #459670;
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+5) .thumbnail .course-price.price-round {
color: #459670;
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+6) .content {
background-color: var(--edublink-color-extra08);
}
.edublink-course-archive .edublink-course-style-11:nth-child(6n+6) .thumbnail .course-price.price-round {
color: var(--edublink-color-extra08);
}
@media only screen and (max-width: 767px) {
.edublink-single-course.course-style-11 .content {
-webkit-mask-image: none;
mask-image: none;
}
.edublink-single-course.course-style-11 .thumbnail .course-price.price-round {
bottom: -18px;
}
} .edublink-single-course.course-style-12 {
background-color: transparent;
overflow: inherit;
}
.edublink-single-course.course-style-12 .inner {
position: relative;
}
.edublink-single-course.course-style-12 .inner .thumbnail a {
border-radius: 5px;
}
.edublink-single-course.course-style-12 .inner .thumbnail a img {
border-radius: 5px;
}
.edublink-single-course.course-style-12 .inner .thumbnail a::after {
border-radius: 5px;
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-12 .inner .course-price {
background: var(--edublink-gradient-primary);
color: var(--edublink-color-white);
font-size: 22px;
font-weight: var(--edublink-p-bold);
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 50%;
position: absolute;
right: 20px;
margin-top: -38px;
}
.edublink-single-course.course-style-12 .inner .course-meta {
padding-left: 0;
margin-bottom: 20px;
margin-top: 30px;
}
.edublink-single-course.course-style-12 .inner .course-meta li {
display: inline-block;
font-size: 13px;
color: var(--edublink-color-heading);
background-color: var(--edublink-color-white);
line-height: 22px;
border-radius: 30px;
margin-right: 10px;
padding: 4px 18px;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-12 .inner .course-meta li .icon-course {
color: var(--edublink-color-body);
margin-right: 6px;
}
.edublink-single-course.course-style-12 .inner .content {
padding: 0;
} .edublink-single-course.course-style-13 {
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.15);
border-radius: 4px;
}
.edublink-single-course.course-style-13 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-13 .content {
position: relative;
}
.edublink-single-course.course-style-13 .content .course-price {
position: absolute;
top: -40px;
right: 30px;
font-size: 18px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-white);
height: 70px;
width: 70px;
line-height: 74px;
background: var(--edublink-gradient-primary);
text-align: center;
border-radius: 0;
border-top-left-radius: 35px;
border-top-right-radius: 35px;
border-bottom-right-radius: 30px;
}
.edublink-single-course.course-style-13 .content .course-cat {
font-size: 13px;
font-weight: 500;
font-family: var(--edublink-font-secondary);
background-color: rgba(26, 182, 157, 0.15);
border-radius: 30px;
padding: 1px 13px;
margin-bottom: 15px;
display: inline-block;
}
.edublink-single-course.course-style-13 .content .course-cat a {
color: var(--edublink-color-primary);
}
.edublink-single-course.course-style-13 .content .title {
margin-bottom: 15px;
}
.edublink-single-course.course-style-13 .content p {
margin-bottom: 12px;
} .edublink-single-course.course-style-14 {
background-color: var(--edublink-color-lighten04);
border-radius: 4px;
}
.edublink-single-course.course-style-14 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0);
}
.edublink-single-course.course-style-14 .content {
position: relative;
}
.edublink-single-course.course-style-14 .content .title {
font-size: 18px;
}
.edublink-single-course.course-style-14 .content .course-price {
position: absolute;
top: -40px;
right: 30px;
font-size: 22px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-white);
height: 80px;
width: 80px;
line-height: 84px;
background-color: var(--edublink-color-primary);
border-radius: 50%;
text-align: center;
}
.edublink-single-course.course-style-14 .content .course-price .free {
font-size: 20px;
}
.edublink-single-course.course-style-14 .content .course-level {
background-color: transparent;
font-size: 15px;
padding: 0;
}
.edublink-single-course.course-style-14 .content .course-level a {
color: var(--edublink-color-secondary);
}
.edublink-single-course.course-style-14 .content p {
margin-bottom: 12px;
}
.edublink-course-14-hover {
display: none;
}
.edublink-course-14-hover .inner {
width: 348px;
pointer-events: none;
}
.edublink-course-14-hover .inner .content {
border-radius: 4px;
padding: 30px 30px 40px 30px;
position: relative;
}
.edublink-course-14-hover .content .title {
font-size: 18px;
}
.edublink-course-14-hover .inner .content .course-level {
background-color: transparent;
font-size: 15px;
padding: 0;
margin-bottom: 15px;
display: inline-block;
font-weight: 500;
font-family: var(--edublink-font-secondary);
text-transform: capitalize;
}
.edublink-course-14-hover .inner .content .course-level a {
color: var(--edublink-color-secondary);
pointer-events: all;
}
.edublink-course-14-hover .inner .content .title {
margin-top: 0px;
margin-bottom: 8px;
}
.edublink-course-14-hover .inner .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
pointer-events: all;
}
.edublink-course-14-hover .inner .content .course-meta {
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
.edublink-course-14-hover .inner .content .course-meta li {
display: inline-block;
margin-right: 25px;
position: relative;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
font-size: var(--edublink-font-size-b1);
color: var(--edublink-color-body);
}
.edublink-course-14-hover .inner .content .course-meta li.course-level,
.edublink-course-14-hover .inner .content .course-meta li.course-meta-info {
text-transform: capitalize;
}
.edublink-course-14-hover .inner .content .course-meta li:after {
position: absolute;
content: '';
height: 5px;
width: 5px;
background-color: #d1d1d1;
border-radius: 50%;
top: calc(50% - 4px);
right: -17px;
}
.edublink-course-14-hover .inner .content .course-meta li:last-child {
margin-right: 0;
}
.edublink-course-14-hover .inner .content .course-meta li:last-child:after {
display: none;
}
.edublink-course-14-hover .inner .content .course-meta li i {
color: #a7a7a7;
font-size: 14px;
margin-right: 7px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-course-14-hover .inner .content .course-feature {
margin-bottom: 25px;
}
.edublink-course-14-hover .inner .content .course-feature .feature-title {
margin-top: 0px;
margin-bottom: 8px;
}
.edublink-course-14-hover .inner .content .course-feature ul {
margin: 0;
padding: 0;
list-style: none;
}
.edublink-course-14-hover .inner .content .course-feature ul li {
font-size: 13px;
position: relative;
padding-left: 28px;
color: var(--edublink-color-body);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.edublink-course-14-hover .inner .content .course-feature ul li:before {
content: "\e913";
font-family: 'icomoon';
color: var(--edublink-color-heading);
margin-right: 15px;
position: absolute;
left: 0;
top: 2px;
}
.edublink-course-14-hover .button-group a {
pointer-events: all;
}
.edublink-course-14-hover .button-group .edu-btn {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
color: var(--edublink-color-white);
}
.edublink-course-14-hover .edublink-wishlist-wrapper {
color: var(--edublink-color-heading);
pointer-events: all;
font-size: 0px;
cursor: pointer;
border: 1px solid #e5e5e5;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 100%;
padding: 0;
display: inline-block;
}
.edublink-course-14-hover .edublink-wishlist-wrapper:before {
content: '\e915' !important;
font-family: 'icomoon' !important;
margin-right: 0px !important;
font-weight: 400 !important;
visibility: visible;
font-size: 19px;
}
.edublink-course-14-hover .stm-lms-wishlist.loading .fa-heart:before,
.edublink-course-14-hover .is-processing .edublink-wishlist-wrapper:before,
.edublink-course-14-hover .edublink-wishlist-wrapper.ajaxload_wishlist:before {
content: '\EEC2' !important;
font-family: 'remixicon' !important;
-webkit-animation: 1s linear 0s normal none infinite running edublink-spin;
animation: 1s linear 0s normal none infinite running edublink-spin;
cursor: auto;
display: inline-block;
font-size: 23px;
}
.edublink-course-14-hover .eb-wishlisted .edublink-wishlist-wrapper,
.edublink-course-14-hover .edublink-wishlist-wrapper.on,
.edublink-course-14-hover .edublink-wishlist-wrapper:hover {
border-color: var(--edublink-color-secondary);
background: var(--edublink-color-secondary);
color: var(--edublink-color-white);
}
.tpd-skin-light .tpd-title-wrapper{
border-bottom: inherit !important;
}
body .tpd-size-medium .tpd-content {
padding: inherit;
font-size: inherit;
line-height: inherit;
}
.tpd-tooltip .tpd-content-wrapper {
overflow: unset;
}
@media only screen and (max-width: 767px) {
.tpd-tooltip .tpd-content-wrapper {
display: none;
}
}
.tpd-tooltip .tpd-content {
padding: 0;
line-height: inherit;
}
.tpd-tooltip .tpd-shift-stem-side {
display: none !important;
}
.tpd-tooltip .tpd-backgrounds,
.tpd-tooltip .tpd-stem {
display: none !important;
}
.tpd-visible-frame-left .tpd-frame-left,
.tpd-visible-frame-right .tpd-frame-left {
position: relative;
}
.tpd-visible-frame-left .tpd-frame-left:before,
.tpd-visible-frame-right .tpd-frame-left:before {
content: "";
border-top: 12px solid transparent;
border-right: 13px solid var(--edublink-color-white);
border-bottom: 12px solid transparent;
position: absolute;
top: 50%;
left: -12px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.tpd-visible-frame-right .tpd-frame-left:after {
content: "";
border-top: 12px solid transparent;
border-right: 13px solid var(--edublink-color-white);
border-bottom: 12px solid transparent;
position: absolute;
top: 50%;
left: -12px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
}
.tpd-visible-frame-right .tpd-frame-right {
position: relative;
list-style: none;
}
.tpd-visible-frame-right .tpd-frame-right:after {
content: "";
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
border-left: 13px solid var(--edublink-color-white);
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
left: inherit !important;
right: 0px;
}
.tpd-skin {
left: 12px;
}
@media only screen and (max-width: 767px) {
.tpd-skin {
display: none;
}
}
.tpd-content-spacer {
background: var(--edublink-color-white);
box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
border-radius: 4px;
}
.tpd-skin.tpd-visible-frame-right {
left: 0px;
}
.tpd-skin-light a {
color: inherit;
}
.tpd-tooltip {
z-index: 9 !important;
}
.tpd-tooltip a,
.tpd-tooltip a:hover {
color: inherit;
text-decoration: inherit !important;
} .edublink-single-course.course-style-15,
.edublink-single-course.course-style-16,
.edublink-single-course.course-style-17 {
box-shadow: var(--edublink-shadow-darkest);
padding: 30px;
}
.edublink-single-course.course-style-15 .inner,
.edublink-single-course.course-style-16 .inner,
.edublink-single-course.course-style-17 .inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edublink-single-course.course-style-16 .inner {
position: relative;
z-index: 1;
}
.edublink-single-course.course-style-16::after {
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: var(--edublink-gradient-primary);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.edublink-single-course.course-style-15 .thumbnail,
.edublink-single-course.course-style-16 .thumbnail {
width: 200px;
height: 200px;
margin-right: 30px;
}
.edublink-single-course.course-style-17 .thumbnail {
width: 180px;
height: 120px;
margin-right: 30px;
}
.edublink-single-course.course-style-15 .thumbnail a,
.edublink-single-course.course-style-16 .thumbnail a,
.edublink-single-course.course-style-17 .thumbnail a {
border-radius: 4px;
height: 100%;
width: 100%;
overflow: hidden;
}
.edublink-single-course.course-style-15 .thumbnail a img,
.edublink-single-course.course-style-16 .thumbnail a img,
.edublink-single-course.course-style-17 .thumbnail a img {
border-radius: 4px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edublink-single-course.course-style-16 .thumbnail a img,
.edublink-single-course.course-style-16 .thumbnail a:after {
border-radius: 100%;
}
.edublink-single-course.course-style-16 .thumbnail .duration {
left: 0;
}
.edublink-single-course.course-style-15 .thumbnail a:after,
.edublink-single-course.course-style-16 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0.1);
}
.edublink-single-course.course-style-15 .thumbnail .time-top,
.edublink-single-course.course-style-16 .thumbnail .time-top {
left: 10px;
right: auto;
}
.edublink-single-course.course-style-15 .content,
.edublink-single-course.course-style-16 .content,
.edublink-single-course.course-style-17 .content {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0;
}
.edublink-single-course.course-style-15 .content .course-price,
.edublink-single-course.course-style-16 .content .course-price {
font-weight: var(--edublink-p-bold);
font-size: 16px;
margin-bottom: 10px;
}
.edublink-single-course.course-style-17 .content .course-price {
font-weight: var(--edublink-p-bold);
font-size: 16px;
color: var(--edublink-color-primary);
margin-bottom: 8px;
}
.edublink-single-course.course-style-15 .content .course-rating,
.edublink-single-course.course-style-16 .content .course-rating {
margin-bottom: 14px;
}
.edublink-single-course.course-style-15:hover,
.edublink-single-course.course-style-17:hover {
background-color: var(--edublink-color-primary);
}
.edublink-single-course.course-style-16:hover::after {
opacity: 1;
visibility: visible;
}
.edublink-single-course.course-style-16:hover .thumbnail a img {
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit;
}
.edublink-single-course.course-style-15:hover .content .course-meta li,
.edublink-single-course.course-style-15:hover .edublink-course-review-wrapper .review-stars-rated + span,
.edublink-single-course.course-style-15:hover .content .course-meta li i,
.edublink-single-course.course-style-15:hover .content .title a,
.edublink-single-course.course-style-15:hover .content .course-price,
.edublink-single-course.course-style-15:hover .content .course-meta li:after,
.edublink-single-course.course-style-16:hover .content .course-meta li,
.edublink-single-course.course-style-16:hover .edublink-course-review-wrapper .review-stars-rated + span,
.edublink-single-course.course-style-16:hover .content .course-meta li i,
.edublink-single-course.course-style-16:hover .content .title a,
.edublink-single-course.course-style-16:hover .content .course-price,
.edublink-single-course.course-style-16:hover .content .course-meta li:after,
.edublink-single-course.course-style-17:hover .content .course-meta li,
.edublink-single-course.course-style-17:hover .edublink-course-review-wrapper .review-stars-rated + span,
.edublink-single-course.course-style-17:hover .content .course-meta li i,
.edublink-single-course.course-style-17:hover .content .title a,
.edublink-single-course.course-style-17:hover .content .course-price {
color: var(--edublink-color-white);
}
.edublink-single-course.course-style-17:hover .content .course-meta li:after {
background-color: rgba(255, 255, 255, 0.3);
}
.edublink-single-course.course-style-17 .content .course-meta li {
margin-top: 0;
margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
.edublink-single-course.course-style-15 .inner,
.edublink-single-course.course-style-16 .inner,
.edublink-single-course.course-style-17 .inner {
display: block;
}
.edublink-single-course.course-style-15 .thumbnail,
.edublink-single-course.course-style-16 .thumbnail,
.edublink-single-course.course-style-17 .thumbnail {
width: inherit;
height: inherit;
margin: 0 auto 20px;
}
.edublink-single-course.course-style-16 .thumbnail a img, 
.edublink-single-course.course-style-16 .thumbnail a:after {
border-radius: 5px;
}
.edublink-single-course.course-style-15 .content .course-meta li,
.edublink-single-course.course-style-16 .content .course-meta li,
.edublink-single-course.course-style-17 .content .course-meta li {
margin-bottom: 0;
}
} .course-list-style-19.edublink-row,
.course-list-style-18.edublink-row {
margin-bottom: -50px;
}
.course-list-style-19.edublink-row>*,
.course-list-style-18.edublink-row>* {
margin-bottom: 50px !important;
}
.edublink-single-course.course-style-19,
.edublink-single-course.course-style-18 {
padding: 30px 30px;
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
overflow: visible;
}
.edublink-single-course.course-style-19 {
margin-left: 105px;
}
.edublink-single-course.course-style-19 .inner,
.edublink-single-course.course-style-18 .inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edublink-single-course.course-style-19 .thumbnail,
.edublink-single-course.course-style-18 .thumbnail {
width: 200px;
height: 200px;
border-radius: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 30px 0 0;
}
.edublink-single-course.course-style-19 .thumbnail {
margin: 0 30px 0 -135px !important;
}
.edublink-single-course.course-style-19 .thumbnail a,
.edublink-single-course.course-style-19 .thumbnail a img {
border-radius: 100%;
height: 100%;
width: 100%;
}
.edublink-single-course.course-style-18 .thumbnail a,
.edublink-single-course.course-style-18 .thumbnail a img {
border-radius: 4px;
height: 100%;
width: 100%;
}
.edublink-single-course.course-style-19 .thumbnail a img,
.edublink-single-course.course-style-18 .thumbnail a img {
-o-object-fit: cover;
object-fit: cover;
}
.edublink-single-course.course-style-19 .thumbnail a:after,
.edublink-single-course.course-style-18 .thumbnail a:after {
background-color: rgba(0, 0, 0, 0.1);
}
.edublink-single-course.course-style-19 .thumbnail a:after {
border-radius: 100%;
}
.edublink-single-course.course-style-19 .thumbnail .time-top,
.edublink-single-course.course-style-18 .thumbnail .time-top {
left: 10px;
right: auto;
}
.edublink-single-course.course-style-19 .content p,
.edublink-single-course.course-style-18 .content p {
margin-bottom: 12px;
}
.edublink-single-course.course-style-19 .content,
.edublink-single-course.course-style-18 .content {
padding: 0;
}
.edublink-single-course.course-style-19 .content.main-content .course-meta li,
.edublink-single-course.course-style-18 .content.main-content .course-meta li {
margin-bottom: 0;
}
.edublink-single-course.course-style-19 .edublink-course-14-hover,
.edublink-single-course.course-style-18 .edublink-course-14-hover {
display: block;
top: 100%;
left: 50%;
-webkit-transform: translateY(0) translateX(-50%);
-ms-transform: translateY(0) translateX(-50%);
transform: translateY(0) translateX(-50%);
padding-top: 12px;
width: 344px;
padding-left: 0px;
position: absolute;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
pointer-events: none;
z-index: 9;
}
.edublink-single-course.course-style-19 .edublink-course-14-hover .content,
.edublink-single-course.course-style-18 .edublink-course-14-hover .content {
background-color: var(--edublink-color-white);
border-radius: 4px;
box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
padding: 30px 30px 40px 30px;
position: inherit;
}
.edublink-single-course.course-style-19 .edublink-course-14-hover .content:before,
.edublink-single-course.course-style-18 .edublink-course-14-hover .content:before {
position: absolute;
content: '';
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-bottom: 12px solid var(--edublink-color-white);
border-top: none;
top: 0;
left: 50%;
-webkit-transform: translateY(0) translateX(-50%);
-ms-transform: translateY(0) translateX(-50%);
transform: translateY(0) translateX(-50%);
}
.edublink-single-course.course-style-19 .edublink-course-14-hover .content .course-meta,
.edublink-single-course.course-style-18 .edublink-course-14-hover .content .course-meta {
margin-bottom: 10px;
}
.edublink-single-course.course-style-19 .edublink-course-14-hover .content .course-meta li,
.edublink-single-course.course-style-18 .edublink-course-14-hover .content .course-meta li {
margin-top: 0;
margin-bottom: 0;
}
.edublink-single-course.course-style-19:hover .edublink-course-14-hover,
.edublink-single-course.course-style-18:hover .edublink-course-14-hover {
pointer-events: all;
visibility: visible;
opacity: 1;
}
@media only screen and (max-width: 1199px) {
.edublink-single-course.course-style-19:hover .edublink-course-14-hover,
.edublink-single-course.course-style-18:hover .edublink-course-14-hover {
pointer-events: none;
visibility: hidden;
opacity: 0;
}
}
@media only screen and (max-width: 575px) {
.course-list-style-19.edublink-row,
.course-list-style-18.edublink-row {
margin-bottom: -30px;
}
.course-list-style-19.edublink-row>*,
.course-list-style-18.edublink-row>* {
margin-bottom: 30px !important;
}
.edublink-single-course.course-style-19 .inner,
.edublink-single-course.course-style-18 .inner {
display: block;
}
.edublink-single-course.course-style-19 .thumbnail,
.edublink-single-course.course-style-18 .thumbnail {
width: 100%;
height: 100%;
margin: 0 0 20px 0;
}
.edublink-single-course.course-style-19 {
margin-left: 0px;
}
.edublink-single-course.course-style-19 .thumbnail {
margin: 0 0 20px !important;
}
.edublink-single-course.course-style-19 .thumbnail a,
.edublink-single-course.course-style-19 .thumbnail a:after,
.edublink-single-course.course-style-19 .thumbnail img {
border-radius: 4px !important;
}
} .edublink-single-course.course-style-quran {
box-shadow: none;
background-color: transparent;
padding-bottom: 55px;
z-index: 1;
overflow: inherit;
}
.edublink-single-course.course-style-quran .inner .thumbnail a {
border-radius: 5px;
}
.edublink-single-course.course-style-quran .inner .thumbnail a img {
border-radius: 5px;
}
.edublink-single-course.course-style-quran:hover .thumbnail a:after {
visibility: visible;
opacity: 1;
}
.edublink-single-course.course-style-quran .inner .thumbnail a::after {
border-radius: 5px;
}
.edublink-single-course.course-style-quran:hover .thumbnail a:after {
background-color: rgba(0, 0, 0, 0.5);
}
.edublink-single-course.course-style-quran .content {
max-width: 310px;
background-color: var(--edublink-color-white);
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 55px 20px 30px 30px;
border-radius: 5px;
margin: 0 auto;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-single-course.course-style-quran .content .course-level {
width: 80px;
height: 80px;
background: -webkit-linear-gradient(50.93deg, var(--edublink-color-primary) 14.65%, var(--edublink-color-primary-alt) 85.16%);
background: linear-gradient(39.07deg, var(--edublink-color-primary) 14.65%, var(--edublink-color-primary-alt) 85.16%);
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: -40px;
left: 30px;
z-index: 1;
}
.edublink-single-course.course-style-quran .content .title {
margin-bottom: 16px;
font-size: 18px;
}
.edublink-single-course.course-style-quran .content .course-rating {
margin-top: -7px;
margin-bottom: 0;
}
.edublink-single-course.course-style-quran .content .content-wrap {
-webkit-transition: var(--edublink-transition-2);
transition: var(--edublink-transition-2);
opacity: 0;
visibility: hidden;
}
.edublink-single-course.course-style-quran:hover .content .content-wrap {
opacity: 1;
visibility: visible;
}
.edublink-single-course.course-style-quran .content .content-wrap .course-price {
margin-top: 10px;
margin-bottom: -120px;
visibility: hidden;
opacity: 0;
}
.edublink-single-course.course-style-quran:hover .content .content-wrap .course-price {
margin-top: 11px;
margin-bottom: 11px;
visibility: visible;
opacity: 1;
}
.edublink-single-course.course-style-quran .content .content-wrap p {
margin-bottom: 0;
visibility: hidden;
opacity: 0;
max-height: 75px;
}
.edublink-single-course.course-style-quran:hover .content .content-wrap p {
visibility: visible;
opacity: 1;
max-height: inherit;
}
.edublink-single-course.course-style-quran:hover .content .content-wrap .read-more-btn {
visibility: visible;
opacity: 1;
margin-top: 24px;
margin-bottom: 0;
display: inline-flex;
}
.edublink-single-course.course-style-quran .content .content-wrap .read-more-btn {
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
margin-bottom: -50px;
}
.edublink-single-course.course-style-quran .content .content-wrap .read-more-btn .edu-btn {
height: 50px;
line-height: 52px;
}
@media only screen and (max-width: 767px) {
.edublink-single-course.course-style-quran .content {
width: 100%;
max-width: 100%;
}
.edublink-single-course.course-style-quran {
padding-bottom: 0;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
.eb-instagram-container .edublink-col-lg-2 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}	
} .eb-swiper-carousel-activator {
margin: 0 -15px !important;
}
.swiper-wrapper .swiper-slide {
padding: 0 15px;
} .edublink-team-item .thumbnail-wrap {
position: relative;
}
.edublink-team-item .thumbnail {
margin-bottom: 25px;
}
.edublink-team-item .thumbnail a {
border-radius: 10px;
position: relative;
display: block;
}
.edublink-team-item .thumbnail a img {
border-radius: 10px;
width: 100%;
}
.edublink-team-item .thumbnail a:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(26, 182, 157, 0.6);
border-radius: 10px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-team-item .team-share-info {
margin: -5px;
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0;
padding: 0;
list-style: none;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.edublink-team-item .team-share-info li {
display: inline-block;
margin: 5px;
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-team-item .team-share-info li a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 39px;
border: 2px solid var(--edublink-color-white);
text-align: center;
border-radius: 50%;
font-size: 18px;
color: var(--edublink-color-white);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-team-item .team-share-info li a:hover {
background: var(--edublink-color-white);
color: var(--edublink-color-primary);
}
.edublink-team-item .content {
text-align: center;
}
.edublink-team-item .content .title {
margin-bottom: 4px;
}
.edublink-team-3-widget .edublink-team-item .content .title {
font-size: 20px;
}
.edublink-team-item .content .designation {
display: inline-block;
}
.edublink-team-item:hover .thumbnail a:after {
visibility: visible;
opacity: 1;
}
.edublink-team-item:hover .team-share-info li {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.edublink-team-item:hover .team-share-info li:nth-child(1n) {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.edublink-team-item:hover .team-share-info li:nth-child(2n) {
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.edublink-team-item:hover .team-share-info li:nth-child(3n) {
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.edublink-team-item:hover .team-share-info li:nth-child(4n) {
-webkit-transition-delay: .5s;
transition-delay: .5s;
} .edublink-team-1-widget .edublink-team-item .team-share-info,
.edublink-team-5-widget .edublink-team-item .team-share-info,
.edublink-team-6-widget .edublink-team-item .team-share-info {
top: 20px;
right: 20px;
left: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
margin: -10px 0;
}
.edublink-team-1-widget .edublink-team-item .team-share-info li,
.edublink-team-5-widget .edublink-team-item .team-share-info li,
.edublink-team-6-widget .edublink-team-item .team-share-info li {
display: block;
margin: 10px 0;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.edublink-team-1-widget .edublink-team-item .team-share-info li:first-child,
.edublink-team-5-widget .edublink-team-item .team-share-info li:first-child,
.edublink-team-6-widget .edublink-team-item .team-share-info li:first-child {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
}
.edublink-team-1-widget .edublink-team-item .team-share-info li:first-child a,
.edublink-team-5-widget .edublink-team-item .team-share-info li:first-child a,
.edublink-team-6-widget .edublink-team-item .team-share-info li:first-child a {
border-color: var(--edublink-color-primary);
color: var(--edublink-color-primary);
}
.edublink-team-1-widget .edublink-team-item:hover .team-share-info li,
.edublink-team-5-widget .edublink-team-item:hover .team-share-info li,
.edublink-team-6-widget .edublink-team-item:hover .team-share-info li {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.edublink-team-1-widget .edublink-team-item:hover .team-share-info li:first-child a,
.edublink-team-5-widget .edublink-team-item:hover .team-share-info li:first-child a,
.edublink-team-6-widget .edublink-team-item:hover .team-share-info li:first-child a {
background-color: var(--edublink-color-white);
border-color: var(--edublink-color-white);
color: var(--edublink-color-primary);
}
.edublink-team-5-widget .edublink-team-item .thumbnail a,
.edublink-team-5-widget .edublink-team-item .thumbnail a img,
.edublink-team-6-widget .edublink-team-item .thumbnail a img {
border-radius: 5px;
}
.edublink-team-5-widget .edublink-team-item .thumbnail a::after {
background: -webkit-linear-gradient(50.93deg, rgba(26, 182, 157, 0.7) 14.65%, rgba(49, 185, 120, 0.7) 85.16%);
background: linear-gradient(39.07deg, rgba(26, 182, 157, 0.7) 14.65%, rgba(49, 185, 120, 0.7) 85.16%);
}
.edublink-team-5-widget .edublink-team-item .team-share-info {
right: 0;
left: 0;
top: inherit;
bottom: 38px;
margin: 0;
}
.edublink-team-5-widget .edublink-team-item .team-share-info li {
display: inline-block;
margin: 0 5px;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.edublink-team-5-widget .edublink-team-item .team-share-info li:first-child {
visibility: hidden;
opacity: 0;
}
.edublink-team-5-widget .edublink-team-item .team-share-info li:first-child a {
background-color: transparent !important;
color: var(--edublink-color-white) !important;
}
.edublink-team-5-widget .edublink-team-item .team-share-info li:first-child a:hover {
background-color: var(--edublink-color-white) !important;
color: var(--edublink-color-primary) !important;
}
.edublink-team-5-widget .edublink-team-item:hover .team-share-info li:first-child {
visibility: visible;
opacity: 1;
}
.edublink-team-8-widget .edublink-team-item .thumbnail {
margin-bottom: 0;
}
.edublink-team-8-widget .edublink-team-item .content {
position: relative;
background-color: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darker2);
border-radius: 5px;
margin: -55px 30px 0;
padding: 30px 0 25px;
} .edublink-team-2-widget .edublink-team-item {
position: relative;
}
.edublink-team-2-widget .edublink-team-item .thumbnail {
margin-bottom: 0;
}
.edublink-team-2-widget .edublink-team-item .content {
text-align: left;
position: absolute;
bottom: 30px;
left: 30px;
}
.edublink-team-2-widget .edublink-team-item .content .title,
.edublink-team-2-widget .edublink-team-item .content .designation {
background-color: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darker2);
border-radius: 4px;
}
.edublink-team-2-widget .edublink-team-item .content .title {
margin-bottom: 10px;
font-size: 20px;
padding: 11px 25px 9px;
}
.edublink-team-2-widget .edublink-team-item .content .designation {
padding: 4px 20px;
font-size: 16px;
}
.edublink-team-2-widget .edublink-team-item .team-share-info {
top: 35%;
} .edublink-team-3-widget .edublink-team-item {
padding: 0 30px 36px;
position: relative;
z-index: 1;
}
.edublink-team-3-widget .edublink-team-item:after {
content: "";
height: 75%;
width: 100%;
background-color: var(--edublink-color-white);
border-radius: 10px;
box-shadow: var(--edublink-shadow-darker);
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.edublink-team-3-widget .edublink-team-item .content .designation {
margin-bottom: 15px;
}
.edublink-team-3-widget .edublink-team-item .content p {
margin-bottom: 0;
} .edublink-team-4-widget .edublink-team-item {
position: relative;
}
.edublink-team-4-widget .edublink-team-item .thumbnail {
margin-bottom: 0;
}
.edublink-team-4-widget .edublink-team-item .thumbnail a:after {
background: -webkit-linear-gradient(215deg, rgba(49, 185, 120, 0.8) 0%, rgba(26, 182, 157, 0.8) 100%);
background: linear-gradient(-125deg, rgba(49, 185, 120, 0.8) 0%, rgba(26, 182, 157, 0.8) 100%);
}
.edublink-team-4-widget .edublink-team-item .content {
text-align: left;
display: inline-block;
margin-top: -30px;
position: relative;
margin-left: 30px;
}
.edublink-team-4-widget .edublink-team-item .content .title,
.edublink-team-4-widget .edublink-team-item .content .designation {
background-color: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darker2);
border-radius: 4px;
}
.edublink-team-4-widget .edublink-team-item .content .title {
margin-bottom: 10px;
font-size: 20px;
padding: 16px 25px 15px;
}
.edublink-team-4-widget .edublink-team-item .content .designation {
padding: 4px 20px;
font-size: 16px;
} .edublink-team-6-widget .inner {
width: 100%;
padding: 0 40px 0 0;
display: inline-block;
vertical-align: middle;
overflow: hidden;
position: relative;
}
.edublink-team-6-widget .inner .thumbnail-wrap {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: calc(100% - 20px);
}
.edublink-team-6-widget .inner .thumbnail-wrap .thumbnail {
margin-bottom: 0;
}
.edublink-team-6-widget .inner .thumbnail-wrap .thumbnail a::after {
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.4);
}
.edublink-team-6-widget .inner .thumbnail-wrap .thumbnail a img {
border-radius: 5px;
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info {
bottom: -130px;
top: inherit;
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li {
position: relative;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li a {
border: none;
color: var(--edublink-color-black);
background: var(--edublink-color-white);
border-radius: 3px;
box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li a:hover {
color: var(--edublink-color-white);
background: -webkit-linear-gradient(41.26deg, var(--edublink-color-primary) 15.05%, var(--edublink-color-primary-alt) 86.42%);
background: linear-gradient(48.74deg, var(--edublink-color-primary) 15.05%, var(--edublink-color-primary-alt) 86.42%);
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li:first-child a {
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
color: var(--edublink-color-white);
background: -webkit-linear-gradient(41.26deg, var(--edublink-color-primary) 15.05%, var(--edublink-color-primary-alt) 86.42%);
background: linear-gradient(48.74deg, var(--edublink-color-primary) 15.05%, var(--edublink-color-primary-alt) 86.42%);
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li:nth-child(2n) {
top: -100px;
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li:nth-child(3n) {
top: -200px;
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.edublink-team-6-widget .inner .thumbnail-wrap .team-share-info li:nth-child(4n) {
top: -300px;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.edublink-team-6-widget .inner .thumbnail-wrap .content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 20;
position: absolute;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 bottom;
-ms-transform-origin: 0 bottom;
transform-origin: 0 bottom;
display: block;
bottom: 0;
left: 119%;
text-align: left;
}
.edublink-team-6-widget .inner .thumbnail-wrap .content .title {
margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 122%;
}
}
@media only screen and (max-width: 991px) {
.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 107%;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.edublink-col-md-6.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 117%;
}
}
@media only screen and (max-width: 767px) {
.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 109%;
}
}
@media only screen and (max-width: 680px) {
.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 113%;
}
}
@media only screen and (max-width: 479px) {
.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 118%;
}
}
@media (max-width: 390px) {
.edublink-team-6-widget .inner .thumbnail-wrap .content {
left: 124%;
}
} .edublink-team-7-widget .thumbnail a::after {
border-radius: 50%;
background-color: rgba(24, 24, 24, 0.3);
}
.edublink-team-7-widget .thumbnail a img {
border-radius: 50%;
}
@media only screen and (max-width: 991px) {
.edublink-team-7-widget {
margin-bottom: 20px;
}
}
@media (min-width: 1200px) {
.edublink-team-7-widget .edublink-team-item {
margin: 0 30px;
}
} .eb-event-item {
position: relative;
box-shadow: var(--edublink-shadow-darkest);
}
.eb-event-item .thumbnail {
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
position: relative;
}
.eb-event-item .thumbnail a {
display: block;
border-radius: 5px 5px 0 0;
position: relative;
overflow: hidden;
}
.eb-event-item .thumbnail a:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item .thumbnail a img {
width: 100%;
border-radius: 5px 5px 0 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item .thumbnail .event-time {
position: absolute;
top: 10px;
left: 10px;
}
.eb-event-item .thumbnail .event-time span {
background-color: var(--edublink-color-extra05);
border-radius: 4px;
padding: 4px 10px;
font-weight: 500;
font-size: 12px;
color: var(--edublink-color-white);
font-family: var(--edublink-font-secondary);
display: block;
}
.eb-event-item .thumbnail .event-time span i {
margin-right: 5px;
font-size: 18px;
position: relative;
top: 2px;
}
.eb-event-item .content {
background-color: #f7f5f2;
position: relative;
padding: 40px 30px 45px;
border-radius: 0 0 5px 5px;
box-shadow: none;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item .content:after {
content: "";
height: 10px;
width: 100%;
background-color: rgba(255, 91, 92, 0.3);
border-radius: 0 0 5px 5px;
position: absolute;
bottom: -5px;
left: 0;
right: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item .content .event-date {
width: 80px;
height: 80px;
background: var(--edublink-color-primary);
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: -50px;
right: 30px;
z-index: 1;
}
.eb-event-item .content .event-date span {
font-weight: 700;
font-size: 22px;
display: block;
color: var(--edublink-color-white);
text-align: center;
font-family: var(--edublink-font-secondary);
}
.eb-event-item .content .event-date span.day {
line-height: 1;
margin-bottom: 4px;
}
.eb-event-item .content .event-date span.month {
line-height: 1;
font-size: 14px;
font-weight: 500;
}
.eb-event-item .content .title {
margin-bottom: 16px;
}
.eb-event-item .content .event-meta {
padding: 14px 0 0;
margin: -5px -16px;
list-style: none;
}
.eb-event-item .content .event-meta li {
color: var(--edublink-color-body);
margin: 5px 16px;
}
.eb-event-item .content .event-meta li i {
color: var(--edublink-color-secondary);
font-size: 22px;
top: 5px;
padding-right: 10px;
position: relative;
}
.eb-event-item .content .read-more-btn {
visibility: hidden;
opacity: 0;
margin-bottom: -50px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item .content p {
margin-bottom: 0;
}
.eb-event-item:hover .thumbnail {
margin-bottom: -75px;
}
.eb-event-item:hover .thumbnail a:after {
visibility: visible;
opacity: 1;
}
.eb-event-item:hover .thumbnail a img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.eb-event-item:hover .content {
padding: 40px 30px 35px;
background-color: var(--edublink-color-white);
}
.eb-event-item:hover .content:after {
visibility: visible;
opacity: 1;
}
.eb-event-item:hover .content .read-more-btn {
margin-top: 25px;
margin-bottom: 0;
visibility: visible;
opacity: 1;
} .eb-event-item.eb-event-style-1 {
box-shadow: none;
} .eb-event-item.eb-event-style-2 .content {
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.10);
}
.eb-event-item.eb-event-style-2 .content::after {
display: none;
}
.eb-event-item.eb-event-style-2 .content .event-date {
background: var(--edublink-color-white);
box-shadow: 0px 20px 70px 0px rgba(20, 20, 20, 0.15);
}
.eb-event-item.eb-event-style-2 .content .event-date .day {
color: var(--edublink-color-primary);
}
.eb-event-item.eb-event-style-2 .content .event-date .month {
color: var(--edublink-color-heading);
}
.eb-event-item.eb-event-style-2 .content .event-meta li {
color: var(--edublink-color-heading);
}
.eb-event-item.eb-event-style-2 a.edu-btn.btn-secondary {
background: var(--edublink-color-primary);
} .eb-event-item.eb-event-style-3 {
padding: 30px;
background-color: var(--edublink-color-white);
border-radius: 10px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item.eb-event-style-3 .inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.eb-event-item.eb-event-style-3 .thumb {
min-width: 190px;
max-width: 190px;
overflow: hidden;
min-height: 270px;
object-fit: cover;
}
.eb-event-item.eb-event-style-3 .thumb a {
overflow: hidden;
display: block;
-webkit-mask-image: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/event-kindergarten-mask.png);
mask-image: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/event-kindergarten-mask.png);
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: cover;
-webkit-mask-position: center;
height: 100%;
width: 100%;
}
.eb-event-item.eb-event-style-3 .thumb a img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.eb-event-item.eb-event-style-3 .content {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 12px 0 0 28px;
background-color: transparent;
}
.eb-event-item.eb-event-style-3 .content .event-meta {
padding: 0 0 10px;
margin: -5px -10px;
}
.eb-event-item.eb-event-style-3 .content .event-meta li {
color: var(--edublink-color-body);
margin: 5px 10px;
}
.eb-event-item.eb-event-style-3 .content .event-meta li i {
top: 0;
font-size: 16px;
}
.eb-event-item.eb-event-style-3 .content .title {
margin-bottom: 12px;
}
.eb-event-item.eb-event-style-3 .title a {
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.eb-event-item.eb-event-style-3 .title a:hover {
color: rgba(255, 255, 255, 0.8);
}
.eb-event-item.eb-event-style-3 .content .event-location {
padding-bottom: 10px;
color: var(--edublink-color-body);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item.eb-event-style-3 .content .event-location i {
color: var(--edublink-color-secondary);
font-size: 22px;
padding-right: 10px;
position: relative;
top: -1px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.eb-event-item.eb-event-style-3 .content p {
margin: 5px 0 22px;
}
.eb-event-item.eb-event-style-3 .content .read-more-btn {
visibility: visible;
opacity: 1;
margin-bottom: 0px;
}
.eb-event-item.eb-event-style-3:hover .content .read-more-btn {
margin-top: 0px;
}
.eb-event-item.eb-event-style-3:hover:hover .content .event-meta li,
.eb-event-item.eb-event-style-3:hover:hover .content .title,
.eb-event-item.eb-event-style-3:hover:hover .content .event-location,
.eb-event-item.eb-event-style-3:hover:hover .content .event-location i,
.eb-event-item.eb-event-style-3:hover:hover .content p,
.eb-event-item.eb-event-style-3:hover:hover .event-meta li i {
color: var(--edublink-color-white);
}
.eb-event-item.eb-event-style-3:hover .content .edu-btn {
background: var(--edublink-color-white) !important;
color: var(--edublink-color-heading);
}
.eb-event-item.eb-event-style-3 .content .edu-btn:hover {
color: var(--edublink-color-white);
background-color: transparent;
}
.eb-event-item.eb-event-style-3:hover {
background-color: var(--edublink-color-extra02);
}
.eb-events-items .eb-event-single-item:nth-child(6n+1) .eb-event-item.eb-event-style-3:hover {
background-color: var(--edublink-color-extra02);
}
.eb-events-items .eb-event-single-item:nth-child(6n+1) .eb-event-style-3 a.edu-btn {
background: var(--edublink-color-extra02);
}
.eb-events-items .eb-event-single-item:nth-child(6n+2) .eb-event-item.eb-event-style-3:hover {
background-color: var(--edublink-color-secondary);
}
.eb-events-items .eb-event-single-item:nth-child(6n+2) .eb-event-style-3 a.edu-btn {
background: var(--edublink-color-secondary);
}
.eb-events-items .eb-event-single-item:nth-child(6n+3) .eb-event-item.eb-event-style-3:hover {
background-color: var(--edublink-color-extra05);
}
.eb-events-items .eb-event-single-item:nth-child(6n+3) .eb-event-style-3 a.edu-btn {
background: var(--edublink-color-extra05);
}
.eb-events-items .eb-event-single-item:nth-child(6n+4) .eb-event-item.eb-event-style-3:hover {
background-color: var(--edublink-color-primary);
}
.eb-events-items .eb-event-single-item:nth-child(6n+4) .eb-event-style-3 a.edu-btn {
background: var(--edublink-color-primary);
}
.eb-events-items .eb-event-single-item:nth-child(6n+4) .eb-event-style-3 a.edu-btn:hover {
background-color: var(--edublink-color-white);
color: var(--edublink-color-heading);
}
.eb-events-items .eb-event-single-item:nth-child(6n+4) .eb-event-style-3 a.edu-btn:hover:after {
background: var(--edublink-color-white);
}
.eb-events-items .eb-event-single-item:nth-child(6n+5) .eb-event-item.eb-event-style-3:hover {
background-color: #459670;
}
.eb-events-items .eb-event-single-item:nth-child(6n+5) .eb-event-style-3 a.edu-btn {
background: #459670;
}
.eb-events-items .eb-event-single-item:nth-child(6n+6) .eb-event-item.eb-event-style-3:hover {
background-color: var(--edublink-color-extra04);
}
.eb-events-items .eb-event-single-item:nth-child(6n+6) .eb-event-style-3 a.edu-btn {
background: var(--edublink-color-extra04);
}
@media only screen and (max-width: 991px) {
.eb-event-item.eb-event-style-3 .inner {
flex-direction: column;
}
.eb-event-item.eb-event-style-3 .thumb {
min-width: 100%;
max-width: 100%;
min-height: inherit;
object-fit: inherit;
}
.eb-event-item.eb-event-style-3 .thumb a {
-webkit-mask-image: none;
mask-image: none;
}
.eb-event-item.eb-event-style-3 .content {
padding: 20px 0 0 0px;
}
} .eb-event-details .main-thumbnail {
margin-bottom: 70px;
}
.eb-event-details .main-thumbnail img {
border-radius: 10px;
max-height: 550px;
object-fit: cover;
width: 100%;
}
.eb-list-style-1 {
list-style-type: disc;
}
.eb-list-style-2 li,
.eb-list-style-1 li {
color: var(--edublink-color-heading);
}
.eb-list-style-2 li {
margin-top: 12px;
margin-bottom: 12px;
}
.eb-event-contact-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -10px -20px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.eb-event-contact-list li {
margin-right: 20px;
margin-left: 20px;
color: var(--edublink-color-heading);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.eb-event-contact-list li:first-child {
margin-left: 0;
}
.eb-event-contact-list li i {
padding-right: 10px;
font-size: 20px;
color: var(--edublink-color-primary);
}
.eb-event-contact-list li:after {
content: "";
height: 19px;
width: 1px;
background-color: #dbdbdb;
position: absolute;
top: 4px;
right: -20px;
}
.eb-event-contact-list li:last-child:after {
display: none;
}
.edublink-event-details-map {
margin-top: 40px;
}
#edublink-event-contact-map {
width: 100%;
height: 370px;
border-radius: 5px;
}
.eb-event-sidebar {
background-color: var(--edublink-color-white);
border-radius: 5px;
box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
margin-bottom: 30px;
}
.eb-event-sidebar .content {
padding: 30px 25px 25px;
}
.eb-event-sidebar .content {
padding: 30px 25px 25px;
}
.eb-event-sidebar .event-meta {
margin: 0;
padding: 0;
list-style: none;
}
.eb-event-sidebar .event-meta li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
color: var(--edublink-color-heading);
border-bottom: 1px solid var(--edublink-color-border);
padding: 15px 0;
margin: 0;
}
.eb-event-sidebar .event-meta li .label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: var(--edublink-font-secondary);
}
.eb-event-sidebar .event-meta li i {
font-size: 24px;
padding-right: 15px;
max-width: 35px;
}
.eb-event-sidebar .event-meta li .price {
font-size: 20px;
font-weight: var(--edublink-p-semi-bold);
color: var(--edublink-color-secondary);
}
.eb-event-sidebar .event-meta li:last-child {
border-bottom: none;
}
.eb-event-sidebar .content .edu-btn,
.eb-event-sidebar .content .login-redirect.edu-btn,
.eb-event-sidebar .content .event_auth_button.edu-btn {
margin-top: 24px;
margin-bottom: 20px;
width: 100%;
text-transform: inherit;
letter-spacing: inherit;
}
.eb-event-sidebar .content .login-redirect.edu-btn {
margin-bottom: 6px;
}
.eb-event-sidebar .content .event_auth_button.edu-btn:hover {
background: var(--edublink-color-primary);
}
.eb-event-sidebar .content .eb-tp-event-login-msg {
font-size: 14px;
text-align: center;
margin-bottom: 5px;
}
.eb-event-sidebar .tp_event_counter {
background-color: transparent;
padding: 0;
border: 0;
display: inline-flex;
}
.eb-event-sidebar .tp_event_counter .countdown-row {
padding: 0;
}
.eb-event-sidebar .countdown-section:nth-child(1) .countdown-amount {
background-color: rgba(26, 182, 157, 0.1);
color: var(--edublink-color-primary);
}
.eb-event-sidebar .countdown-section:nth-child(2) .countdown-amount {
background-color: rgba(238, 74, 98, 0.1);
color: var(--edublink-color-secondary);
}
.eb-event-sidebar .countdown-section:nth-child(3) .countdown-amount {
background-color: rgba(142, 86, 255, 0.1);
color: var(--edublink-color-extra02);
}
.eb-event-sidebar .countdown-section:nth-child(4) .countdown-amount {
background-color: rgba(248, 148, 31, 0.1);
color: var(--edublink-color-extra05);
}
.eb-event-sidebar .countdown-section .countdown-amount {
font-size: 20px;
font-weight: var(--edublink-p-semi-bold);
line-height: 1;
margin-bottom: 10px;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
display: inline-block;
}
.eb-event-sidebar .countdown-section .countdown-period {
line-height: 1;
font-size: 15px;
font-weight: var(--edublink-p-medium);
color: var(--edublink-color-body);
}
.eb-event-sidebar .tp-event-notice {
margin-bottom: 1em !important;
}
.eb-event-speaker-section {
margin-top: 70px;
}
.eb-event-speaker-section .heading-title {
margin-bottom: 30px;
}
.eb-event-contaner-wrapper .eb_gmap_canvas {
height: 370px;
width: 100%;
border-radius: 5px;
margin-top: 40px;
}
.eb-tp-event-register-popup h2 {
font-size: 20px;
}
#event-lightbox.event-fade {
padding: 30px;
border-radius: 5px;
}
#event-lightbox.event-fade input#event_register_qty {
width: 100%;
}
#event-lightbox .edu-btn.btn-medium {
text-transform: inherit;
letter-spacing: inherit;
width: 100%;
}
#event-lightbox .edu-btn.btn-medium:hover {
background: var(--edublink-color-primary);
}
#event-lightbox .event_auth_payment_methods label {
margin-left: 10px;
}
.eb-tp-user-login-page .edublink-single-page {
max-width: 700px;
margin: 0 auto;
text-align: center;
}
.eb-tp-user-login-page .event-auth-form label {
color: var(--edublink-color-heading);
font-weight: 400 !important;
}
.eb-tp-user-login-page .event-auth-form input[type="text"],
.eb-tp-user-login-page .event-auth-form input[type="email"],
.eb-tp-user-login-page .event-auth-form input[type="password"] {
border-bottom: 1px solid var(--edublink-color-border) !important;
width: 100%;
border-radius: 5px;
height: 60px;
}
.eb-tp-user-login-page .event-auth-form .form-row.has-error input {
border-color: var(--edublink-color-border);
}
.eb-tp-user-login-page .event-auth-form input[type="text"]:focus,
.eb-tp-user-login-page .event-auth-form input[type="password"]:focus {
border-color: var(--edublink-color-primary);
}
.eb-tp-user-login-page .event-auth-form input[type="submit"] {
font-size: 16px;
font-weight: 600;
height: 50px;
line-height: 50px;
padding-left: 60px;
padding-right: 60px;
}
.eb-tp-user-login-page .event-wrapper-shortcode.forgot-password label {
display: block;
text-align: left;
}
.eb-tp-user-login-page .event-wrapper-shortcode.forgot-password label::after {
display: none !important;
}
@media only screen and (max-width: 767px) {
.eb-event-details .main-thumbnail {
margin-bottom: 40px;
}
#event-lightbox {
max-width: 100%;
width: 100%;
}
} .edu-blog {
position: relative;
}
.edu-blog .thumbnail {
position: relative;
}
.edu-blog .thumbnail a {
display: block;
border-radius: 10px;
position: relative;
overflow: hidden;
}
.edu-blog .thumbnail a:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-blog .thumbnail a img {
width: 100%;
border-radius: 10px;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-blog .thumbnail .video-play-btn {
height: 80px;
width: 80px;
line-height: 80px;
background-color: var(--edublink-color-white);
border-radius: 50% !important;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index: 2;
font-size: 18px;
color: var(--edublink-color-primary);
}
.edu-blog .thumbnail .video-play-btn:after {
display: none;
}
@media only screen and (max-width: 575px) {
.edu-blog .thumbnail .video-play-btn {
height: 65px;
width: 65px;
line-height: 65px;
}
}
.edu-blog .content {
background-color: var(--edublink-color-white);
padding: 30px;
border-radius: 10px;
position: relative;
box-shadow: var(--edublink-shadow-darker);
}
.edu-blog .blog-meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 18px;
margin: -5px -16px;
}
.edu-blog .blog-meta li {
margin: 5px 16px;
color: var(--edublink-color-heading);
position: relative;
}
.edu-blog .blog-meta li i, 
.edu-blog .blog-meta li img {
font-size: 16px;
padding-right: 10px;
position: relative;
top: 2px;
color: var(--edublink-color-primary);
}
.edu-blog .blog-meta li:after {
content: "";
height: 19px;
width: 1px;
background-color: #dbdbdb;
position: absolute;
top: 3px;
right: -18px;
}
.edu-blog .blog-meta li:last-child:after {
display: none;
}
@media only screen and (max-width: 1199px) {
.edu-blog .content {
padding: 30px 20px;
}
.edu-blog .blog-meta {
margin: -5px -10px;
}
.edu-blog .blog-meta li {
margin: 5px 10px;
}
.edu-blog .blog-meta li:after {
right: -11px;
}
}
@media only screen and (max-width: 479px) {
.edu-blog .content {
padding: 20px;
}
}
.edu-blog .content .category-wrap a {
color: var(--edublink-color-body);
margin-bottom: 10px;
display: inline-block;
text-transform: uppercase;
}
.edu-blog .content .category-wrap a:hover {
color: var(--edublink-color-primary);
}
.edu-blog .content .title {
margin-bottom: 10px;
font-weight: 600;
}
.edu-blog .content .title.empty-title {
display: none;
margin-bottom: 0px;
}
.edu-blog .content p {
margin-bottom: 0;
}
.edu-blog .content.position-top {
margin-top: -175px;
margin-left: 30px;
margin-right: 30px;
}
.edu-blog .content.position-top.without-thumb {
margin-top: 0px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.edu-blog .content.position-top {
margin-top: -125px;
}
}
@media only screen and (max-width: 767px) {
.edu-blog .content.position-top {
margin-top: -105px;
}
}
@media only screen and (max-width: 1199px) {
.edu-blog .content.position-top {
margin-left: 15px;
margin-right: 15px;
}
}
@media only screen and (max-width: 479px) {
.edu-blog .content.position-top {
margin-left: 15px;
margin-right: 15px;
}
}
.edu-blog .content.position-top .read-more-btn {
position: absolute;
top: -40px;
right: 30px;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-blog .content.position-top.without-thumb .read-more-btn {
display: none;
}
.edu-blog .content.position-top .read-more-btn .btn-icon-round {
box-shadow: var(--edublink-shadow-dark);
}
.edu-blog .btn-icon-round:hover {
color: var(--edublink-color-white);
background-color: var(--edublink-color-secondary);
}
.edu-blog:hover .thumbnail a:after {
visibility: visible;
opacity: 1;
}
.edu-blog:hover .thumbnail a img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.edu-blog:hover .position-top .read-more-btn {
visibility: visible;
opacity: 1;
top: -30px;
} .edu-blog.blog-style-1 .thumbnail a {
border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-1 .thumbnail a img {
border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-1 .content {
padding: 25px 30px 30px;
border-radius: 0 0 10px 10px;
} .edu-blog.blog-style-3 .content {
padding: 30px 0 0 0;
box-shadow: none;
} .edu-blog.blog-style-4 .content {
padding: 25px 0px 0px;
background-color: transparent;
box-shadow: none;
}
.edu-blog.blog-style-4 .content .read-more-btn {
position: absolute;
top: -45px;
right: 30px;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-blog.blog-style-4:hover .content .read-more-btn {
visibility: visible;
opacity: 1;
top: -35px;
}
.edu-blog.blog-style-4 .content .read-more-btn a:hover {
color: var(--edublink-color-white);
} .edu-blog.blog-style-5 .inner .thumbnail a {
border-radius: 5px;
}
.edu-blog.blog-style-5 .inner .thumbnail a::after {
display: none;
}
.edu-blog.blog-style-5 .inner .thumbnail a img {
border-radius: 5px;
}
.edu-blog.blog-style-5 .inner .thumbnail .category-wrap a {
position: absolute;
left: 30px;
bottom: 30px;
background: var(--edublink-gradient-primary);
border-radius: 3px;
padding: 2px 21px;
font-size: 15px;
color: var(--edublink-color-white);
display: block;
}
.edu-blog.blog-style-5 .inner .content {
background-color: transparent;
padding: 25px 0px 0 0;
border-radius: 0;
box-shadow: none;
}
.edu-blog.blog-style-5 .content .blog-meta {
padding-bottom: 13px;
}
.edu-blog.blog-style-5 .content .blog-btn {
font-size: var(--edublink-font-size-b1);
font-weight: var(--edublink-p-semi-bold);
font-family: var(--edublink-font-secondary);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
color: var(--edublink-color-heading);
}
.edu-blog.blog-style-5 .content .blog-btn i {
font-size: 12px;
font-weight: var(--edublink-p-semi-bold);
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-blog.blog-style-5 .content .blog-btn:hover {
color: var(--edublink-color-heading);
}
.edu-blog.blog-style-5 .content .blog-btn:hover i {
padding-left: 7px;
visibility: visible;
opacity: 1;
} .edu-blog.blog-style-6 .thumbnail .date {
position: absolute;
left: 20px;
top: 20px;
background: var(--edublink-gradient-primary);
border-radius: 3px;
padding: 3px 12px;
font-size: 15px;
color: var(--edublink-color-white);
display: block;
}
.edu-blog.blog-style-6 .thumbnail a {
border-radius: 10px 10px 0px 0px;
}
.edu-blog.blog-style-6 .thumbnail a img {
border-radius: 10px 10px 0px 0px;
}
.edu-blog.blog-style-6 .content.position-top {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.edu-blog.blog-style-6 .content {
border-radius: 0px 0px 10px 10px;
} .edu-blog.blog-style-7 .thumbnail a {
border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-7 .thumbnail a img {
border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-7 .thumbnail .read-more-btn {
position: absolute;
top: 48%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-blog.blog-style-7 .thumbnail .read-more-btn a {
display: inline-block;
border-radius: 50%;
}
.edu-blog.blog-style-7 .thumbnail .read-more-btn a:after {
display: none;
}
.edu-blog.blog-style-7 .content {
border-radius: 0 0 10px 10px;
}
.edu-blog.blog-style-7 .content:before {
content: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/blog-kindergarten-mask.png);
position: absolute;
top: -36px;
left: 0;
right: 0;
overflow: hidden;
}
@media only screen and (max-width: 991px) {
.edu-blog.blog-style-7 .content:before {
content: '';
}
}
.edu-blog.blog-style-7 .content .title {
font-weight: var(--edublink-p-bold);
}
.edu-blog.blog-style-7:hover .thumbnail .read-more-btn {
visibility: visible;
opacity: 1;
top: 51%;
} .edublink-classic-post-layout .featured-post .thumbnail a img {
border-radius: 5px;
overflow: hidden;
transition: 0.4s;
width: 100%;
object-fit: cover;
}
.edublink-classic-post-layout.specific-post-title-line-two .specific-posts .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.edublink-classic-post-layout .thumbnail {
position: relative;
} .edublink-classic-post-layout.layout-1 .featured-post .thumbnail a,
.edublink-classic-post-layout.layout-3 .featured-post .thumbnail a {
border-radius: 5px;
}
.edublink-classic-post-layout.layout-1 .featured-post .thumbnail::after,
.edublink-classic-post-layout.layout-3 .featured-post .thumbnail::after {
content: "";
height: 100%;
width: 100%;
border-radius: 5px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.edublink-classic-post-layout.layout-1 .featured-post .thumbnail .content,
.edublink-classic-post-layout.layout-3 .featured-post .thumbnail .content {
padding: 30px 25px 25px 30px;
background-color: transparent;
box-shadow: none;
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}
.edublink-classic-post-layout.layout-1 .category-wrap a,
.edublink-classic-post-layout.layout-3 .category-wrap a {
color: var(--edublink-color-white);
background: var(--edublink-gradient-primary);
padding: 4px 16px;
border-radius: 3px;
display: inline-block;
margin-bottom: 10px;
text-transform: uppercase;
}
.edublink-classic-post-layout.layout-1 .featured-post .title,
.edublink-classic-post-layout.layout-3 .featured-post .title {
color: var(--edublink-color-white);
margin-bottom: 15px;
}
.edublink-classic-post-layout.layout-1 .featured-post .title a:hover,
.edublink-classic-post-layout.layout-3 .featured-post .title a:hover {
color: rgba(255, 255, 255, 0.8);
}
.edublink-classic-post-layout.layout-1 .blog-meta,
.edublink-classic-post-layout.layout-3 .blog-meta {
padding-bottom: 0;
margin: -5px -9px;
}
.edublink-classic-post-layout.layout-1 .blog-meta li,
.edublink-classic-post-layout.layout-3 .blog-meta li {
margin: 5px 9px;
}
.edublink-classic-post-layout.layout-1 .featured-post .blog-meta li,
.edublink-classic-post-layout.layout-1 .featured-post .blog-meta li i,
.edublink-classic-post-layout.layout-3 .featured-post .blog-meta li,
.edublink-classic-post-layout.layout-3 .featured-post .blog-meta li i {
color: var(--edublink-color-white);
}
.edublink-classic-post-layout.layout-1 .edu-blog .thumbnail a:after,
.edublink-classic-post-layout.layout-1 .edu-blog .blog-meta li:after,
.edublink-classic-post-layout.layout-3 .edu-blog .thumbnail a:after,
.edublink-classic-post-layout.layout-3 .edu-blog .blog-meta li:after {
display: none;
}
.edublink-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a,
.edublink-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a img,
.edublink-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a,
.edublink-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a img {
border-radius: 5px 5px 0 0;
}
.edublink-classic-post-layout.layout-1 .specific-posts .inner .content,
.edublink-classic-post-layout.layout-3 .specific-posts .inner .content {
padding: 0 20px 30px 25px;
background-color: var(--edublink-color-white);
box-shadow: var(--edublink-shadow-darker);
border-radius: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.edublink-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a:after,
.edublink-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a:after {
visibility: visible;
opacity: 1;
background-color: rgba(0, 0, 0, 0.3);
}
.edublink-classic-post-layout.layout-1 .specific-posts .category-wrap a {
position: relative;
top: -17px;
}
.edublink-classic-post-layout.layout-1 .category-wrap a:hover,
.edublink-classic-post-layout.layout-3 .category-wrap a:hover {
color: var(--edublink-color-white);
}
.edublink-classic-post-layout.layout-1 .specific-posts .content .blog-meta i,
.edublink-classic-post-layout.layout-3 .specific-posts .content .blog-meta i {
color: #d0d0d1;
}
.edublink-classic-post-layout.layout-3 .specific-posts .category-wrap a {
position: absolute;
bottom: 0;
left: 0;
margin: 0;
}
.edublink-classic-post-layout.layout-3 .specific-posts .inner .content {
padding-top: 30px;
} .edublink-classic-post-layout.layout-2 .featured-post .thumbnail a img {
border-radius: 10px;
}
.edublink-classic-post-layout.layout-2 .featured-post.edu-blog .thumbnail a:after {
display: none;
}
.edublink-classic-post-layout.layout-2 .featured-post .content {
padding: 23px 0 0 110px;
box-shadow: none;
}
.edublink-classic-post-layout.layout-2 .edu-blog .content .category-wrap {
display: flex;
}
.edublink-classic-post-layout.layout-2 .edu-blog .content .category-wrap a {
font-weight: 500;
}
.edublink-classic-post-layout.layout-2 .blog-date {
width: 80px;
height: 80px;
background: var(--edublink-color-primary);
color: var(--edublink-color-white);
font-family: var(--edublink-font-secondary);
border-radius: 60px 60px 14px 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
}
.edublink-classic-post-layout.layout-2 .featured-post .blog-date {
top: 24px;
right: inherit;
left: 0;
}
.edublink-classic-post-layout.layout-2 .blog-date span {
font-weight: 700;
font-size: 22px;
display: block;
text-align: center;
}
.edublink-classic-post-layout.layout-2 .blog-date span.day {
line-height: 1;
margin-bottom: 4px;
}
.edublink-classic-post-layout.layout-2 .blog-date span.month {
line-height: 1;
font-size: 14px;
font-weight: 500;
}
.edublink-classic-post-layout.layout-2 .featured-post.edu-blog .content .title {
margin-bottom: 15px;
}
.edublink-classic-post-layout.layout-2 .featured-post.edu-blog .content .blog-meta {
padding: 20px 0 0;
}
.edublink-classic-post-layout.layout-2 .content .blog-meta i {
color: #d0d0d1;
}
@media (min-width: 1400px) {
.edublink-classic-post-layout.layout-2 .eb-post-featured-item {
margin-right: 30px;
}
.edublink-classic-post-layout.layout-2 .specific-posts {
padding-left: 45px;
}
}
.edublink-classic-post-layout.layout-2 .specific-posts .eb-post-specific-item:not(:last-child) {
margin-bottom: 40px;
}
.edublink-classic-post-layout.layout-2 .specific-posts .inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edublink-classic-post-layout.layout-2 .specific-posts .thumbnail {
margin-right: 30px;
max-width: 240px;
}
.edublink-classic-post-layout.layout-2 .specific-posts .thumbnail a:after {
visibility: visible;
opacity: 1;
background-color: rgba(0, 0, 0, 0.3);
}
.edublink-classic-post-layout.layout-2 .specific-posts .content {
box-shadow: none;
padding: 0;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.edublink-classic-post-layout.layout-2 .specific-posts .edu-blog .content .blog-meta {
padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
.edublink-classic-post-layout.layout-2 .specific-posts .inner {
display: block;
}
.edublink-classic-post-layout.layout-2 .specific-posts .thumbnail {
margin-right: 0px;
max-width: 100%;
margin-bottom: 20px;
}
.edublink-classic-post-layout.layout-2 .specific-posts .eb-post-specific-item:not(:last-child) {
margin-bottom: 30px;
}
} .edublink-course-page-header {
background-color: #f5f9fa;
padding: 15px 0 90px;
position: relative;
z-index: 1;
overflow: hidden;
}
.edublink-header-transparent-enable .edublink-course-page-header {
padding-top: 145px;
}
.edublink-course-page-header .edublink-course-title,
.edublink-course-page-header .eb-course-header-breadcrumb {
z-index: 2;
position: relative;
}
.edublink-course-page-header .edublink-course-title {
text-overflow: ellipsis;
-ms-word-wrap: break-word;
word-break: break-word;
width: 55%;
}
.edublink-course-page-header .edublink-course-title h1 {
margin: 0 0 4px 0;
font-size: 36px;
line-height: 1.4;
color: var(--edublink-color-heading);
}
.edublink-course-page-header .eb-course-header-breadcrumb {
margin-top: 0px;
margin-bottom: 65px;
}
.edublink-course-page-header .eb-course-header-breadcrumb ul {
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li {
margin: 0;
list-style: none;
position: relative;
color: var(--edublink-color-heading);
font-size: 16px;
line-height: 22px;
font-family: var(--edublink-font-secondary);
font-weight: var(--edublink-p-semi-bold);
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li:first-child {
margin-left: 0;
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li:last-child {
margin-right: 0;
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li:not(:last-child) {
padding-right: 30px;
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li:after {
content: "\f105";
font-family: 'icomoon';
position: absolute;
right: 13px;
top: 0px;
font-size: 16px;
font-weight: var(--edublink-p-bold);
color: var(--edublink-color-heading);
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li:last-child:after {
display: none;
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li {
font-weight: var(--edublink-p-semi-bold);
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li a {
font-weight: var(--edublink-p-medium);
}
.edublink-course-page-header .eb-course-header-breadcrumb ul li a:hover {
color: var(--edublink-color-primary);
}
@media (max-width: 991px) {
.edublink-course-page-header {
padding-top: 15px;
padding-bottom: 60px;
}
.edublink-header-transparent-enable .edublink-course-page-header {
padding-top: 110px;
}
.edublink-course-page-header .eb-course-header-breadcrumb {
margin-bottom: 50px;
}
.edublink-course-page-header .edublink-course-title {
width: 100%;
}
.edublink-course-page-header .edublink-course-title h1 {
font-size: 30px;
}
}
@media (max-width: 767px) {
.edublink-course-page-header .eb-course-header-breadcrumb {
margin-bottom: 30px;
}
.edublink-course-page-header .edublink-course-title h1 {
font-size: 26px;
}
}
.eb-course-header-meta-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-right: -20px;
margin-left: -20px;
list-style: none !important;
padding: 0 !important;
margin-bottom: 0;
}
.eb-course-header-meta-items > li {
margin-right: 20px;
margin-left: 20px;
font-weight: 500;
color: var(--edublink-color-heading);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.eb-course-header-meta-items > li i {
padding-right: 14px;
font-size: 24px;
color: var(--edublink-color-primary);
}
.eb-course-header-meta-items > li:after {
content: "";
height: 19px;
width: 1px;
background-color: #dbdbdb;
position: absolute;
top: 4px;
right: -20px;
}
.eb-course-header-meta-items > li:last-child:after {
display: none;
}
.eb-course-header-meta-items .edublink-course-review-wrapper .review-stars-rated + span {
font-size: 15px;
}
.eb-course-header-meta-items .instruct-by {
margin-right: 5px;
}
.edublink-course-page-header.style-6 .eb-rating-text {
color: var(--edublink-color-white);
}
@media only screen and (max-width: 1750px) {
.edublink-course-page-header .shape-3 {
left: 0;
}
}
@media only screen and (max-width: 1550px) {
.edublink-course-page-header .shape-3 {
left: -80px;
}
}
@media only screen and (max-width: 767px) {
.eb-course-header-meta-items {
display: block;
margin-top: 20px;
}
.eb-course-header-meta-items > li:after {
display: none;
}
} .edublink-course-page-header.dark-version {
background: #020b17;
}
.edublink-course-page-header.dark-version .shape-1, 
.edublink-course-page-header.dark-version .shape-2 {
border-color: #282f3a;
}
.edublink-course-page-header .eb-course-header-meta-items > li.instructor a {
margin-left: 5px;
}
.edublink-course-page-header.dark-version .eb-course-header-meta-items > li,
.edublink-course-page-header.dark-version .eb-course-header-meta-items > li a,
.edublink-course-page-header.dark-version .edublink-course-title h1,
.edublink-course-page-header.dark-version .eb-course-header-breadcrumb ul li:after,
.edublink-course-page-header.dark-version .eb-course-header-breadcrumb ul li,
.edublink-course-page-header.dark-version .eb-course-header-breadcrumb ul li a,
.edublink-course-page-header.dark-version .edublink-course-review-wrapper .review-stars-rated + span {
color: var(--edublink-color-white);
}
.edublink-course-page-header.dark-version .eb-course-header-meta-items > li a:hover,
.edublink-course-page-header.dark-version .eb-course-header-breadcrumb ul li a:hover {
color: var(--edublink-color-primary);
} .edublink-page-title-area.edublink-breadcrumb-empty-bg {
padding: 190px 0 180px;
background: rgba(0,0,0,.8);
} .edublink-course-page-header.style-5,
.edublink-course-page-header.style-6 {
padding-top: 0;
background-color: transparent;
}
.edublink-course-page-header.style-5 .eb-course-header-breadcrumb,
.edublink-course-page-header.style-6 .eb-course-header-breadcrumb {
margin-bottom: 105px;
}
.edublink-course-page-header.style-5 .eb-course-header-breadcrumb,
.edublink-course-page-header.style-6 .eb-course-header-breadcrumb {
background-color: var(--edublink-color-lighten01);
padding: 19px 0;
}
.edublink-course-page-header.style-5 .shape-1,
.edublink-course-page-header.style-5 .shape-2 {
display: none;
}
.edublink-course-page-header.style-5 .shape-5 span {
transform: none !important;
}
.edublink-course-page-header.style-5 .shape-3 {
top: 150px;
left: 5%;
}
.edublink-course-page-header.style-5 .shape-3 img,
.edublink-course-page-header.style-5 .shape-5 img {
max-width: 90%;
}
.edublink-course-page-header.style-5 .shape-5 {
top: 80px;
}
@media only screen and (max-width: 1650px) {
.edublink-course-page-header.style-5 .shape-3 {
left: -50px;
}
}
@media only screen and (max-width: 1450px) {
.edublink-course-page-header.style-5 .shape-3 {
left: -100px;
}
}
.style-6 .eb-course-header-breadcrumb-content {
max-width: 1370px;
background-image: var(--edublink-gradient-primary);
margin: 0 auto;
border-radius: 5px;
}
.style-6 .edublink-course-breadcrumb-inner {
padding: 75px 0;
}
.edublink-course-page-header.style-6 .eb-course-header-meta-items > li i,
.edublink-course-page-header.style-6 .eb-course-header-meta-items > li,
.edublink-course-page-header.style-6 .eb-course-header-meta-items > li a,
.edublink-course-page-header.style-6 .edublink-course-title h1,
.edublink-course-page-header.style-6 .edublink-course-review-wrapper .review-stars-rated + span {
color: var(--edublink-color-white);
}
.edublink-course-page-header.style-6 .eb-course-header-breadcrumb ul li a:hover {
color: var(--edublink-color-primary);
}
@media only screen and (max-width: 991px) {
.edublink-course-page-header.style-5 .eb-course-header-breadcrumb,
.edublink-course-page-header.style-6 .eb-course-header-breadcrumb {
display: block;
margin-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.edublink-course-page-header.style-5 .eb-course-header-breadcrumb,
.edublink-course-page-header.style-6 .eb-course-header-breadcrumb {
margin-bottom: 50px;
}
.edublink-course-page-header.style-5,
.edublink-course-page-header.style-6 {
padding-bottom: 40px;
}
.style-6 .edublink-course-breadcrumb-inner {
padding: 50px 0;
}
}
.edublink-course-page-header.style-6 .eb-course-header-breadcrumb-content {
position: relative;
}
.edublink-course-page-header .shape-image.shape-a {
top: -70px;
right: -110px;
}
.edublink-course-page-header .shape-image.shape-a img {
max-width: 85%;
}
.edublink-course-page-header .shape-image.shape-b {
top: 20px;
right: -89px;
z-index: 1;
}
.edublink-course-page-header .shape-image.shape-c {
top: 6px;
left: -160px;
z-index: 0;
}
.edublink-course-page-header .shape-image.shape-d {
top: -65px;
left: -110px;
} .eb-course-details-page-content {
padding-right: 40px;
}
.edublink-course-details-page .course-tab-panels .course-tab-panel {
padding-top: 65px;
}
.edublink-course-details-page .course-nav-tabs {
background: transparent;
border: 0 none;
margin: 0 !important;
padding: 0 !important;
justify-content: center;
border-bottom: 1px solid var(--edublink-color-border);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
overflow: inherit;
}
.edublink-course-details-page .course-nav-tabs .course-nav {
margin: 0px 5px;
flex: inherit !important;
}
.edublink-course-details-page ul.learn-press-nav-tabs .course-nav.active::before,
.edublink-course-details-page ul.learn-press-nav-tabs .course-nav:first-child.active::before,
.edublink-course-details-page ul.learn-press-nav-tabs .course-nav:first-child.active::after,
.edublink-course-details-page ul.learn-press-nav-tabs .course-nav:last-child.active::after {
display: none;
}
.edublink-course-details-page .course-nav-tabs .course-nav label {
font-weight: 600;
font-size: 16px;
line-height: 28px;
border: 0 none;
background: transparent;
padding: 15px 25px;
position: relative;
color: var(--edublink-color-body);
font-family: var(--edublink-font-secondary);
display: inline-block;
}
@media only screen and (max-width: 1399px) {
.eb-course-details-page-content {
padding-right: 10px;
}
}
@media only screen and (max-width: 991px) {
.eb-course-details-page-content {
padding-right: 0px;
}
}
@media only screen and (max-width: 618px) {
.edublink-course-details-page .course-nav-tabs .course-nav label {
padding: 15px 0px;
font-size: 16px;
line-height: 22px;
}
}
@media only screen and (max-width: 767px) {
.edublink-course-details-page .course-tab-panels .course-tab-panel {
padding-top: 40px;
}
}
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label {
color: var(--edublink-color-primary) !important;
background: transparent !important;
}
.eb-tl-course-single-page .tutor-nav a.tutor-nav-link::after {
position: absolute;
content: "";
background: var(--edublink-color-primary);
border-radius: 1px 1px 0px 0px;
height: 2px;
width: 0;
transition: 0.4s;
left: -4px;
bottom: 0px;
opacity: 0;
}
#learn-press-course-tabs .learn-press-nav-tabs label::after {
position: absolute;
content: "";
background: var(--edublink-color-primary);
border-radius: 1px 1px 0px 0px;
height: 2px;
width: 0;
transition: 0.4s;
left: 0%;
bottom: -2px;
opacity: 0;
}
.edublink-course-details-page .course-nav-tabs .course-nav.active label,
.eb-tl-course-single-page .tutor-nav a.tutor-nav-link.is-active:after,
.eb-tl-course-single-page .tutor-nav a.tutor-nav-link:hover:after,
.edublink-course-details-page .course-nav-tabs .course-nav.active label:after,
#learn-press-course-tabs .learn-press-nav-tabs .course-nav.active label::after,
#learn-press-course-tabs .learn-press-nav-tabs .course-nav label:hover:after,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label::after,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label::after,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label::after,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label::after,
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label::after {
width: 100%;
opacity: 1;
}
.edublink-course-details-page .course-nav-tabs .course-nav label::after {
position: absolute;
content: "";
background: var(--edublink-color-primary);
border-radius: 1px 1px 0px 0px;
height: 2px;
width: 0;
transition: 0.4s;
left: 0%;
bottom: -2px;
opacity: 0;
}
.edublink-course-details-page .learn-press-nav-tabs li:after {
display: none;
}
.edublink-course-details-page .course-nav-tabs .course-nav label:hover {
color: var(--edublink-color-primary);
}
.edublink-course-details-page .edublink-comments-area:empty {
display: none;
} .edublink-course-details-page .course-curriculum .section-header > .section-meta,
.edublink-course-details-page .course-curriculum .section-header .learn-press-progress {
display: none;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections {
z-index: 1;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section:last-child,
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section {
border: 1px solid var(--edublink-color-border);
padding: 40px 50px 35px;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section.closed,
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section.closed:last-child {
padding: 40px 50px 25px;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section + .section {
margin-top: 50px;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section.closed {
box-shadow: inherit;
border: 1px solid var(--edublink-color-border);
border-radius: 0;
}
.edublink-course-details-page .course-curriculum .section-header {
border: 0 none;
background: transparent;
width: 100%;
text-align: left;
padding: 0px;
position: relative;
transition: 0.4s;
margin-bottom: 10px;
}
.edublink-course-details-page .lp-course-curriculum .course-section__title,
.edublink-course-details-page .course-curriculum .section-left .section-title {
flex: 1;
cursor: pointer;
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h5);
line-height: var(--edublink-h5-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
}
.edublink-course-details-page .lp-course-curriculum .course-section .section-count-items,
.edublink-course-details-page .course-curriculum .section.closed .section-left .section-title {
color: var(--edublink-color-heading);
}
.edublink-course-details-page .course-curriculum .section.closed .section-header {
cursor: pointer;
}
.edublink-course-details-page .course-curriculum .section.closed .section-header .section-left .section-toggle {
color: var(--edublink-color-heading);
}
.edublink-course-details-page .course-curriculum .section-header .section-left .section-toggle:before {
content: "\ea78";
font-family: "remixicon";
font-weight: 700;
position: absolute;
top: 1px;
right: -14px;
display: block;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border: 1px solid var(--edublink-color-border);
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 100%;
font-size: 16px;
text-align: center;
}
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box__content-inner {
font-size: var(--edublink-font-size-b1);
line-height: var(--edublink-line-height-b1);
color: var(--edublink-color-body);
font-weight: 400;
animation-name: none !important;
}
.edublink-course-details-page .course-curriculum .section-header .section-desc {
font-size: var(--edublink-font-size-b1);
line-height: var(--edublink-line-height-b1);
font-family: var(--edublink-font-primary);
font-weight: 400;
color: var(--edublink-color-body);
font-style: normal;
}
.edublink-course-details-page .course-curriculum .section.closed .section-header .section-left .section-toggle:before {
content: "\ea4e";
}
.edublink-course-details-page .course-curriculum .section-header .section-left .section-toggle i.fas {
display: none;
}
.edublink-course-details-page .course-curriculum .course-item {
background: transparent;
}
.edublink-course-details-page .course-curriculum .course-item.has-status,
.edublink-course-details-page .course-curriculum .course-item {
padding: 14px 0;
}
.edublink-course-details-page .course-curriculum .course-item:last-child {
padding-bottom: 0;
}
.edublink-course-details-page .course-curriculum .course-item + .course-item {
border-top: 1px solid var(--edublink-color-border);
}
.edublink-course-details-page .course-curriculum .course-item .section-item-link::before {
color: var(--edublink-color-heading);
}
.edublink-course-details-page .course-curriculum .course-item.course-item-lp_lesson .section-item-link::before {
content: "\e940";
font-family: 'icomoon' !important;
color: var(--edublink-color-heading);
font-size: 16px;
padding: 0;
padding-right: 8px;
}
.edublink-course-details-page .course-curriculum .course-item .item-name {
padding: 0;
color: var(--edublink-color-heading);
font-size: var(--edublink-font-size-b1);
font-weight: 400;
vertical-align: middle;
line-height: 26px;
transition: .3s;
}
.edublink-course-details-page .course-curriculum .course-item .section-item-link:hover .item-name,
.edublink-course-details-page .course-curriculum .course-item .section-item-link:hover {
color: var(--edublink-color-primary);
}
.edublink-course-details-page .course-curriculum .section-content {
margin: 0;
}
.edublink-course-details-page .course-curriculum .section-content .course-item-meta {
padding: 0;
margin-left: auto;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .item-meta.duration {
background: #8aa6eb;
}
.edublink-course-details-page .course-curriculum .section-content .course-item-preview::before {
background: rgba(82, 95, 225, .9);
}
.edublink-course-details-page .course-curriculum .course-item .section-item-link {
padding-right: 0;
padding-top: 0px;
padding-bottom: 0px;
}
.edublink-course-details-page .lp-course-curriculum .course-section .course-item-ico.locked::before,
.edublink-course-details-page .course-curriculum .course-item.item-locked .course-item-status::before {
font-family: 'icomoon' !important;
content: "\e943";
color: var(--edublink-color-heading);
font-size: 16px;
font-weight: 400;
}
.edublink-course-details-page .course-curriculum .course-item.course-item-lp_quiz .section-item-link::before {
font-family: 'remixicon' !important;
content: "\F045";
padding-right: 8px;
font-size: 16px;
}
.edublink-course-details-page .course-curriculum .section-content .course-item-preview::before {
background: rgba(82, 95, 225, .85);
}
.edublink-course-details-page .lp-course-curriculum .course-section .course-item__right .duration,
.eb-ms-course-details .masterstudy-curriculum-list__preview, 
.eb-ms-course-details .masterstudy-curriculum-list__trial,
.edublink-course-details-page .course-curriculum ul.curriculum-sections .item-meta {
opacity: 1;
font-family: var(--edublink-font-secondary);
line-height: 28px;
border-radius: 3px;
font-size: 13px;
font-weight: 500;
padding: 0 7px;
margin-left: 8px;
} .edublink-course-details-page .lp-course-curriculum .course-section .course-item__right .duration,
.edublink-course-details-page .course-curriculum ul.curriculum-sections .item-meta.duration {
background-color: rgba(238, 74, 99, 0.07);
color: var(--edublink-color-secondary);
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .item-meta.count-questions {
background-color: rgba(26, 182, 157, 0.07);
color: var(--edublink-color-primary);
}
@media only screen and (max-width: 767px) {
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section:last-child, 
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section {
padding: 25px 20px 15px;
}
.edublink-course-details-page .course-curriculum ul.curriculum-sections .section + .section {
margin-top: 30px;
}
} .edublink-course-details-page .course-tab-panel-faqs .course-faqs-box {
border: 1px solid var(--edublink-color-border);
border-radius: 0;
}
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box__title {
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h5);
line-height: var(--edublink-h5-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
}
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box__title::after {
content: "\ea4e";
font-family: "remixicon";
font-weight: 700;
position: absolute;
top: 13px;
right: 16px;
display: block;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border: 1px solid var(--edublink-color-border);
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 100%;
font-size: 16px;
text-align: center;
}
.edublink-course-details-page input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title::after {
content: "\ea78";
font-family: "remixicon";
}
.edublink-course-details-page input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title,
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
color: var(--edublink-color-black);
}
.edublink-course-details-page input[name=course-faqs-box-ratio]:checked+.course-faqs-box,
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box:hover {
background: transparent;
border: 1px solid var(--edublink-color-border);
}
.edublink-course-details-page input[name=course-faqs-box-ratio]:checked+.course-faqs-box {
border: 1px solid var(--edublink-color-border);
}
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box__content-inner p {
margin-bottom: 15px;
}
.edublink-course-details-page .course-tab-panel-faqs .course-faqs-box__content-inner p:last-child {
margin-bottom: 0;
} .edublink-course-author-wrapper {
display: flex;
}
.edublink-course-author-wrapper .edublink-course-author-thumb {
min-width: 170px;
max-width: 170px;
max-height: 170px;
margin-right: 30px;
}
.edublink-course-author-wrapper .edublink-course-author-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.edublink-author-bio-name span.instructor-display-name {
margin-bottom: 0px;
font-weight: 600;
font-size: 20px;
line-height: 1.62;
font-family: var(--edublink-font-secondary);
}
.edublink-author-bio-designation span {
margin-bottom: 20px;
display: inline-block;
}
.edublink-author-bio-details {
margin-bottom: 25px;
}
.edublink-author-bio-details p:last-child {
margin-bottom: 0px;
}
.edublink-author-social-info {
margin: 0 -10px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.edublink-author-social-info a {
margin: 0 10px;
background: transparent;
height: 46px;
width: 46px;
color: var(--edublink-color-body);
transition: 0.4s;
line-height: 46px;
text-align: center;
border: 1px solid var(--edublink-color-border);
border-radius: 100%;
font-size: 16px;
}
.edublink-course-details-sidebar .edublink-social-share-icons-wrapper {
margin: -8px -8px 0 !important;
}
.edublink-course-details-sidebar .edublink-social-share-icons-wrapper li {
margin: 8px 8px 0 !important;
}
.edublink-course-details-sidebar .edublink-social-share-icons-wrapper li a {
margin: 0 !important;
background: transparent;
height: 40px;
width: 40px;
color: var(--edublink-color-body);
transition: 0.4s;
line-height: 40px;
text-align: center;
border: 1px solid var(--edublink-color-border);
border-radius: 100%;
font-size: 16px;
}
.edublink-course-details-sidebar .edublink-social-share-icons-wrapper li a:hover,
.edublink-author-social-info a:hover {
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
border-color: var(--edublink-color-primary);
}
@media only screen and (max-width: 575px) {
.edublink-course-author-wrapper {
flex-direction: column;
}
.edublink-course-author-wrapper .edublink-course-author-thumb {
min-width: inherit;
max-width: inherit;
max-height: inherit;
margin-bottom: 30px;
margin-right: 0;
}
.edublink-course-author-wrapper .edublink-course-author-thumb img {
width: inherit;
}
.edublink-author-bio-details {
margin-bottom: 20px;
}
} .course-tab-panel-reviews .course-rate {
overflow: inherit;
margin: 0px;
}
.edublink-course-details-page .course-tab-panel-reviews .course-rate__summary {
overflow: inherit;
margin: 0px;
background: #FFFFFF;
box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.07);
border-radius: 5px;
text-align: center;
min-width: 170px;
padding: 20px 10px;
min-height: 160px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.edublink-course-details-page .course-tab-panel-reviews .course-rate__summary-value {
font-weight: 700;
font-size: 28px;
line-height: 1;
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-secondary);
margin-bottom: 10px;
}
.edublink-course-details-page .course-tab-panel-reviews .course-rate__summary-text {
font-weight: 400;
font-size: 14px;
line-height: 26px;
color: var(--edublink-color-body);
}
.course-tab-panel-reviews .course-rate__message {
width: 100%;
display: flex;
}
.course-tab-panel-reviews .course-rate {
align-items: flex-start;
flex-wrap: wrap;
}
body .course-rate .course-rate__details-row .course-rate__details-row-value .rating-count,
body .course-rate .course-rate__details-row .course-rate__details-row-star {
font-family: var(--edublink-font-secondary);
font-size: 14px;
font-weight: 500;
color: var(--edublink-color-heading);
}
body .course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
background: #f2f2f2;
}
body .course-rate .course-rate__details {
margin-top: 10px;
}
body .course-rate .course-rate__details-row {
margin: 0 0 8px 0;
}
body .course-rate .course-rate__details-row .course-rate__details-row-value .rating, 
body .course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
border-radius: .25rem;
height: 6px;
}
.edublink-course-details-page .course-rate .course-rate__details-row .course-rate__details-row-value {
flex: 1;
position: relative;
margin: 0 40px 0 30px;
}
.edublink-course-details-page .course-rate .course-rate__details-row .course-rate__details-row-star i {
margin-left: 10px;
}
.edublink-course-details-page .course-rate .course-rate__details-row .course-rate__details-row-value .rating-count {
right: -40px;
}
.course-tab-panel-reviews #course-reviews {
padding-top: 40px;
}
.course-tab-panel-reviews h3.course-review-head {
font-weight: var(--edublink-p-bold);
margin-bottom: 30px !important;
font-size: var(--edublink-h3);
line-height: var(--edublink-h3-lineHeight);
color: var(--edublink-color-heading);
}
.edublink-course-details-page .course-tab-panel-reviews .course-reviews-list {
margin-bottom: 0px !important;
}
.course-tab-panel-reviews .course-reviews-list li, 
.course-tab-panel-reviews .course-reviews-list-shortcode li {
list-style: none;
margin: 0;
border: 0px;
display: flex;
border: 0 !important;
background-color: transparent !important;
padding: 0 !important;
}
.course-tab-panel-reviews .course-reviews-list li .review-author, 
.course-tab-panel-reviews .course-reviews-list-shortcode li .review-author {
width: 70px !important;
margin-right: 25px !important;
float: inherit !important;
min-width: 70px !important;
}
.course-tab-panel-reviews .course-reviews-list li .review-author img {
width: 80px;
max-height: 80px;
border-radius: 100%;
margin-right: 30px;
object-fit: cover;
}
.learnpress-course-review .course-reviews-list li .review-author-info {
float: inherit !important;
}
.course-tab-panel-reviews .review-author-info .review-top {
display: flex;
flex-direction: column-reverse;
}
.course-tab-panel-reviews .review-author-info .review-top .review-stars-rated {
margin-bottom: 10px;
}
.course-tab-panel-reviews .review-author-info .review-top .user-name {
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h5);
line-height: var(--edublink-h5-lineHeight);
display: block !important;
margin: 0 0 2px !important;
color: var(--edublink-color-heading) !important;
font-style: normal !important;
}
.course-tab-panel-reviews button.edublink-button-item {
margin-top: 30px;
width: 100%;
}
body .course-reviews-list li .review-title, 
body .course-reviews-list-shortcode li .review-title {
font-weight: 400 !important;
font-size: 16px !important;
line-height: 26px !important;
display: block !important;
margin: 0 0 10px !important;
color: var(--edublink-color-heading) !important;
font-style: normal !important;
}
body .course-reviews-list li .review-text, 
body .course-reviews-list-shortcode li .review-text {
float: inherit !important;
width: 100% !important;
}
body .course-reviews-list li .review-text p:last-child, 
body .course-reviews-list-shortcode li .review-text p:last-child {
margin-bottom: 0;
}
body .course-tab-panel-reviews .course-reviews-list li + li {
border-top: 1px solid var(--edublink-color-border) !important;
padding-top: 30px !important;
margin-top: 20px !important;
}
.learnpress-course-review .course-review-load-more {
border-radius: 5px !important;
display: inline-block !important;
height: 40px !important;
line-height: 40px !important;
color: var(--edublink-color-white) !important;
background: var(--edublink-color-primary) !important;
padding: 0 25px !important;
font-size: 16px !important;
font-weight: 700 !important;
transition: 0.4s !important;
font-family: var(--edublink-font-primary) !important;
border: 0 none !important;
margin-top: 15px !important;
}
@media only screen and (max-width: 575px) {
.course-tab-panel-reviews .course-rate__summary {
width: 100%;
}
.course-tab-panel-reviews .course-rate__details {
margin: 30px 0 0 !important;
}
.course-rate .course-rate__details-row .course-rate__details-row-value {
margin-right: 20px !important;
margin-left: 15px !important;
}
.course-rate .course-rate__details-row .course-rate__details-row-value .rating-count {
right: -20px !important;
}
} .reply_comment_form.hidden {
display: none !important;
visibility: hidden !important;
}
.eb-custom-rating-form .eb-course-review.eb-review-filled .on-hover{
color: #caccd2;
}
.eb-course-review-wrapper .eb-custom-rating-form {
margin-top: 0 !important;
}
.edublink-comments-area .review-comment ul.children {
list-style: none;
}
.edublink-comments-area .review-comment ul.children li {
margin-bottom: 30px;
}
.edublink-comments-area label.your-feedback {
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
margin-bottom: 10px;
}
.edublink-comments-area label.rating-label {
font-weight: var(--edublink-p-semi-bold);
font-size: var(--edublink-h6);
line-height: var(--edublink-h6-lineHeight);
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
margin-right: 22px;
margin-bottom: 0;
}
.eb-course-rating-content.rating-with-label {
margin-bottom: 20px;
}
.eb-course-review-content {
margin-top: 65px;
}
.eb-course-review-content .rating-title {
margin-bottom: 5px;
}
.eb-course-review-content .eb-rating-sub-title {
margin-bottom: 30px;
display: inline-block;
}
.eb-rating-detail-box .edublink-row {
align-items: center;
}
.eb-rating-detail-box .edublink-rating-left-box {
background: #FFFFFF;
box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.07);
border-radius: 5px;
text-align: center;
width: 170px;
height: 170px;
padding: 20px 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.eb-rating-detail-box .course-rating-number {
font-weight: 700;
font-size: 28px;
line-height: 1;
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-secondary);
margin-bottom: 10px;
}
.eb-rating-detail-box .eb-course-rating-content {
margin-bottom: 5px;
}
.edublink-review-wrapper .edublink-each-review {
position: relative;
display: flex;
}
.edublink-review-wrapper .edublink-each-review:not(:last-child) {
margin-bottom: 8px;
}
.edublink-review-wrapper .edublink-rating-text {
display: inline-block;
position: relative;
top: 0px;
font-family: var(--edublink-font-secondary);
font-size: 14px;
font-weight: 500;
color: var(--edublink-color-heading);
}
.edublink-review-wrapper .edublink-rating-text .number{
min-width: 15px;
display: inline-block;
}
.edublink-review-wrapper .edublink-rating-text i {
color: #f8b81f;
padding-left: 12px;
}
.edublink-review-wrapper .edublink-rating-value {
min-width: 40px;
max-width: 40px;
margin-top: -3px;
font-family: var(--edublink-font-secondary);
font-size: 14px;
font-weight: 500;
color: var(--edublink-color-heading);
}
.eb-rating-progress-bar-inner {
flex: 1;
position: relative;
margin: -13px 20px 0 20px;
}
.eb-rating-progress-bar-gray {
background: #f2f2f2;
border-radius: .25rem;
width: 100%;
position: absolute;
top: 50%;
margin-top: 0px;
height: 6px;
}
.eb-rating-progress-bar-color {
height: 6px;
background: #f8b81f;
position: absolute;
top: 50%;
margin-top: 0px;
border-radius: .25rem;
}
.rating-comment.edublink-comments-area {
margin-top: 65px;
}
@media only screen and (max-width: 991px) {
.eb-course-review-content,
.rating-comment.edublink-comments-area {
margin-top: 50px;
}
}
@media only screen and (max-width: 575px) {
.eb-rating-detail-box .edublink-rating-left-box {
margin: 0 auto;
}
} .edublink-course-details-page .course-extra-box__content li::before {
content: "\e913";
font-family: 'icomoon';
color: var(--edublink-color-primary);
}
.edublink-course-details-page .course-extra-box {
border-color: var(--edublink-color-border);
}
.edublink-course-details-page .course-extra-box__title {
background: transparent;
font-size: 18px;
font-weight: 600;
height: 50px;
line-height: 50px;
display: flex;
}
.edublink-course-details-page .course-extra-box__title::after {
color: var(--edublink-color-body);
content: "\e91e";
font-family: "icomoon";
font-size: 6px;
}
.edublink-course-details-page .course-extra-box__content li {
font-size: var(--edublink-font-size-b1);
line-height: var(--edublink-line-height-b1);
font-family: var(--edublink-font-primary);
color: var(--edublink-color-body);
font-weight: 400;
}
.edublink-course-details-page .course-extra-box__content li {
border-color: var(--edublink-color-border);
}
.edublink-course-details-page div.course-extra-box:first-child {
margin-top: 30px;
}
.edublink-course-details-page .course-extra-box {
margin-bottom: 20px;
}
.edublink-course-details-page div.course-extra-box:last-of-type {
margin-bottom: 0px;
} .edublink-course-details-sidebar {
margin-top: -365px;
position: relative;
z-index: 1;
}
.edublink-course-details-sidebar.sidebar-disable {
margin-top: -180px;
}
.eb-course-single-style-4.eb-tl-course-single-page .edublink-course-details-sidebar,
.eb-course-single-style-3.eb-tl-course-single-page .edublink-course-details-sidebar,
.eb-course-single-style-3 .edublink-course-details-sidebar,
.eb-course-single-style-4 .edublink-course-details-sidebar {
margin-top: 0;
}
.edublink-course-details-sidebar-inner {
background-color: var(--edublink-color-white);
border-radius: 5px;
box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
margin-bottom: 30px;
padding: 15px;
}
.eb-course-single-4-preview .edublink-course-details-card-preview,
.edublink-course-details-sidebar .edublink-course-details-card-preview {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #ccc;
border-radius: 5px;
height: 235px;
position: relative;
}
.eb-course-single-4-preview .edublink-course-details-card-preview {
height: 420px;
margin-bottom: 50px;
}
.eb-course-single-4-preview .edublink-course-details-card-preview:after,
.edublink-course-details-sidebar .edublink-course-details-card-preview:after {
content: "";
height: 100%;
width: 100%;
background-color: var(--edublink-color-black);
border-radius: 5px;
opacity: .3;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.eb-course-single-4-preview .edublink-course-details-card-preview:after {
opacity: .7;
}
.eb-course-single-4-preview .edublink-course-video-preview-area,
.edublink-course-details-sidebar .edublink-course-video-preview-area {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.eb-course-single-4-preview .edublink-course-video-popup,
.edublink-course-details-sidebar .edublink-course-video-popup {
height: 70px;
width: 70px;
line-height: 70px;
font-size: 20px;
background: var(--edublink-color-white);
color: var(--edublink-color-secondary);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.eb-course-single-4-preview .edublink-course-video-popup {
height: 80px;
width: 80px;
line-height: 80px;
}
.eb-course-single-4-preview .edublink-course-video-popup:hover,
.edublink-course-details-sidebar .edublink-course-video-popup:hover {
font-size: 20px;
background: var(--edublink-color-primary);
color: var(--edublink-color-white);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.edublink-course-details-sidebar-content {
padding: 40px 25px 25px;
}
.edublink-course-details-sidebar.sidebar-disable .edublink-course-details-sidebar-content {
padding: 25px 25px 25px;
}
.edublink-course-details-sidebar-content h4 {
margin-bottom: 16px;
}
.edublink-course-meta-informations {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.edublink-course-meta-informations li {
display: flex;
justify-content: space-between;
font-weight: 500;
color: var(--edublink-color-heading);
padding: 15px 0;
margin: 0;
}
.edublink-course-meta-informations li + li {
border-top: 1px solid var(--edublink-color-border);
}
.edublink-course-meta-informations li .edublink-course-feature-item-label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-family: var(--edublink-font-secondary)
}
.edublink-course-meta-informations li img,
.edublink-course-meta-informations li i {
font-size: 24px;
padding-right: 15px;
max-width: 35px;
line-height: 1;
}
.edublink-course-meta-informations li i.tutor-icon-level {
font-size: 22px;
position: relative;
top: -4px;
}
.edublink-course-meta-informations li i.icon-61 {
font-size: 22px;
position: relative;
top: -2px;
}
.edublink-course-details-features-item.course-price .edublink-course-feature-item-value {
font-size: 20px;
font-weight: var(--edublink-p-semi-bold);
color: var(--edublink-color-secondary);
}
.edublink-course-details-sidebar-buttons form {
width: 100%;
}
.edublink-course-details-sidebar button {
width: 100% !important;
margin-top: 24px !important;
margin-bottom: 30px !important;
}
.edublink-course-details-sidebar button:hover {
width: 100% !important;
background: var(--edublink-color-primary-alt) !important;
}
.edublink-course-details-sidebar button.ajaxload_wishlist,
.edublink-course-details-sidebar button.loading {
padding: 0 30px !important;
opacity: 1 !important;
color: var(--edublink-color-white) !important;
background: var(--edublink-color-primary-alt) !important;
}
.edublink-course-details-sidebar button.loading:before,
.edublink-course-details-sidebar button.loading:after {
display: none;
}
@media only screen and (max-width: 991px) {
.edublink-course-details-sidebar {
margin-top: 0px;
max-width: 400px;
}
.eb-course-single-4-preview .edublink-course-details-card-preview {
height: 350px;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 575px) {
.eb-course-single-4-preview .edublink-course-details-card-preview {
height: 300px;
margin-bottom: 30px;
}
} .edublink-related-course-content-wrapper .related-course-title {
margin-bottom: 30px;
} .eb-course-single-style-2 .course-tab-panels .course-each-tab-panel:not(:last-child),
.eb-course-single-style-3 .course-tab-panels .course-each-tab-panel:not(:last-child),
.eb-course-single-style-5 .course-tab-panels .course-each-tab-panel:not(:last-child) {
margin-bottom: 65px;
}
.eb-course-single-style-2 .course-tab-panels .course-each-tab-panel.course-tab-panel-overview,
.eb-course-single-style-3 .course-tab-panels .course-each-tab-panel.course-tab-panel-overview,
.eb-course-single-style-5 .course-tab-panels .course-each-tab-panel.course-tab-panel-overview {
margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
.eb-course-single-style-2 .course-tab-panels .course-each-tab-panel:not(:last-child),
.eb-course-single-style-3 .course-tab-panels .course-each-tab-panel:not(:last-child),
.eb-course-single-style-5 .course-tab-panels .course-each-tab-panel:not(:last-child) {
margin-bottom: 40px;
}
} .eb-course-details-header-4.edublink-course-page-header {
background-color: transparent;
padding: 15px 0 50px;
}
.eb-course-details-header-4.edublink-course-page-header .edublink-course-title {
width: 100%;
} .edublink-course-details-page.eb-course-single-style-5 {
padding-top: 0px;
}
.eb-course-single-style-5.eb-tl-course-single-page .eb-course-single-5.edublink-course-details-sidebar,
.eb-course-single-5.edublink-course-details-sidebar {
margin-top: -250px;
}
@media only screen and (max-width: 991px) {
.eb-course-single-5.edublink-course-details-sidebar {
margin-top: 0px;
}
} .edublink-course-page-header.style-6 {
padding-bottom: 0;
}
.edublink-course-details-page.eb-course-single-style-6 {
padding-top: 15px;
}
.eb-course-single-6.edublink-course-details-sidebar {
margin-top: -265px;
}
@media only screen and (max-width: 991px) {
.eb-course-single-6.edublink-course-details-sidebar {
margin-top: 0px;
}
} .widget-area.course-filter .widget-area-wrapper {
background-color: var(--edublink-color-white);
box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
border-radius: 5px;
padding: 38px 30px 20px;
}
.widget-area.course-filter h5.widget-title {
margin-bottom: 20px;
position: relative;
cursor: pointer;
}
.widget-area.course-filter h5.widget-title:after {
content: "\e91e";
font-family: 'icomoon';
font-size: 6px;
position: absolute;
top: 8px;
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.widget-area.course-filter .collapsed h5.widget-title:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.widget-area.course-filter .filter-widget + .filter-widget {
border-top: 1px solid var(--edublink-color-border);
padding-top: 25px;
margin-top: 25px;
}
.filter-widget.widget label {
display: block;
margin-bottom: 15px;
}
.filter-widget.widget label:last-child {
margin-bottom: 0;
}
.filter-widget input[type="checkbox"] {
position: relative;
width: 17px;
height: 17px;
margin: 4px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 2px;
background-color: var(--edublink-color-white);
vertical-align: top;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.filter-widget input[type="checkbox"]:checked:before {
position: absolute;
content: '\e913';
font-family: 'icomoon';
font-size: 11px;
height: 17px;
width: 17px;
border-radius: 2px;
line-height: 17px;
padding-left: 3px;
left: -1px;
top: -1px;
color: var(--edublink-color-white);
background: var(--edublink-color-primary);
}
.filter-widget label {
position: relative;
font-size: 15px;
line-height: 26px;
color: var(--edublink-color-heading);
cursor: pointer;
margin-bottom: 0;
}
.filter-widget label .filter-count {
margin-left: 4px;
}
.filter-widget .edublink-radio-filter {
display: flex;
margin-bottom: 15px;
}
.filter-widget .edublink-radio-filter input[type="file"]:focus, 
.filter-widget .edublink-radio-filter input[type="radio"]:focus, 
.filter-widget .edublink-radio-filter input[type="checkbox"]:focus {
outline: 0;
outline-offset: 0;
}
.filter-widget.widget-lp_price .edublink-radio-filter:last-child {
margin-bottom: 0px;
}
.filter-widget input[type="radio"] {
-webkit-appearance: none;
appearance: none;
background-color: var(--edublink-color-white);
width: 17px;
height: 17px;
margin: 5px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.filter-widget input[type="radio"]::before {
content: "";
width: 11px;
height: 11px;
border-radius: 50%;
transform: scale(0);
background-color: var(--edublink-color-primary);
}
.filter-widget input[type="radio"]:checked::before {
transform: scale(1);
}
.edublink-course-filter-buttons {
margin-top: 30px;
}
.edublink-course-filter-buttons .edu-btn {
width: 100%;
}
.edublink-course-filter-buttons .edublink-filter-reset,
.edublink-course-filter-buttons .edublink-filter-clear {
margin-top: 15px;
}
.filter-left-align .filter-course-column .filtered-courses {
padding-left: 20px;
}
.filter-right-align .filter-sidebar-column {
order: 2;
}
.filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 20px;
}
@media screen and (max-width: 1199px) {
.filter-left-align .filter-course-column .filtered-courses,
.filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 0px;
}
} .edu-top-sorting-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.edu-top-sorting-area .course-found {
margin-bottom: 0;
}
.edu-top-sorting-area .course-found span.count {
color: var(--edublink-color-primary);
}
.edu-top-sorting-area .edu-top-sorting-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher label {
font-family: var(--edublink-font-secondary);
font-size: 16px;
font-weight: 600;
color: var(--edublink-color-heading);
margin-top: 4px;
cursor: pointer;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
padding-left: 10px;
list-style: none;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li {
margin: 5px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a {
display: inline-block;
border: 1px solid var(--edublink-color-border);
border-radius: 3px;
padding: 8px;
color: #d1d1d1;
font-size: 16px;
line-height: 1;
cursor: pointer;
-webkit-transition: var(--edublink-transition);
transition: var(--edublink-transition);
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a:hover, 
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a.active {
border-color: var(--edublink-color-primary);
color: var(--edublink-color-primary);
}
.edu-top-sorting-area .edu-course-sorting {
position: relative;
margin-left: 30px;
}
.edu-top-sorting-area .edu-course-sorting .icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 22px;
font-size: 10px;
color: var(--edublink-color-heading);
}
.edu-top-sorting-area .edu-course-sorting .course-orderby {
min-width: 225px;
-webkit-transition: 0.3s;
transition: 0.3s;
height: 50px;
padding: 10px 20px;
padding-left: 50px;
outline: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0 none;
border-radius: 3px;
color: var(--edublink-color-heading);
font-family: var(--edublink-font-secondary);
font-size: 15px;
font-weight: 600;
background: url(//lesna.kogitalnost.net/wp-content/themes/edublink/assets/images/icons/arrow-down.png) 88% center no-repeat transparent;
background-color: var(--edublink-color-lighten01);
cursor: pointer;
}
.eb-filter-type-text,
.display-layout-grid,
.display-layout-list {
display: none;
}
.eb-filter-type-text.active,
.display-layout-grid.active,
.display-layout-list.active {
display: flex;
}
.eb-sidebar-toggle-activated .eb-course-filter-toggle {
display: none;
font-size: 16px;
font-weight: 600;
font-family: var(--edublink-font-secondary);
color: var(--edublink-color-heading);
cursor: pointer;
}
.eb-sidebar-toggle-activated .eb-course-filter-toggle i {
font-size: 20px;
margin-right: 5px;
position: relative;
top: 3px;
}
.edublink-filter-close-trigger {
display: none;
}
@media only screen and (max-width: 991px) {
.edu-top-sorting-area {
display: block;
}    
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-top: 20px;
}
.edu-top-sorting-area .edu-course-sorting {
margin-top: 20px;
}
.filter-right-align .filter-sidebar-column {
order: 1;
}
.filter-right-align .edublink-col-lg-9.filter-course-column {
order: 2;
}
.eb-sidebar-toggle-activated aside#secondary.widget-area {
margin-top: 0;
margin-bottom: 20px !important;
}
.eb-sidebar-toggle-activated .eb-course-filter-toggle {
display: block;
}
.eb-sidebar-toggle-activated .course-filter-form-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edublink-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.eb-sidebar-toggle-activated .course-filter-form-wrapper form {
padding: 0 20px;
}
.eb-sidebar-toggle-activated .course-filter-form-wrapper.eb-filter-sidebar-active {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
body.admin-bar .eb-sidebar-toggle-activated .course-filter-form-wrapper.eb-filter-sidebar-active {
padding: 32px 0px 0px;
}
.eb-sidebar-toggle-activated .edublink-filter-close-trigger {
display: flex;
justify-content: flex-end;
padding: 10px 10px 0 0;
margin-bottom: 20px;
}
.eb-sidebar-toggle-activated .edublink-filter-close-trigger a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edublink-color-white);
border: 0 none;
color: var(--edublink-color-heading);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
}
@media only screen and (max-width: 782px) {
body.admin-bar .eb-sidebar-toggle-activated .course-filter-form-wrapper.eb-filter-sidebar-active {
padding: 46px 0px 0px;
}
}
@media only screen and (max-width: 479px) {
.edu-top-sorting-area .edu-top-sorting-right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
align-items: flex-start;
}
.edu-top-sorting-area .edu-course-sorting {
margin-left: 0px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-right: 0;
}
}
@media only screen and (max-width: 380px) {
.eb-sidebar-toggle-activated .course-filter-form-wrapper {
width: 100%;
}
} .error-page-area {
position: relative;
}
.error-page-area > .shape-group {
margin: 0;
padding: 0;
list-style: none;
}
.error-page-area > .shape-group li {
position: absolute;
z-index: -1;
}
.error-page-area > .shape-group li.shape-1 {
bottom: -12px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: .3;
}
.edu-error {
text-align: center;
}
.edu-error .thumbnail {
margin-bottom: 60px;
position: relative;
display: inline-block;
}
.edu-error ul.shape-group {
margin: 0;
padding: 0;
list-style: none;
}
@media only screen and (max-width: 575px) {
.edu-error .thumbnail {
margin-bottom: 50px;
}
}
@media only screen and (max-width: 767px) {
.edu-error .thumbnail .shape-group {
display: none;
}
}
.edu-error .thumbnail .shape-group li {
position: absolute;
z-index: -1;
}
.edu-error .thumbnail .shape-group li.shape-1 {
left: -46px;
top: -5px;
opacity: .4;
}
.edu-error .thumbnail .shape-group li.shape-2 {
left: 50px;
top: -15px;
}
.edu-error .thumbnail .shape-group li.shape-3 {
right: -46px;
top: -25px;
opacity: .4;
}
.edu-error .thumbnail .shape-group li.shape-4 {
right: -12px;
top: 40px;
z-index: 1;
}
.edu-error .content .title {
font-size: 50px;
margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.edu-error .content .title {
font-size: 40px;
}
}
@media only screen and (max-width: 575px) {
.edu-error .content .title {
font-size: 30px;
}
}
.edu-error .content .subtitle {
margin-bottom: 65px;
}
@media only screen and (max-width: 575px) {
.edu-error .content .subtitle {
margin-bottom: 50px;
}
}
.edu-error .content .edu-btn i {
padding-right: 10px;
font-size: 16px;
top: 1px;
} body .vczapi-wrap {
margin-left: -15px;
margin-right: -15px;
}
body .vczapi-col-2, 
body .vczapi-col-3, 
body .vczapi-col-4, 
body .vczapi-col-5, 
body .vczapi-col-6, 
body .vczapi-col-8, 
body .vczapi-col-9, 
body .vczapi-col-10, 
body .vczapi-col-11, 
body .vczapi-col-12 {
padding-right: 15px;
padding-left: 15px;
}
.dpn-zvc-single-content-wrapper {
margin-top: 110px;
margin-bottom: 110px;
}
.deepn-zvc-single-featured-img img {
border-radius: 6px;
margin-bottom: 20px;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
font-size: 25px;
background: transparent;
padding-top: 0;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-number {
font-weight: 500;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell-string {
line-height: 1;
font-size: 15px;
font-weight: var(--edublink-p-medium);
color: var(--edublink-color-body);
text-transform: capitalize;
margin-top: 5px;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content .dpn-zvc-sidebar-content-list {
padding-bottom: 16px;
margin-bottom: 16px;
border-bottom: 1px solid var(--edublink-color-border);
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content .dpn-zvc-sidebar-content-list span {
display: inline;
font-family: var(--edublink-font-secondary);
font-weight: 500;
}
body .vczapi-list-zoom-meetings .vczapi-list-zoom-meetings--item__details__meta strong,
body .dpn-zvc-display-or-hide-localtimezone-notice strong,
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content .dpn-zvc-sidebar-content-list span strong {
font-weight: 600;
color: var(--edublink-color-heading);
}
body .dpn-zvc-display-or-hide-localtimezone-notice {
margin-bottom: 10px;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer {
margin-bottom: 20px;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile h3 {
padding: 0px;
font-weight: 600;
font-size: 20px;
color: var(--edublink-color-heading);
margin-bottom: 22px;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile {
background: transparent;
padding: 0;
border-radius: 0;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content {
border-radius: 0px;
padding: 0px;
background: transparent;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-start-link,
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link {
background: var(--edublink-color-dark);
font-family: var(--edublink-font-secondary);
font-size: 16px;
font-weight: 600;
text-align: center;
border-radius: 5px;
padding: 21px 24px;
margin-top: 15px;
line-height: 1;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links a.btn-join-link.btn-join-via-app {
background: var(--edublink-color-primary);
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links a.btn-join-link.btn-join-via-app:hover {
background: var(--edublink-color-primary-alt);
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link.btn-join-via-browser {
border: 1px solid var(--edublink-color-border);
color: var(--edublink-color-heading);
background: transparent;
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link.btn-join-via-browser:hover {
color: var(--edublink-color-white);
border-color: var(--edublink-color-primary);
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-start-link:hover,
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link:hover {
background: var(--edublink-color-primary);
}
body .dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-state {
border-color: var(--edublink-color-border);
border-radius: 4px;
}
.dpn-zvc-sidebar-wrapper .join-links {
margin-top: 20px;
}
.dpn-zvc-sidebar-wrapper a.vczapi-meeting-state-change {
color: var(--edublink-color-primary);
font-weight: 500;
}
@media screen and (max-width: 991px) {
.dpn-zvc-single-content-wrapper {
margin-top: 80px;
margin-bottom: 80px;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper {
margin-top: 30px;
}
}
@media (min-width: 769px) {
.dpn-zvc-single-content-wrapper .vczapi-col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.dpn-zvc-single-content-wrapper .vczapi-col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.dpn-zvc-single-content-wrapper .vczapi-col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.dpn-zvc-single-content-wrapper .vczapi-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.dpn-zvc-single-content-wrapper .deepn-zvc-single-description,
.dpn-zvc-single-content-wrapper .eb-zoom-details-page-heading,
.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img {
margin-right: 40px;
}
}
body .vczapi-form-control {
border-color: var(--edublink-color-border);
}
h1.page-title.vczapi-archive-page-title {
font-size: 36px;
text-align: center;
margin-bottom: 20px;
}
body .vczapi-list-zoom-meetings--item__details h1, 
body .vczapi-list-zoom-meetings h2, 
body .vczapi-list-zoom-meetings h3, 
body .vczapi-list-zoom-meetings h4, 
body .vczapi-list-zoom-meetings h5, 
body .vczapi-list-zoom-meetings h6 {
font-size: 22px;
line-height: 30px;
transition: .3s;
}
body .vczapi-list-zoom-meetings--item__details a:hover h3, 
body .vczapi-list-zoom-meetings a:hover h2, 
body .vczapi-list-zoom-meetings a:hover h3, 
body .vczapi-list-zoom-meetings a:hover h4, 
body .vczapi-list-zoom-meetings a:hover h5,
body .vczapi-list-zoom-meetings a:hover h6 {
color: var(--edublink-color-primary);
}
body .vczapi-list-zoom-meetings .vczapi-list-zoom-meetings--item__details__meta {
margin-top: 20px;
}
body .vczapi-list-zoom-meetings .vczapi-list-zoom-meetings--item__image,
body .vczapi-list-zoom-meetings .vczapi-list-zoom-meetings--item__image {
border: 0;
box-shadow: inherit;
}
body.post-type-archive-zoom-meetings .vczapi-list-zoom-meetings {
margin-top: 50px;
}
body .vczapi-form-control {
padding: 20px 11px;
}
body input.vczapi-searching.vczapi-form-control {
padding: 20px 11px;
}
.eb-zoom-details-page-heading {
margin-top: 25px;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper {
border-radius: 5px;
background: #FFF;
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
padding: 40px 30px;
}
body .dpn-zvc-sidebar-wrapper .dpn-zvc-timer-cell-number div {
font-size: 20px;
font-weight: var(--edublink-p-semi-bold);
margin-bottom: 10px;
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
display: inline-block;
font-weight: 600;
}
body .dpn-zvc-sidebar-wrapper .dpn-zvc-timer-cell-number #dpn-zvc-timer-days {
background-color: rgba(26, 182, 157, 0.1);
color: var(--edublink-color-primary);
}
body .dpn-zvc-sidebar-wrapper .dpn-zvc-timer-cell-number #dpn-zvc-timer-hours {
background-color: rgba(238, 74, 98, 0.1);
color: var(--edublink-color-secondary);
}
body .dpn-zvc-sidebar-wrapper .dpn-zvc-timer-cell-number #dpn-zvc-timer-minutes {
background-color: rgba(142, 86, 255, 0.1);
color: var(--edublink-color-extra02);
}
body .dpn-zvc-sidebar-wrapper .dpn-zvc-timer-cell-number #dpn-zvc-timer-seconds {
background-color: rgba(248, 148, 31, 0.1);
color: var(--edublink-color-extra05);
}