/**handles:e-animations,ps-general,upk-font,upk-carbon-slider,tippy,upk-social-share**/
@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}
.bdt-prime-slider-skin-slide{position:relative}.bdt-prime-slider-skin-slide:after{content:'';position:absolute;width:80%;height:25px;background:#fff;right:0;bottom:0;z-index:1}.bdt-prime-slider-skin-slide .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-slide .bdt-prime-slider-content{padding:0;position:relative;z-index:999}.bdt-prime-slider-skin-slide .bdt-main-title{display:inline-block}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc{position:relative;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-title-tag{font-size:clamp(42px, 10vw, 115px);font-weight:700;color:#fff;margin:0;padding-bottom:20px;display:inline;line-height:1.5}.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-ps-sub-title{font-size:clamp(20px, 2vw, 24px);color:#fff;margin:0;font-weight:700;display:inline-block}.bdt-prime-slider-skin-slide .bdt-slide-featured{display:none;position:absolute;right:0;bottom:25px;width:80%;padding:clamp(15px,2vw,30px);background:rgba(0,0,0,.5)}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt{padding-right:20px;margin-right:20px;border-right:1px solid rgba(254,80,108,.63);color:#e5e5e5;font-size:14px;list-style:28px}.bdt-prime-slider-skin-slide .bdt-slide-featured .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button{width:100%}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn{color:#fff;display:block;text-align:center}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon{display:inline-table}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg{width:30px;height:30px;margin-top:2px}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff}.bdt-prime-slider-skin-slide .bdt-prime-slider-arrow-button .bdt-slide-btn .bdt-prime-slider-button-text{display:inline-grid}.bdt-prime-slider-skin-slide .bdt-slide-shape{position:absolute;width:30%;height:70%;background:rgba(254,80,108,.63);top:0;left:20%;display:none}.bdt-prime-slider-skin-slide .bdt-dotnav{display:none}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-left:50px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:50px}.bdt-prime-slider-skin-slide .bdt-dotnav li{position:relative;padding-top:20px}.bdt-prime-slider-skin-slide .bdt-dotnav li:after{content:attr(data-label);font-size:18px;color:#fff;opacity:0;transition:all .3s ease;margin:0;transform:translateX(30px);position:absolute;top:19px}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active:after{opacity:1;transform:translateX(10px)}.bdt-prime-slider-skin-slide .bdt-dotnav li a{width:4px;height:4px;border-radius:20px;background:#fff;transition:all .3s ease}.bdt-prime-slider-skin-slide .bdt-dotnav li.bdt-active a{height:25px;background:#fff}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:30px;bottom:0;left:38%;top:auto;display:flex}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-right:10px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{padding:0;height:40px;width:40px;display:flex;border:1px solid #fff;background:rgba(0,0,0,.1);align-items:center;justify-content:center;transition:all .3s ease;margin:15px 0}.bdt-prime-slider-skin-slide .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous:hover{background:rgba(254,80,108,.63);border-color:rgba(254,80,108,.63)}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{color:#fff;width:9px}@media (min-width:640px){.bdt-prime-slider-skin-slide .bdt-slide-shape{display:inherit}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:30px;bottom:auto;left:auto;top:50%;display:inherit}.bdt-prime-slider-skin-slide .bdt-navigation-arrows .bdt-prime-slider-previous{margin-right:0}.bdt-prime-slider-skin-slide .bdt-dotnav{display:inherit}.bdt-prime-slider-skin-slide .bdt-prime-slider-next,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-slide .bdt-prime-slider-next svg,.bdt-prime-slider-skin-slide .bdt-prime-slider-previous svg{width:14px}}@media (min-width:768px){.bdt-prime-slider-skin-slide .bdt-slide-featured{display:inherit}}@media (min-width:1024px){.bdt-prime-slider-skin-slide:after{width:60%}.bdt-prime-slider-skin-slide .bdt-navigation-arrows{margin-right:100px}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:60%}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-left-100{margin-left:100px}.bdt-prime-slider-skin-slide .bdt-dotnav.bdt-margin-bottom-100{margin-bottom:100px}}@media (min-width:1440px){.bdt-prime-slider-skin-slide:after{width:40%}.bdt-prime-slider-skin-slide .bdt-slide-featured{width:40%}}.bdt-prime-slider-skin-crelly{position:relative}.bdt-prime-slider-skin-crelly .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-crelly .bdt-overlay-default:before{content:'';position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:40px}.bdt-prime-slider-skin-crelly .bdt-crelly-btn,.bdt-prime-slider-skin-crelly .bdt-main-title{display:inline-block}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{position:relative;margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-title-tag{font-size:clamp(28px, 8vw, 100px);font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline;line-height:1.5}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-ps-sub-title{font-size:clamp(14px, 3vw, 32px);color:#fe506c;margin:0;font-weight:700;padding-bottom:10px;text-transform:uppercase;display:inline-block}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content{margin-top:20px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content h3{font-size:clamp(12px, 1.5vw, 18px);color:#fff;display:inline-block;text-transform:uppercase}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt{margin-right:20px;position:relative;color:#e5e5e5;font-size:clamp(13px, 1vw, 14px);line-height:initial}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt:before{content:'';position:absolute;height:3px;width:40px;background:#fe506c;top:-12px}.bdt-prime-slider-skin-crelly .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-crelly .bdt-slide-btn{font-size:clamp(12px, 1vw, 14px);color:#a2dce6;font-weight:700;position:relative;padding:6px 10px;transition:all .3s ease;transform:translateX(-10px);display:inline-block}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg{width:1em}.bdt-prime-slider-skin-crelly .bdt-slide-btn svg *{stroke:#a2dce6}.bdt-prime-slider-skin-crelly .bdt-slide-btn:before{content:'';position:absolute;height:100%;width:100%;background:#fe506c;z-index:-1;left:0;top:0;transform:scale(.5);opacity:0;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover{color:#fff;transform:translateX(0)}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover svg *{stroke:#fff}.bdt-prime-slider-skin-crelly .bdt-slide-btn:hover:before{opacity:1;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-crelly span.bdt-slide-btn-icon{display:flex;margin-left:5px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{right:30px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:none;font-size:12px;text-transform:uppercase;color:#fff;padding-right:20px;margin:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a{color:#fff;font-size:clamp(12px, 1vw, 16px);margin-left:8px;display:flex;padding:12px;border-radius:40px;background:rgba(255,255,255,.1);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a:hover{color:#fe506c;background:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a:hover svg{fill:#fe506c}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a i,.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a svg{height:1em;width:1em}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon a svg{fill:#fff;transition:fill .3s ease}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:15px}.bdt-prime-slider-skin-crelly .bdt-dotnav li{position:relative}.bdt-prime-slider-skin-crelly .bdt-dotnav li a{position:relative;width:24px;height:24px;background:0 0;border:3px solid transparent;transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:before{content:'';position:absolute;height:4px;width:4px;background:#e5e5e5;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px}.bdt-prime-slider-skin-crelly .bdt-dotnav li a:after{content:'';position:absolute;border:1px solid transparent;height:100%;width:100%;left:0;border-radius:40px;transform:scale(0);transition:all .3s ease-out}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a{background:0 0}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:before{background:#fff}.bdt-prime-slider-skin-crelly .bdt-dotnav li.bdt-active a:after{border-color:#e5e5e5;transform:scale(1)}.bdt-prime-slider-skin-crelly .bdt-slidenav{position:relative}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-left:15px;display:inline-flex}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{padding:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;margin-top:10px;margin-right:6px;background:rgba(0,0,0,.3);transition:all .3s ease}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover{background:#fff}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next:hover svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous:hover svg{color:#fe506c}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{color:#fafafa;width:6px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{bottom:140px;height:60px;width:60px;display:none;margin:0}.bdt-prime-slider-skin-crelly .bdt-ps-counternav:before{content:'';position:absolute;width:1px;height:75px;background:rgba(255,255,255,.1);left:48%;top:-8px;transform:rotate(45deg)}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li{position:absolute;transform:rotateX(-180deg);transition:all .3s ease;opacity:0;transform-style:preserve-3d}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li a{font-size:20px;color:#fe506c;margin-left:0;font-weight:600;line-height:1}.bdt-prime-slider-skin-crelly .bdt-ps-counternav li.bdt-active{opacity:1;transform:none;transition-delay:.3s}.bdt-prime-slider-skin-crelly .bdt-ps-counternav span{color:rgba(255,255,255,.1);font-size:20px;font-weight:600;position:absolute;right:0;bottom:0;line-height:1}@media (min-width:768px){.bdt-prime-slider-skin-crelly .bdt-slider-excerpt-content .bdt-slider-excerpt{column-count:2;margin:15px 0;line-height:28px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:75px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon h3{display:inherit}.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{display:inherit;margin-left:30px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:48px;width:48px;margin-right:0}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:8px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:42px}}@media (min-width:1024px){.bdt-prime-slider-skin-crelly .bdt-navigation-arrows{margin-left:100px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-wrapper{padding-left:200px}.bdt-prime-slider-skin-crelly .bdt-dotnav{margin-left:120px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc{margin-top:110px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-desc .bdt-main-title{margin-bottom:25px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous{height:60px;width:60px}.bdt-prime-slider-skin-crelly .bdt-prime-slider-next svg,.bdt-prime-slider-skin-crelly .bdt-prime-slider-previous svg{width:10px}.bdt-prime-slider-skin-crelly .bdt-ps-counternav{display:inherit}.bdt-prime-slider-skin-crelly .bdt-prime-slider-social-icon{right:100px}}.bdt-prime-slider-skin-meteor{position:relative}.bdt-prime-slider-skin-meteor .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc{position:relative;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-main-title{margin-bottom:clamp(30px,4vw,50px);display:inline-block}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-title-tag{font-size:clamp(40px, 10vw, 140px);font-weight:700;color:#fff;margin:0;text-transform:uppercase;display:inline}.bdt-prime-slider-skin-meteor .bdt-prime-slider-desc .bdt-ps-sub-title{font-size:clamp(18px, 2vw, 24px);color:#fff;margin:0;padding-bottom:15px;font-weight:700;text-transform:uppercase;display:inline-block}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt{margin-right:clamp(20px,3vw,40px);color:#e5e5e5;font-size:clamp(13px, 1vw, 14px)}.bdt-prime-slider-skin-meteor .bdt-slider-excerpt p{margin:0}.bdt-prime-slider-skin-meteor .bdt-slide-btn{font-size:clamp(15px, 2vw, 16px);padding:8px 70px 8px 20px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:0;display:inline-block}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-meteor .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;right:0;position:absolute;height:38px;width:38px;line-height:38px;bottom:0;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-social-icon{z-index:1}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon{text-align:center}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{color:#fff;font-size:10px;margin:3px;padding:9px;border-radius:40px;display:flex;border:2px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a:hover{color:#8eb477;background:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a:hover svg{fill:#8EB477}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a i,.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a svg{height:1em;width:1em}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a svg{fill:#fff;transition:fill .3s ease}.bdt-prime-slider-skin-meteor .bdt-scroll-down{z-index:1}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;width:3em}.bdt-prime-slider-skin-meteor .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(30px)}.bdt-prime-slider-skin-meteor .bdt-scroll-down .bdt-scroll-down-text{display:none}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-left:16px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button{background:0 0;padding:0;border:0;outline:0;cursor:pointer}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper button svg *{fill:#fff}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:none;width:100%}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-background{position:relative;background:#1f3e2d}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-social-bg-color{background:#8eb477}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{position:absolute;top:50%;left:20px;transition:opacity .4s ease-out;transform:translateY(-50%)}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li:not(.bdt-active){opacity:0;display:none}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img{position:relative;overflow:hidden}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li{transition:opacity .4s ease-out}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li *{min-height:110%;width:auto}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-slide-thumbnav-img li:not(.bdt-active){opacity:0}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:87%;left:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:inherit}.bdt-prime-slider-skin-meteor .bdt-dotnav li{position:relative;margin-right:10px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{position:relative;width:24px;height:24px;background:0 0;border:2px solid transparent;transform:scale(.8);transition:all .3s ease}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{content:'';position:absolute;height:6px;width:6px;background:rgba(255,255,255,.8);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:20px}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a{background:0 0;border-color:#fff;transform:scale(1)}.bdt-prime-slider-skin-meteor .bdt-dotnav li.bdt-active a:before{background:#fff}@media (min-width:640px){.bdt-prime-slider-skin-meteor .bdt-slide-btn{padding:12px 75px 12px 30px}.bdt-prime-slider-skin-meteor .bdt-slide-btn .bdt-slide-btn-icon{height:48px;width:48px;line-height:48px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content{display:flex}.bdt-prime-slider-skin-meteor .bdt-height-small{height:clamp(120px,12vw,150px)}.bdt-prime-slider-skin-meteor .bdt-dotnav{top:50%;left:auto}.bdt-prime-slider-skin-meteor .bdt-dotnav.bdt-dotnav-vertical{flex-direction:column}.bdt-prime-slider-skin-meteor .bdt-dotnav li{margin-right:0}.bdt-prime-slider-skin-meteor .bdt-dotnav li a{width:30px;height:30px}.bdt-prime-slider-skin-meteor .bdt-dotnav li a:before{height:8px;width:8px}}@media (min-width:1024px){.bdt-prime-slider-skin-meteor .bdt-prime-slider-container{padding:0 100px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-social-icon a{display:inline-flex;margin:0;font-size:14px;padding:10px}.bdt-prime-slider-skin-meteor .bdt-scroll-down-wrapper{margin-left:88px}.bdt-prime-slider-skin-meteor .bdt-prime-slider-footer-content .bdt-ps-meta li{left:40px}}.bdt-prime-slider-skin-general{position:relative;overflow:hidden}.bdt-prime-slider-skin-general .bdt-prime-slider-content{position:relative}.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img{position:absolute;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.bdt-prime-slider-skin-general .bdt-prime-slider-desc{margin-top:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title{display:inline-block;margin-bottom:20px}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title>div{display:inline-block}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag a{color:#fff}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag{font-size:clamp(30px, 10vw, 110px);font-weight:700;color:#fff;line-height:1.3;margin:0;display:inline-block}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-sub-title .bdt-ps-sub-title{color:rgba(255,255,255,.6);font-size:16px;font-weight:400;margin:0 0 5px;display:inline-block}.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-slider-excerpt{margin:0 0 clamp(20px,4vw,40px)}.bdt-prime-slider-skin-general .bdt-slider-excerpt{margin:clamp(20px,7vw,80px) 20px 20px 0;color:#ddd;font-size:clamp(14px, 1vw, 16px);line-height:20px;max-width:clamp(510px,65vw,550px)}.bdt-prime-slider-skin-general .bdt-btn-wrapper{display:inline-flex}.bdt-prime-slider-skin-general .bdt-slide-btn{display:inline-block;font-size:clamp(14px, 1vw, 16px);padding:8px 55px 8px 20px;position:relative;border-radius:80px;color:#fff;border:2px solid #fe506c;transition:all .3s ease;outline:0}.bdt-prime-slider-skin-general .bdt-slide-btn:hover{background-color:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon{background:#fff}.bdt-prime-slider-skin-general .bdt-slide-btn:hover .bdt-slide-btn-icon svg *{stroke:#fe506c}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{background:#fe506c;border-radius:40px;right:1px;position:absolute;height:31px;width:31px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon svg *{stroke:#fff;transition:stroke .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{visibility:hidden;position:absolute;top:50%;left:100px;z-index:1;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon a{display:flex;font-size:clamp(14px, 1vw, 16px);margin:15px 0}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon i,.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon svg{width:1em;height:1em;color:#fff}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon svg{fill:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down{position:absolute;right:18px;z-index:1;top:50%;transform:translateY(-50%)}.bdt-prime-slider-skin-general .bdt-scroll-down span{color:#fff;font-size:clamp(8px, 1vw, 10px)}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon{position:relative}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{transition:all .4s ease-out;margin-bottom:20px;width:35px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg *{fill:#fff}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(90px)}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-down-text{transform:rotate(90deg);display:block}.bdt-prime-slider-skin-general .bdt-scroll-down-wrapper button{background:0 0;padding:0;border:0;outline:0;cursor:pointer}.bdt-prime-slider-skin-general ul.bdt-slideshow-items{margin:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav{left:42px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li{position:relative;align-items:center;display:flex;margin-right:16px;text-align:center;padding:0}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{position:relative;width:18px;height:18px;border-color:#4cb5ff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:hover{background:0 0;border-color:#4cb5ff}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a:before{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s ease;box-shadow:.1em .1em .2em rgba(0,0,0,.5),inset .1em .1em .2em rgba(0,0,0,.5)}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a{background:0 0}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:hover{background:0 0;border-color:transparent}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{background-color:transparent;border-width:5px;width:18px;height:18px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{margin-bottom:30px;border-radius:60px;height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #fff;transition:all .3s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{color:#fff;width:8px;transition:all .4s ease-out}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{content:'';position:absolute;width:0;height:1px;background:#fff;top:50%;transform:translateY(-50%);transition:all .4s ease}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{background:#fe506c;border-color:#fe506c;width:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:80px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:before{right:0}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{border-radius:60px 20px 20px 60px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(-9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:30px;right:10px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:34px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:before{left:0}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{transform:translateX(24px);border-radius:20px 60px 60px 20px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(9px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:30px;left:10px}@media (min-width:768px){.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{left:30px;visibility:visible}.bdt-prime-slider-skin-general .bdt-slide-btn{padding:12px 75px 12px 30px}.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{height:37px;width:37px;right:4px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li a{width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-slideshow-nav li.bdt-active a:before{border-width:6px;width:22px;height:22px}.bdt-prime-slider-skin-general .bdt-prime-slider-next,.bdt-prime-slider-skin-general .bdt-prime-slider-previous{height:48px;width:48px}.bdt-prime-slider-skin-general .bdt-prime-slider-next svg,.bdt-prime-slider-skin-general .bdt-prime-slider-previous svg{width:9px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:100px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover{width:75px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before{width:40px;right:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg{transform:translateX(-13px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:40px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover{width:75px;transform:translateX(30px)}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{width:40px;left:12px}.bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg{transform:translateX(13px)}}@media (min-width:1024px){.bdt-prime-slider-skin-general .bdt-scroll-down{right:75px}.bdt-prime-slider-skin-general .bdt-scroll-down .bdt-scroll-icon svg{margin-bottom:30px;width:48px}.bdt-prime-slider-skin-general .bdt-scroll-down:hover .bdt-scroll-icon svg{transform:translateY(125px)}.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{left:100px}.bdt-prime-slider-skin-general .bdt-dotnav{left:113px}.bdt-prime-slider-skin-general .bdt-prime-slider-previous{right:160px;margin-bottom:60px}.bdt-prime-slider-skin-general .bdt-prime-slider-next{right:100px;margin-bottom:60px}}
@font-face{font-family:ultimate-post-kit;src:url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.woff2?9pdzvf") format("woff2"),url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.ttf?9pdzvf") format("truetype"),url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.woff?9pdzvf") format("woff"),url("https://theambitgroup.co.uk/wp-content/plugins/ultimate-post-kit/assets/fonts/ultimate-post-kit.svg?9pdzvf#ultimate-post-kit") format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" upk-icon-"],[class^=upk-icon-]{font-family:ultimate-post-kit!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}.upk-icon-featured-gallery:before{content:"\e9a0"}.upk-icon-post-comments:before{content:"\e9a1"}.upk-icon-post-title:before{content:"\e99a"}.upk-icon-post-content:before{content:"\e99b"}.upk-icon-post-info:before{content:"\e99e"}.upk-icon-post-featured-image:before{content:"\e99f"}.upk-icon-checkerboard:before{content:"\e998"}.upk-icon-gratis-grid:before{content:"\e995"}.upk-icon-eldora-carousel:before{content:"\e996"}.upk-icon-gratis-carousel:before{content:"\e997"}.upk-icon-candy-list:before{content:"\e994"}.upk-icon-instagram-gallery:before{content:"\e992"}.upk-icon-banner:before{content:"\e98f"}.upk-icon-stone-hover:before{content:"\e991"}.upk-icon-snog-slider:before{content:"\e98e"}.upk-icon-iconic-slider:before{content:"\e9a8"}.upk-icon-exotic-list:before{content:"\e98d"}.upk-icon-foxico-slider:before{content:"\e98c"}.upk-icon-reading-progress-circle:before{content:"\e98b"}.upk-icon-pholox-slider:before{content:"\e990"}.upk-icon-sline-slider:before{content:"\e999"}.upk-icon-berlin-slider:before{content:"\e9a4"}.upk-icon-carbon-slider:before{content:"\e98a"}.upk-icon-reading-progress:before{content:"\e987"}.upk-icon-atlas-slider:before{content:"\e988"}.upk-icon-category-carousel:before{content:"\e989"}.upk-icon-crystal-slider:before{content:"\e986"}.upk-icon-vertex-slider:before{content:"\e984"}.upk-icon-camux-slider:before{content:"\e985"}.upk-icon-static-social-count:before{content:"\e983"}.upk-icon-welsh-list:before{content:"\e97f"}.upk-icon-amox-carousel:before{content:"\e980"}.upk-icon-amox-grid:before{content:"\e981"}.upk-icon-skide-slider:before{content:"\e97e"}.upk-icon-recent-comments:before{content:"\e97d"}.upk-icon-pixina-grid:before{content:"\e975"}.upk-icon-classic-list:before{content:"\e976"}.upk-icon-noxe-slider:before{content:"\e977"}.upk-icon-grove-timeline:before{content:"\e978"}.upk-icon-post-calendar:before{content:"\e979"}.upk-icon-wixer-carousel:before{content:"\e97a"}.upk-icon-wixer-grid:before{content:"\e97b"}.upk-icon-pixina-carousel:before{content:"\e97c"}.upk-icon-soft-timeline:before{content:"\e96f"}.upk-icon-hansel-slider:before{content:"\e970"}.upk-icon-holux-tabs:before{content:"\e971"}.upk-icon-forbes-tabs:before{content:"\e972"}.upk-icon-snap-timeline:before{content:"\e973"}.upk-icon-optick-slider:before{content:"\e974"}.upk-icon-buzz-list:before{content:"\e96a"}.upk-icon-buzz-list-carousel:before{content:"\e96b"}.upk-icon-newsletter:before{content:"\e96c"}.upk-icon-scott-list:before{content:"\e96d"}.upk-icon-fanel-list:before{content:"\e96e"}.upk-icon-social-share:before{content:"\e969"}.upk-icon-social-link:before{content:"\e969"}.upk-icon-tiny-list:before{content:"\e968"}.upk-icon-author:before{content:"\e967"}.upk-icon-timeline:before{content:"\e965"}.upk-icon-featured-list:before{content:"\e966"}.upk-icon-tag-cloud:before{content:"\e960"}.upk-icon-post-accordion:before{content:"\e962"}.upk-icon-harold-carousel:before{content:"\e963"}.upk-icon-post-category:before{content:"\e964"}.upk-icon-news-ticker:before{content:"\e95f"}.upk-icon-kalon-carousel:before{content:"\e95c"}.upk-icon-kalon-grid:before{content:"\e95d"}.upk-icon-paradox-slider:before{content:"\e95e"}.upk-icon-alice-carousel:before{content:"\e958"}.upk-icon-alice-grid:before{content:"\e959"}.upk-icon-harold-list:before{content:"\e95a"}.upk-icon-alex-carousel:before{content:"\e951"}.upk-icon-alex-grid:before{content:"\e952"}.upk-icon-ramble-grid:before{content:"\e953"}.upk-icon-ramble-carousel:before{content:"\e954"}.upk-icon-maple-carousel:before{content:"\e955"}.upk-icon-elite-carousel:before{content:"\e956"}.upk-icon-alter-carousel:before{content:"\e957"}.upk-icon-alter-grid:before{content:"\e902"}.upk-icon-elite-grid:before{content:"\e94d"}.upk-icon-hazel-carousel:before{content:"\e94e"}.upk-icon-hazel-grid:before{content:"\e94f"}.upk-icon-maple-grid:before{content:"\e950"}.upk-icon-audio_link:before{content:"\e9a2"}.upk-icon-multicolor-item:before{content:"\e993"}.upk-icon-category_image:before{content:"\e9c2"}.upk-icon-video_link:before{content:"\e9c3"}.upk-icon-live-copy:before{content:"\e9bf"}.upk-icon-asset-manager:before{content:"\e9c0"}.upk-icon-duplicator:before{content:"\e9c1"}.upk-icon-animations:before{content:"\e982"}.upk-icon-arrow-left-0:before{content:"\e99c"}.upk-icon-arrow-right-0:before{content:"\e99d"}.upk-icon-arrow-left-1:before{content:"\e917"}.upk-icon-arrow-right-1:before{content:"\e925"}.upk-icon-arrow-left-2:before{content:"\e918"}.upk-icon-arrow-right-2:before{content:"\e926"}.upk-icon-arrow-left-3:before{content:"\e919"}.upk-icon-arrow-right-3:before{content:"\e927"}.upk-icon-arrow-left-4:before{content:"\e91a"}.upk-icon-arrow-right-4:before{content:"\e928"}.upk-icon-arrow-left-5:before{content:"\e943"}.upk-icon-arrow-right-5:before{content:"\e944"}.upk-icon-arrow-left-6:before{content:"\e945"}.upk-icon-arrow-right-6:before{content:"\e946"}.upk-icon-arrow-left-7:before{content:"\e949"}.upk-icon-arrow-right-7:before{content:"\e94a"}.upk-icon-arrow-left-8:before{content:"\e91e"}.upk-icon-arrow-right-8:before{content:"\e92c"}.upk-icon-arrow-left-9:before{content:"\e91f"}.upk-icon-arrow-right-9:before{content:"\e92d"}.upk-icon-arrow-left-10:before{content:"\e920"}.upk-icon-arrow-right-10:before{content:"\e92e"}.upk-icon-arrow-left-11:before{content:"\e921"}.upk-icon-arrow-right-11:before{content:"\e92f"}.upk-icon-arrow-left-12:before{content:"\e94b"}.upk-icon-arrow-right-12:before{content:"\e94c"}.upk-icon-arrow-left-13:before{content:"\e922"}.upk-icon-arrow-right-13:before{content:"\e930"}.upk-icon-arrow-left-14:before{content:"\e91d"}.upk-icon-arrow-right-14:before{content:"\e92b"}.upk-icon-arrow-left-15:before{content:"\e923"}.upk-icon-arrow-right-15:before{content:"\e931"}.upk-icon-arrow-left-16:before{content:"\e924"}.upk-icon-arrow-right-16:before{content:"\e932"}.upk-icon-arrow-left-17:before{content:"\e91c"}.upk-icon-arrow-right-17:before{content:"\e92a"}.upk-icon-arrow-left-18:before{content:"\e91b"}.upk-icon-arrow-right-18:before{content:"\e929"}.upk-icon-arrow-up-1:before{content:"\e933"}.upk-icon-arrow-down-1:before{content:"\e910"}.upk-icon-arrow-up-2:before{content:"\e934"}.upk-icon-arrow-down-2:before{content:"\e911"}.upk-icon-arrow-up-3:before{content:"\e935"}.upk-icon-arrow-down-3:before{content:"\e912"}.upk-icon-arrow-up-4:before{content:"\e936"}.upk-icon-arrow-down-4:before{content:"\e913"}.upk-icon-arrow-up-5:before{content:"\e937"}.upk-icon-arrow-down-5:before{content:"\e915"}.upk-icon-arrow-up-7:before{content:"\e938"}.upk-icon-arrow-down-7:before{content:"\e916"}.upk-icon-arrow-up-8:before{content:"\e939"}.upk-icon-arrow-down-8:before{content:"\e947"}.upk-icon-arrow-left-circle-1:before{content:"\e93b"}.upk-icon-arrow-right-circle-1:before{content:"\e93f"}.upk-icon-arrow-left-circle-2:before{content:"\e93c"}.upk-icon-arrow-right-circle-2:before{content:"\e940"}.upk-icon-arrow-left-circle-3:before{content:"\e93d"}.upk-icon-arrow-right-circle-3:before{content:"\e941"}.upk-icon-arrow-left-circle-4:before{content:"\e93a"}.upk-icon-arrow-right-circle-4:before{content:"\e93e"}.upk-icon-arrow-left-square-1:before{content:"\e948"}.upk-icon-arrow-right-square-1:before{content:"\e942"}.upk-icon-play:before{content:"\e9a3"}.upk-icon-ultimate-post-kit:before{content:"\e95b"}.upk-icon-hexagon-zigzag:before{content:"\e90f"}.upk-icon-bulge-rectangle:before{content:"\e90e"}.upk-icon-hexagon-radius2:before{content:"\e90d"}.upk-icon-hexagon:before{content:"\e90c"}.upk-icon-hexagon-radius:before{content:"\e604"}.upk-icon-g2:before{content:"\e90b"}.upk-icon-plus-2:before{content:"\e908"}.upk-icon-user:before{content:"\f007"}.upk-icon-eye:before{content:"\f06e"}.upk-icon-preview:before{content:"\f06e"}.upk-icon-email:before{content:"\f0e0"}.upk-icon-meneame:before{content:"\e906"}.upk-icon-moimir:before{content:"\e900"}.upk-icon-instapaper:before{content:"\e903"}.upk-icon-surfingbird:before{content:"\e904"}.upk-icon-livejournal:before{content:"\e905"}.upk-icon-baidu:before{content:"\e907"}.upk-icon-line:before{content:"\e90a"}.upk-icon-twitter:before{content:"\f099"}.upk-icon-linkedin:before{content:"\f0e1"}.upk-icon-github:before{content:"\f113"}.upk-icon-youtube:before{content:"\f167"}.upk-icon-xing:before{content:"\f168"}.upk-icon-instagram:before{content:"\f16d"}.upk-icon-tumblr:before{content:"\f173"}.upk-icon-apple:before{content:"\f179"}.upk-icon-android:before{content:"\f17b"}.upk-icon-dribbble:before{content:"\f17d"}.upk-icon-skype:before{content:"\f17e"}.upk-icon-vk:before{content:"\f189"}.upk-icon-weibo:before{content:"\f18a"}.upk-icon-renren:before{content:"\f18b"}.upk-icon-wordpress:before{content:"\f19a"}.upk-icon-google:before{content:"\f1a0"}.upk-icon-delicious:before{content:"\f1a5"}.upk-icon-digg:before{content:"\f1a6"}.upk-icon-soundcloud:before{content:"\f1be"}.upk-icon-wechat:before{content:"\f1d7"}.upk-icon-pinterest:before{content:"\f231"}.upk-icon-whatsapp:before{content:"\f232"}.upk-icon-odnoklassniki:before{content:"\f263"}.upk-icon-pocket:before{content:"\f265"}.upk-icon-safari:before{content:"\f267"}.upk-icon-chrome:before{content:"\f268"}.upk-icon-firefox:before{content:"\f269"}.upk-icon-opera:before{content:"\f26a"}.upk-icon-ie:before{content:"\f26b"}.upk-icon-vimeo:before{content:"\f27d"}.upk-icon-reddit:before{content:"\f281"}.upk-icon-edge:before{content:"\f282"}.upk-icon-blogger:before{content:"\f37d"}.upk-icon-facebook:before{content:"\f39e"}.upk-icon-messenger:before{content:"\f39f"}.upk-icon-googleplay:before{content:"\f3ab"}.upk-icon-mix:before{content:"\f3cb"}.upk-icon-telegram:before{content:"\f3fe"}.upk-icon-uikit:before{content:"\f403"}.upk-icon-viber:before{content:"\f409"}.upk-icon-flipboard:before{content:"\f44d"}.upk-icon-buffer:before{content:"\f837"}.upk-icon-evernote:before{content:"\f839"}.upk-icon-plus:before{content:"\e909"}.upk-icon-search:before{content:"\e901"}.upk-icon-edit:before{content:"\e914"}.upk-icon-video-player:before{content:"\e961"}.upk-icon-post:before{content:"\e9ad"}.upk-icon-picture:before{content:"\e9af"}.upk-icon-music:before{content:"\e9b2"}.upk-icon-video:before{content:"\e9b3"}.upk-icon-code:before{content:"\e9bb"}.upk-icon-cart:before{content:"\e9ff"}.upk-icon-location:before{content:"\ea3d"}.upk-icon-clock:before{content:"\ea4f"}.upk-icon-calendar:before{content:"\ea5f"}.upk-icon-display:before{content:"\ea75"}.upk-icon-tutorial:before{content:"\ea75"}.upk-icon-bubble:before{content:"\eac7"}.upk-icon-bubbles:before{content:"\eac9"}.upk-icon-quote:before{content:"\eae1"}.upk-icon-spinner:before{content:"\eb23"}.upk-icon-loading:before{content:"\eb23"}.upk-icon-spinner-2:before{content:"\eb2a"}.upk-icon-enlarge:before{content:"\eb3c"}.upk-icon-lock:before{content:"\eb51"}.upk-icon-menu:before{content:"\ec71"}.upk-icon-website:before{content:"\ec98"}.upk-icon-url:before{content:"\ec98"}.upk-icon-link:before{content:"\ec9f"}.upk-icon-star-empty:before{content:"\ece0"}.upk-icon-star-half:before{content:"\ece1"}.upk-icon-star-full:before{content:"\ece2"}.upk-icon-heart-full:before{content:"\ecec"}.upk-icon-heart-empty:before{content:"\eced"}.upk-icon-gallery:before{content:"\ed3f"}.upk-icon-question:before{content:"\ed55"}.upk-icon-plus3:before{content:"\ed5d"}.upk-icon-checkmark:before{content:"\ed71"}.upk-icon-new-tab:before{content:"\eec9"}.upk-icon-behance:before{content:"\ef07"}.upk-icon-yelp:before{content:"\ef36"}
:root{--carbon-thumb-height:clamp(6rem, 12vw, 8.125rem)}.upk-carbon-slider-wrap{position:relative;overflow:hidden}.upk-carbon-slider-wrap .upk-image-wrap{width:100%;height:100%;margin-right:auto;margin-left:auto;margin-bottom:30px}.upk-carbon-slider-wrap .upk-image-wrap .upk-img{width:100%;height:clamp(16.875rem,40vw,31.25rem);object-fit:cover;vertical-align:middle;border-radius:10px}.upk-carbon-slider-wrap .upk-carbon-thumbs{position:absolute;text-align:center;top:0;right:0;left:0}.upk-carbon-slider-wrap .upk-carbon-thumbs::before{content:"";position:absolute;width:92%;height:2px;top:50%;left:4%;right:4%;transform:translateY(-50%);background-image:linear-gradient(to right,transparent,#ef233c,transparent)}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-item{height:var(--carbon-thumb-height);position:relative}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-item.swiper-slide-active .upk-dot::after{background:#d90429;transform:translate(-50%,-50%) scale(1.8);transition-delay:0.7s}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-date,.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-post-time{font-size:clamp(.75rem, 1.5vw, 1rem);text-transform:uppercase;font-weight:700;color:#ef233c}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-post-time{margin-left:5px}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-post-time i{margin-right:2px}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-dot{cursor:pointer}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-dot::after{content:"";position:absolute;width:clamp(.938rem,2vw,1.25rem);height:clamp(.938rem,2vw,1.25rem);border-radius:100%;background:#fff;border-width:2px;border-color:#ef233c;border-style:solid;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transition:transform .3s ease}.upk-carbon-slider-wrap .upk-carbon-thumbs .upk-dot:hover::after{background:#d90429;transform:translate(-50%,-50%) scale(1.2)}.upk-carbon-slider-wrap .upk-carbon-main{margin-top:var(--carbon-thumb-height)}.upk-carbon-slider-wrap .upk-carbon-main .upk-item.swiper-slide-active .upk-content{opacity:1}.upk-carbon-slider-wrap .upk-carbon-main .upk-content{opacity:0;margin:auto;width:100%}.upk-carbon-slider-wrap .upk-carbon-main .upk-category-and-comment,.upk-carbon-slider-wrap .upk-carbon-main .upk-meta{display:inline-flex;align-items:center;margin-bottom:clamp(.625rem,1vw,.875rem)}.upk-carbon-slider-wrap .upk-carbon-main .upk-category a+a{margin-left:5px}.upk-carbon-slider-wrap .upk-carbon-main .upk-category a,.upk-carbon-slider-wrap .upk-carbon-main .upk-meta{font-size:clamp(.75rem, 1vw, .875rem);color:#515258;text-transform:uppercase}.upk-carbon-slider-wrap .upk-carbon-main .upk-author a,.upk-carbon-slider-wrap .upk-carbon-main .upk-category a,.upk-carbon-slider-wrap .upk-carbon-main .upk-title a{text-decoration:none;transition:all .3s ease-in-out}.upk-carbon-slider-wrap .upk-carbon-main .upk-author a:hover,.upk-carbon-slider-wrap .upk-carbon-main .upk-category a:hover,.upk-carbon-slider-wrap .upk-carbon-main .upk-title a:hover{color:#d90429}.upk-carbon-slider-wrap .upk-carbon-main .upk-title{margin:0 0 clamp(.625rem,1vw,.875rem);font-size:clamp(1.25rem, 4vw, 2.25rem);font-weight:700}.upk-carbon-slider-wrap .upk-carbon-main .upk-title a{color:#282932}.upk-carbon-slider-wrap .upk-carbon-main .upk-meta i{margin-right:5px}.upk-carbon-slider-wrap .upk-carbon-main .upk-meta .upk-author a{color:#515258}.upk-carbon-slider-wrap .upk-carbon-main .upk-meta>div{position:relative;display:inline-flex;align-items:center}.upk-carbon-slider-wrap .upk-carbon-main .upk-meta>div:before{content:attr(data-separator);margin:0 5px}.upk-carbon-slider-wrap .upk-carbon-main .upk-meta>div:first-child::before{display:none}.upk-carbon-slider-wrap .upk-carbon-main .upk-post-time{margin-left:15px}.upk-carbon-slider-wrap .upk-carbon-main .upk-separator{margin:0 15px}.upk-carbon-slider-wrap .upk-carbon-main .upk-text{font-size:clamp(.875rem, 1.5vw, 1rem);color:#62626a}.upk-carbon-slider-wrap .upk-carbon-main .upk-text p{margin:0}.upk-carbon-slider-wrap .upk-navigation-button{position:absolute;top:50%;transform:translateY(-50%);color:#fff;padding:clamp(.625rem,1.5vw,.875rem);border-radius:50%;transition:all .3s ease;background-color:#ef233c;z-index:1;cursor:pointer;box-shadow:0}.upk-carbon-slider-wrap .upk-navigation-button i{display:block}.upk-carbon-slider-wrap .upk-navigation-button:hover{background-color:#d90429}.upk-carbon-slider-wrap .upk-navigation-button.upk-navigation-next{right:0}.upk-carbon-slider-wrap .upk-navigation-button.upk-navigation-prev{left:0}
.tippy-box .tippy-content p:last-child{margin-bottom:0}.tippy-box[data-placement^=top]>.tippy-backdrop{transform-origin:0 25%;border-radius:40% 40% 0 0}.tippy-box[data-placement^=top]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-55%)}.tippy-box[data-placement^=top]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-50%,-45%)}.tippy-box[data-placement^=bottom]>.tippy-backdrop{transform-origin:0 -50%;border-radius:0 0 30% 30%}.tippy-box[data-placement^=bottom]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-45%)}.tippy-box[data-placement^=bottom]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-50%)}.tippy-box[data-placement^=left]>.tippy-backdrop{transform-origin:50% 0;border-radius:50% 0 0 50%}.tippy-box[data-placement^=left]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-50%)}.tippy-box[data-placement^=left]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-75%,-50%)}.tippy-box[data-placement^=right]>.tippy-backdrop{transform-origin:-50% 0;border-radius:0 50% 50% 0}.tippy-box[data-placement^=right]>.tippy-backdrop[data-state=visible]{transform:scale(1) translate(-50%,-50%)}.tippy-box[data-placement^=right]>.tippy-backdrop[data-state=hidden]{transform:scale(.2) translate(-25%,-50%)}.tippy-box[data-animatefill]{background:0 0!important}.tippy-backdrop{position:absolute;background-color:#333;border-radius:50%;width:calc(110% + 32px);left:50%;top:50%;z-index:-1;transition:all cubic-bezier(.46, .1, .52, .98);-webkit-backface-visibility:hidden;backface-visibility:hidden}.tippy-backdrop[data-state=hidden]{opacity:0}.tippy-backdrop:after{content:"";float:left;padding-top:100%}.tippy-backdrop+.tippy-content{transition-property:opacity;will-change:opacity}.tippy-backdrop+.tippy-content[data-state=hidden]{opacity:0}.tippy-box[data-animation=perspective][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(8px) rotateX(60deg)}.tippy-box[data-animation=perspective][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-8px) rotateX(-60deg)}.tippy-box[data-animation=perspective][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden]{transform:perspective(700px) translateX(8px) rotateY(-60deg)}.tippy-box[data-animation=perspective][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden]{transform:perspective(700px) translateX(-8px) rotateY(60deg)}.tippy-box[data-animation=perspective][data-state=hidden]{opacity:0}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translateX(10px)}
.upk-layout-style--inline .upk-social-share{display:flex;flex-wrap:wrap}.upk-layout-style--grid .upk-social-share{display:grid}.upk-ss-position--bottom-left .upk-social-share,.upk-ss-position--bottom-right .upk-social-share,.upk-ss-position--center-left .upk-social-share,.upk-ss-position--center-right .upk-social-share,.upk-ss-position--top-left .upk-social-share,.upk-ss-position--top-right .upk-social-share{position:fixed;z-index:111}.upk-ss-position--top-left .upk-social-share{left:0;top:0}.upk-ss-position--top-right .upk-social-share{right:0;top:0}.upk-ss-position--bottom-left .upk-social-share{left:0;bottom:0}.upk-ss-position--bottom-right .upk-social-share{right:0;bottom:0}.upk-ss-position--center-left .upk-social-share,.upk-ss-position--center-right .upk-social-share{display:inline;top:50%;transform:translateY(-50%)}.upk-ss-position--center-left .upk-social-share .upk-ss-btn,.upk-ss-position--center-right .upk-social-share .upk-ss-btn{height:4.2em;width:4.2em}.upk-ss-position--center-left .upk-social-share .upk-ss-btn:hover,.upk-ss-position--center-right .upk-social-share .upk-ss-btn:hover{width:100%}.upk-ss-position--center-left .upk-social-share .upk-ss-icon,.upk-ss-position--center-right .upk-social-share .upk-ss-icon{width:4.2em;min-width:4.2em}.upk-ss-position--center-left.upk-ss-btns-view-text .upk-social-share .upk-ss-btn,.upk-ss-position--center-right.upk-ss-btns-view-text .upk-social-share .upk-ss-btn{width:100%}.upk-ss-position--center-left.upk-ss-btns-view-text .upk-social-share .upk-social-share-text,.upk-ss-position--center-right.upk-ss-btns-view-text .upk-social-share .upk-social-share-text{padding-left:1.3em;padding-right:1.3em}.upk-ss-position--center-left .upk-social-share{left:0}.upk-ss-position--center-right .upk-social-share{right:0;direction:rtl}.upk-ss-position--center-right .upk-social-share .upk-social-share-text{padding-left:1.3em;padding-right:0}.upk-ss-btn{cursor:pointer}.elementor-widget-share-buttons .upk-ep-grid{overflow:hidden}.upk-ss-btns-style-boxed .upk-social-share-text,.upk-ss-btns-style-gradient .upk-social-share-text,.upk-ss-btns-style-minimal .upk-social-share-text{padding-left:.9em}.upk-ss-btns-style-flat .upk-social-share,.upk-ss-btns-style-flat .upk-social-share:hover,.upk-ss-btns-style-gradient .upk-social-share,.upk-ss-btns-style-gradient .upk-social-share:hover{color:#fff}.upk-ss-btns-style-flat .upk-social-link a,.upk-ss-btns-style-flat .upk-social-link a:hover,.upk-ss-btns-style-gradient .upk-social-link a,.upk-ss-btns-style-gradient .upk-social-link a:hover{color:#fff}.upk-ss-icon-top--yes .upk-ss-btn{flex-direction:column;height:auto}.upk-ss-icon-top--yes .upk-ss-btn .upk-ss-icon{width:auto;padding:10px 10px 0 10px}.upk-ss-icon-top--yes .upk-ss-btn .upk-social-share-text{padding:10px;display:inline-block;width:100%;text-align:center}.upk-ss-icon-top--yes.upk-ss-btns-style-boxed .upk-ss-btn,.upk-ss-icon-top--yes.upk-ss-btns-style-gradient .upk-ss-btn,.upk-ss-icon-top--yes.upk-ss-btns-style-minimal .upk-ss-btn{padding:0}.upk-ss-icon-top--yes.upk-ss-btns-style-boxed .upk-ss-btn .upk-ss-icon,.upk-ss-icon-top--yes.upk-ss-btns-style-gradient .upk-ss-btn .upk-ss-icon,.upk-ss-icon-top--yes.upk-ss-btns-style-minimal .upk-ss-btn .upk-ss-icon{padding:10px}.upk-ss-btns-style-minimal.upk-ss-btns-shape-rounded .upk-ss-icon{border-radius:.5em}.upk-ss-btns-style-minimal.upk-ss-btns-shape-circle .upk-ss-icon{border-radius:99.9em}.upk-ss-btns-style-minimal .upk-social-share-text{color:#222}.upk-ss-btns-view-text .upk-social-share-text{padding-left:1.3em}.upk-ss-btns-view-icon .upk-social-share-text,.upk-ss-btns-view-icon .upk-ss-icon,.upk-ss-btns-view-text .upk-social-share-text,.upk-ss-btns-view-text .upk-ss-icon{flex-grow:1;justify-content:center}.upk-ss-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color,width;height:4.2em;cursor:pointer}.upk-social-share-text,.upk-ss-icon{transition-property:color,background-color;transition-duration:.2s}.upk-ss-icon{display:flex;align-self:stretch;justify-content:center;align-items:center;text-align:center;width:4.2em;position:relative}.upk-ss-icon i{font-size:1.5em}.upk-social-share-text{font-size:1.3em;padding-right:1.3em;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.upk-social-share-title{font-weight:700;flex-shrink:0}.upk-social-share-title+.upk-social-share-counter{margin-left:.5em;flex-shrink:0}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-vkontakte,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-vkontakte{background-color:#45668e}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-facebook,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-facebook{background-color:#3b5998}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-odnoklassniki,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-odnoklassniki{background-color:#f4731c}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-moimir,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-moimir{background-color:#168de2}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-googleplus,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-googleplus{background-color:#dd4b39}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-linkedin,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-linkedin{background-color:#0077b5}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-twitter,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-twitter{background-color:#1da1f2}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-livejournal,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-livejournal{background-color:#00b0ea}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-tumblr,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-tumblr{background-color:#35465c}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-blogger,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-blogger{background-color:#f06a35}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-pinterest,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-pinterest{background-color:#bd081c}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-digg,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-digg{background-color:#005be2}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-evernote,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-evernote{background-color:#2dbe60}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-reddit,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-reddit{background-color:#ff4500}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-delicious,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-delicious{background-color:#39f}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-mix,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-mix{background-color:#fd8235}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-pocket,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-pocket{background-color:#ef3f56}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-surfingbird,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-surfingbird{background-color:#25b1f6}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-liveinternet,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-liveinternet{background-color:#5382c4}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-buffer,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-buffer{background-color:#1b1b1b}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-instapaper,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-instapaper{background-color:#000}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-xing,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-xing{background-color:#026466}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-wordpress,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-wordpress{background-color:#21759b}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-baidu,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-baidu{background-color:#2319dc}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-renren,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-renren{background-color:#237ec5}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-weibo,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-weibo{background-color:#e6162d}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-skype,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-skype{background-color:#00aff0}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-telegram,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-telegram{background-color:#2ca5e0}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-viber,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-viber{background-color:#834995}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-whatsapp,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-whatsapp{background-color:#25d366}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-line,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-line{background-color:#00b900}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-wechat,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-wechat{background-color:#2dc100}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-meneame,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-meneame{background-color:#f86100}.upk-ss-btns-color-original.upk-ss-btns-style-flat .upk-ss-flipboard,.upk-ss-btns-color-original.upk-ss-btns-style-gradient .upk-ss-flipboard{background-color:#f52827}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-vkontakte,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-vkontakte{color:#45668e}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-facebook,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-facebook{color:#3b5998}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-odnoklassniki,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-odnoklassniki{color:#f4731c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-moimir,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-moimir{color:#168de2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-googleplus,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-googleplus{color:#dd4b39}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-linkedin,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-linkedin{color:#0077b5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-twitter,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-twitter{color:#1da1f2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-livejournal,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-livejournal{color:#00b0ea}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-tumblr,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-tumblr{color:#35465c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-blogger,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-blogger{color:#f06a35}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pinterest,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-pinterest{color:#bd081c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-digg,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-digg{color:#005be2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-evernote,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-evernote{color:#2dbe60}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-reddit,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-reddit{color:#ff4500}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-delicious,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-delicious{color:#39f}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-mix,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-mix{color:#fd8235}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pocket,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-pocket{color:#ef3f56}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-surfingbird,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-surfingbird{color:#25b1f6}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-liveinternet,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-liveinternet{color:#5382c4}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-buffer,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-buffer{color:#1b1b1b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-instapaper,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-instapaper{color:#000}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-xing,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-xing{color:#026466}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wordpress,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-wordpress{color:#21759b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-baidu,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-baidu{color:#2319dc}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-renren,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-renren{color:#237ec5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-weibo,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-weibo{color:#e6162d}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-skype,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-skype{color:#00aff0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-telegram,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-telegram{color:#2ca5e0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-viber,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-viber{color:#834995}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-whatsapp,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-whatsapp{color:#25d366}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-line,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-line{color:#00b900}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wechat,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-wechat{color:#2dc100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-meneame,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-meneame{color:#f86100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-flipboard,.upk-ss-btns-color-original.upk-ss-btns-style-framed .upk-ss-flipboard{color:#f52827}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-vkontakte .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-vkontakte .upk-ss-icon{background-color:#45668e}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-facebook .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-facebook .upk-ss-icon{background-color:#3b5998}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-odnoklassniki .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-odnoklassniki .upk-ss-icon{background-color:#f4731c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-moimir .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-moimir .upk-ss-icon{background-color:#168de2;color:#ffaf32}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-googleplus .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-googleplus .upk-ss-icon{background-color:#dd4b39}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-linkedin .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-linkedin .upk-ss-icon{background-color:#0077b5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-twitter .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-twitter .upk-ss-icon{background-color:#1da1f2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-livejournal .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-livejournal .upk-ss-icon{background-color:#00b0ea}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-tumblr .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-tumblr .upk-ss-icon{background-color:#35465c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-blogger .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-blogger .upk-ss-icon{background-color:#f06a35}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pinterest .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-pinterest .upk-ss-icon{background-color:#bd081c}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-digg .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-digg .upk-ss-icon{background-color:#005be2}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-evernote .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-evernote .upk-ss-icon{background-color:#2dbe60}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-reddit .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-reddit .upk-ss-icon{background-color:#ff4500}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-delicious .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-delicious .upk-ss-icon{background-color:#39f}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-mix .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-mix .upk-ss-icon{background-color:#fd8235}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-pocket .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-pocket .upk-ss-icon{background-color:#ef3f56}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-surfingbird .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-surfingbird .upk-ss-icon{background-color:#25b1f6}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-liveinternet .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-liveinternet .upk-ss-icon{background-color:#5382c4}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-buffer .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-buffer .upk-ss-icon{background-color:#1b1b1b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-instapaper .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-instapaper .upk-ss-icon{background-color:#000}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-xing .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-xing .upk-ss-icon{background-color:#026466}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wordpress .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-wordpress .upk-ss-icon{background-color:#21759b}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-baidu .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-baidu .upk-ss-icon{background-color:#2319dc}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-renren .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-renren .upk-ss-icon{background-color:#237ec5}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-weibo .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-weibo .upk-ss-icon{background-color:#e6162d}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-skype .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-skype .upk-ss-icon{background-color:#00aff0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-telegram .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-telegram .upk-ss-icon{background-color:#2ca5e0}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-viber .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-viber .upk-ss-icon{background-color:#834995}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-whatsapp .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-whatsapp .upk-ss-icon{background-color:#25d366}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-line .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-line .upk-ss-icon{background-color:#00b900}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-wechat .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-wechat .upk-ss-icon{background-color:#2dc100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-meneame .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-meneame .upk-ss-icon{background-color:#f86100}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-flipboard .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-flipboard .upk-ss-icon{background-color:#f52827}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-btn .upk-ss-icon,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-btn .upk-ss-icon{color:#fff}.upk-ss-btns-color-original.upk-ss-btns-style-boxed .upk-ss-moimir .upk-ss-icon .fa-moimir:before,.upk-ss-btns-color-original.upk-ss-btns-style-minimal .upk-ss-moimir .upk-ss-icon .fa-moimir:before{color:#ffaf32}.upk-ss-btns-style-boxed .upk-ss-btn,.upk-ss-btns-style-framed .upk-ss-btn{border-style:solid}.upk-ss-btns-style-gradient .upk-social-share-text{background:linear-gradient(135deg,rgba(0,0,0,.12) 0,rgba(0,0,0,0) 100%)}.upk-ss-btns-style-gradient.upk-ss-btns-view-icon .upk-ss-icon{background-image:linear-gradient(to right,rgba(0,0,0,.12),transparent)}.upk-ss-btns-color-original .upk-ss-btn:hover{filter:saturate(1.2) brightness(1.1)}.upk-ss-btns-color-custom.upk-ss-btns-style-flat .upk-ss-btn,.upk-ss-btns-color-custom.upk-ss-btns-style-gradient .upk-ss-btn{background-color:#666}.upk-ss-btns-color-custom.upk-ss-btns-style-boxed .upk-ss-btn,.upk-ss-btns-color-custom.upk-ss-btns-style-framed .upk-ss-btn,.upk-ss-btns-color-custom.upk-ss-btns-style-minimal .upk-ss-btn{color:#666;border-color:#666}.upk-ss-btns-color-custom.upk-ss-btns-style-boxed .upk-ss-btn .upk-ss-icon,.upk-ss-btns-color-custom.upk-ss-btns-style-minimal .upk-ss-btn .upk-ss-icon{background-color:#666}.upk-ss-btns-color-custom.upk-ss-btns-style-boxed .upk-ss-icon,.upk-ss-btns-color-custom.upk-ss-btns-style-minimal .upk-ss-icon{color:#fff}