:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animate__fadeIn1{-webkit-animation-name:fadeIn;animation-name:fadeIn;animation-delay:0.5s;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/themes/pureharvest/css/../fonts/glyphicons-halflings-regular.eot);src:url(/themes/pureharvest/css/../fonts/glyphicons-halflings-regular.eot@) format('embedded-opentype'),url(/themes/pureharvest/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/themes/pureharvest/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/themes/pureharvest/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/themes/pureharvest/css/../fonts/glyphicons-halflings-regular.svg) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.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:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.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>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.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 #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.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-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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{0%{transform:rotate(0deg)}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}
@font-face{font-family:'NexaText';src:url('/themes/pureharvest/css/../fonts/NexaText-Light.eot');src:url('/themes/pureharvest/css/../fonts/NexaText-Light.eot?#iefix') format('embedded-opentype'),url('/themes/pureharvest/css/../fonts/NexaText-Light.woff2') format('woff2'),url('/themes/pureharvest/css/../fonts/NexaText-Light.woff') format('woff'),url('/themes/pureharvest/css/../fonts/NexaText-Light.ttf') format('truetype'),url('/themes/pureharvest/css/../fonts/NexaText-Light.svg#NexaText-Light') format('svg');font-weight:300;font-style:normal}@font-face{font-family:'NexaText';src:url('/themes/pureharvest/css/../fonts/NexaText-Bold.eot');src:url('/themes/pureharvest/css/../fonts/NexaText-Bold.eot?#iefix') format('embedded-opentype'),url('/themes/pureharvest/css/../fonts/NexaText-Bold.woff2') format('woff2'),url('/themes/pureharvest/css/../fonts/NexaText-Bold.woff') format('woff'),url('/themes/pureharvest/css/../fonts/NexaText-Bold.ttf') format('truetype'),url('/themes/pureharvest/css/../fonts/NexaText-Bold.svg#NexaText-Bold') format('svg');font-weight:700}@font-face{font-family:'NexaText';src:url('/themes/pureharvest/css/../fonts/NexaText-Book.eot');src:url('/themes/pureharvest/css/../fonts/NexaText-Book.eot?#iefix') format('embedded-opentype'),url('/themes/pureharvest/css/../fonts/NexaText-Book.woff2') format('woff2'),url('/themes/pureharvest/css/../fonts/NexaText-Book.woff') format('woff'),url('/themes/pureharvest/css/../fonts/NexaText-Book.ttf') format('truetype'),url('/themes/pureharvest/css/../fonts/NexaText-Book.svg#NexaText-Book') format('svg');font-weight:400}@font-face{font-family:'NexaText';src:url('/themes/pureharvest/css/../fonts/NexaText-Heavy.eot');src:url('/themes/pureharvest/css/../fonts/NexaText-Heavy.eot?#iefix') format('embedded-opentype'),url('/themes/pureharvest/css/../fonts/NexaText-Heavy.woff2') format('woff2'),url('/themes/pureharvest/css/../fonts/NexaText-Heavy.woff') format('woff'),url('/themes/pureharvest/css/../fonts/NexaText-Heavy.ttf') format('truetype'),url('/themes/pureharvest/css/../fonts/NexaText-Heavy.svg#NexaText-Heavy') format('svg');font-weight:900}@font-face{font-family:'NexaText';src:url('/themes/pureharvest/css/../fonts/NexaText-BookItalic.eot');src:url('/themes/pureharvest/css/../fonts/NexaText-BookItalic.eot?#iefix') format('embedded-opentype'),url('/themes/pureharvest/css/../fonts/NexaText-BookItalic.woff2') format('woff2'),url('/themes/pureharvest/css/../fonts/NexaText-BookItalic.woff') format('woff'),url('/themes/pureharvest/css/../fonts/NexaText-BookItalic.ttf') format('truetype'),url('/themes/pureharvest/css/../fonts/NexaText-BookItalic.svg#NexaText-BookItalic') format('svg');font-style:italic;font-weight:400}body{margin:0;padding:0;color:#6e6e6e;overflow-x:hidden;font-family:'NexaText'}a:active{text-decoration:none}select:focus,a:focus,a:visited{outline:none;text-decoration:none}a:hover{text-decoration:none;color:#adcb53}.container{max-width:1400px;width:100%}.row{margin:0}.margin-left-2p,.margin-left-2p2{margin-left:3%}.logo{max-width:235px;width:100%;height:auto;float:left}.main-menu{float:right;width:-webkit-calc(100% - 240px);width:-moz-calc(100% - 240px);width:calc(100% - 240px)}.container{padding:0}.main-menu ul{float:right}.menu-locator{position:relative}.menu-locator a{padding-left:30px}.menu-locator:before{position:absolute;content:'';width:25px;height:25px;background:url('/themes/pureharvest/css/../images/locator-pin.png') no-repeat}.merge-menu li{float:left;list-style:none;font-size:17px;line-height:25px;padding:20px 20px 0}.merge-menu li a{color:#6e6e6e}.merge-menu li a:hover{text-decoration:none;color:#a5cd37}.menu-wrap{padding:30px 3% 20px;height:115px;box-shadow:#ccc 0 4px 6px -6px;-webkit-box-shadow:#ccc 0 4px 6px -6px}.menu-wrap .menu-nav{max-width:1400px;margin:0 auto}#custom-navbar{position:fixed;top:0;width:100%;z-index:99;background:#fff;height:115px;box-shadow:0 -12px 17px rgba(0,0,0,.17);-webkit-box-shadow:0 -12px 17px rgba(0,0,0,.17)}.sidepanel{height:100%;width:0;position:fixed;z-index:9;top:0;right:0;background-color:#fff;overflow-x:hidden;padding-top:70px;transition:.5s;box-shadow:10px 12px 17px rgba(0,0,0,.17);-webkit-box-shadow:10px 12px 17px rgba(0,0,0,.17)}.side-menu1 a:hover{background:#00aac8 !important;color:#6e6e6e !important}.side-menu1 .closebtn:hover{color:inherit;background:inherit !important}.sidepanel-overlay{visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%;z-index:3}.sidepanel .side-menu1 a{padding:8px 0 8px 5px;text-decoration:none;font-size:22px;color:#6e6e6e;display:block;transition:.3s;border-bottom:1px solid #676767}.sidepanel .side-menu1 a:last-child{border-bottom:none}.sidepanel .side-menu1 a:hover,.sidepanel .side-menu2 a:hover{color:#adcb53}.sidepanel .side-menu2{padding-top:70px;padding-left:72px;padding-bottom:70px;position:relative}.sidepanel .side-menu2 a{text-decoration:none;font-size:17px;color:#6e6e6e;display:block;transition:.3s}.sidepanel .footer-social-sidepanel{position:absolute;bottom:55px;right:45px}.sidepanel .footer-social-sidepanel .facebook-sidepanel{width:60px;height:57px;display:inline-block}.sidepanel .footer-social-sidepanel img{width:70%;height:auto}.sidepanel .footer-social-sidepanel img:hover{opacity:.5}.sidepanel .footer-social-sidepanel .instagram-sidepanel{width:57px;height:57px;display:inline-block}.sidepanel .footer-social-sidepanel .linkedin-sidepanel{width:56px;height:57px;display:inline-block}.sidepanel .footer-social-sidepanel .youtube-sidepanel{width:57px;height:57px;display:inline-block}.sidepanel a:hover{color:#f1f1f1}.sidepanel .closebtn{position:absolute;top:60px;right:60px;width:27px;height:27px;z-index:91;border-bottom:none !important}.sidepanel-but{margin-left:30px;padding-right:0 !important}.side-menu1{padding-left:72px;padding-top:60px}.flag{font-size:16px;line-height:31px;position:relative;padding-left:112px}.flag:before{content:'';position:absolute;width:31px;height:31px;left:72px;background:url('/themes/pureharvest/css/../images/flag-unitedarab.png') no-repeat}.openbtn{font-size:26px;cursor:pointer;color:#a5cd37;padding:0;border:none;background:0 0;margin-top:-3px}.openbtn:hover{color:#000}.web-footer .container{padding-top:90px;padding-bottom:90px;margin:0 auto;border-top:1px solid #a5cd37}.web-footer img{max-width:240px;width:100%;height:auto}.container-fluid .copyright{padding-bottom:60px;position:relative;margin:0 3%}.web-footer li{list-style:none}.web-footer a{font-family:'NexaText';font-weight:700;font-size:18px;line-height:30px;color:#6e6e6e}.web-footer a:hover{color:#a5cd37}.copyright .col-sm-12{font-size:14px;line-height:14px;color:#6e6e6e}.copyright .col-sm-12 a{color:#6e6e6e}.copyright .col-sm-12 a:hover{color:#adcb53}.newsletter-message{float:left;margin-top:20px;width:100%;color:#adcb53}.footer-social{position:absolute;right:0;top:-11px;z-index:1}.footer-facebook,.footer-instagram,.footer-linkedin{display:inline-block;margin-right:10px;transition:.6s}.footer-youtube img,.footer-facebook img,.footer-instagram img,.footer-linkedin img{transition:.6s}.footer-instagram:hover img{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.footer-linkedin:hover img{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.footer-youtube:hover img{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.footer-facebook:hover img{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.footer-social a:hover{opacity:.5}.footer-youtube{display:inline-block}.region-footer-four label{display:none}.region-footer-four-3{padding-right:0;padding-left:0}.region-footer-four .field--name-mail{width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px);float:left}.region-footer-four .form-email{width:95%;border:none;padding-bottom:5px;border-bottom:1px solid #676767}.region-footer-four .form-email:focus{outline:none}.region-footer-four .description{display:none}.region-footer-four .newsletter-title{font-size:18px;color:#a5cd37;line-height:24px;font-family:'NexaText';font-weight:700;margin-bottom:40px}.region-footer-four #edit-message{display:none}.form-email::-webkit-input-placeholder{font-size:13px;font-family:'NexaText';font-style:italic;padding-bottom:5px}.form-email:-ms-input-placeholder{font-size:13px;font-family:'NexaText';font-style:italic;padding-bottom:5px}.form-email::-ms-input-placeholder{font-size:13px;font-family:'NexaText';font-style:italic;padding-bottom:5px}.form-email::placeholder{font-size:13px;font-family:'NexaText';font-style:italic;padding-bottom:5px}.region-footer-four .form-submit{font-size:16px;line-height:24px;font-family:'NexaText';font-weight:700;color:#6e6e6e;border:none;text-decoration:underline;position:relative;background:url(/themes/pureharvest/css/../images/newsletter-arrow.png) no-repeat right;padding-right:40px;width:auto;margin-left:0;padding-left:0;transition:.6s}.region-footer-four .form-submit:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.region-footer-four .form-submit:hover{color:#a5cd37}.homepage-slide .swiper{width:100%;height:100%}.homepage-slide .swiper-slide{text-align:center;width:100% !important;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.background-home{width:100%}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:20px !important}.swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background:rgba(255,255,255,.5);opacity:1}.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;opacity:1}.homepage-slide{margin-top:115px}.homepage-slide .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.homepage-slide .swiper-slide{position:relative}.homepage-slide .content-slide{position:absolute;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%)}.story-timeline{margin-top:0}.story-timeline .content-slide{all:unset}.content-slide-title{font-family:'NexaText';font-weight:900;max-width:590px;font-size:70px;line-height:67px;color:#fff;opacity:1}.story-slide .content-slide-title{font-size:48px;line-height:58px;max-width:800px;margin:0 auto}.story-slide .content-slide-subtitle h3{font-size:60px;line-height:67px;font-family:'NexaText';font-weight:700;margin-bottom:15px;max-width:inherit !important}.content-slide-subtitle{font-family:'NexaText';font-weight:700;font-size:28px;line-height:33px;color:#fff;padding-top:30px}.story-slide .content-slide-subtitle{font-family:'NexaText';font-size:24px;line-height:31px;max-width:553px;margin:0 auto}.story-timeline .content-slide-subtitle{max-width:700px}.story-timeline .swiper-pagination{display:none}.story-timeline .swiper-pagination{text-align:right;left:inherit;right:5%;width:100%;bottom:40px !important}.story-timeline .swiper-pagination-bullet{background:0 0 !important;font-size:25px;padding:0;font-family:'NexaText';opacity:.6;color:#fff;margin:0 10px !important;width:auto !important;border-radius:0 !important}.story-timeline .swiper-pagination-bullet-active{background:0 0;opacity:1;border-top:3px solid #fff}.homepage-slide-fold2 .text-wrap,.story-fold-left .text-wrap,.story-fold-right .text-wrap{max-width:560px}.homepage-slide-fold2 .bg-stretch img,.story-fold-left .bg-stretch img,.story-fold-right .bg-stretch img{width:100%;height:auto}.marg-5p{margin-left:5%;width:45%}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8{font-family:'NexaText';font-weight:700;font-size:36px;line-height:43px;color:#adcb53;padding-top:50%;padding-bottom:60px;max-width:385px}.margin-left-2p1 .text-wrap .views-field-title,.margin-left-2p1 .text-wrap .views-field-field-title-fold-8{font-size:36px;line-height:43px;max-width:225px}.margin-left-2p2 .text-wrap .views-field-title{font-size:36px;line-height:43px;max-width:460px}.difference .text-wrap .views-field-title{max-width:315px !important}.grown .text-wrap .views-field-title{max-width:315px !important}.homepage-slide-fold2 .text-wrap .views-field-body{font-size:18px;line-height:25px;padding-bottom:60px;padding-right:20px;max-width:410px}.margin-left-2p2 .views-field-field-image{margin-left:-3%}.homepage-slide-fold6{position:relative}.background-fold5 img,.homepage-slide-fold6 img{display:block;width:100%;height:100%;object-fit:cover}ol{float:left;list-style:none;display:flex;flex-wrap:wrap;width:100%;margin:0;padding:0}.homepage-fold5-content ol li{float:left;width:25%;margin:0 auto 30px auto;border-left:1px solid #eee;height:170px;position:relative}.homepage-fold5-content ol li img{position:absolute;top:50%;left:50%;width:70%;height:auto;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.homepage-fold5-content ol li:first-child{border:none}.homepage-fold5-content .views-field-nothing{position:relative;z-index:1;background:#fff;display:inline-block;margin-top:80px;width:100%;border-radius:15px;background:#fff;display:inline-block;margin-top:80px;width:100%;border-radius:15px;padding:75px 75px 45px}.homepage-fold5-content .views-field-title{font-family:'NexaText';font-weight:700;font-size:48px;line-height:58px;color:#fff;font-weight:700;padding-bottom:15px}.background-fold5{margin-top:70px}.homepage-slide-fold7{margin-top:-143px;position:relative}.homepage-slide-fold7 .fold7-row1,.homepage-slide-fold7 .fold7-row2{position:relative;width:32.6666666667%;margin-right:1%;height:286px;display:inline-block}.homepage-slide-fold7 .fold7-row3{width:32.6666666667%;position:relative;height:286px;display:inline-block}.homepage-slide-fold7 .views-element-container .views-row{position:absolute;top:50%;width:100%;padding:50px 30px 40px;border-radius:15px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);color:#fff}.fold7-row1 .views-row{background:#65a603}.fold7-row2 .views-row{background:#cd1e09}.fold7-row3 .views-row{background:#aa195a}.homepage-slide-fold7 .views-field-title{font-size:19px;line-height:25px}.fold7-row1 .views-field-title{max-width:230px}.fold7-row2 .views-field-title{max-width:260px}.fold7-row3 .views-field-title{max-width:200px}.homepage-slide-fold7 .views-field-field-link a{font-size:34px;line-height:60px;text-decoration:none;color:#fff;font-family:'NexaText';font-weight:700}.homepage-slide-fold7 .views-field-field-link a:after{content:"";width:51px;height:40px}.homepage-slide-fold8{margin-top:30px;margin-bottom:120px}.homepage-slide-fold8 .views-element-container{width:60%;margin:0 20%;text-align:center}.homepage-slide-fold8 .views-field-title{font-family:'NexaText';font-weight:700;margin-bottom:60px;color:#adcb53;font-size:40px;line-height:52px;display:inline-block;width:100%}.homepage-slide-fold8 .views-field-field-right-choice{width:100%;margin:0 auto;max-width:600px}.homepage-slide-fold8 .choice-title{font-family:'NexaText';font-weight:700;font-size:20px;line-height:26px;width:100px;margin:0 auto}.homepage-slide-fold8 .choice-img{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homepage-slide-fold8 .choice-img img{width:auto;height:75px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;max-width:80px}.homepage-slide-fold8 .views-field-field-right-choice ol{float:inherit;display:flex;flex-wrap:wrap}.homepage-slide-fold8 .views-field-field-right-choice li{border-radius:15px;background:#eee;flex-grow:1;width:32.2%;margin:.5%;padding:45px;box-shadow:-10px 0 10px rgba(183,183,183,.1);-webkit-box-shadow:-10px 0 10px rgba(183,183,183,.1)}.homepage-slide-fold9{position:relative}.homepage-slide-fold9 .views-field-title{position:absolute;top:25%;font-size:56px;line-height:70px;font-family:'NexaText';font-weight:700;color:#fff;text-align:center;width:100%}.homepage-slide-fold10{height:356px;background:#eee}.homepage-slide-fold11{position:relative;margin-bottom:65px;margin-top:-10%}.homepage-slide-fold11 .home-recipe{position:relative;overflow:hidden;z-index:9}.homepage-slide-fold11 .home-recipe img{width:100%;height:auto;-webkit-transition:all .62s ease-in-out;transition:all .62s ease-in-out;border-radius:15px 15px 0 0}.homepage-slide-fold11 .swiper-slide:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}.recipe-content{padding:35px 30px 75px;background:#eee;position:relative;border-radius:0 0 15px 15px}.recipe-content .recipe-tags{font-family:'NexaText';color:#6e6e6e;font-size:16px;line-height:30px;font-weight:300}.recipe-content .recipe-title{font-family:'NexaText';font-weight:700;font-size:21px;line-height:27px}.recipe-content .recipe-title a{color:#6e6e6e;text-decoration:none}.recipe-content .recipe-title a:hover{color:#adcb53}.recipe-content .recipe-author{position:absolute;bottom:30px;font-size:17px;line-height:30px;color:#6e6e6e;background:url('/themes/pureharvest/css/../images/line-author.png') no-repeat left top}.homepage-slide-fold11 .views-field-field-link{width:100%;text-align:center;margin-top:65px}.homepage-slide-fold2 .content-slot .row:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.homepage-slide-fold2 .col-lg-5{width:44.2%;float:left;padding:0}.story-fold-left .container,.story-fold-right .container{position:relative}.story-fold-left .story-text{width:50%;float:left;padding:0}.story-fold-right .story-text{width:50%;float:right;padding:0}.homepage-slide-fold2 .col-lg-7{width:55.8%;float:right}.story-fold-left .story-img{width:50%;float:right;padding:0}.story-fold-right .story-img{width:50%;float:left;padding:0}.margin-left-2p1 .col-lg-7{float:left !important;padding:0}.margin-left-2p .col-lg-7{float:right !important;padding:0}.homepage-slide-fold2 .col-lg-6{float:right}.margin-left-2p1{float:right;padding:0;width:100%}.margin-fold8 .col-lg-6{float:left;padding:0}.margin-left-2p2 .col-lg-6{width:50%;padding:0}.show-mobile{display:none}.open-sidepanel{width:clamp(530px,50%,35%)}.terms-footer{display:inline}.pad-70{padding-top:170px;padding-bottom:70px}.user-login-form{padding:30px 3% 20px}.user-login-form .js-form-item{margin-bottom:20px}.story-menu{height:67px;width:100%;z-index:9;color:#6e6e6e;background:#a5cd37}.story-menu .container,.custom-container{max-width:100%}.story-slide1{margin-top:182px}.story-menu .swiper-slide{text-align:center;width:auto !important}.story-menu .swiper-slide a{color:#6e6e6e;float:left;padding:23px 0;font-size:17px;line-height:23px}.story-fold-left,.story-fold-right{position:relative}.story-fold-left .text-wrap .views-field-title,.story-fold-right .text-wrap .views-field-title{font-size:22px;line-height:28px;color:#6e6e6e;font-family:'NexaText'}.story-fold-left .text-wrap .views-field-field-small-subtitle,.story-fold-right .text-wrap .views-field-field-small-subtitle{color:#adcb53;font-size:36px;line-height:43px;font-family:'NexaText';font-weight:700;margin-bottom:10px;max-width:380px}.story-fold-left .text-wrap .views-field-body,.story-fold-right .text-wrap .views-field-body{font-size:18px;line-height:25px;max-width:540px}.story2 .text-wrap .views-field-field-small-subtitle{max-width:288px}.story2 .text-wrap .views-field-body{max-width:417px}.story-our-way{position:relative;padding-bottom:20px}.fixed-backg img{display:block;width:100%;height:385px;object-fit:cover}.farms-b5 img{height:450px}.fixed-backg .homepage-fold5-content{position:absolute;top:145px;transform:translate(0,-30%);-webkit-transform:translate(0,-30%);-moz-transform:translate(0,-30%);-ms-transform:translate(0,-30%);-o-transform:translate(0,-30%);width:76%;margin:0 12%;text-align:center}.fixed-backg .way-title{font-size:21px;line-height:28px;color:#fff;font-family:'NexaText';font-weight:700}.fixed-backg .way-subtitle{font-size:34px;line-height:35px;margin-top:5px;color:#fff;max-width:1000px;margin:0 auto;font-family:'NexaText';font-weight:700}.story-blocks{width:100%;display:block;z-index:3;margin-top:-130px;position:relative}.story-blocks ol{width:1000px;margin:0 auto;max-width:100%;list-style:none;padding:0;display:flex;flex-wrap:wrap;float:none}.story-blocks ol li{float:left;width:24%;margin:0 .5% 80px;color:#fff;background:#a5cd37;border-radius:15px;padding:55px 26px;text-align:center;height:250px;flex-grow:1;box-shadow:-10px 0 10px rgba(183,183,183,.1);-webkit-box-shadow:-10px 0 10px rgba(183,183,183,.1)}.story-blocks ol li h3{margin:0;display:inline-block;font-size:65px;line-height:66px;font-family:'NexaText';font-weight:900}.story-blocks ol li p{font-size:18px;line-height:25px;max-width:205px;margin:0 auto}.farms_people_background{width:49%;display:inline-block;position:relative}.people-farms{position:relative;padding:90px 0}.farms_people_background:first-child{margin-right:.5%}.farms_people_background:last-child{margin-left:.5%}.farms_people_background img{width:100%;display:block;height:auto}.farms_people_background .st-text{position:absolute;bottom:45px;left:60px;color:#fff}.farms_people_background .st-text .st-text-1{font-size:32px;position:relative;line-height:34px;font-family:'NexaText';font-weight:300}.farms_people_background .st-text .st-text-2{font-size:43px;line-height:50px;font-family:'NexaText';font-weight:700}.farms_people_background .st-text .st-text-2 a{color:#fff}.farms_people_background .st-text .st-text-2 a:after{content:"";position:absolute;top:44px;background:url(/themes/pureharvest/css/../images/arrow-fold7.png) no-repeat right;margin-left:15px;width:51px;height:40px}.farms_people_background .st-text .st-text-2 a:hover:after{opacity:.8}.farms_people_background .st-text .st-text-2 a:hover{color:rgba(255,255,255,.8)}.farms-details-section .farms-exposed{width:100%;display:inline-block}.farms-details-section .views-element-container{padding:70px 0}.farms-details-section .farms-content{display:flex;flex-wrap:wrap;margin-top:15px;//border-bottom:1px solid #a5cd37;padding-bottom:70px}.farms-details-section .farm-details{position:relative}.farms-details-section .farm-image{margin-bottom:30px;margin-top:35px}.farms-details-section .farm-logo{position:absolute;right:0;top:0;max-width:150px;border-left:1px solid rgba(110,110,100,.2)}.farms-details-section .farm-logo img{width:100%;height:auto}.farms-details-section .views-field-nothing{flex-grow:1;width:49%;margin:.5%;max-width:49%}.farms-details-section .views-field-nothing .farm-image img{width:100%;height:auto}.farms-details-section .farm-title{font-size:20px;line-height:28px;font-family:'NexaText';font-weight:700;max-width:-webkit-calc(100% - 180px);max-width:-moz-calc(100% - 180px);max-width:calc(100% - 180px)}.farms-details-section .farm-title a{color:#6e6e6e}.farms-details-section .farm-title a:hover{color:#adcb53}.farms-details-section .farm-info{font-size:16px;line-height:23px;max-width:-webkit-calc(100% - 180px);max-width:-moz-calc(100% - 180px);max-width:calc(100% - 180px)}.farms-details-section .farm-info1{margin-bottom:20px}.farm-map{font-family:'NexaText';font-weight:700;position:relative;padding-left:35px}.farm-map:before{position:absolute;content:'';width:25px;height:37px;left:2px;margin-top:5px;top:-10px;background:url('/themes/pureharvest/css/../images/map-pin.png') no-repeat}.farm-map a{color:#6e6e6e;text-decoration:underline}.farm-left{color:#adcb53;font-size:50px;line-height:50px;font-family:'NexaText';font-weight:700;display:inline-block;margin-bottom:20px}.farm-right{font-size:18px;line-height:25px;display:inline-block;float:right}.farm-right form{display:inline-block}.farm-right .js-form-item{display:inline-block;margin-right:15px;width:277px}.farm-right .filter{display:inline-block;margin-right:20px;font-family:'NexaText';font-weight:700}.farm-right select{border:none;border-bottom:1px solid #676767;width:278px;float:left;background:0 0;font-family:'NexaText';font-style:italic}.js-form-type-select label{width:278px;float:left;font-weight:400;font-size:13px;margin-bottom:0;font-style:italic;font-family:'NexaText'}.soon-title{font-size:35px;line-height:42px;color:#a5cd37;text-align:center;margin-bottom:30px;font-family:'NexaText';font-weight:700}.farms-details-coming .farm-image img{width:100%;height:auto;border-radius:15px 15px 0 0}.farms-details-coming .farm-block{background:linear-gradient(to bottom,#fff 0%,#fff 10%,#a5cd37 10%,#a5cd37 100%);overflow:hidden;position:relative;border-radius:0 0 15px 15px}.farms-details-coming .farm-block img{-webkit-transition:.4s ease;transition:.4s ease}.farms-details-coming .farm-block:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}.farms-details-coming .farm-soon-details{padding:25px 15px}.farms-details-coming .farm-title-soon{font-family:'NexaText';font-weight:700;color:#fff;font-size:18px;line-height:25px;margin-bottom:10px}.farm-subtitle-soon{font-size:16px;line-height:22px;color:#fff;padding-bottom:45px}.farms-details-coming .farm-map{position:absolute;bottom:25px}.farms-details-coming .farm-map:before{background-size:70%;top:-7px}.farms-b4{margin-top:100px;margin-bottom:120px;min-height:450px}.story-blocks ol li h6{font-size:35px;line-height:40px;margin:0;display:inline-block;font-family:'NexaText';font-weight:700}.farms-b4 .way-subtitle{max-width:500px;margin:0 auto;font-size:34px}.story-videos{width:76%;max-width:1200px;display:block;margin:-188px auto 0px auto;position:relative}.story-videos video{width:100%;height:auto;border-radius:15px 15px 0 0}.farms-b5 .homepage-fold5-content{position:absolute;top:180px;transform:translate(0,-15%);-webkit-transform:translate(0,-15%);-moz-transform:translate(0,-15%);-ms-transform:translate(0,-15%);-o-transform:translate(0,-15%);width:76%;margin:0 12%;text-align:center}.homepage-slide-fold8 .swiper-wrapper{display:flex;flex-wrap:wrap}.story-videos .swiper-slide{background:#00aac8;border-radius:15px;flex-grow:1;height:auto !important}.story-videos .swiper-slide .views-field-nothing{padding:30px}.story-videos .video-title{color:#065360;font-size:18px;line-height:25px}.story-videos .video-subtitle{color:#fff;font-family:'NexaText';font-weight:700}.farm-banner{width:100%;position:relative}.farm-banner img{width:100%;height:auto}.farm-d{width:60%;text-align:center;margin:60px 20%}.farm-details-title{color:#a5cd37;font-size:45px;line-height:51px;margin-bottom:10px;font-family:'NexaText';font-weight:700}.farm-details-desc{font-size:20px;line-height:25px}.farms-description-trans{position:relative}.farm-details-desc{font-size:18px;line-height:26px}.farm-details-desc1{text-align:left;font-size:24px;line-height:31px;position:relative}.farm-details-desc1:before{position:absolute;content:'';width:280px;height:280px;top:-50px;background:url('/themes/pureharvest/css/../images/map-farm-details.png') no-repeat}.farm-details-desc2{padding-left:310px}.farm-details-desc h3{font-size:50px;line-height:55px}.farm-details-desc1 .farm-map{margin:30px auto 0 auto;font-size:18px;line-height:25px}.farm-details-desc1 .farm-map a{color:#fff;text-decoration:underline}.farm-banner .swiper-horizontal>.swiper-pagination-bullets,.farm-banner .swiper-pagination-bullets.swiper-pagination-horizontal,.farm-banner .swiper-pagination-custom,.farm-banner .swiper-pagination-fraction{bottom:25px !important}.now-harvesting .container{padding-top:50px;margin:0 auto;border-top:1px solid #a5cd37}.now-harvesting h3{font-size:30px;line-height:36px;color:#a5cd37;width:100%;text-align:center;padding-bottom:15px;padding-top:30px;font-family:'NexaText';font-weight:700}.now-harvesting .render-harv{display:flex;flex-wrap:wrap}.now-harvesting .harv-row1{flex-grow:1;width:32.2%;margin:.5%;position:relative}.now-harvesting .harv-row1 img{width:100%;height:auto;border-radius:15px}.now-harvesting .harv-row1 .views-field-title{position:absolute;top:50%;left:50%;color:#fff;font-size:50px;line-height:57px;text-transform:capitalize;font-family:'NexaText';font-weight:900;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.explore-farms{margin-bottom:95px}.explore-farms .soon-title{margin-top:40px;margin-bottom:50px;font-size:35px;line-height:42px}.explore-farms .farm-subtitle-soon{padding-bottom:0}.farm-title-soon a{color:#fff}.farm-title-soon a:hover{color:#fff;text-decoration:underline}.prev-page.hide-prev-link{display:none}.next-page.hide-next-link{display:none}#main-menu-link-content4527f3a1-c563-4ace-b95f-62ab893494a4 a:before{display:none}.menuparent ul{background-color:#fff !important}ul.sf-menu .sf-sub-indicator:after{content:none}
:root{--c-black:#000;--c-white:#fff;--c-primary:#a5cd37;--c-secondary:#f0ad44;--c-body:#6e6e6e;--c-blue:#00aac8;--c-green:#65a603;--c-red:#cd1e09;--c-pink:#aa195a}.container{width:100%;max-width:100%;padding-left:5%;padding-right:5%}@media screen and (min-width:576px){.container{padding-left:3%;padding-right:3%}}@media screen and (min-width:1460px){.container{max-width:1400px;padding-left:0;padding-right:0}}.flip-container{perspective:1000}.flip-container:hover .flipper,.flip-container.hover .flipper{transform:rotateY(180deg)}.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice{height:262px}.flip-container,.front,.back{width:100%;height:262px;margin:0;border-radius:15px}div#block-languageswitcher{width:78px}@media screen and (min-width:768px){.back .field--name-field-back-text{padding:40px 35px 35px}}@media (min-width:443px) and (max-width:543px){.back .field--name-field-back-text{padding:10px}}@media (min-width:544px) and (max-width:768px){.back .field--name-field-back-text{padding:40px 35px 35px}}@media screen and (max-width:493px){.back .field--name-field-back-text{padding:5px;font-size:15px}}@media screen and (min-width:768px){.back .field--name-field-back-text-home-data{padding:40px 35px 35px}}@media (min-width:443px) and (max-width:543px){.back .field--name-field-back-text-home-data{padding:10px}}@media (min-width:544px) and (max-width:768px){.back .field--name-field-back-text-home-data{padding:40px 35px 35px}}@media screen and (max-width:493px){.back .field--name-field-back-text-home-data{padding:5px;font-size:15px}}.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default{display:flex;justify-content:center;gap:20px;flex-direction:column;align-items:center;padding:40px 35px 35px}.homepage-slide-fold8 .views-field-field-right-choice li{background:0 0 !important}.front{background:#eee}.flipper{transition:.6s;transform-style:preserve-3d;position:relative}.homepage-slide-fold8 .views-field-field-right-choice li{padding:0 !important}.front,.back{backface-visibility:hidden;position:absolute;top:0;left:0;text-align:center}.front{display:flex;align-items:center;text-align:center;z-index:2;transform:rotateY(0deg)}.back{transform:rotateY(180deg)}.back{text-align:center;width:100%;background:#eee;align-items:center;display:flex}.our-produce-banner .overlay-caption h1,.banner-full-overlay-caption .overlay-caption h1{font-weight:900;font-size:32px}@media screen and (min-width:768px){.our-produce-banner .overlay-caption h1,.banner-full-overlay-caption .overlay-caption h1{font-size:35px}}@media screen and (min-width:1200px){.our-produce-banner .overlay-caption h1,.banner-full-overlay-caption .overlay-caption h1{font-size:42px}}@media screen and (min-width:1600px){.our-produce-banner .overlay-caption h1,.banner-full-overlay-caption .overlay-caption h1{font-size:48px}}.story-timeline .mySwiper1 .content-slide-subtitle .text h3{font-weight:700;font-size:36px}@media screen and (min-width:768px){.story-timeline .mySwiper1 .content-slide-subtitle .text h3{font-size:40px}}@media screen and (min-width:1200px){.story-timeline .mySwiper1 .content-slide-subtitle .text h3{font-size:48px}}@media screen and (min-width:1400px){.story-timeline .mySwiper1 .content-slide-subtitle .text h3{font-size:64px}}.our-produce-banner .overlay-caption .title-big h1{font-size:48px;font-weight:900}@media screen and (min-width:768px){.our-produce-banner .overlay-caption .title-big h1{font-size:72px}}@media screen and (min-width:1200px){.our-produce-banner .overlay-caption .title-big h1{font-size:100px}}@media screen and (min-width:1600px){.our-produce-banner .overlay-caption .title-big h1{font-size:110px}}.farms-b4 .way-subtitle,.farms-b5 .fixed-backg .way-subtitle,.farm-left,.explore-farms .soon-title,.farm-details-title,.product-swiper-wrapper h2,.content-row-flex .card-product-type .captions h2,.right-choice .title h2,.follow-contact-wrapper .bg-green.type-2 h2,.our-awards .top-title h2,.check-faq-section .paragraph--type--cta-contact h2{font-size:32px;font-weight:700}@media screen and (min-width:768px){.farms-b4 .way-subtitle,.farms-b5 .fixed-backg .way-subtitle,.farm-left,.explore-farms .soon-title,.farm-details-title,.product-swiper-wrapper h2,.content-row-flex .card-product-type .captions h2,.right-choice .title h2,.follow-contact-wrapper .bg-green.type-2 h2,.our-awards .top-title h2,.check-faq-section .paragraph--type--cta-contact h2{font-size:35px}}@media screen and (min-width:1200px){.farms-b4 .way-subtitle,.farms-b5 .fixed-backg .way-subtitle,.farm-left,.explore-farms .soon-title,.farm-details-title,.product-swiper-wrapper h2,.content-row-flex .card-product-type .captions h2,.right-choice .title h2,.follow-contact-wrapper .bg-green.type-2 h2,.our-awards .top-title h2,.check-faq-section .paragraph--type--cta-contact h2{font-size:42px}}@media screen and (min-width:1600px){.farms-b4 .way-subtitle,.farms-b5 .fixed-backg .way-subtitle,.farm-left,.explore-farms .soon-title,.farm-details-title,.product-swiper-wrapper h2,.content-row-flex .card-product-type .captions h2,.right-choice .title h2,.follow-contact-wrapper .bg-green.type-2 h2,.our-awards .top-title h2,.check-faq-section .paragraph--type--cta-contact h2{font-size:48px}}.produce-detail-wrapper .rating-title-wrapper h1,.grid-product-wrapper h3,.find-store .find-store-inner h2,.our-produce-banner .overlay-caption .title-big p,.news-swiper-wrapper header h2,.bg-image-type2.sustainability-top .overlay-text h2,.wtu-contact-investors .title h2{font-size:26px;font-weight:700}@media screen and (min-width:768px){.produce-detail-wrapper .rating-title-wrapper h1,.grid-product-wrapper h3,.find-store .find-store-inner h2,.our-produce-banner .overlay-caption .title-big p,.news-swiper-wrapper header h2,.bg-image-type2.sustainability-top .overlay-text h2,.wtu-contact-investors .title h2{font-size:30px}}@media screen and (min-width:1200px){.produce-detail-wrapper .rating-title-wrapper h1,.grid-product-wrapper h3,.find-store .find-store-inner h2,.our-produce-banner .overlay-caption .title-big p,.news-swiper-wrapper header h2,.bg-image-type2.sustainability-top .overlay-text h2,.wtu-contact-investors .title h2{font-size:35px}}@media screen and (min-width:1600px){.produce-detail-wrapper .rating-title-wrapper h1,.grid-product-wrapper h3,.find-store .find-store-inner h2,.our-produce-banner .overlay-caption .title-big p,.news-swiper-wrapper header h2,.bg-image-type2.sustainability-top .overlay-text h2,.wtu-contact-investors .title h2{font-size:40px}}.grow-1 .image-text-text-image .type-intro .views-field-title,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .type-intro .views-field-title,.intro-text-2 .views-field-field-small-subtitle,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{font-size:26px}@media screen and (min-width:768px){.grow-1 .image-text-text-image .type-intro .views-field-title,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .type-intro .views-field-title,.intro-text-2 .views-field-field-small-subtitle,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{font-size:28px}}@media screen and (min-width:1200px){.grow-1 .image-text-text-image .type-intro .views-field-title,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .type-intro .views-field-title,.intro-text-2 .views-field-field-small-subtitle,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{font-size:34px}}@media screen and (min-width:1600px){.grow-1 .image-text-text-image .type-intro .views-field-title,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .type-intro .views-field-title,.intro-text-2 .views-field-field-small-subtitle,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{font-size:35px}}.title-and-search h1,.featured-store .section-title h2,.now-harvesting h3,.soon-title,.related-sections .produces-card .title-link p,.popup-content .popup-outer .name,.popup-content .popup-outer .tag,.follow-contact-wrapper .top-title h3,.cta-card-with-bg .text p,.faq-contact-investors .top-title h3,.grid-team .title-wrapper h3,.bg-image-type2.our-way-top .overlay-text h3,.story-videos .video-subtitle,.story-timeline .mySwiper1 .content-slide-subtitle .text p,.page-not-found p{font-size:20px}@media screen and (min-width:768px){.title-and-search h1,.featured-store .section-title h2,.now-harvesting h3,.soon-title,.related-sections .produces-card .title-link p,.popup-content .popup-outer .name,.popup-content .popup-outer .tag,.follow-contact-wrapper .top-title h3,.cta-card-with-bg .text p,.faq-contact-investors .top-title h3,.grid-team .title-wrapper h3,.bg-image-type2.our-way-top .overlay-text h3,.story-videos .video-subtitle,.story-timeline .mySwiper1 .content-slide-subtitle .text p,.page-not-found p{font-size:22px}}@media screen and (min-width:1200px){.title-and-search h1,.featured-store .section-title h2,.now-harvesting h3,.soon-title,.related-sections .produces-card .title-link p,.popup-content .popup-outer .name,.popup-content .popup-outer .tag,.follow-contact-wrapper .top-title h3,.cta-card-with-bg .text p,.faq-contact-investors .top-title h3,.grid-team .title-wrapper h3,.bg-image-type2.our-way-top .overlay-text h3,.story-videos .video-subtitle,.story-timeline .mySwiper1 .content-slide-subtitle .text p,.page-not-found p{font-size:26px}}@media screen and (min-width:1600px){.title-and-search h1,.featured-store .section-title h2,.now-harvesting h3,.soon-title,.related-sections .produces-card .title-link p,.popup-content .popup-outer .name,.popup-content .popup-outer .tag,.follow-contact-wrapper .top-title h3,.cta-card-with-bg .text p,.faq-contact-investors .top-title h3,.grid-team .title-wrapper h3,.bg-image-type2.our-way-top .overlay-text h3,.story-videos .video-subtitle,.story-timeline .mySwiper1 .content-slide-subtitle .text p,.page-not-found p{font-size:25px}}.bg-image-type2.sustainability-top .overlay-text p{font-size:17px}@media screen and (min-width:1200px){.bg-image-type2.sustainability-top .overlay-text p{font-size:20px}}@media screen and (min-width:1600px){.bg-image-type2.sustainability-top .overlay-text p{font-size:22px}}.card-product-type-3 .captions h4,.card-product-type-2 .captions h4,.content-row-flex .card-product-type .captions p,.right-choice .title p,.sustainability-slider .bg-green-card .top-caption,.awards-grid .award-card .captions h4,.awards-grid .award-card .captions h3,.card-team-type .caption .name,.bg-image-type2.our-way-top .overlay-text h6,.intro-text-2 ul li,.intro-text-2 p,.intro-text-2 .views-field-title,.type-intro p,.type-intro h6,.wtu-contact-investors .form-bottom,.banner-full-overlay-caption .overlay-caption p{font-size:16px}@media screen and (min-width:1200px){.card-product-type-3 .captions h4,.card-product-type-2 .captions h4,.content-row-flex .card-product-type .captions p,.right-choice .title p,.sustainability-slider .bg-green-card .top-caption,.awards-grid .award-card .captions h4,.awards-grid .award-card .captions h3,.card-team-type .caption .name,.bg-image-type2.our-way-top .overlay-text h6,.intro-text-2 ul li,.intro-text-2 p,.intro-text-2 .views-field-title,.type-intro p,.type-intro h6,.wtu-contact-investors .form-bottom,.banner-full-overlay-caption .overlay-caption p{font-size:18px}}@media screen and (min-width:1600px){.card-product-type-3 .captions h4,.card-product-type-2 .captions h4,.content-row-flex .card-product-type .captions p,.right-choice .title p,.sustainability-slider .bg-green-card .top-caption,.awards-grid .award-card .captions h4,.awards-grid .award-card .captions h3,.card-team-type .caption .name,.bg-image-type2.our-way-top .overlay-text h6,.intro-text-2 ul li,.intro-text-2 p,.intro-text-2 .views-field-title,.type-intro p,.type-intro h6,.wtu-contact-investors .form-bottom,.banner-full-overlay-caption .overlay-caption p{font-size:18px}}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.faq-contact-investors .row-flex{margin-left:0;margin-right:0}.row-flex .p--8{padding:8px}.row-flex .p--8 .bg-green{height:100%}.row-flex .p--8 .bg-green.type-2{height:auto}.row-flex .p--8 .bg-blue{height:100%}.link-btn a,.link-btn button{padding-left:60px;padding-right:30px;height:44px;font-weight:700;border-radius:25px;background-color:var(--c-button,var(--c-white));background-image:url("/themes/pureharvest/css/../images/right-aro.svg"),url("/themes/pureharvest/css/../images/right-aro-white.svg");background-position:center left 18px;background-size:26px auto,0 auto;background-repeat:no-repeat;border:1px solid var(--c-body);-webkit-box-shadow:none;box-shadow:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;color:var(--c-btn-color,var(--c-body));-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px}@media screen and (min-width:768px){.link-btn a,.link-btn button{height:46px;font-size:16px}}@media screen and (min-width:992px){.link-btn a,.link-btn button{font-size:18px}}.link-btn a:hover,.link-btn button:hover{background-position:center left 22px;background-color:var(--c-primary);background-size:0px auto,26px auto;border-color:var(--c-primary);color:var(--c-white)}.link-btn.btn-white a{border-color:var(--c-white)}.link-btn.btn-white a:hover{background-position:center left 22px;background-color:var(--c-primary);background-size:0px auto,26px auto;color:var(--c-white);border-color:var(--c-primary)}.bg-green .link-btn.btn-white a:hover{background-color:var(--c-blue);border-color:var(--c-blue)}.link-btn.link-store{display:none}.link-btn.link-store a{background-image:url("/themes/pureharvest/css/../images/cart.svg"),url("/themes/pureharvest/css/../images/cart-white.svg")}.store-item-inner .store-link a,.page-not-found p a,.homepage-slide-fold11 .views-field-field-link a,.homepage-slide-fold2 .text-wrap .views-field-field-link a,.image-text-text-image .views-field-field-link a{padding-left:60px;padding-right:30px;height:44px;font-weight:700;border-radius:25px;background-color:var(--c-button,var(--c-white));background-image:url("/themes/pureharvest/css/../images/right-aro.svg"),url("/themes/pureharvest/css/../images/right-aro-white.svg");background-position:center left 18px;background-size:26px auto,0 auto;background-repeat:no-repeat;border:1px solid var(--c-body);-webkit-box-shadow:none;box-shadow:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;color:var(--c-btn-color,var(--c-body));-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px}@media screen and (min-width:768px){.store-item-inner .store-link a,.page-not-found p a,.homepage-slide-fold11 .views-field-field-link a,.homepage-slide-fold2 .text-wrap .views-field-field-link a,.image-text-text-image .views-field-field-link a{height:46px;font-size:16px}}@media screen and (min-width:992px){.store-item-inner .store-link a,.page-not-found p a,.homepage-slide-fold11 .views-field-field-link a,.homepage-slide-fold2 .text-wrap .views-field-field-link a,.image-text-text-image .views-field-field-link a{font-size:18px}}.store-item-inner .store-link a:hover,.page-not-found p a:hover,.homepage-slide-fold11 .views-field-field-link a:hover,.homepage-slide-fold2 .text-wrap .views-field-field-link a:hover,.image-text-text-image .views-field-field-link a:hover{background-position:center left 22px;background-color:var(--c-primary);background-size:0px auto,26px auto;border-color:var(--c-primary);color:var(--c-white)}.homepage-fold5-content .views-field-field-link a{padding-left:54px;padding-right:22px;height:44px;font-weight:700;border-radius:25px;background-color:var(--c-button,var(--c-white));background-image:url("/themes/pureharvest/css/../images/right-aro.svg"),url("/themes/pureharvest/css/../images/right-aro-white.svg");background-position:center left 16px;background-size:26px auto,0 auto;background-repeat:no-repeat;border:1px solid var(--c-white);-webkit-box-shadow:none;box-shadow:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;color:var(--c-btn-color,var(--c-body));-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px}@media screen and (min-width:768px){.homepage-fold5-content .views-field-field-link a{height:46px;font-size:16px}}@media screen and (min-width:992px){.homepage-fold5-content .views-field-field-link a{font-size:18px}}.homepage-fold5-content .views-field-field-link a:hover{background-position:center left 20px;background-color:var(--c-primary);background-size:0px auto,26px auto;border-color:var(--c-primary);color:var(--c-white)}.follow-contact-wrapper .pdf a{padding-left:54px;padding-right:22px;height:44px;font-weight:700;border-radius:25px;background-color:var(--c-button,var(--c-white));background-image:url("/themes/pureharvest/css/../images/download-icon.svg"),url("/themes/pureharvest/css/../images/download-icon-white.svg");background-position:center left 18px;background-size:20px auto,0 auto;background-repeat:no-repeat;border:1px solid var(--c-white);-webkit-box-shadow:none;box-shadow:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;color:var(--c-btn-color,var(--c-body));-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px}@media screen and (min-width:768px){.follow-contact-wrapper .pdf a{height:46px;font-size:16px}}@media screen and (min-width:992px){.follow-contact-wrapper .pdf a{font-size:18px}}.follow-contact-wrapper .pdf a:hover{background-size:0 auto,20px auto;background-color:var(--c-primary);border-color:var(--c-white);color:var(--c-white)}ul.pager li.pager__item a{padding-left:46px;padding-right:30px;height:44px;font-weight:700;border-radius:25px;background-color:var(--c-button,var(--c-white));background-image:url("/themes/pureharvest/css/../images/down-aro.svg"),url("/themes/pureharvest/css/../images/down-aro-white.svg");background-position:center left 18px;background-size:auto 26px,auto 0;background-repeat:no-repeat;border:1px solid var(--c-body);-webkit-box-shadow:none;box-shadow:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;color:var(--c-btn-color,var(--c-body));-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px}@media screen and (min-width:768px){ul.pager li.pager__item a{height:46px;font-size:16px}}@media screen and (min-width:992px){ul.pager li.pager__item a{font-size:18px}}@media screen and (min-width:992px){ul.pager li.pager__item a{font-size:20px}}ul.pager li.pager__item a:hover{background-size:auto 0px,auto 26px;background-color:var(--c-primary);border-color:var(--c-primary);color:var(--c-white)}.bottom-line{border-bottom:1px solid var(--c-primary)}.home-bottom-swiper .swiper-slide{height:auto}.home-bottom-swiper .swiper-slide .home-recipe{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:15px;overflow:hidden}.home-bottom-swiper .swiper-slide .home-recipe .recipe-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:unset}.story-our-way .background-fold5{margin-top:0}.homepage-slide-fold5 .background-fold5,.homepage-slide-fold9 .background-fold5{margin-top:0}.story-menu{position:sticky;height:unset;top:62.6833px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:768px){.story-menu{top:63.4px}}@media screen and (min-width:992px){.story-menu{top:69.6px}}@media screen and (min-width:1200px){.story-menu{top:82.7px}}@media screen and (min-width:1600px){.story-menu{top:96.0167px}}.story-menu .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.story-menu .swiper-slide a{position:relative;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:var(--c-white)}.story-menu .swiper-slide a:after{content:"";bottom:0;border-bottom:3px solid var(--c-secondary);position:absolute;right:0;width:0;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.story-menu .swiper-slide a:hover,.story-menu .swiper-slide a.active{color:var(--c-body)}.story-menu .swiper-slide a:hover:after,.story-menu .swiper-slide a.active:after{width:100%;left:0;right:auto}.story-menu .story-menu-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.story-menu .story-menu-slide .swiper-slide{padding-left:12px;padding-right:12px}@media screen and (min-width:768px){.story-menu .story-menu-slide .swiper-slide{padding-left:25px;padding-right:25px}}.story-menu .story-menu-slide .swiper-slide a{padding-top:0;padding-bottom:0;line-height:46px;font-size:14px}@media screen and (min-width:768px){.story-menu .story-menu-slide .swiper-slide a{font-size:16px}}@media screen and (min-width:1200px){.story-menu .story-menu-slide .swiper-slide a{font-size:18px}}.homepage-slide.story-slide1 .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.homepage-slide.story-slide1 .swiper-slide:before{width:1px;content:"";margin-right:-1px;padding:0 0 56.25%}@media screen and (min-width:992px){.homepage-slide.story-slide1 .swiper-slide:before{min-height:calc(100vh - 69.6px - 50px);padding:0}}@media screen and (min-width:1200px){.homepage-slide.story-slide1 .swiper-slide:before{min-height:calc(100vh - 82.7px - 50px)}}@media screen and (min-width:1600px){.homepage-slide.story-slide1 .swiper-slide:before{min-height:calc(100vh - 96.0167px - 50px)}}.homepage-slide.story-slide1 .swiper-slide .background-home{width:100%;margin-right:-100%;position:relative}.homepage-slide.story-slide1 .swiper-slide .background-home:before{content:"";position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.3)}.homepage-slide.story-slide1 .swiper-slide .background-home img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.homepage-slide.story-slide1 .swiper-slide .content-slide{all:unset;position:relative;padding-top:40px;padding-bottom:40px;z-index:2;width:100%;-ms-flex-item-align:center;align-self:center}.banner.banner-full-overlay-caption.our-people-banner:before{width:1px;content:"";margin-right:-1px;padding:0 0 56.25%}@media screen and (min-width:992px){.banner.banner-full-overlay-caption.our-people-banner:before{min-height:calc(100vh - 69.6px - 50px);padding:0}}@media screen and (min-width:1200px){.banner.banner-full-overlay-caption.our-people-banner:before{min-height:calc(100vh - 82.7px - 50px)}}@media screen and (min-width:1600px){.banner.banner-full-overlay-caption.our-people-banner:before{min-height:calc(100vh - 96.0167px - 50px)}}.banner.banner-full-overlay-caption.our-people-banner .bg-img{position:relative;width:100%}.banner.banner-full-overlay-caption.our-people-banner .bg-img img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner.banner-full-overlay-caption.our-people-banner h1{margin-bottom:15px}.homepage-slide.story-slide2 .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.homepage-slide.story-slide2 .swiper-slide:before{width:1px;content:"";margin-right:-1px;padding:0 0 56.25%}@media screen and (min-width:992px){.homepage-slide.story-slide2 .swiper-slide:before{min-height:calc(100vh - 69.6px);padding:0}}@media screen and (min-width:1200px){.homepage-slide.story-slide2 .swiper-slide:before{min-height:calc(100vh - 82.7px)}}@media screen and (min-width:1600px){.homepage-slide.story-slide2 .swiper-slide:before{min-height:calc(100vh - 96.0167px)}}.homepage-slide.story-slide2 .swiper-slide .background-home{width:100%;margin-right:-100%;position:relative}.homepage-slide.story-slide2 .swiper-slide .background-home:before{content:"";position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.3)}.homepage-slide.story-slide2 .swiper-slide .background-home img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.homepage-slide.story-slide2 .swiper-slide .content-slide{all:unset;position:relative;padding-top:40px;padding-bottom:40px;z-index:2;width:100%;-ms-flex-item-align:center;align-self:center}.page-not-found{text-align:center;padding:100px 15px}.page-not-found p a{font-size:18px;margin-top:20px}.grid-product-wrapper{padding-bottom:60px}@media screen and (min-width:992px){.grid-product-wrapper{padding-bottom:80px}}.farm-right{width:100%}@media screen and (min-width:768px){.farm-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto}}.farm-right .filter{min-width:100px}html[dir=rtl] .farm-right .filter{min-width:116px;margin-right:0}.farm-right form.views-exposed-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.farm-right form.views-exposed-form .js-form-type-select{margin-top:20px;width:50%}@media screen and (max-width:767.72px){.farm-right form.views-exposed-form .js-form-type-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-right:0}.farm-right form.views-exposed-form .js-form-type-select+.js-form-type-select{padding-right:0}}@media screen and (min-width:768px){.farm-right form.views-exposed-form .js-form-type-select{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;margin-left:15px}html[dir=rtl] .farm-right form.views-exposed-form .js-form-type-select{margin-right:15px;margin-left:0}}.farm-right form.views-exposed-form .js-form-type-select label{width:100%;font-size:unset;font-style:normal;font-weight:700}@media screen and (min-width:768px){.farm-right form.views-exposed-form .js-form-type-select label{width:auto;margin-top:0;margin-bottom:0;padding-right:10px}}.farm-right form.views-exposed-form .js-form-type-select select{height:40px;border-width:0 0 1px;border-style:solid;border-color:var(--c-body);border-radius:0;height:36px;font-style:normal;padding-left:0;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center right 15px;background-color:transparent;background-repeat:no-repeat;outline:none;width:100%}@media screen and (min-width:768px){.farm-right form.views-exposed-form .js-form-type-select select{width:180px}}@media screen and (min-width:992px){.farm-right form.views-exposed-form .js-form-type-select select{width:260px}}@media screen and (min-width:1200px){.farm-right form.views-exposed-form .js-form-type-select select{width:280px}}.farms_people_background .st-text .st-text-2 a:after{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-transform:scale(1);transform:scale(1)}html[dir=rtl] .farms_people_background .st-text .st-text-2 a:after{-webkit-transform:scale(1) rotate(180deg);transform:scale(1) rotate(180deg);margin-left:0;margin-right:10px}.farms_people_background .st-text .st-text-2 a:hover:after{-webkit-transform:scale(1.1);transform:scale(1.1)}html[dir=rtl] .farms_people_background .st-text .st-text-2 a:hover:after{-webkit-transform:scale(1.1) rotate(180deg);transform:scale(1.1) rotate(180deg)}@media screen and (min-width:768px){html[dir=rtl] .homepage-slide-fold7 .fold7-row1,html[dir=rtl] .homepage-slide-fold7 .fold7-row2{margin-right:0;margin-left:1%}}@media screen and (min-width:768px){.homepage-slide-fold7 .views-field-title{min-height:50px}}html[dir=rtl] .homepage-slide .swiper-slide{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}body .farms-b4{margin-top:0}@media screen and (min-width:768px){body .farms-b4{padding-top:40px}}@media screen and (min-width:992px){body .farms-b4{padding-top:60px}}body .farms_people_background .st-text{position:absolute;bottom:15px;left:0;color:#fff;width:100%;padding:0 clamp(30px,10%,60px)}@media screen and (min-width:768px){body .farms_people_background .st-text{bottom:45px}}@media screen and (max-width:575.72px){.homepage-slide-fold11 .container{padding-right:0}.homepage-slide-fold11 .container .swiper.home-bottom-swiper{padding-right:15%}}.swiper .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px}@media screen and (min-width:768px){.swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}}html[dir=rtl] .mySwiper1 .swiper-pagination .swiper-pagination-bullet:first-child .bullet-inner:before{right:unset;left:calc(100% - 40px)}html[dir=rtl] .mySwiper1 .swiper-pagination .swiper-pagination-bullet:last-child .bullet-inner:before{left:unset;right:100%}html[dir=rtl] .mySwiper1 .swiper-pagination .swiper-pagination-bullet:after{left:-80px}html[dir=rtl] .farms_people_background:first-child{margin-left:.5%;margin-right:unset}html[dir=rtl] .farms_people_background:last-child{margin-left:unset;margin-right:.5%}html[dir=rtl] .farms-details-section .farm-logo{left:0;right:unset;top:0}html[dir=rtl] .farm-map{padding-right:35px;padding-left:0}html[dir=rtl] .farm-map:before{left:auto;right:2px}html[dir=rtl] .farms-details-section .farm-logo{border-right:1px solid rgba(110,110,100,.2);border-left:none}.field--name-field-media-oembed-video{display:block;position:relative;padding:0 0 56.25%}.field--name-field-media-oembed-video iframe{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:15px 15px 0 0}.overlay-text blockquote{padding:0;border:none}.overlay-text blockquote h2:after{content:'"';font-style:italic}.overlay-text blockquote h2:before{content:'"';font-style:italic}.story-our-way.farms-b4{margin-bottom:40px}html[dir=rtl] .farm-details-desc1:before{right:0;left:auto;background-position:top right}html[dir=rtl] .farm-details-desc1 .farm-details-desc2{padding-right:155px;padding-left:0;text-align:right}@media screen and (min-width:541px){html[dir=rtl] .farm-details-desc1 .farm-details-desc2{padding-right:220px}}@media screen and (min-width:768px){html[dir=rtl] .farm-details-desc1 .farm-details-desc2{padding-right:245px}}@media screen and (min-width:768px){html[dir=rtl] .farm-details-desc1 .farm-details-desc2{padding-right:245px}}@media screen and (min-width:1026px){html[dir=rtl] .farm-details-desc1 .farm-details-desc2{padding-right:310px}}@media screen and (min-width:992px){.homepage-slide-fold6{overflow:hidden;max-height:calc(100vh - 200px)}}.farms-details-section div.farms-exposed{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.farms_people_background .st-text .st-text-2 a:hover:after{-webkit-transform:scale(1);transform:scale(1);right:-5px}html[dir=rtl] .farms_people_background .st-text .st-text-2 a:hover:after{-webkit-transform:scale(1);transform:scale(1);left:-2px;right:unset}.farms_people_background .st-text .st-text-2 a:after{content:"";-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-mask-image:url("/themes/pureharvest/css/../images/right-aro-white.svg");mask-image:url("/themes/pureharvest/css/../images/right-aro-white.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--c-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-mask-position:center;mask-position:center;margin-left:10px;position:relative;right:3px;width:clamp(26px,1.05em,1.05em);height:clamp(11px,1.1em,1.1em);background-image:none !important;top:0 !important}html[dir=rtl] .farms_people_background .st-text .st-text-2 a:after{margin-right:10px;margin-left:0;left:3px;right:unset;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ajax-progress{background-image:url(/themes/pureharvest/css/../images/loading.gif);background-size:contain;background-position:center;background-repeat:no-repeat;min-height:60px !important;min-width:60px !important;height:60px !important;width:60px !important;background-color:transparent}.ajax-progress *{display:none !important}.homepage-slide .background-home{position:relative;padding-bottom:0 0 40%;min-height:calc(100vh - 62.6833px)}@media screen and (min-width:768px){.homepage-slide .background-home{min-height:calc(100vh - 63.4px)}}@media screen and (min-width:992px){.homepage-slide .background-home{min-height:calc(100vh - 69.6px)}}@media screen and (min-width:1200px){.homepage-slide .background-home{min-height:calc(100vh - 82.7px)}}@media screen and (min-width:1600px){.homepage-slide .background-home{min-height:calc(100vh - 96.0167px)}}.homepage-slide .background-home img{position:absolute;width:100%;min-height:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.homepage-slide.story-slide1 .background-home{min-height:calc(100vh - 62.6833px - 46px)}@media screen and (min-width:768px){.homepage-slide.story-slide1 .background-home{min-height:calc(100vh - 63.4px - 46px)}}@media screen and (min-width:992px){.homepage-slide.story-slide1 .background-home{min-height:calc(100vh - 69.6px - 46px)}}@media screen and (min-width:1200px){.homepage-slide.story-slide1 .background-home{min-height:calc(100vh - 82.7px - 46px)}}@media screen and (min-width:1600px){.homepage-slide.story-slide1 .background-home{min-height:calc(100vh - 96.0167px - 46px)}}.homepage-slide.story-timeline .background-home{min-height:calc(100vh - 62.6833px - 46px)}@media screen and (min-width:768px){.homepage-slide.story-timeline .background-home{min-height:calc(100vh - 63.4px - 46px)}}@media screen and (min-width:992px){.homepage-slide.story-timeline .background-home{min-height:calc(100vh - 69.6px)}}@media screen and (min-width:1200px){.homepage-slide.story-timeline .background-home{min-height:calc(100vh - 82.7px)}}@media screen and (min-width:1600px){.homepage-slide.story-timeline .background-home{min-height:calc(100vh - 96.0167px)}}.farm-video-outer{position:relative}.farm-video-outer .video-farm-next,.farm-video-outer .video-farm-prev{top:50%;margin:0;width:32px;height:32px}@media screen and (min-width:768px){.farm-video-outer .video-farm-next,.farm-video-outer .video-farm-prev{width:50px;height:50px}}@media screen and (min-width:992px){.farm-video-outer .video-farm-next,.farm-video-outer .video-farm-prev{width:60px;height:60px}}@media screen and (min-width:1400px){.farm-video-outer .video-farm-next,.farm-video-outer .video-farm-prev{width:72px;height:72px}}.farm-video-outer .video-farm-next:after,.farm-video-outer .video-farm-prev:after{display:none}.farm-video-outer .video-farm-next svg,.farm-video-outer .video-farm-prev svg{width:100%;height:auto}.farm-video-outer .video-farm-prev{left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.farm-video-outer .video-farm-next{right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}body .container.swiper-outer{position:relative;padding-left:5px;padding-right:5px;z-index:2}body .container.swiper-outer .swiper{padding-left:10px;padding-right:10px}@media screen and (max-width:1459.72px){body .container.swiper-outer{max-width:calc(100% - 60px)}}@media screen and (max-width:991.72px){body .container.swiper-outer{max-width:calc(100% - 40px)}}@media screen and (max-width:767.72px){body .container.swiper-outer{max-width:calc(100% - 30px)}}@media screen and (max-width:575.72px){body .container.swiper-outer{max-width:calc(100% - 20px)}}body .container.swiper-outer .farm-prev,body .container.swiper-outer .video-farm-prev,body .container.swiper-outer .sustainability-prev{left:15px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body .container.swiper-outer .farm-next,body .container.swiper-outer .video-farm-next,body .container.swiper-outer .sustainability-next{right:15px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}body .container.swiper-outer .farm-next,body .container.swiper-outer .video-farm-next,body .container.swiper-outer .video-farm-prev,body .container.swiper-outer .farm-prev,body .container.swiper-outer .sustainability-next,body .container.swiper-outer .sustainability-prev{top:50%;margin:0;width:32px;height:32px}@media screen and (min-width:768px){body .container.swiper-outer .farm-next,body .container.swiper-outer .video-farm-next,body .container.swiper-outer .video-farm-prev,body .container.swiper-outer .farm-prev,body .container.swiper-outer .sustainability-next,body .container.swiper-outer .sustainability-prev{width:50px;height:50px}}@media screen and (min-width:992px){body .container.swiper-outer .farm-next,body .container.swiper-outer .video-farm-next,body .container.swiper-outer .video-farm-prev,body .container.swiper-outer .farm-prev,body .container.swiper-outer .sustainability-next,body .container.swiper-outer .sustainability-prev{width:60px;height:60px}}@media screen and (min-width:1400px){body .container.swiper-outer .farm-next,body .container.swiper-outer .video-farm-next,body .container.swiper-outer .video-farm-prev,body .container.swiper-outer .farm-prev,body .container.swiper-outer .sustainability-next,body .container.swiper-outer .sustainability-prev{width:72px;height:72px}}body .container.swiper-outer .farm-next:after,body .container.swiper-outer .video-farm-next:after,body .container.swiper-outer .video-farm-prev:after,body .container.swiper-outer .farm-prev:after,body .container.swiper-outer .sustainability-next:after,body .container.swiper-outer .sustainability-prev:after{display:none}body .container.swiper-outer .farm-next svg,body .container.swiper-outer .video-farm-next svg,body .container.swiper-outer .video-farm-prev svg,body .container.swiper-outer .farm-prev svg,body .container.swiper-outer .sustainability-next svg,body .container.swiper-outer .sustainability-prev svg{width:100%;height:auto}.farm-right form .js-form-type-select .chosen-container,.news-filter form .js-form-type-select .chosen-container{width:unset !important;font-size:unset;display:block}.farm-right form .js-form-type-select .chosen-container-single .chosen-single,.news-filter form .js-form-type-select .chosen-container-single .chosen-single{height:36px;border-width:0 0 1px;width:100%;font-style:normal;border-radius:0;outline:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.farm-right form .js-form-type-select .chosen-container-single .chosen-single,.news-filter form .js-form-type-select .chosen-container-single .chosen-single{width:180px}}@media screen and (min-width:992px){.farm-right form .js-form-type-select .chosen-container-single .chosen-single,.news-filter form .js-form-type-select .chosen-container-single .chosen-single{width:260px}}@media screen and (min-width:1200px){.farm-right form .js-form-type-select .chosen-container-single .chosen-single,.news-filter form .js-form-type-select .chosen-container-single .chosen-single{width:280px}}.farm-right form .js-form-type-select .chosen-container-single .chosen-single div,.news-filter form .js-form-type-select .chosen-container-single .chosen-single div{background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center center;background-repeat:no-repeat}.farm-right form .js-form-type-select .chosen-container-single .chosen-single div b,.news-filter form .js-form-type-select .chosen-container-single .chosen-single div b{display:none}.farm-right form .js-form-type-select .chosen-container-active.chosen-with-drop .chosen-single div,.news-filter form .js-form-type-select .chosen-container-active.chosen-with-drop .chosen-single div{-webkit-transform:scale(-1);transform:scale(-1)}.farm-right form .js-form-type-select .chosen-drop,.news-filter form .js-form-type-select .chosen-drop{border:none;margin-top:0}.farm-right form .js-form-type-select .chosen-drop .chosen-search,.news-filter form .js-form-type-select .chosen-drop .chosen-search{display:none}.farm-right form .js-form-type-select .chosen-drop ul,.news-filter form .js-form-type-select .chosen-drop ul{padding:0;margin:0}.farm-right form .js-form-type-select .chosen-drop ul li,.news-filter form .js-form-type-select .chosen-drop ul li{padding:10px;font-size:16px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.farm-right form .js-form-type-select .chosen-drop ul li.highlighted,.news-filter form .js-form-type-select .chosen-drop ul li.highlighted{background-color:var(--c-green);background-image:none}.farm-right form .js-form-type-select .chosen-choices,.news-filter form .js-form-type-select .chosen-choices{height:36px !important;border-width:0 0 1px;width:100%;font-style:normal;border-radius:0;outline:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;cursor:pointer}.farm-right form .js-form-type-select .chosen-choices li.search-field input[type=text],.news-filter form .js-form-type-select .chosen-choices li.search-field input[type=text]{cursor:pointer;color:#444 !important}.farm-right form .js-form-type-select .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder,.news-filter form .js-form-type-select .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder{color:#444 !important;opacity:1}.farm-right form .js-form-type-select .chosen-choices li.search-field input[type=text]::-moz-placeholder,.news-filter form .js-form-type-select .chosen-choices li.search-field input[type=text]::-moz-placeholder{color:#444 !important;opacity:1}.farm-right form .js-form-type-select .chosen-choices li.search-field input[type=text]:-ms-input-placeholder,.news-filter form .js-form-type-select .chosen-choices li.search-field input[type=text]:-ms-input-placeholder{color:#444 !important;opacity:1}.farm-right form .js-form-type-select .chosen-choices li.search-field input[type=text]::-ms-input-placeholder,.news-filter form .js-form-type-select .chosen-choices li.search-field input[type=text]::-ms-input-placeholder{color:#444 !important;opacity:1}.farm-right form .js-form-type-select .chosen-choices li.search-field input[type=text]::placeholder,.news-filter form .js-form-type-select .chosen-choices li.search-field input[type=text]::placeholder{color:#444 !important;opacity:1}.farm-right form .js-form-type-select .chosen-choices:after,.news-filter form .js-form-type-select .chosen-choices:after{content:"";width:9px;height:20px;position:absolute;right:0;top:50%;margin-top:-10px;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center right;background-repeat:no-repeat;cursor:pointer}@media screen and (min-width:768px){.farm-right form .js-form-type-select .chosen-choices,.news-filter form .js-form-type-select .chosen-choices{width:180px}}@media screen and (min-width:992px){.farm-right form .js-form-type-select .chosen-choices,.news-filter form .js-form-type-select .chosen-choices{width:260px}}@media screen and (min-width:1200px){.farm-right form .js-form-type-select .chosen-choices,.news-filter form .js-form-type-select .chosen-choices{width:280px}}.farm-right form .js-form-type-select .chosen-choices .search-choice,.news-filter form .js-form-type-select .chosen-choices .search-choice{font-size:13px;background-color:var(--c-green);color:var(--c-white);background-image:none;-webkit-box-shadow:none;box-shadow:none;border-color:var(--c-green)}.farm-right form .js-form-type-select .chosen-choices .search-choice .search-choice-close,.news-filter form .js-form-type-select .chosen-choices .search-choice .search-choice-close{background-position:-42px -10px}.our-career-inner form .form-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.our-career-inner form .js-form-type-select .chosen-container{width:unset !important;font-size:unset;display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.our-career-inner form .js-form-type-select .chosen-container-single .chosen-single{height:36px;border-width:0 0 1px;width:100%;font-style:normal;border-radius:0;outline:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our-career-inner form .js-form-type-select .chosen-container-single .chosen-single div{background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center center;background-repeat:no-repeat}.our-career-inner form .js-form-type-select .chosen-container-single .chosen-single div b{display:none}.our-career-inner form .js-form-type-select .chosen-container-active.chosen-with-drop .chosen-single div{-webkit-transform:scale(-1);transform:scale(-1)}.our-career-inner form .js-form-type-select .chosen-drop{border:none;margin-top:0}.our-career-inner form .js-form-type-select .chosen-drop .chosen-search{display:none}.our-career-inner form .js-form-type-select .chosen-drop ul{padding:0;margin:0}.our-career-inner form .js-form-type-select .chosen-drop ul li{padding:10px;font-size:16px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.our-career-inner form .js-form-type-select .chosen-drop ul li.highlighted{background-color:var(--c-green);background-image:none}.content-slide-title{position:relative;top:15px;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.swiper-slide-active .content-slide-title{top:0;opacity:1}.story-slide.story-slide2 .content-slide-subtitle{font-weight:400;font-size:inherit;max-width:33em}.story-slide.story-slide1 .content-slide-subtitle{font-weight:400;font-size:inherit;max-width:27em;line-height:1.2916666667;padding-top:10px}.story-timeline .mySwiper1 .content-slide-subtitle{max-width:1020px}.story-timeline .mySwiper1 .content-slide-subtitle .subtitle{font-size:16px;font-weight:400}@media screen and (min-width:992px){.story-timeline .mySwiper1 .content-slide-subtitle .subtitle{font-size:18px}}@media screen and (min-width:992px){.story-timeline .mySwiper1 .content-slide-subtitle{padding-bottom:300px}}.story-timeline .mySwiper1 .content-slide-subtitle .text h3{line-height:1.07;margin-bottom:12px;max-width:13em !important}@media screen and (max-width:767.72px){.story-timeline .mySwiper1 .content-slide-subtitle .text h3 br.d-only{display:none}}.story-timeline .mySwiper1 .content-slide-subtitle .text p{line-height:1.14;font-weight:400;max-width:18em}@media screen and (min-width:768px){.homepage-fold5-content ol li:nth-child(4n+1){border:none}}.farms_people_background{position:relative}.farms_people_background .st-back a:after{content:"";position:absolute;width:100%;left:0;top:0;height:100%;z-index:2}.farms_people_background .st-text .st-text-2 a{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.farms_people_background .st-text .st-text-2 a:after{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.farms_people_background:hover .st-text .st-text-2 a{color:rgba(255,255,255,.8)}.farms_people_background:hover .st-text .st-text-2 a:after{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.8}.top-nav{background-color:var(--c-primary);position:sticky;top:62.6833px;z-index:8}@media screen and (min-width:768px){.top-nav{top:63.4px}}@media screen and (min-width:992px){.top-nav{top:69.6px}}@media screen and (min-width:1200px){.top-nav{top:82.7px}}@media screen and (min-width:1600px){.top-nav{top:96.0167px}}.story-videos .video-subtitle{font-weight:700;line-height:1.2}.scroll-link .submenu-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.scroll-link ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;max-width:100%}.scroll-link ul li{padding-left:10px;padding-right:10px;width:auto !important;max-width:100%}@media screen and (min-width:992px){.scroll-link ul li{padding-left:15px;padding-right:15px}}@media screen and (min-width:1200px){.scroll-link ul li{padding-left:25px;padding-right:25px}}.scroll-link ul li a{display:block;font-weight:400;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;text-decoration:none;position:relative;line-height:40px;color:var(--c-white);font-size:16px}@media screen and (min-width:992px){.scroll-link ul li a{line-height:50px;font-size:18px}}.scroll-link ul li a:after{border-bottom:4px solid var(--c-secondary);content:"";position:absolute;right:0;bottom:0;width:var(--h-width,0);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.scroll-link ul li a.active,.scroll-link ul li a:hover,.scroll-link ul li a:focus{color:var(--c-body);--h-width:100%}.scroll-link ul li a.active:after,.scroll-link ul li a:hover:after,.scroll-link ul li a:focus:after{left:0;right:auto}.scroll-link ul li a.active{font-weight:700}.product-top-submenu{position:sticky;top:62.6833px;z-index:8}@media screen and (min-width:768px){.product-top-submenu{top:63.4px}}@media screen and (min-width:992px){.product-top-submenu{top:69.6px}}@media screen and (min-width:1200px){.product-top-submenu{top:82.7px}}@media screen and (min-width:1600px){.product-top-submenu{top:96.0167px}}.flex-top-nav{background-color:var(--c-primary);padding-left:15px;padding-right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:2}.flex-top-nav>div.views-row{padding-left:10px;padding-right:10px}@media screen and (min-width:992px){.flex-top-nav>div.views-row{padding-left:15px;padding-right:15px}}@media screen and (min-width:1200px){.flex-top-nav>div.views-row{padding-left:25px;padding-right:25px}}.flex-top-nav>div.views-row .field-content{display:block}.flex-top-nav>div.views-row a{display:block;font-weight:400;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;text-decoration:none;text-transform:capitalize;position:relative;line-height:40px;color:var(--c-white);font-size:16px}@media screen and (min-width:992px){.flex-top-nav>div.views-row a{line-height:50px;font-size:18px}}.flex-top-nav>div.views-row a:after{border-bottom:4px solid var(--c-secondary);content:"";position:absolute;right:0;bottom:0;width:var(--h-width,0);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.flex-top-nav>div.views-row a:hover,.flex-top-nav>div.views-row a:focus{--h-width:100%;color:var(--c-body)}.flex-top-nav>div.views-row a:hover:after,.flex-top-nav>div.views-row a:focus:after{left:0;right:auto}.banner-full-overlay-caption{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html[dir=rtl] .banner-full-overlay-caption{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.banner-full-overlay-caption .bg-img{width:100%}.banner-full-overlay-caption .bg-img img{display:block;width:100%}.banner-full-overlay-caption.investor-banner,.banner-full-overlay-caption.our-people-banner{color:var(--c-white)}.banner-full-overlay-caption.investor-banner .bg-img,.banner-full-overlay-caption.our-people-banner .bg-img{position:relative;padding-bottom:clamp(220px,100vh - 103px,100vh);overflow:hidden}@media screen and (min-width:992px){.banner-full-overlay-caption.investor-banner .bg-img,.banner-full-overlay-caption.our-people-banner .bg-img{padding-bottom:calc(100vh - 100px)}}@media screen and (min-width:1200px){.banner-full-overlay-caption.investor-banner .bg-img,.banner-full-overlay-caption.our-people-banner .bg-img{padding-bottom:calc(100vh - 130px)}}.banner-full-overlay-caption.investor-banner .bg-img:after,.banner-full-overlay-caption.our-people-banner .bg-img:after{position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--c-black);opacity:.35;content:"";z-index:1}.banner-full-overlay-caption.investor-banner .bg-img img,.banner-full-overlay-caption.our-people-banner .bg-img img{position:absolute;bottom:0;left:0;right:0;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.banner-full-overlay-caption.investor-banner .caption-inner h1:after,.banner-full-overlay-caption.our-people-banner .caption-inner h1:after{display:block;content:"";border-bottom:.5px solid var(--c-white);margin-bottom:25px;padding-top:30px;max-width:10em;margin-left:auto;margin-right:auto}html[dir=rtl] .banner-full-overlay-caption.investor-banner .caption-inner h1:after,html[dir=rtl] .banner-full-overlay-caption.our-people-banner .caption-inner h1:after{max-width:8.4em}@media screen and (min-width:992px){.banner-full-overlay-caption.investor-banner.news-banner .bg-img,.banner-full-overlay-caption.our-people-banner.news-banner .bg-img{min-height:calc(100vh - 69.6px);padding:0}}@media screen and (min-width:1200px){.banner-full-overlay-caption.investor-banner.news-banner .bg-img,.banner-full-overlay-caption.our-people-banner.news-banner .bg-img{min-height:calc(100vh - 82.7px)}}@media screen and (min-width:1600px){.banner-full-overlay-caption.investor-banner.news-banner .bg-img,.banner-full-overlay-caption.our-people-banner.news-banner .bg-img{min-height:calc(100vh - 96.0167px)}}.banner-full-overlay-caption.investor-banner.news-banner .overlay-caption .caption-inner h1:after,.banner-full-overlay-caption.our-people-banner.news-banner .overlay-caption .caption-inner h1:after{display:none}.banner-full-overlay-caption.contact-banner .bg-img{position:relative;padding-bottom:clamp(220px,30%,514px);overflow:hidden}.banner-full-overlay-caption.contact-banner .bg-img img{position:absolute;bottom:0;left:0;right:0;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.banner-full-overlay-caption .overlay-caption{width:100%;margin-left:-100%;position:relative;-ms-flex-item-align:center;align-self:center;z-index:2;padding-left:15px;padding-right:15px}.banner-full-overlay-caption .overlay-caption .caption-inner{padding-left:15px;padding-right:15px;padding-top:48px;padding-bottom:48px}@media screen and (min-width:768px){.banner-full-overlay-caption .overlay-caption .caption-inner{padding-top:100px;padding-bottom:100px}}.banner-full-overlay-caption .overlay-caption h1{color:var(--c-title,var(--c-white));line-height:1.1166666667;margin-top:0}.banner-full-overlay-caption .overlay-caption p{color:var(--c-title,var(--c-white));margin-bottom:24px}.wtu-contact-investors{padding-top:38px;padding-bottom:40px}.wtu-contact-investors .col-12{max-width:100%}.wtu-contact-investors .title{margin-bottom:20px}.wtu-contact-investors .title h2{color:var(--c-white);margin-top:0;margin-bottom:6px;line-height:1.1166666667}.wtu-contact-investors .bg-green{background-color:var(--c-primary);color:var(--c-white);border-radius:15px;padding:40px 30px}@media screen and (min-width:1200px){.wtu-contact-investors .bg-green{padding:50px 40px}}@media screen and (min-width:1600px){.wtu-contact-investors .bg-green{padding:60px}}.wtu-contact-investors .bg-blue{background-color:var(--c-blue);color:var(--c-white);border-radius:15px;padding:40px 30px}@media screen and (min-width:1200px){.wtu-contact-investors .bg-blue{padding:50px 40px}}@media screen and (min-width:1600px){.wtu-contact-investors .bg-blue{padding:60px}}.wtu-contact-investors .form-bottom{margin-top:60px;padding-top:32px;border-top:.5px solid var(--c-white)}.paragraph--type--write-to-us .field--name-field-write-to-us-items>.field__item{border-top:.5px solid var(--c-white);padding-top:20px;padding-bottom:20px}.paragraph--type--write-to-us .field--name-field-write-to-us-items>.field__item:last-child{padding-bottom:0}.paragraph--type--write-to-us .paragraph--type--write-to-us-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.paragraph--type--write-to-us .paragraph--type--write-to-us-items>.field{padding:0 10px;width:100%}@media screen and (min-width:768px){.paragraph--type--write-to-us .paragraph--type--write-to-us-items>.field{max-width:100%}}.paragraph--type--write-to-us .paragraph--type--write-to-us-items>.field h3{font-size:24px;font-weight:700;margin-top:0;margin-bottom:6px}.paragraph--type--write-to-us .paragraph--type--write-to-us-items>.field p{line-height:1.3888888889;margin-bottom:0}.paragraph--type--write-to-us .paragraph--type--write-to-us-items>.field a{text-decoration:underline}.paragraph--type--write-to-us .paragraph--type--write-to-us-items .field.mail-wrap{font-weight:700;word-break:break-word;line-height:1.2}.detai-form-inner .form-wrapper form,.form-contact-type-2 form,.form-contact-type-1 form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.detai-form-inner .form-wrapper .form-managed-file,.form-contact-type-2 .form-managed-file,.form-contact-type-1 .form-managed-file{width:100%;margin-bottom:16px;background:#ccc;padding:10px;border-radius:10px;background-color:rgba(255,255,255,.6);color:var(--c-body);padding-right:72px;position:relative;word-break:break-all}html[dir=rtl] .detai-form-inner .form-wrapper .form-managed-file,.detai-form-inner html[dir=rtl] .form-wrapper .form-managed-file,html[dir=rtl] .form-contact-type-2 .form-managed-file,html[dir=rtl] .form-contact-type-1 .form-managed-file{padding-left:72px;padding-right:10px}.detai-form-inner .form-wrapper .form-managed-file .button.button-action.webform-file-button,.form-contact-type-2 .form-managed-file .button.button-action.webform-file-button,.form-contact-type-1 .form-managed-file .button.button-action.webform-file-button{margin-right:-62px;min-width:calc(100% + 62px)}html[dir=rtl] .detai-form-inner .form-wrapper .form-managed-file .button.button-action.webform-file-button,.detai-form-inner html[dir=rtl] .form-wrapper .form-managed-file .button.button-action.webform-file-button,html[dir=rtl] .form-contact-type-2 .form-managed-file .button.button-action.webform-file-button,html[dir=rtl] .form-contact-type-1 .form-managed-file .button.button-action.webform-file-button{margin-right:0;margin-left:-62px}.detai-form-inner .form-wrapper .form-managed-file .button.form-submit,.form-contact-type-2 .form-managed-file .button.form-submit,.form-contact-type-1 .form-managed-file .button.form-submit{width:auto;height:100%;position:absolute;right:0;top:0;font-size:14px;padding:5px 8px;border:none;border-radius:0 10px 10px 0;background:#d51010;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:#fff}html[dir=rtl] .detai-form-inner .form-wrapper .form-managed-file .button.form-submit,.detai-form-inner html[dir=rtl] .form-wrapper .form-managed-file .button.form-submit,html[dir=rtl] .form-contact-type-2 .form-managed-file .button.form-submit,html[dir=rtl] .form-contact-type-1 .form-managed-file .button.form-submit{left:0;right:auto;border-radius:10px 0 0 10px}.detai-form-inner .form-wrapper .form-managed-file .button.form-submit:hover,.form-contact-type-2 .form-managed-file .button.form-submit:hover,.form-contact-type-1 .form-managed-file .button.form-submit:hover{background:#ea2c2c}.detai-form-inner .form-wrapper .form-managed-file label,.form-contact-type-2 .form-managed-file label,.form-contact-type-1 .form-managed-file label{font-weight:400;background-color:transparent}.detai-form-inner .form-wrapper .form-managed-file a,.form-contact-type-2 .form-managed-file a,.form-contact-type-1 .form-managed-file a{color:var(--c-body)}.detai-form-inner .form-wrapper .form-item,.form-contact-type-2 .form-item,.form-contact-type-1 .form-item{width:100%;margin-bottom:16px}.detai-form-inner .form-wrapper .form-item input[type=file],.form-contact-type-2 .form-item input[type=file],.form-contact-type-1 .form-item input[type=file]{height:50px;border-radius:10px;background-color:rgba(255,255,255,.6);color:var(--c-body);display:block;width:100%;padding:12px 18px}.detai-form-inner .form-wrapper .form-item input[type=text],.form-contact-type-2 .form-item input[type=text],.form-contact-type-1 .form-item input[type=text],.detai-form-inner .form-wrapper .form-item input[type=email],.form-contact-type-2 .form-item input[type=email],.form-contact-type-1 .form-item input[type=email],.detai-form-inner .form-wrapper .form-item input[type=tel],.form-contact-type-2 .form-item input[type=tel],.form-contact-type-1 .form-item input[type=tel],.detai-form-inner .form-wrapper .form-item select,.form-contact-type-2 .form-item select,.form-contact-type-1 .form-item select,.detai-form-inner .form-wrapper .form-item textarea,.form-contact-type-2 .form-item textarea,.form-contact-type-1 .form-item textarea{height:50px;border-radius:10px;background-color:rgba(255,255,255,.6);color:var(--c-body);display:block;width:100%;padding:12px 18px;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;font-size:inherit;font-style:normal}.detai-form-inner .form-wrapper .form-item input[type=text]::-webkit-input-placeholder,.form-contact-type-2 .form-item input[type=text]::-webkit-input-placeholder,.form-contact-type-1 .form-item input[type=text]::-webkit-input-placeholder,.detai-form-inner .form-wrapper .form-item input[type=email]::-webkit-input-placeholder,.form-contact-type-2 .form-item input[type=email]::-webkit-input-placeholder,.form-contact-type-1 .form-item input[type=email]::-webkit-input-placeholder,.detai-form-inner .form-wrapper .form-item input[type=tel]::-webkit-input-placeholder,.form-contact-type-2 .form-item input[type=tel]::-webkit-input-placeholder,.form-contact-type-1 .form-item input[type=tel]::-webkit-input-placeholder,.detai-form-inner .form-wrapper .form-item select::-webkit-input-placeholder,.form-contact-type-2 .form-item select::-webkit-input-placeholder,.form-contact-type-1 .form-item select::-webkit-input-placeholder,.detai-form-inner .form-wrapper .form-item textarea::-webkit-input-placeholder,.form-contact-type-2 .form-item textarea::-webkit-input-placeholder,.form-contact-type-1 .form-item textarea::-webkit-input-placeholder{font-size:inherit;opacity:1;color:var(--c-body);font-style:normal}.detai-form-inner .form-wrapper .form-item input[type=text]::-moz-placeholder,.form-contact-type-2 .form-item input[type=text]::-moz-placeholder,.form-contact-type-1 .form-item input[type=text]::-moz-placeholder,.detai-form-inner .form-wrapper .form-item input[type=email]::-moz-placeholder,.form-contact-type-2 .form-item input[type=email]::-moz-placeholder,.form-contact-type-1 .form-item input[type=email]::-moz-placeholder,.detai-form-inner .form-wrapper .form-item input[type=tel]::-moz-placeholder,.form-contact-type-2 .form-item input[type=tel]::-moz-placeholder,.form-contact-type-1 .form-item input[type=tel]::-moz-placeholder,.detai-form-inner .form-wrapper .form-item select::-moz-placeholder,.form-contact-type-2 .form-item select::-moz-placeholder,.form-contact-type-1 .form-item select::-moz-placeholder,.detai-form-inner .form-wrapper .form-item textarea::-moz-placeholder,.form-contact-type-2 .form-item textarea::-moz-placeholder,.form-contact-type-1 .form-item textarea::-moz-placeholder{font-size:inherit;opacity:1;color:var(--c-body);font-style:normal}.detai-form-inner .form-wrapper .form-item input[type=text]:-ms-input-placeholder,.form-contact-type-2 .form-item input[type=text]:-ms-input-placeholder,.form-contact-type-1 .form-item input[type=text]:-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item input[type=email]:-ms-input-placeholder,.form-contact-type-2 .form-item input[type=email]:-ms-input-placeholder,.form-contact-type-1 .form-item input[type=email]:-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item input[type=tel]:-ms-input-placeholder,.form-contact-type-2 .form-item input[type=tel]:-ms-input-placeholder,.form-contact-type-1 .form-item input[type=tel]:-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item select:-ms-input-placeholder,.form-contact-type-2 .form-item select:-ms-input-placeholder,.form-contact-type-1 .form-item select:-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item textarea:-ms-input-placeholder,.form-contact-type-2 .form-item textarea:-ms-input-placeholder,.form-contact-type-1 .form-item textarea:-ms-input-placeholder{font-size:inherit;opacity:1;color:var(--c-body);font-style:normal}.detai-form-inner .form-wrapper .form-item input[type=text]::-ms-input-placeholder,.form-contact-type-2 .form-item input[type=text]::-ms-input-placeholder,.form-contact-type-1 .form-item input[type=text]::-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item input[type=email]::-ms-input-placeholder,.form-contact-type-2 .form-item input[type=email]::-ms-input-placeholder,.form-contact-type-1 .form-item input[type=email]::-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item input[type=tel]::-ms-input-placeholder,.form-contact-type-2 .form-item input[type=tel]::-ms-input-placeholder,.form-contact-type-1 .form-item input[type=tel]::-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item select::-ms-input-placeholder,.form-contact-type-2 .form-item select::-ms-input-placeholder,.form-contact-type-1 .form-item select::-ms-input-placeholder,.detai-form-inner .form-wrapper .form-item textarea::-ms-input-placeholder,.form-contact-type-2 .form-item textarea::-ms-input-placeholder,.form-contact-type-1 .form-item textarea::-ms-input-placeholder{font-size:inherit;opacity:1;color:var(--c-body);font-style:normal}.detai-form-inner .form-wrapper .form-item input[type=text]::placeholder,.form-contact-type-2 .form-item input[type=text]::placeholder,.form-contact-type-1 .form-item input[type=text]::placeholder,.detai-form-inner .form-wrapper .form-item input[type=email]::placeholder,.form-contact-type-2 .form-item input[type=email]::placeholder,.form-contact-type-1 .form-item input[type=email]::placeholder,.detai-form-inner .form-wrapper .form-item input[type=tel]::placeholder,.form-contact-type-2 .form-item input[type=tel]::placeholder,.form-contact-type-1 .form-item input[type=tel]::placeholder,.detai-form-inner .form-wrapper .form-item select::placeholder,.form-contact-type-2 .form-item select::placeholder,.form-contact-type-1 .form-item select::placeholder,.detai-form-inner .form-wrapper .form-item textarea::placeholder,.form-contact-type-2 .form-item textarea::placeholder,.form-contact-type-1 .form-item textarea::placeholder{font-size:inherit;opacity:1;color:var(--c-body);font-style:normal}.detai-form-inner .form-wrapper .form-item select,.form-contact-type-2 .form-item select,.form-contact-type-1 .form-item select{padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center right 15px;background-repeat:no-repeat}.detai-form-inner .form-wrapper .form-item .chosen-container,.form-contact-type-2 .form-item .chosen-container,.form-contact-type-1 .form-item .chosen-container{width:unset !important;font-size:unset;display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.detai-form-inner .form-wrapper .form-item .chosen-container-single .chosen-single,.form-contact-type-2 .form-item .chosen-container-single .chosen-single,.form-contact-type-1 .form-item .chosen-container-single .chosen-single{height:50px;border-radius:10px;background-color:rgba(255,255,255,.6);background-image:none;color:var(--c-body);display:block;width:100%;padding:12px 18px;border:none;font-style:normal;outline:none;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:30px}.detai-form-inner .form-wrapper .form-item .chosen-container-single .chosen-single div,.form-contact-type-2 .form-item .chosen-container-single .chosen-single div,.form-contact-type-1 .form-item .chosen-container-single .chosen-single div{background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center center;background-repeat:no-repeat;margin-right:10px}.detai-form-inner .form-wrapper .form-item .chosen-container-single .chosen-single div b,.form-contact-type-2 .form-item .chosen-container-single .chosen-single div b,.form-contact-type-1 .form-item .chosen-container-single .chosen-single div b{display:none}.detai-form-inner .form-wrapper .form-item .chosen-container-active.chosen-with-drop .chosen-single div,.form-contact-type-2 .form-item .chosen-container-active.chosen-with-drop .chosen-single div,.form-contact-type-1 .form-item .chosen-container-active.chosen-with-drop .chosen-single div{-webkit-transform:scale(-1);transform:scale(-1)}.detai-form-inner .form-wrapper .form-item .chosen-drop,.form-contact-type-2 .form-item .chosen-drop,.form-contact-type-1 .form-item .chosen-drop{border:none;margin-top:0}.detai-form-inner .form-wrapper .form-item .chosen-drop .chosen-search,.form-contact-type-2 .form-item .chosen-drop .chosen-search,.form-contact-type-1 .form-item .chosen-drop .chosen-search{display:none}.detai-form-inner .form-wrapper .form-item .chosen-drop ul,.form-contact-type-2 .form-item .chosen-drop ul,.form-contact-type-1 .form-item .chosen-drop ul{padding:0;margin:0}.detai-form-inner .form-wrapper .form-item .chosen-drop ul li,.form-contact-type-2 .form-item .chosen-drop ul li,.form-contact-type-1 .form-item .chosen-drop ul li{padding:10px;font-size:16px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.detai-form-inner .form-wrapper .form-item .chosen-drop ul li.highlighted,.form-contact-type-2 .form-item .chosen-drop ul li.highlighted,.form-contact-type-1 .form-item .chosen-drop ul li.highlighted{background-color:var(--c-green);background-image:none}.detai-form-inner .form-wrapper .form-item textarea,.form-contact-type-2 .form-item textarea,.form-contact-type-1 .form-item textarea{height:auto;padding:18px}@media screen and (min-width:768px){.detai-form-inner .form-wrapper .form-item.form-item-name,.form-contact-type-2 .form-item.form-item-name,.form-contact-type-1 .form-item.form-item-name{margin-right:auto;max-width:var(--item-width,calc(50% - 8px))}html[dir=rtl] .detai-form-inner .form-wrapper .form-item.form-item-name,.detai-form-inner html[dir=rtl] .form-wrapper .form-item.form-item-name,html[dir=rtl] .form-contact-type-2 .form-item.form-item-name,html[dir=rtl] .form-contact-type-1 .form-item.form-item-name{margin-right:unset;margin-left:auto}.detai-form-inner .form-wrapper .form-item.form-item-to,.form-contact-type-2 .form-item.form-item-to,.form-contact-type-1 .form-item.form-item-to{max-width:var(--item-width,calc(50% - 8px))}}.detai-form-inner .form-wrapper .form-item.js-form-type-textarea,.form-contact-type-2 .form-item.js-form-type-textarea,.form-contact-type-1 .form-item.js-form-type-textarea{margin-bottom:30px}.detai-form-inner .form-wrapper .captcha,.form-contact-type-2 .captcha,.form-contact-type-1 .captcha{margin-right:auto;font-size:0}html[dir=rtl] .detai-form-inner .form-wrapper .captcha,.detai-form-inner html[dir=rtl] .form-wrapper .captcha,html[dir=rtl] .form-contact-type-2 .captcha,html[dir=rtl] .form-contact-type-1 .captcha{margin-right:unset;margin-left:auto}.detai-form-inner .form-wrapper .captcha .g-recaptcha,.form-contact-type-2 .captcha .g-recaptcha,.form-contact-type-1 .captcha .g-recaptcha{font-size:14px}.detai-form-inner .form-wrapper .captcha .g-recaptcha iframe,.form-contact-type-2 .captcha .g-recaptcha iframe,.form-contact-type-1 .captcha .g-recaptcha iframe{border-radius:12px}.detai-form-inner .form-wrapper .form-actions,.form-contact-type-2 .form-actions,.form-contact-type-1 .form-actions{padding-top:15px}.detai-form-inner .form-wrapper .form-actions input.form-submit,.form-contact-type-2 .form-actions input.form-submit,.form-contact-type-1 .form-actions input.form-submit{padding-left:58px;padding-right:20px;height:50px;font-weight:700;border-radius:25px;background-color:var(--c-button,var(--c-white));background-image:url("/themes/pureharvest/css/../images/right-aro.svg"),url("/themes/pureharvest/css/../images/right-aro-white.svg");background-position:center left 18px;background-size:26px auto,0 auto;background-repeat:no-repeat;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;color:var(--c-btn-color,var(--c-body));font-size:20px;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.detai-form-inner .form-wrapper .form-actions input.form-submit:hover,.form-contact-type-2 .form-actions input.form-submit:hover,.form-contact-type-1 .form-actions input.form-submit:hover{background-position:center left 22px;background-color:var(--c-primary);background-size:0px auto,26px auto;color:var(--c-white)}.detai-form-inner .form-wrapper .form-item-markup,.form-contact-type-2 .form-item-markup,.form-contact-type-1 .form-item-markup{padding-top:20px;padding-bottom:30px;max-width:18.5em}.detai-form-inner .form-wrapper .form-item-markup a,.form-contact-type-2 .form-item-markup a,.form-contact-type-1 .form-item-markup a{color:var(--c-white);text-decoration:none}.detai-form-inner .form-wrapper .form-item-markup a:hover,.form-contact-type-2 .form-item-markup a:hover,.form-contact-type-1 .form-item-markup a:hover{text-decoration:underline}.detai-form-inner .form-wrapper #edit-processed-text,.form-contact-type-2 #edit-processed-text,.form-contact-type-1 #edit-processed-text{padding-top:20px;padding-bottom:30px;max-width:21em}.detai-form-inner .form-wrapper #edit-processed-text a,.form-contact-type-2 #edit-processed-text a,.form-contact-type-1 #edit-processed-text a{color:var(--c-white);text-decoration:none}.detai-form-inner .form-wrapper #edit-processed-text a:hover,.form-contact-type-2 #edit-processed-text a:hover,.form-contact-type-1 #edit-processed-text a:hover{text-decoration:underline}.form-contact-type-1{padding-top:30px}.form-contact-type-2{--item-width:100%}.detai-form-inner .form-wrapper{--item-width:100%;margin-bottom:auto}.detai-form-inner .form-wrapper form{border-radius:15px;background-color:var(--c-primary);padding:30px}@media screen and (min-width:992px){.detai-form-inner .form-wrapper{padding-left:15px}}.detai-form-inner .form-wrapper fieldset.form-wrapper{all:unset;width:100%}.detai-form-inner .form-wrapper fieldset.form-wrapper .form-item{margin-bottom:16px}.detai-form-inner .form-wrapper fieldset.form-wrapper legend{display:none}.detai-form-inner .form-wrapper div.description{display:none}.detai-form-inner .form-wrapper form>div{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%}.detai-form-inner .form-wrapper form .form-actions{padding-top:15px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.detai-form-inner .form-wrapper form .form-actions input.form-submit{border:2px solid var(--c-white)}.detai-form-inner .form-wrapper form .form-actions input.form-submit:hover{border:2px solid var(--c-white)}.check-faq-section{padding-bottom:80px}.check-faq-section .paragraph--type--cta-contact{padding-top:48px;border-top:.5px solid var(--c-primary)}.check-faq-section .paragraph--type--cta-contact .icon-wrapper{margin-bottom:30px}.check-faq-section .paragraph--type--cta-contact .icon-wrapper img{display:block;margin-left:auto;max-width:100px;height:auto;margin-right:auto}@media screen and (min-width:992px){.check-faq-section .paragraph--type--cta-contact .icon-wrapper img{max-width:130px}}@media screen and (min-width:1600px){.check-faq-section .paragraph--type--cta-contact .icon-wrapper img{max-width:172px}}.check-faq-section .paragraph--type--cta-contact h2{margin-top:0;color:var(--c-primary);margin-bottom:10px}.check-faq-section .paragraph--type--cta-contact p{font-size:24px}.check-faq-section .paragraph--type--cta-contact .link-btn{margin-top:20px}@media screen and (min-width:1200px){.check-faq-section .paragraph--type--cta-contact .link-btn{margin-top:30px}}@media screen and (min-width:768px){.text-image-half{display:-webkit-box;display:-ms-flexbox;display:flex}}.text-image-half.paragraph .text-image{width:100%}.text-image-half .caption-outer{width:100%;padding-top:48px;padding-bottom:30px}@media screen and (min-width:768px){.text-image-half .caption-outer{-ms-flex-item-align:end;align-self:flex-end;margin-right:-50%;padding-top:80px;padding-bottom:75px}.text-image-half .caption-outer .col-md-6{width:50%}}@media screen and (min-width:768px){.text-image-half .caption-outer{padding-top:100px;padding-bottom:100px}}@media screen and (min-width:1400px){.text-image-half .caption-outer{padding-bottom:130px}}.text-image-half .half-image{width:100%}@media screen and (max-width:767.72px){.text-image-half .half-image{display:none}}@media screen and (min-width:768px){.text-image-half .half-image{width:50%}}.text-image-half .half-image .image{height:100%}.text-image-half .half-image .image img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}.type-intro h2,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{line-height:1.1166666667;font-weight:700;color:var(--title-color,var(--c-primary));margin-bottom:30px;margin-top:0}@media screen and (min-width:992px){.type-intro h2,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{max-width:12em;margin-bottom:45px}}@media screen and (min-width:1200px){.type-intro h2,.type-intro .views-field-title,.type-intro .views-field-field-title-fold-8{margin-bottom:60px}}.type-intro p{line-height:1.2916666667}.intro-text-2 .views-field-field-small-subtitle{line-height:1.1166666667;font-weight:900;margin-bottom:30px;color:var(--title-color,var(--c-primary));margin-bottom:30px}@media screen and (min-width:992px){.intro-text-2 .views-field-field-small-subtitle{max-width:12em}}@media screen and (min-width:992px){.intro-text-2 .views-field-field-small-subtitle{max-width:12em;margin-bottom:45px}}@media screen and (min-width:1200px){.intro-text-2 .views-field-field-small-subtitle{margin-bottom:60px}}.intro-text-2 p{line-height:1.2916666667}.intro-text-2 ul{list-style:none;padding-left:0;padding-right:0}.intro-text-2 ul li{line-height:1.2916666667;padding-left:20px}html[dir=rtl] .intro-text-2 ul li{padding-left:0;padding-right:20px}.intro-text-2 ul li:before{content:"-";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:20px;margin-left:-20px}html[dir=rtl] .intro-text-2 ul li:before{margin-left:unset;margin-right:-20px}.bg-image-type2{text-align:center;position:relative;background-size:cover;background-position:center;padding-bottom:130px}.bg-image-type2:before{content:"";opacity:40%;background-color:var(--c-black);position:absolute;left:0;top:0;height:100%;width:100%;z-index:1}.bg-image-type2 .caption-wrapper{position:relative;z-index:2;padding-top:60px}@media screen and (min-width:768px){.bg-image-type2 .caption-wrapper{padding-top:90px}}@media screen and (min-width:1200px){.bg-image-type2 .caption-wrapper{padding-top:120px}}.bg-image-type2.sustainability-top .overlay-text{color:var(--c-white);padding-bottom:50px}@media screen and (min-width:768px){.bg-image-type2.sustainability-top .overlay-text{padding-bottom:70px}}@media screen and (min-width:1200px){.bg-image-type2.sustainability-top .overlay-text{padding-bottom:90px}}.bg-image-type2.sustainability-top .overlay-text h2{font-weight:900;color:var(--c-primary);margin-left:auto;margin-right:auto;margin-top:0;max-width:15em}.bg-image-type2.sustainability-top .overlay-text p{max-width:22em;margin-left:auto;margin-right:auto}.bg-image-type2.our-way-top .overlay-text{padding-bottom:60px}@media screen and (min-width:768px){.bg-image-type2.our-way-top .overlay-text{padding-bottom:90px}}@media screen and (min-width:1200px){.bg-image-type2.our-way-top .overlay-text{padding-bottom:120px}}.bg-image-type2.our-way-top .overlay-text h6{color:var(--c-white);font-weight:700}.bg-image-type2.our-way-top .overlay-text h3{font-weight:700;color:var(--c-white)}.our-way .counter-grid{margin-top:-130px;position:relative;z-index:1}.our-way .counter-grid .row{padding-left:7px;padding-right:7px}.our-way .counter-grid .row .col-12.col-sm-6.col-lg-3{padding:8px}.our-way .counter-grid .row .col-12{width:100%}@media screen and (min-width:576px){.our-way .counter-grid .row .col-12.col-sm-6{width:50%}}@media screen and (min-width:992px){.our-way .counter-grid .row .col-12.col-sm-6.col-lg-3{width:25%}}.container.container-small{max-width:1167px}.container.container-small .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.container.container-small .row:after,.container.container-small .row:before{display:none}.bg-green-card{background-color:var(--c-primary);border-radius:15px;padding:45px 15px 40px;color:var(--c-white);text-align:center;height:100%}.bg-green-card.counter-card .count-wrapper{padding-bottom:15px}.bg-green-card.counter-card .count-wrapper .text{font-size:28px;font-weight:700;line-height:1}@media screen and (min-width:992px){.bg-green-card.counter-card .count-wrapper .text{font-size:35px}}.bg-green-card.counter-card .count-wrapper .count{font-size:60px;font-weight:900;line-height:1}@media screen and (min-width:992px){.bg-green-card.counter-card .count-wrapper .count{font-size:65px}}@media screen and (min-width:1400px){.bg-green-card.counter-card .count-wrapper .count{font-size:72px}}.bg-green-card.counter-card p{line-height:1.3888888889;font-size:18px}.grid-team{padding-top:84px}.grid-team.pb-grid-team{padding-bottom:60px}@media screen and (min-width:768px){.grid-team.pb-grid-team{padding-bottom:90px}}@media screen and (min-width:1200px){.grid-team.pb-grid-team{padding-bottom:120px}}.grid-team .title-wrapper{text-align:center;padding-left:15px;padding-right:15px}.grid-team .title-wrapper h3{font-weight:700;margin-top:0;margin-bottom:15px;color:var(--c-primary)}.grid-team .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid-team .row:after,.grid-team .row:before{display:none}.grid-team .row .col-6{width:50%;margin-top:20px}@media screen and (min-width:768px){.grid-team .row .col-md-4{width:33.3333333333%;margin-top:28px}}@media screen and (min-width:992px){.grid-team .row .col-lg-3{width:25%;margin-top:35px}}.grid-team .grid-footer{padding-top:20px}@media screen and (min-width:768px){.grid-team .grid-footer{padding-top:40px}}.card-team-type{cursor:pointer}.card-team-type .image-wrapper{max-width:260px;margin-left:auto;margin-right:auto;border-radius:50%;border:1px solid var(--c-primary);overflow:hidden;position:relative;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.card-team-type .image-wrapper:after{content:"";display:block;padding:0 0 100%}.card-team-type .image-wrapper img{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;max-width:100%;border-radius:50%;position:absolute;left:4px;top:4px;width:calc(100% - 8px);height:calc(100% - 8px);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.card-team-type .caption{text-align:center;padding-top:12px}.card-team-type .caption .name{font-weight:700;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:var(--th-color,var(--c-body))}.card-team-type:hover{--th-color:var(--c-primary)}.card-team-type:hover .image-wrapper{border-width:5px}.card-team-type:hover .image-wrapper img{width:100%;height:100%;left:0;top:0}.our-awards{padding-top:50px;padding-bottom:30px}@media screen and (min-width:768px){.our-awards{padding-top:70px;padding-bottom:60px}}@media screen and (min-width:1200px){.our-awards{padding-bottom:70px}}.our-awards .top-title{padding-bottom:15px}.our-awards .top-title h2{text-align:center;margin-left:auto;margin-right:auto;color:var(--c-primary);font-weight:700}.awards-grid .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.awards-grid .row:after,.awards-grid .row:before{display:none}.awards-grid .row .col-12{width:100%;margin-top:20px;padding-left:8px;padding-right:8px}.awards-grid .row .col-xs-6{width:50%;margin-top:20px}@media screen and (min-width:576px){.awards-grid .row .col-sm-6{width:50%}}@media screen and (min-width:768px){.awards-grid .row .col-md-4{width:33.3333333333%;padding-left:12px;padding-right:12px;margin-top:25px}}@media screen and (min-width:992px){.awards-grid .row .col-lg-3{width:25%;padding-left:15px;padding-right:15px;margin-top:35px}}.awards-grid .award-card .img-wrapper{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;max-width:280px;margin-left:auto;margin-right:auto;position:relative}.awards-grid .award-card .img-wrapper:before{content:"";width:1px;margin-right:-1px;padding:0 0 clamp(80px,68%,188px)}.awards-grid .award-card .img-wrapper img{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.awards-grid .award-card .captions{padding-top:20px}.awards-grid .award-card .captions:before{content:"";display:block;margin-left:auto;margin-right:auto;max-width:180px;border-top:1px solid #eee;padding-bottom:18px}.awards-grid .award-card .captions h4,.awards-grid .award-card .captions h3{font-weight:700;color:var(--c-primary);margin-top:0;margin-bottom:10px}.awards-grid .award-card .captions p{font-size:12px}@media screen and (min-width:576px){.awards-grid .award-card .captions p{font-size:14px}}@media screen and (min-width:992px){.awards-grid .award-card .captions p{font-size:16px}}.news-swiper-wrapper{padding-bottom:60px}@media screen and (min-width:1200px){.news-swiper-wrapper{padding-bottom:80px}}.news-swiper-wrapper header{text-align:center;padding-bottom:30px}@media screen and (min-width:768px){.news-swiper-wrapper header{margin-bottom:40px}}@media screen and (min-width:992px){.news-swiper-wrapper header{margin-bottom:50px}}@media screen and (min-width:1400px){.news-swiper-wrapper header{margin-bottom:70px}}.news-swiper-wrapper header h2{color:var(--c-primary);font-weight:900;margin-bottom:15px}.news-swiper-wrapper .swiper{max-width:calc(100% - 15px);margin-left:auto;margin-right:0;padding-right:60px}@media screen and (min-width:1430px){.news-swiper-wrapper .swiper{width:calc(100% - (100% - 1400px)/2);padding-right:calc((100% - 1400px)/2)}}.faq-contact-investors .row-flex{padding:0}.faq-contact-investors .row-flex .col-12.col-lg-6{padding:0}.faq-contact-investors .row-flex .col-12.col-lg-6 .image{height:100%}@media screen and (min-width:992px){.faq-contact-investors .row-flex .col-12.col-lg-6 .image{position:relative}.faq-contact-investors .row-flex .col-12.col-lg-6 .image img{position:absolute;left:0;top:0}}.faq-contact-investors .row-flex .col-12.col-lg-6 .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.faq-contact-investors .bg-green{background-color:var(--c-primary);color:var(--c-white);padding:40px 30px;height:100%}@media screen and (min-width:1200px){.faq-contact-investors .bg-green{padding:50px 40px}}@media screen and (min-width:1600px){.faq-contact-investors .bg-green{padding:60px}}.faq-contact-investors .bg-blue{background-color:var(--c-blue);color:var(--c-white);padding:40px 30px;height:100%}@media screen and (min-width:1200px){.faq-contact-investors .bg-blue{padding:50px 40px}}@media screen and (min-width:1600px){.faq-contact-investors .bg-blue{padding:60px}}.faq-contact-investors .bg-blue .container-667{max-width:667px;margin-left:auto;margin-right:auto}.faq-contact-investors .top-title{padding-bottom:30px;border-bottom:1px solid var(--c-white)}.faq-contact-investors .top-title h3{font-weight:700;color:var(--c-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0}.faq-contact-investors .top-title h3 span{margin-right:5px}html[dir=rtl] .faq-contact-investors .top-title h3 span{margin-right:unset;margin-left:10px}.faq-contact-investors .top-title h3 svg{width:1.3em;min-width:1.3em;height:auto;display:block}.faq-contact-investors .field--name-field-add-faq{display:table;width:100%;padding-top:20px;padding-bottom:50px}.faq-contact-investors .field--name-field-add-faq>.field__item{display:table-row}.faq-contact-investors .field--name-field-add-faq>.field__item .title-faq{display:table-cell;font-weight:700;padding:5px 10px 5px 0;width:40%}.faq-contact-investors .field--name-field-add-faq>.field__item .text-faq{padding:5px 0;display:table-cell}.faq-contact-investors .col-12{width:100%}@media screen and (min-width:992px){.faq-contact-investors .col-12.col-lg-6{width:50%}}.sustainability-slider{position:relative;margin-top:-130px}.sustainability-slider .swiper .swiper-slide{height:auto}.sustainability-slider .bg-green-card{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:992px){.sustainability-slider .bg-green-card{padding-top:80px;padding-bottom:40px;padding-left:30px;padding-right:30px}}.sustainability-slider .bg-green-card .top-caption{padding-bottom:30px;margin-bottom:auto}@media screen and (min-width:1200px){.sustainability-slider .bg-green-card .top-caption{padding-bottom:50px}}.sustainability-slider .bg-green-card .image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sustainability-slider .bg-green-card .image img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin-left:10px;margin-right:10px}.sustainability-slider .bg-green-card .image:after,.sustainability-slider .bg-green-card .image:before{content:"";-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-bottom:1px solid var(--c-white)}.sustainability-slider .bg-green-card .caption{padding-top:12px}.sustainability-slider .bg-green-card .caption .name{font-weight:700}.sustainability-slider .bg-green-card .caption .tag{min-height:2.85714286em}.our-people .sustainability-slider .bg-green-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (min-width:992px){.our-people .sustainability-slider .bg-green-card{padding-top:60px}}.our-people .sustainability-slider .bg-green-card .top-caption{padding-top:20px;padding-bottom:0;margin-bottom:auto}@media screen and (min-width:1200px){.our-people .sustainability-slider .bg-green-card .top-caption{padding-bottom:0;padding-top:35px}}.field--name-field-call-to-action-content.row-flex{padding-left:0;padding-right:0;padding-top:60px;padding-bottom:30px;margin-left:-8px;margin-right:-8px}@media screen and (min-width:768px){.field--name-field-call-to-action-content.row-flex{padding-bottom:50px;padding-top:80px}}@media screen and (min-width:992px){.field--name-field-call-to-action-content.row-flex{padding-bottom:70px;padding-top:120px}}@media screen and (min-width:1400px){.field--name-field-call-to-action-content.row-flex{padding-top:140px}}.field--name-field-call-to-action-content.row-flex>div{padding:8px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.field--name-field-call-to-action-content.row-flex>div:before{width:1px;margin-left:-1px;content:"";padding:0 0 42%}@media screen and (min-width:992px){.field--name-field-call-to-action-content.row-flex>div{width:50%}}.cta-card-with-bg{padding:30px 30px 22px;background-size:cover;background-position:center;position:relative;border-radius:15px;overflow:hidden;width:100%;z-index:1;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:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width:360px){.cta-card-with-bg{padding:40px 30px 45px}}.cta-card-with-bg:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));background-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);opacity:.5;z-index:-1}@media screen and (min-width:768px){.cta-card-with-bg{padding:80px 30px 30px}}@media screen and (min-width:992px){.cta-card-with-bg{padding:100px 60px 30px}}.cta-card-with-bg .text{position:relative;z-index:1}.cta-card-with-bg .text p{font-weight:300;margin-bottom:0;color:var(--c-white)}.cta-card-with-bg .link-btn-2 a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:24px;font-weight:700;color:var(--c-white);-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}@media screen and (min-width:768px){.cta-card-with-bg .link-btn-2 a{font-size:32px}}.cta-card-with-bg .link-btn-2 a:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}@media screen and (min-width:1200px){.cta-card-with-bg .link-btn-2 a{font-size:45px}}.cta-card-with-bg .link-btn-2 a:after{content:"";top:44px;background:url(/themes/pureharvest/css/../images/right-arrow-white.svg) no-repeat right;background-size:contain;margin-left:15px;width:51px;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;height:40px}html[dir=rtl] .cta-card-with-bg .link-btn-2 a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:unset;margin-right:15px}.cta-card-with-bg .link-btn-2 a:hover{opacity:.8}.cta-card-with-bg .link-btn-2 a:hover:after{-webkit-transform:scale(1.1);transform:scale(1.1)}html[dir=rtl] .cta-card-with-bg .link-btn-2 a:hover:after{-webkit-transform:rotate(180deg) scale(1.1);transform:rotate(180deg) scale(1.1)}.follow-contact-wrapper .bg-green{background-color:var(--c-primary);color:var(--c-white);border-radius:15px;padding:40px 30px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.follow-contact-wrapper .bg-green.mb-15{margin-bottom:15px}@media screen and (min-width:1200px){.follow-contact-wrapper .bg-green{padding:50px 40px}}@media screen and (min-width:1600px){.follow-contact-wrapper .bg-green{padding:60px}}.follow-contact-wrapper .bg-green.type-2 h2{font-weight:900;margin-top:0;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--c-white)}.follow-contact-wrapper .bg-green.type-2 .text p{font-size:20px}@media screen and (min-width:992px){.follow-contact-wrapper .bg-green.type-2 .text p{font-size:28px}}.follow-contact-wrapper .bg-blue{background-color:var(--c-blue);color:var(--c-white);border-radius:15px;padding:40px 30px;height:100%}@media screen and (min-width:1200px){.follow-contact-wrapper .bg-blue{padding:50px 40px}}@media screen and (min-width:1600px){.follow-contact-wrapper .bg-blue{padding:60px}}.follow-contact-wrapper .col-12{width:100%}@media screen and (min-width:992px){.follow-contact-wrapper .col-12.col-lg-6{width:50%}}.follow-contact-wrapper .column-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.follow-contact-wrapper .top-title{padding-bottom:30px;border-bottom:1px solid var(--c-white)}.follow-contact-wrapper .top-title h3{font-weight:700;color:var(--c-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;margin-bottom:0}.follow-contact-wrapper .top-title h3 span{margin-right:5px}html[dir=rtl] .follow-contact-wrapper .top-title h3 span{margin-right:unset;margin-left:10px}.follow-contact-wrapper .top-title h3 svg{width:1.3em;min-width:1.3em;height:auto;display:block}.popup-content{position:fixed;top:0;left:100%;width:100%;height:100%;z-index:99;-webkit-transition:all .62s ease-in-out;transition:all .62s ease-in-out;background-color:var(--c-white)}html[dir=rtl] .popup-content{left:-100%}@media screen and (min-width:768px){.popup-content{background-color:transparent}.popup-content .close.overlay-close{content:"";width:50%;position:absolute;height:100%;top:0;left:0;opacity:0;background-color:rgba(0,0,0,.4);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-transition:all .02s ease-in-out;transition:all .02s ease-in-out;-webkit-transition-delay:.01s;transition-delay:.01s;z-index:2}html[dir=rtl] .popup-content .close.overlay-close{right:0;left:unset}}.popup-content.active{left:0}html[dir=rtl] .popup-content.active{left:0}@media screen and (min-width:768px){.popup-content.active .close.overlay-close{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-transition-delay:.6s;transition-delay:.6s;opacity:1}}@media screen and (min-width:976px){.toolbar-fixed .popup-content{top:39px;height:calc(100% - 39px)}}@media screen and (min-width:976px){.toolbar-tray-open .popup-content{height:calc(100% - 78.8px);top:78.8px}}.popup-content .popup-header-1{text-align:right;position:relative;z-index:2;padding-top:40px}.popup-content .popup-header-1 .close{position:relative;display:inline-block;opacity:1;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}html[dir=rtl] .popup-content .popup-header-1 .close{float:left}.popup-content .popup-header-1 .close:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.popup-content .popup-outer{top:70px;height:100%;left:0;position:absolute;width:100%;overflow:auto;max-height:calc(100% - 140px)}html[dir=rtl] .popup-content .popup-outer{right:0;left:unset}.popup-content .popup-outer .name,.popup-content .popup-outer .tag{color:var(--c-primary);line-height:1.2}.popup-content .popup-outer .name{font-weight:700;margin-bottom:5px}.popup-content .popup-outer .tag{margin-bottom:15px}@media screen and (min-width:768px){.popup-content:after{content:"";position:absolute;width:75%;height:100%;top:0;right:0;background-color:var(--c-white)}html[dir=rtl] .popup-content:after{right:unset;left:0}}@media screen and (min-width:992px){.popup-content:after{width:50%}}.popup-content .popup-inner{position:relative;z-index:3;width:100%}@media screen and (min-width:768px){.popup-content .popup-inner{width:75%;margin-left:auto}html[dir=rtl] .popup-content .popup-inner{margin-left:unset;margin-right:auto}}@media screen and (min-width:992px){.popup-content .popup-inner{width:50%}}.popup-content .image-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.popup-content .image-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.popup-content .image-text-wrapper .image-section{width:168px;border-radius:50%;background-color:var(--c-white);padding:5px;height:168px;margin-bottom:15px}@media screen and (min-width:768px){.popup-content .image-text-wrapper .image-section{margin-bottom:0;margin-left:-84px}}@media screen and (min-width:768px){html[dir=rtl] .popup-content .image-text-wrapper .image-section{margin-right:-84px;margin-left:unset}}.popup-content .image-text-wrapper .image-section img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.popup-content .image-text-wrapper .text-section{width:100%}@media screen and (min-width:768px){.popup-content .image-text-wrapper .text-section{width:calc(100% - 84px);padding-left:10px}}@media screen and (min-width:1200px){.popup-content .image-text-wrapper .text-section{padding-left:60px}}html[dir=rtl] .popup-content .image-text-wrapper .text-section{padding-left:unset}@media screen and (min-width:768px){html[dir=rtl] .popup-content .image-text-wrapper .text-section{padding-right:10px}}@media screen and (min-width:1200px){html[dir=rtl] .popup-content .image-text-wrapper .text-section{padding-right:60px}}@media screen and (min-width:1200px){.popup-content .image-text-wrapper .text-section{font-size:18px}}.popup-content .popup-footer{position:absolute;bottom:30px;left:0;right:0;z-index:2}.popup-content .popup-footer .page-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html[dir=rtl] .popup-content .popup-footer .page-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.popup-content .popup-footer .page-buttons .prev-page{margin-right:12px}.popup-content .popup-footer .page-buttons span{display:block;cursor:pointer}.popup-content .popup-footer .page-buttons span svg{width:40px;height:40px}.popup-content .popup-footer .page-buttons span svg g{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.popup-content .popup-footer .page-buttons span svg g path{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.popup-content .popup-footer .page-buttons span svg:hover g{stroke:var(--c-primary)}.popup-content .popup-footer .page-buttons span svg:hover g path{fill:var(--c-primary)}.our-produce-banner{background-size:cover;background-position:center;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}html[dir=rtl] .our-produce-banner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.our-produce-banner:before{content:"";width:100%;margin-right:-1px;padding-bottom:clamp(220px,100vh - 103px,100vh);position:relative;z-index:1;background-color:rgba(0,0,0,.25)}@media screen and (min-width:768px){.our-produce-banner:before{padding-bottom:clamp(510px,56.25%,56.25%)}}@media screen and (min-width:992px){.our-produce-banner:before{padding-bottom:calc(100vh - 140px)}}.our-produce-banner .overlay-caption{width:100%;position:relative;z-index:2;-ms-flex-item-align:center;align-self:center;margin-top:auto;margin-bottom:auto;padding-top:60px;padding-bottom:60px;margin-left:-100%;padding-left:15px;padding-right:15px}.our-produce-banner .overlay-caption h1{margin:0;color:var(--c-white)}@media screen and (max-width:399.72px){.our-produce-banner .overlay-caption h1{font-size:clamp(20px,8vw,32px)}}.our-produce-banner .overlay-caption .title-big p{color:var(--c-white);font-weight:400}.right-choice{padding-top:60px;padding-bottom:50px}@media screen and (min-width:768px){.right-choice{padding-bottom:80px}}@media screen and (min-width:992px){.right-choice{padding-bottom:100px}}@media screen and (min-width:1400px){.right-choice{padding-bottom:120px}}.right-choice .title{max-width:860px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;margin-bottom:30px;text-align:center}.right-choice .title h2{font-weight:700;color:var(--c-primary);margin-top:0;margin-bottom:15px}.right-choice .title p{max-width:37em;margin-left:auto;margin-right:auto}.choices .field--name-field-our-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:7px;padding-right:7px;max-width:900px;margin-left:auto;margin-right:auto}.choices .field--name-field-our-choice>.field__item{width:50%;padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex}.choices .field--name-field-our-choice>.field__item:before{content:"";width:1px;padding:0 0 100%;margin-right:-1px}@media screen and (min-width:768px){.choices .field--name-field-our-choice>.field__item{width:33.3333333333%}}.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice{padding:12px;border-radius:15px;background-color:#eee;width:100%;text-align:center;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice{padding:40px 35px 35px}}.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-image{height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:576px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-image{height:90px}}@media screen and (min-width:992px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-image{height:113px}}.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-image img{max-height:60px;max-width:60px;display:block;width:auto;height:auto}@media screen and (min-width:576px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-image img{max-height:90px;max-width:90px}}@media screen and (min-width:992px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-image img{max-height:113px;max-width:113px}}.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-title{font-size:16px;font-weight:700;padding-top:18px;margin-left:auto;margin-right:auto;max-width:6em;line-height:1.1666666667}@media screen and (min-width:400px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-title{font-size:18px}}@media screen and (min-width:992px){.choices .field--name-field-our-choice>.field__item .paragraph--type--our-choice .field--name-field-title{font-size:24px}}.find-store{background:var(--c-blue);color:var(--c-white);text-align:center;padding-top:50px;padding-bottom:50px}@media screen and (min-width:992px){.find-store{padding-top:80px;padding-bottom:80px}}.find-store .find-store-inner h2{margin-top:0;margin-bottom:20px}.content-row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;margin-top:-170px;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}.content-row-flex:after,.content-row-flex:before{display:none}@media screen and (min-width:768px){.content-row-flex{margin-top:-80px}}@media screen and (min-width:992px){.content-row-flex{margin-top:-130px}}.content-row-flex .product-category-card-outer{--bg-card:var(--c-green)}.content-row-flex .product-category-card-outer .views-field-nothing .field-content{background-color:var(--bg-card)}.content-row-flex .product-category-card-outer .views-field-nothing:hover{--t-colorx:var(--c-white)}.content-row-flex .product-category-card-outer .views-field-nothing:hover .field-content{background-color:#83d804}.content-row-flex .product-category-card-outer+.product-category-card-outer{--bg-card:var(--c-red)}.content-row-flex .product-category-card-outer+.product-category-card-outer .views-field-nothing:hover{--t-colorx:var(--c-white)}.content-row-flex .product-category-card-outer+.product-category-card-outer .views-field-nothing:hover .field-content{background-color:#f52c14}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer{--bg-card:var(--c-pink)}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer .views-field-nothing:hover{--t-colorx:var(--c-white)}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer .views-field-nothing:hover .field-content{background-color:#d62072}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer .views-field-nothing:hover .field-content{background-color:#3fac24}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer .views-field-nothing:hover .field-content{background-color:#e0ae41}.content-row-flex .col-12{width:100%;padding:8px}@media screen and (min-width:768px){.content-row-flex .col-12.col-md-6{width:50%}}@media screen and (min-width:992px){.content-row-flex .col-12.col-md-6.col-lg-4{width:33.3333333333%}}.content-row-flex .views-field-nothing{display:block;height:100%;padding-bottom:45%}@media screen and (min-width:576px){.content-row-flex .views-field-nothing{padding-bottom:35%}}.content-row-flex .views-field-nothing .field-content{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;display:block;height:100%;border-radius:15px}.content-row-flex .views-field-nothing:hover .field-content{-webkit-box-shadow:0 0 12px rgba(0,0,0,.15);box-shadow:0 0 12px rgba(0,0,0,.15)}.content-row-flex .product-category-card-outer .views-field-nothing{position:relative}.content-row-flex .card-product-type{height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-row-flex .card-product-type .captions{padding-top:40px;padding-left:30px;padding-right:30px}.content-row-flex .card-product-type .captions h2{font-weight:700;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:var(--t-colorx,var(--c-white));margin-top:0;margin-bottom:12px;text-transform:capitalize}.content-row-flex .card-product-type .captions p{color:var(--t-colorx,var(--c-white));max-width:13em;margin-left:auto;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;margin-right:auto}.content-row-flex .card-product-type .captions .link-btn-arow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-row-flex .card-product-type .captions .link-btn-arow a{font-size:0;color:transparent;width:34px;height:34px;display:block;margin-left:0;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:transparent}.content-row-flex .card-product-type .captions .link-btn-arow a:before{content:"";font-size:0;color:transparent;width:34px;height:34px;display:block;margin-left:0;-webkit-mask-image:url("/themes/pureharvest/css/../images/right-aro-white.svg");mask-image:url("/themes/pureharvest/css/../images/right-aro-white.svg");-webkit-mask-size:35px auto;mask-size:35px auto;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:transparent;background-color:var(--t-colorx,var(--c-white));content:""}.content-row-flex .card-product-type .captions .link-btn-arow a:after{content:"";width:100%;left:0;top:0;height:100%;position:absolute;z-index:2}.content-row-flex .card-product-type .captions .link-btn-arow a:hover{margin-left:10px}.content-row-flex .card-product-type .image-wrapper{padding:0 0 100%;margin-bottom:-50%;position:relative;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;margin-top:auto;top:0}@media screen and (min-width:400px){.content-row-flex .card-product-type .image-wrapper{padding:0 0 90%;margin-bottom:-45%}}@media screen and (min-width:576px){.content-row-flex .card-product-type .image-wrapper{margin-bottom:-35%;padding:0 0 75%}}.content-row-flex .card-product-type .image-wrapper img{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;left:0;bottom:2%}.content-row-flex .card-product-type:hover .image-wrapper{top:-10px}.product-swiper-wrapper{padding-top:60px;padding-bottom:60px}@media screen and (min-width:768px){.product-swiper-wrapper{padding-top:90px;padding-bottom:90px}}@media screen and (min-width:1200px){.product-swiper-wrapper{padding-top:120px;padding-bottom:120px}}.product-swiper-wrapper h2{text-align:center;margin-left:auto;margin-right:auto;color:var(--c-primary);font-weight:700;max-width:10em;margin-bottom:40px}@media screen and (min-width:768px){.product-swiper-wrapper h2{max-width:100%}}.product-swiper-wrapper .swiper .swiper-slide{height:auto}.product-swiper-wrapper .swiper .swiper-slide .views-field.views-field-nothing{display:block;height:100%}.product-swiper-wrapper .swiper .swiper-slide .views-field.views-field-nothing .field-content{display:block;height:100%}.card-product-type-2{border-radius:15px;overflow:hidden;border:1px solid var(--c-primary);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.card-product-type-2 .image-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 80%;position:relative;overflow:hidden}.card-product-type-2 .image-wrapper img{display:block;position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-transform:var(--t-scale,scale(1));transform:var(--t-scale,scale(1));-webkit-transition:all .62s ease-in-out;transition:all .62s ease-in-out}.card-product-type-2 .captions{padding:30px;background-color:var(--c-primary);color:var(--c-white);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.card-product-type-2 .captions h4{font-weight:700;color:var(--c-white);margin-top:0;margin-bottom:0}.card-product-type-2 .captions h4 a{color:var(--c-white)}.card-product-type-2 .captions h4 a:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}.card-product-type-2:hover{--t-scale:scale(1.08)}.grid-product-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid-product-wrapper:after,.grid-product-wrapper:before{display:none}.grid-product-wrapper h3{width:100%;padding-left:15px;padding-right:15px;color:var(--c-primary);font-weight:700;margin-bottom:20px;margin-top:30px}@media screen and (min-width:1400px){.grid-product-wrapper h3{margin-top:42px}}.grid-product-wrapper form.views-exposed-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-left:15px;padding-right:15px;padding-top:60px;padding-bottom:30px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;z-index:1}html[dir=rtl] .grid-product-wrapper form.views-exposed-form{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.grid-product-wrapper form.views-exposed-form{padding-top:80px;padding-bottom:40px}}@media screen and (min-width:1200px){.grid-product-wrapper form.views-exposed-form{padding-top:120px;padding-bottom:60px}}.grid-product-wrapper form.views-exposed-form .js-form-type-textfield{width:100%}@media screen and (min-width:768px){.grid-product-wrapper form.views-exposed-form .js-form-type-textfield{margin-left:auto;margin-right:15px;width:200px}html[dir=rtl] .grid-product-wrapper form.views-exposed-form .js-form-type-textfield{margin-right:auto;margin-left:15px}}@media screen and (min-width:992px){.grid-product-wrapper form.views-exposed-form .js-form-type-textfield{width:260px}}@media screen and (min-width:1200px){.grid-product-wrapper form.views-exposed-form .js-form-type-textfield{width:280px}}.grid-product-wrapper form.views-exposed-form .js-form-type-textfield input{width:100%;display:block;border-width:0 0 1px;border-style:solid;border-color:var(--c-body);border-radius:0;height:36px;font-style:normal;padding-left:0;padding-right:32px;background-image:url("/themes/pureharvest/css/../images/search.svg");background-repeat:no-repeat;background-position:center right;background-size:18px 18px;outline:none}html[dir=rtl] .grid-product-wrapper form.views-exposed-form .js-form-type-textfield input{padding-right:0;padding-left:32px;background-position:center left}.grid-product-wrapper form.views-exposed-form .js-form-type-select{margin-top:20px;width:100%}@media screen and (min-width:480px){.grid-product-wrapper form.views-exposed-form .js-form-type-select{width:50%}}@media screen and (max-width:767.72px){.grid-product-wrapper form.views-exposed-form .js-form-type-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:15px}.grid-product-wrapper form.views-exposed-form .js-form-type-select+.js-form-type-select{padding-right:0}}@media screen and (max-width:479.72px){.grid-product-wrapper form.views-exposed-form .js-form-type-select{padding-right:0}}@media screen and (min-width:768px){.grid-product-wrapper form.views-exposed-form .js-form-type-select{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;margin-left:15px}html[dir=rtl] .grid-product-wrapper form.views-exposed-form .js-form-type-select{margin-right:15px;margin-left:0}}.grid-product-wrapper form.views-exposed-form .js-form-type-select label{width:100%;font-size:unset;font-style:normal;font-weight:700}@media screen and (min-width:768px){.grid-product-wrapper form.views-exposed-form .js-form-type-select label{width:auto;margin-top:0;margin-bottom:0;padding-right:10px}html[dir=rtl] .grid-product-wrapper form.views-exposed-form .js-form-type-select label{padding-right:0;padding-left:10px}}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container{width:unset !important;font-size:unset;display:block}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-single .chosen-single{height:36px;border-width:0 0 1px;width:100%;font-style:normal;border-radius:0;outline:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-single .chosen-single{width:180px}}@media screen and (min-width:992px){.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-single .chosen-single{width:260px}}@media screen and (min-width:1200px){.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-single .chosen-single{width:280px}}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-single .chosen-single div{background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center center;background-repeat:no-repeat}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-single .chosen-single div b{display:none}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-active.chosen-with-drop .chosen-single div{-webkit-transform:scale(-1);transform:scale(-1)}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-drop{border:none;margin-top:0}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-drop .chosen-search{display:none}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-drop ul{padding:0;margin:0}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-drop ul li{padding:10px;font-size:16px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-drop ul li.active-result.result-selected{display:none !important}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-drop ul li.highlighted{background-color:var(--c-green);background-image:none}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices{height:36px !important;border-width:0 0 1px;width:100%;font-style:normal;border-radius:0;outline:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;cursor:pointer}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices li.search-field input[type=text]{cursor:pointer;color:#444 !important}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder{color:#444 !important;opacity:1}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices li.search-field input[type=text]::-moz-placeholder{color:#444 !important;opacity:1}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices li.search-field input[type=text]:-ms-input-placeholder{color:#444 !important;opacity:1}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices li.search-field input[type=text]::-ms-input-placeholder{color:#444 !important;opacity:1}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices li.search-field input[type=text]::placeholder{color:#444 !important;opacity:1}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices:after{content:"";width:9px;height:20px;position:absolute;right:0;top:50%;margin-top:-10px;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center right;background-repeat:no-repeat;cursor:pointer}@media screen and (min-width:768px){.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices{width:180px}}@media screen and (min-width:992px){.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices{width:260px}}@media screen and (min-width:1200px){.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices{width:280px}}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices .search-choice{font-size:13px;background-color:var(--c-green);color:var(--c-white);background-image:none;-webkit-box-shadow:none;box-shadow:none;border-color:var(--c-green)}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-choices .search-choice .search-choice-close{background-position:-42px -10px}.grid-product-wrapper form.views-exposed-form .js-form-type-select .chosen-container-active .chosen-choices:after{-webkit-transform:scale(-1);transform:scale(-1)}.grid-product-wrapper .col-12{width:100%;padding:20px 15px}@media screen and (min-width:576px){.grid-product-wrapper .col-12.col-md-6{width:50%}}@media screen and (min-width:992px){.grid-product-wrapper .col-12.col-md-6.col-lg-4{width:33.3333333333%}}.grid-product-wrapper .col-12 .views-field.views-field-nothing{display:block;height:100%}.grid-product-wrapper .col-12 .views-field.views-field-nothing .field-content{display:block;height:100%}.card-product-type-3{overflow:hidden;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.card-product-type-3>a{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}.card-product-type-3 .image-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;-webkit-transition:all .62s ease-in-out;transition:all .62s ease-in-out;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-product-type-3 .image-wrapper img{max-width:100%;display:block}.card-product-type-3:hover .image-wrapper{-webkit-transform:scale(1.08);transform:scale(1.08)}.card-product-type-3 .captions{padding:15px 30px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;z-index:2;text-align:center}.card-product-type-3 .captions h4{font-weight:700;margin-top:0;margin-bottom:0}.card-product-type-3 .captions h4 a{color:var(--c-body)}.related-sections .views-element-container>div{padding-left:0;padding-right:0;padding-top:60px;padding-bottom:30px;padding-left:7px;padding-right:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.related-sections .views-element-container>div{padding-bottom:50px;padding-top:80px}}@media screen and (min-width:992px){.related-sections .views-element-container>div{padding-bottom:70px;padding-top:120px}}@media screen and (min-width:1400px){.related-sections .views-element-container>div{padding-top:140px}}.related-sections .views-element-container>div>div{padding:8px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;color:var(--c-white)}@media screen and (min-width:992px){.related-sections .views-element-container>div>div{width:50%}}.related-sections .views-element-container>div>div.views-row{--c-card:var(--c-red)}.related-sections .views-element-container>div>div.views-row+.views-row{--c-card:var(--c-pink)}.related-sections .views-element-container>div>div .views-field-nothing{display:block;height:100%}.related-sections .views-element-container>div>div .views-field-nothing .field-content{height:100%;display:block}.related-sections .produces-card{background-size:cover;background-position:center;position:relative;border-radius:29px;overflow:hidden;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.related-sections .produces-card.tomatoes,.related-sections .produces-card.طماطم{background-color:var(--c-red)}.related-sections .produces-card.tomatoes:hover,.related-sections .produces-card.طماطم:hover{background-color:#f52c14;--t-color:var(--c-white)}.related-sections .produces-card.berries,.related-sections .produces-card.Berries,.related-sections .produces-card.التوت{background-color:var(--c-pink)}.related-sections .produces-card.berries:hover,.related-sections .produces-card.Berries:hover,.related-sections .produces-card.التوت:hover{background-color:#d62072;--t-color:var(--c-white)}.related-sections .produces-card.greens,.related-sections .produces-card.الخضر{background-color:var(--c-green)}.related-sections .produces-card.greens:hover,.related-sections .produces-card.الخضر:hover{--t-color:var(--c-white);background-color:#83d804}.related-sections .produces-card:hover{-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.15);box-shadow:0 0 14px 0 rgba(0,0,0,.15);--p-link:5px}.related-sections .produces-card .title-link{width:100%;padding:30px 30px 0}@media screen and (min-width:576px){.related-sections .produces-card .title-link{padding:30px 0 30px 30px;width:60%}}html[dir=rtl] .related-sections .produces-card .title-link{padding:30px 30px 30px 0}.related-sections .produces-card .title-link p{font-weight:300;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:var(--t-color,var(--c-white))}.related-sections .produces-card .title-link a{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;display:inline-block;font-size:24px;font-weight:700;color:var(--t-color,var(--c-white));-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;transition:all .32s ease-in-out}@media screen and (min-width:768px){.related-sections .produces-card .title-link a{font-size:32px}}@media screen and (min-width:992px){.related-sections .produces-card .title-link a{font-size:28px}}@media screen and (min-width:1200px){.related-sections .produces-card .title-link a{font-size:35px}}.related-sections .produces-card .title-link a:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}@media screen and (min-width:1400px){.related-sections .produces-card .title-link a{font-size:45px}}.related-sections .produces-card .title-link a:after{content:"";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-mask-image:url("/themes/pureharvest/css/../images/arrow-circle.svg");mask-image:url("/themes/pureharvest/css/../images/arrow-circle.svg");-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;margin-left:10px;width:51px;height:40px;background-color:var(--t-color,var(--c-white));vertical-align:middle;position:relative;left:var(--p-link,0px)}html[dir=rtl] .related-sections .produces-card .title-link a:after{left:unset;right:var(--p-link,0px);margin-left:0;margin-right:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.related-sections .produces-card .image{width:100%;max-width:320px;margin-left:auto;margin-right:auto}@media screen and (min-width:576px){.related-sections .produces-card .image{width:40%;margin-left:0;margin-right:0;max-width:40%}}.related-sections .produces-card .image img{width:100%;height:auto}.page-popup{position:fixed;width:100%;height:100%;background-color:#f0f2ee}.page-popup .close-btn-wrapper{position:fixed;top:35px;left:0;right:0;width:100%;margin-left:auto;margin-right:auto;padding:0 30px;z-index:99;max-width:calc(100% - 64px)}@media screen and (min-width:768px){.page-popup .close-btn-wrapper{max-width:calc(100% - 70px)}}@media screen and (min-width:992px){.page-popup .close-btn-wrapper{max-width:calc(100% - 80px)}}@media screen and (min-width:1640px){.page-popup .close-btn-wrapper{max-width:1600px}}.page-popup .close{opacity:1;position:relative}.page-popup:before{content:"";height:100%;width:100%;top:0;left:0;right:0;position:absolute;margin-left:auto;margin-right:auto;background-color:var(--c-white);max-width:calc(100% - 64px)}@media screen and (min-width:768px){.page-popup:before{max-width:calc(100% - 70px)}}@media screen and (min-width:992px){.page-popup:before{max-width:calc(100% - 80px)}}@media screen and (min-width:1640px){.page-popup:before{max-width:1600px}}.produce-detail-wrapper{background-color:#f0f2ee;padding-left:22px;padding-right:22px;top:0;width:calc(100% - 20px);position:absolute;top:50%;left:0;right:0;max-height:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:auto;max-width:1680px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.produce-detail-wrapper{padding-left:25px;padding-right:25px}}@media screen and (min-width:992px){.produce-detail-wrapper{padding-left:30px;padding-right:30px}}@media screen and (min-width:1640px){.produce-detail-wrapper{padding-left:40px;padding-right:40px}}.produce-detail-wrapper .produce-detail-inner{background-color:var(--c-white);padding:30px 15px;width:100%}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-inner{padding:30px}}html[dir=rtl] .produce-detail-wrapper .produce-detail-inner .close{float:left}.produce-detail-wrapper .rating-title-wrapper{padding-bottom:24px;margin-bottom:24px;border-bottom:.5px solid var(--c-primary)}.produce-detail-wrapper .rating-title-wrapper .category a{color:var(--c-body)}.produce-detail-wrapper .rating-title-wrapper h1{color:var(--c-primary);margin-top:0;font-weight:700;margin-bottom:15px}.produce-detail-wrapper .ratings{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px}.produce-detail-wrapper .ratings span{opacity:.2;margin-right:5px}.produce-detail-wrapper .ratings span svg{display:block;width:1em;height:1em}.produce-detail-wrapper .ratings.star-1 span:nth-child(1){opacity:1}.produce-detail-wrapper .ratings.star-2 span:nth-child(1),.produce-detail-wrapper .ratings.star-2 span:nth-child(2){opacity:1}.produce-detail-wrapper .ratings.star-3 span:nth-child(1),.produce-detail-wrapper .ratings.star-3 span:nth-child(2),.produce-detail-wrapper .ratings.star-3 span:nth-child(3){opacity:1}.produce-detail-wrapper .ratings.star-4 span:nth-child(1),.produce-detail-wrapper .ratings.star-4 span:nth-child(2),.produce-detail-wrapper .ratings.star-4 span:nth-child(3),.produce-detail-wrapper .ratings.star-4 span:nth-child(4){opacity:1}.produce-detail-wrapper .ratings.star-5 span:nth-child(1),.produce-detail-wrapper .ratings.star-5 span:nth-child(2),.produce-detail-wrapper .ratings.star-5 span:nth-child(3),.produce-detail-wrapper .ratings.star-5 span:nth-child(4),.produce-detail-wrapper .ratings.star-5 span:nth-child(5){opacity:1}@media screen and (min-width:992px){.produce-detail-wrapper .produce-detail-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:992px){.produce-detail-wrapper .produce-detail-container .left{width:calc(50% - 15px);padding-left:20px}.produce-detail-wrapper .produce-detail-container .left.order-3{padding-top:20px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (min-width:1400px){.produce-detail-wrapper .produce-detail-container .left{padding-left:40px;width:calc(50% - 25px)}}.produce-detail-wrapper .produce-detail-container .left .text-body.strong p{font-weight:700;line-height:1.3888888889;font-size:12px}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-container .left .text-body.strong p{font-size:16px}}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper{padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-container .left .flex-wrapper{padding-top:22px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left{width:66.66667%;padding-right:6px}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left{width:calc(100% - 130px);padding-right:15px}}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left h4{font-weight:700;color:var(--c-primary)}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left .best-for-text{margin-bottom:15px;font-size:12px}@media screen and (min-width:576px){.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left .best-for-text{font-size:14px}}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left .best-for-text{font-size:16px}}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-left .storage{margin-bottom:20px}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right{width:33.333%;max-width:130px;border-left:.5px solid var(--c-primary)}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right{width:130px;padding-left:25px}}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .specification{height:100%}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications{text-align:center;height:100%;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}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications>.field__item{padding:30px 0}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications>.field__item:nth-child(1){border-bottom:1px solid var(--c-primary)}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications>.field__item .icon{padding-bottom:2px}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications>.field__item .icon img{max-width:38px;height:auto;display:block;margin-left:auto;margin-right:auto}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications .paragraph--type--icon-text .text{font-size:12px}@media screen and (min-width:576px){.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications .paragraph--type--icon-text .text{font-size:14px}}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications .paragraph--type--icon-text .text p{margin:0}.produce-detail-wrapper .produce-detail-container .left .flex-wrapper .col-right .field--name-field-specifications .paragraph--type--icon-text .text p:first-child{font-weight:700;color:var(--c-primary)}.produce-detail-wrapper .produce-detail-container .left .link-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:2px}.produce-detail-wrapper .produce-detail-container .left .link-wrapper .link-btn{margin-top:10px;width:100%;text-align:center}@media screen and (min-width:540px){.produce-detail-wrapper .produce-detail-container .left .link-wrapper .link-btn{width:auto}.produce-detail-wrapper .produce-detail-container .left .link-wrapper .link-btn:not(:last-child){margin-right:20px}html[dir=rtl] .produce-detail-wrapper .produce-detail-container .left .link-wrapper .link-btn:not(:last-child){margin-right:0;margin-left:20px}}@media screen and (min-width:992px){.produce-detail-wrapper .produce-detail-container .right{width:calc(50% - 15px)}.produce-detail-wrapper .produce-detail-container .right.order-4{padding-top:20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (min-width:1400px){.produce-detail-wrapper .produce-detail-container .right{width:calc(50% - 25px)}}.produce-detail-wrapper .produce-detail-container .unique-point{text-align:center}@media screen and (min-width:992px){.produce-detail-wrapper .produce-detail-container .unique-point.on-mobile{display:none}}@media screen and (max-width:991.72px){.produce-detail-wrapper .produce-detail-container .unique-point.on-desktop{display:none}}.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item{padding:10px;width:50%}@media screen and (min-width:400px){.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item{width:25%}}@media screen and (min-width:768px){.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item{width:25%}}.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item .icon{height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item .icon img{max-height:42px;width:auto;max-width:100%;display:block;margin-left:auto;margin-right:auto}.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item .text{font-size:12px}@media screen and (min-width:576px){.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item .text{font-size:14px}}.produce-detail-wrapper .produce-detail-container .unique-point .field--name-field-unique-points>.field__item .text p{font-size:1em}.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper .swiper-slide{text-align:center}.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper .swiper-slide img{max-width:100%;height:auto;margin-left:auto;margin-right:auto;display:block}.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper.on-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:992px){.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper.on-mobile{display:none}}.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper.on-mobile .swiper.swiper-gallery-x{max-width:calc(100% - 42px)}.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper.on-mobile .swiper.swiper-thumb{min-width:42px;height:128px;padding:1px}.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper.on-mobile .swiper.swiper-thumb .swiper-slide{height:42px}@media screen and (max-width:991.72px){.produce-detail-wrapper .produce-detail-container .image-gallery-wrapper.on-desktop{display:none}}.produce-detail-wrapper .page-buttons .prev-page{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.produce-detail-wrapper .page-buttons .next-page{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.produce-detail-wrapper .page-buttons span,.produce-detail-wrapper .page-buttons a{display:block;width:44px;cursor:pointer}@media screen and (min-width:768px){.produce-detail-wrapper .page-buttons span,.produce-detail-wrapper .page-buttons a{width:50px}}@media screen and (min-width:992px){.produce-detail-wrapper .page-buttons span,.produce-detail-wrapper .page-buttons a{width:60px}}.produce-detail-wrapper .page-buttons span svg,.produce-detail-wrapper .page-buttons a svg{display:block;width:100%;height:auto}@media screen and (min-width:1640px){.produce-detail-wrapper .page-buttons span,.produce-detail-wrapper .page-buttons a{width:80px}}.toolbar-fixed .page-popup{height:calc(100% - 39px);top:39px}.toolbar-fixed.toolbar-tray-open .page-popup{top:78.8px;height:calc(100% - 78.8px)}.swiper.swiper-thumb{width:160px;margin-left:auto;margin-right:auto;padding-top:2px;padding-bottom:2px;margin-bottom:40px}.swiper.swiper-thumb .swiper-slide{height:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:.5px solid var(--c-primary);opacity:.3;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.swiper.swiper-thumb .swiper-slide:hover{opacity:1}.swiper.swiper-thumb .swiper-slide img{display:block;width:100%;height:auto}.swiper.swiper-thumb .swiper-slide.swiper-slide-active.swiper-slide-thumb-active{opacity:1}.grow-1 .image-text-text-image,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image{overflow:hidden}.grow-1 .image-text-text-image .image-wrap,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .image-wrap{margin-left:-100%}.grow-1 .image-text-text-image .image-wrap img,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .image-wrap img{-o-object-position:top center;object-position:top center}.grow-1 .image-text-text-image .type-intro .views-field-title,.node-type-homepage .field--name-field-main-content .field__item:nth-child(1) .image-text-text-image .type-intro .views-field-title{max-width:10em}.grow-2 .image-text-text-image,.node-type-homepage .field--name-field-main-content .field__item:nth-child(2) .image-text-text-image{overflow:hidden}.grow-2 .image-text-text-image .image-wrap,.node-type-homepage .field--name-field-main-content .field__item:nth-child(2) .image-text-text-image .image-wrap{margin-right:-100%}.grow-2 .image-text-text-image .image-wrap img,.node-type-homepage .field--name-field-main-content .field__item:nth-child(2) .image-text-text-image .image-wrap img{-o-object-position:top center;object-position:top center}.image-text-text-image img{width:100%;height:auto}@media screen and (min-width:768px){.image-text-text-image{display:-webkit-box;display:-ms-flexbox;display:flex}html[dir=rtl] .image-text-text-image{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.text-image .image-text-text-image{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}html[dir=rtl] .text-image .image-text-text-image{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.image-text-text-image .image-caption{width:100%;padding-top:48px;padding-bottom:48px}@media screen and (min-width:768px){.image-text-text-image .image-caption{padding-top:60px;padding-bottom:90px}}@media screen and (min-width:992px){.image-text-text-image .image-caption{padding-top:70px;padding-bottom:100px}}@media screen and (min-width:1400px){.image-text-text-image .image-caption{padding-top:90px;padding-bottom:10%}}@media screen and (min-width:1600px){.image-text-text-image .image-caption{padding-top:100px;padding-bottom:10%}}.image-text-text-image .image-caption .col-lg-6{padding-left:8px;padding-right:8px}.image-text-text-image .image-caption .views-field-field-link{margin-top:30px}@media screen and (min-width:992px){.image-text-text-image .image-caption .views-field-field-link{margin-top:45px}}@media screen and (min-width:1200px){.image-text-text-image .image-caption .views-field-field-link{margin-top:60px}}@media screen and (min-width:768px){.image-text .image-text-text-image .image-caption .type-intro,.image-text .image-text-text-image .image-caption .intro-text-2{padding-left:30px}}@media screen and (min-width:992px){.image-text .image-text-text-image .image-caption .type-intro,.image-text .image-text-text-image .image-caption .intro-text-2{padding-left:40px}}@media screen and (min-width:1200px){.image-text .image-text-text-image .image-caption .type-intro,.image-text .image-text-text-image .image-caption .intro-text-2{padding-left:60px}}@media screen and (min-width:1400px){.image-text .image-text-text-image .image-caption .type-intro,.image-text .image-text-text-image .image-caption .intro-text-2{padding-left:80px}}@media screen and (min-width:768px){.text-image .image-text-text-image .image-caption .col-lg-6{margin-right:auto}}@media screen and (min-width:768px){.text-image .image-text-text-image .image-caption .type-intro,.text-image .image-text-text-image .image-caption .intro-text-2{padding-right:30px}}@media screen and (min-width:992px){.text-image .image-text-text-image .image-caption .type-intro,.text-image .image-text-text-image .image-caption .intro-text-2{padding-right:40px}}@media screen and (min-width:1200px){.text-image .image-text-text-image .image-caption .type-intro,.text-image .image-text-text-image .image-caption .intro-text-2{padding-right:60px}}@media screen and (min-width:1400px){.text-image .image-text-text-image .image-caption .type-intro,.text-image .image-text-text-image .image-caption .intro-text-2{padding-right:80px}}@media screen and (min-width:768px){.image-text-text-image .image-caption{-ms-flex-item-align:end;align-self:flex-end;margin-right:-50%;padding-top:80px}.image-text .image-text-text-image .image-caption{margin-right:unset;margin-left:-50%}.image-text .image-text-text-image .image-caption .col-lg-6{margin-left:auto}.image-text-text-image .image-caption .col-lg-6{width:50%}}.image-text-text-image .image-col-half{width:100%}@media screen and (min-width:768px){.image-text-text-image .image-col-half{width:50%}}.image-text-text-image .image-col-half .views-element-container{height:100%}.image-text-text-image .image-col-half .image-wrap{height:100%;position:relative}@media screen and (min-width:992px){.image-text-text-image .image-col-half .image-wrap{min-height:calc(100vh - 83px)}.story-slide .image-text-text-image .image-col-half .image-wrap{min-height:calc(100vh - 125px)}}.image-text-text-image .image-col-half .image-wrap img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (min-width:768px){.image-text-text-image .image-col-half .image-wrap img{position:absolute;width:100%;height:100%;left:0;top:0}}.homepage-slide-fold2 .type-intro .views-field-title{max-width:8em}.homepage-slide-fold2 .type-intro .views-field-field-title-fold-8{max-width:5em}.homepage-slide-fold7 .views-element-container .views-row{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:var(--c-white)}@media screen and (min-width:768px){.homepage-slide-fold7 .views-element-container .views-row{padding:50px 20px 40px}}@media screen and (min-width:992px){.homepage-slide-fold7 .views-element-container .views-row{padding:50px 30px 40px}}.homepage-slide-fold7 .views-element-container .views-row a{color:var(--c-white);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;font-size:26px !important;margin-top:10px}@media screen and (min-width:360px){.homepage-slide-fold7 .views-element-container .views-row a{font-size:30px !important}}@media screen and (min-width:768px){.homepage-slide-fold7 .views-element-container .views-row a{font-size:22px !important}}@media screen and (min-width:992px){.homepage-slide-fold7 .views-element-container .views-row a{font-size:24px !important;padding-top:0}}@media screen and (min-width:1200px){.homepage-slide-fold7 .views-element-container .views-row a{font-size:28px !important}}@media screen and (min-width:1400px){.homepage-slide-fold7 .views-element-container .views-row a{font-size:35px !important}}.homepage-slide-fold7 .views-element-container .views-row a:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:2}.homepage-slide-fold7 .views-element-container .views-row a:after{content:"";-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;-webkit-mask-image:url("/themes/pureharvest/css/../images/right-aro-white.svg");mask-image:url("/themes/pureharvest/css/../images/right-aro-white.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--c-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-mask-position:center;mask-position:center;margin-left:10px;position:relative;right:3px;width:clamp(26px,1.05em,1.05em);height:clamp(11px,1.1em,1.1em)}html[dir=rtl] .homepage-slide-fold7 .views-element-container .views-row a:after{margin-right:10px;margin-left:0;left:3px;right:unset;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.homepage-slide-fold7 .views-element-container .views-row:hover{background-color:var(--hover-tcolor);-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.25);box-shadow:0 0 12px 0 rgba(0,0,0,.25);color:var(--hover-tcolor);color:var(--c-white)}.homepage-slide-fold7 .views-element-container .views-row:hover a{color:var(--c-white)}.homepage-slide-fold7 .views-element-container .views-row:hover a:after{background-color:var(--c-white);right:-2px}html[dir=rtl] .homepage-slide-fold7 .views-element-container .views-row:hover a:after{left:-2px;right:unset}.homepage-slide-fold7 .fold7-row1 .views-element-container .views-row:hover{background-color:#83d804}.homepage-slide-fold7 .fold7-row2 .views-element-container .views-row:hover{background-color:#f52c14}.homepage-slide-fold7 .fold7-row3 .views-element-container .views-row:hover{background-color:#d62072}.farm-details .farm-map a{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.farm-details .farm-map a:hover{color:var(--c-primary)}.farm-soon-details{position:relative}.farm-soon-details .farm-title-soon a{color:var(--c-white)}.farm-soon-details .farm-title-soon a:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;z-index:1}.farm-soon-details .farm-map a{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;color:var(--c-white);font-size:14px}.farm-soon-details .farm-map a:hover{color:var(--c-white)}.farms-details-coming .swiper-farm-grid .swiper-slide,.farms-details-coming .our-farm-swiper2 .swiper-slide{height:auto}.farms-details-coming .swiper-farm-grid .swiper-slide .farm-block,.farms-details-coming .our-farm-swiper2 .swiper-slide .farm-block{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.farms-details-coming .swiper-farm-grid .swiper-slide .farm-block .farm-soon-details,.farms-details-coming .our-farm-swiper2 .swiper-slide .farm-block .farm-soon-details{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.farm-left{font-weight:700}.farms-b4 .way-subtitle,.farms-b5 .fixed-backg .way-subtitle{max-width:15em;line-height:1.1166666667;font-weight:700}.soon-title{font-weight:700}.farms-details-coming .farm-block .farm-image{overflow:hidden}.farms-details-coming .farm-block .farm-image img{-webkit-transition:all .62s ease-in-out;transition:all .62s ease-in-out}.farm-banner{display:-webkit-box;display:-ms-flexbox;display:flex}html[dir=rtl] .farm-banner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.farm-banner:before{content:"";width:1px;margin-right:-1px;padding:0 0 56.25%}@media screen and (min-width:992px){.farm-banner:before{min-height:calc(100vh - 69.6px);padding:0}}@media screen and (min-width:1200px){.farm-banner:before{min-height:calc(100vh - 82.7px)}}@media screen and (min-width:1600px){.farm-banner:before{min-height:calc(100vh - 96.0167px)}}.farm-banner .views-element-container{width:100%;margin-right:-100%}.farm-banner .views-element-container .swiper{height:100%}.farm-banner .views-element-container .swiper .swiper-wrapper{height:100%}.farm-banner .views-element-container .swiper .swiper-wrapper .swiper-slide{height:unset;position:relative}.farm-banner .views-element-container .swiper .swiper-wrapper .swiper-slide:before{content:"";position:absolute;width:100%;left:0;top:0;background-color:rgba(0,0,0,.4);z-index:1;height:100%}.farm-banner .views-element-container .swiper .swiper-wrapper .swiper-slide img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.farm-banner .farms-description-trans{width:100%;-ms-flex-item-align:center;align-self:center;position:relative;padding-top:40px;padding-bottom:40px;z-index:2;padding-left:15px;padding-right:15px;color:var(--c-white);text-align:center}@media screen and (min-width:992px){.farm-banner .farms-description-trans{padding-bottom:80px}}.farm-banner .farms-description-trans .farm-details-desc1{margin-top:50px}@media screen and (min-width:768px){.farm-banner .farms-description-trans .farm-details-desc1{margin-top:60px}}.farm-banner .farms-description-trans>div{margin-left:auto;margin-right:auto;max-width:500px}@media screen and (min-width:992px){.farm-banner .farms-description-trans>div{max-width:768px}}.now-harvesting .render-harv .harv-row1{width:100%;margin:0}.now-harvesting .render-harv .views-element-container>div .views-row a .cproduce-image{overflow:hidden}.now-harvesting .render-harv .views-element-container>div .views-row a .cproduce-image img{display:block;-webkit-transition:all .62s ease-in-out;transition:all .62s ease-in-out;-webkit-transform:scale(1);transform:scale(1)}.now-harvesting .render-harv .views-element-container>div .views-row a:hover .cproduce-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.render-harv .views-element-container>div{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:7px;padding-right:7px;-ms-flex-wrap:wrap;flex-wrap:wrap}.render-harv .views-element-container>div .views-row{padding:8px;width:100%}@media screen and (min-width:768px){.render-harv .views-element-container>div .views-row{width:33.3333333333%}}.render-harv .views-element-container>div .views-row a{display:block;position:relative}.render-harv .views-element-container>div .views-row a .cproduce-image{-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.now-harvesting h3{padding-top:0}@media screen and (min-width:768px){.homepage-slide-fold7>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.homepage-slide-fold7>.container:after{display:none}.homepage-slide-fold7>.container:before{display:none}}.story-menu .story-menu-slide{width:100%}.story-menu-top{width:auto}.home-banner-swipper .paragraph--type--banner-content .background-home img{width:100%;height:calc(100vh - 63px);min-height:50vh;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width:768px){.home-banner-swipper .paragraph--type--banner-content .background-home img{height:calc(100vh - 63.4px)}}@media screen and (min-width:992px){.home-banner-swipper .paragraph--type--banner-content .background-home img{height:calc(100vh - 69px)}}@media screen and (min-width:1200px){.home-banner-swipper .paragraph--type--banner-content .background-home img{height:calc(100vh - 83px)}}.story-timeline .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.story-timeline .swiper-slide .background-home{position:relative}.story-timeline .swiper-slide .background-home:before{content:"";position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.3)}@media screen and (min-width:992px){.story-timeline .swiper-slide .background-home{min-height:calc(100vh - 120px)}.story-timeline .swiper-slide .background-home img{width:100%;height:100%;position:absolute;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;left:0;top:0}}html[dir=rtl] .story-timeline .swiper-slide{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.story-timeline .swiper-slide .content-slide{margin-left:-100%;-ms-flex-item-align:center;align-self:center;width:100%;position:relative;z-index:2;padding-bottom:60px}@media screen and (min-width:768px){.story-timeline .swiper-slide .content-slide{padding-bottom:100px}}@media screen and (min-width:992px){.story-timeline .swiper-slide .content-slide{padding-bottom:130px}}.story-timeline .swiper-slide .content-slide .content-slide-subtitle{margin-left:0;padding-bottom:40px}html[dir=rtl] .story-timeline .swiper-slide .content-slide .content-slide-subtitle{margin-left:auto;margin-right:0}.homepage-slide-fold8 .views-field-field-right-choice{max-width:900px}.homepage-slide-fold8 .views-field-field-right-choice li br{display:none}.homepage-slide-fold8 .views-field-field-right-choice .choice-img{height:auto;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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.homepage-slide-fold8 .views-field-field-right-choice .choice-img:before{content:"";padding-bottom:clamp(60px,52%,113px);width:1px;margin-right:-1px}@media screen and (min-width:768px){.homepage-slide-fold8 .views-field-field-right-choice .choice-img:before{padding-bottom:clamp(60px,80%,113px)}}@media screen and (max-width:767.72px){.homepage-slide-fold8 .views-field-field-right-choice .choice-img img{width:clamp(52px,40%,90px)}}.homepage-slide-fold8 .views-field-field-right-choice img{max-height:113px;height:auto;width:auto;max-width:100%}.homepage-slide-fold8 .views-field-field-right-choice .choice-title{font-size:18px;font-weight:700;margin-left:auto;margin-right:auto;width:auto;max-width:6em;margin-top:12px;line-height:1.1666666667}@media screen and (min-width:400px){.homepage-slide-fold8 .views-field-field-right-choice .choice-title{font-size:21px}}@media screen and (min-width:992px){.homepage-slide-fold8 .views-field-field-right-choice .choice-title{font-size:24px}}@media screen and (min-width:1400px){.homepage-slide-fold8 .views-field-field-right-choice .choice-title{font-size:28px}}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper{font-size:12px}@media screen and (min-width:576px){.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper{font-size:14px}}@media screen and (min-width:992px){.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper{font-size:16px}}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices{height:36px !important;border-width:0 0 1px;width:100%;font-style:normal;border-radius:0;outline:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;cursor:pointer}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices li.search-field input[type=text]{cursor:pointer;color:#444 !important}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder{color:#444 !important;opacity:1}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices li.search-field input[type=text]::-moz-placeholder{color:#444 !important;opacity:1}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices li.search-field input[type=text]:-ms-input-placeholder{color:#444 !important;opacity:1}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices li.search-field input[type=text]::-ms-input-placeholder{color:#444 !important;opacity:1}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices li.search-field input[type=text]::placeholder{color:#444 !important;opacity:1}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices:after{content:"";width:9px;height:20px;position:absolute;right:0;top:50%;margin-top:-10px;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-size:9px auto;background-position:center right;background-repeat:no-repeat;cursor:pointer}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices .search-choice{font-size:13px;background-color:var(--c-green);color:var(--c-white);background-image:none;-webkit-box-shadow:none;box-shadow:none;border-color:var(--c-green)}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item .chosen-choices .search-choice .search-choice-close{background-position:-42px -10px}.featured-store{padding-top:48px;padding-bottom:30px}@media screen and (min-width:992px){.featured-store{padding-top:60px}}.featured-store .section-title h2{line-height:1.1166666667;font-weight:900;margin-bottom:30px;color:var(--title-color,var(--c-primary))}.featured-store .views-infinite-scroll-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.featured-store .views-infinite-scroll-content-wrapper .views-row{padding:12px;width:100%}@media screen and (min-width:576px){.featured-store .views-infinite-scroll-content-wrapper .views-row{width:50%}}@media screen and (min-width:768px){.featured-store .views-infinite-scroll-content-wrapper .views-row{width:33.3333333333%}}@media screen and (min-width:1200px){.featured-store .views-infinite-scroll-content-wrapper .views-row{width:16.6666666667%}}.store-item-inner{border:1px solid var(--c-primary);border-radius:15px;padding:15px 5px}.store-item-inner .store-image{max-width:170px;margin-left:auto;margin-right:auto;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}.store-item-inner .store-image:before{content:"";width:1px;padding:0 0 100%;margin-right:-1px}.store-item-inner .store-image img{display:block;max-width:100%;height:auto;margin:auto}.store-item-inner .store-link{text-align:center}.store-item-inner .store-link a{padding-left:56px;padding-right:20px;font-size:16px}.title-and-search{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:30px}@media screen and (min-width:768px){.title-and-search{padding-top:40px}}.title-and-search h1{margin:0;width:auto;line-height:1.1166666667;font-weight:900;color:var(--title-color,var(--c-primary));padding-right:15px}@media screen and (min-width:992px){.title-and-search h1{width:30%}}@media screen and (min-width:1400px){.title-and-search h1{width:25%}}.title-and-search .js-form-type-textfield{width:100%}@media screen and (min-width:768px){.title-and-search .js-form-type-textfield{margin-left:auto;margin-right:15px;width:200px}html[dir=rtl] .title-and-search .js-form-type-textfield{margin-right:auto;margin-left:15px}}@media screen and (min-width:992px){.title-and-search .js-form-type-textfield{width:260px}}@media screen and (min-width:1200px){.title-and-search .js-form-type-textfield{width:280px}}.title-and-search .js-form-type-textfield input{width:100%;display:block;border-width:0 0 1px;border-style:solid;border-color:var(--c-body);border-radius:0;height:36px;font-style:normal;padding-left:0;padding-right:32px;background-image:url("/themes/pureharvest/css/../images/search.svg");background-repeat:no-repeat;background-position:center right;background-size:18px 18px;outline:none}html[dir=rtl] .title-and-search .js-form-type-textfield input{padding-right:0;padding-left:32px;background-position:center left}.loc-map-container{padding:12px 0;border:1px solid var(--c-primary);margin-bottom:40px}.loc-map-container .loc-list{padding-right:12px;padding-left:12px;width:100%}@media screen and (min-width:992px){.loc-map-container .loc-list{width:30%}}@media screen and (min-width:1400px){.loc-map-container .loc-list{width:25%}}.loc-map-container .loc-list .list-details{width:100%}@media screen and (min-width:768px){.loc-map-container{margin-bottom:70px}}.loc-map-container .loc-map{padding-left:12px;padding-right:12px;width:100%}@media screen and (min-width:992px){.loc-map-container .loc-map{width:70%}}@media screen and (min-width:1400px){.loc-map-container .loc-map{width:75%}}.loc-map-container .loc-website{color:var(--c-primary);font-weight:500}.loc-map-container .list-marker-id{border-bottom:1px solid #f9f7f7}.loc-map-container .list-marker-id.highlight{border:none;background-color:#f9f7f7;border-radius:4px}.loc-map-container .list-marker-id .list-content{display:-webkit-box;display:-ms-flexbox;display:flex}.loc-map-container .list-marker-id .list-content .loc-name{font-size:#000}.loc-map-container .list-marker-id .list-content .right-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}html[dir=rtl] .loc-map-container .list-marker-id .list-content .right-wrapper{margin-right:auto;margin-left:0}.loc-map-container .list-marker-id .list-content .right-wrapper a{color:#1a73e8}.loc-map-container .list-marker-id .list-content .right-wrapper .loc-website{padding-left:6px;padding-right:6px}.loc-map-container .list-marker-id .list-content .right-wrapper .loc-get-direction{padding-left:6px}.loc-map-container .list-marker-id .list-content .right-wrapper .website-icon{background-image:url("/themes/pureharvest/css/../images/website.png")}.loc-map-container .list-marker-id .list-content .right-wrapper .direction-icon{background-image:url("/themes/pureharvest/css/../images/direction.png")}.loc-map-container .list-marker-id .list-content .right-wrapper .website-icon,.loc-map-container .list-marker-id .list-content .right-wrapper .direction-icon{width:34px;height:34px;margin-left:auto;margin-right:auto;display:block;border:1px solid #1a73e8;border-radius:50%;background-position:center;background-size:50%;background-repeat:no-repeat;margin-bottom:6px}.loc-map-container .list-marker-id .position{margin-left:6px;display:none}.loc-map-container .list-marker-id .list-details{margin:0}.homepage-slide-fold5.paragraph--type--cta-content{display:-webkit-box;display:-ms-flexbox;display:flex}.homepage-slide-fold5.paragraph--type--cta-content .background-fold5{width:100%;margin-right:-100%}.homepage-slide-fold5.paragraph--type--cta-content .homepage-fold5-content{width:100%;margin-left:0;margin-right:0;padding-top:clamp(50px,11%,100px)}.homepage-slide-fold5.paragraph--type--cta-content .homepage-fold5-content ol li{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset}.homepage-slide-fold5.paragraph--type--cta-content .homepage-fold5-content ol li:before{content:"";display:block;padding-bottom:clamp(50px,35%,135px)}.homepage-slide-fold5.paragraph--type--cta-content .homepage-fold5-content .views-element-container{width:90%;text-align:center;margin:0 auto}@media screen and (min-width:992px){.homepage-slide-fold5.paragraph--type--cta-content .homepage-fold5-content .views-element-container{width:70%}}@media screen and (min-width:1200px){.homepage-slide-fold5.paragraph--type--cta-content .homepage-fold5-content .views-element-container{width:60%}}body{font-size:16px;--p-topx:115px}@media screen and (min-width:1600px){body{font-size:18px}}body #custom-navbar{position:sticky;top:var(--p-top,0)}body.toolbar-fixed{--p-top:39px;--p-topx:calc(39px + 115px)}body.toolbar-fixed.toolbar-tray-open{--p-top:78.8px;--p-topx:calc(78.8px + 115px)}body .homepage-slide{margin-top:0}.header{position:sticky;top:var(--p-top,0);z-index:99;background-color:var(--c-white)}.header .header-wrapper{padding-top:10px;padding-bottom:10px}@media screen and (min-width:1200px){.header .header-wrapper{padding-top:15px;padding-bottom:15px}}@media screen and (min-width:1600px){.header .header-wrapper{padding-top:20px;padding-bottom:20px}}.header .header-wrapper>div.header-flex{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.72px){.header .header-wrapper>div.header-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header .header-wrapper>div.header-flex .block-system-branding-block{padding-left:15px;padding-right:15px}.header .header-wrapper>div.header-flex .block-system-branding-block a{display:block;width:160px}@media screen and (min-width:1200px){.header .header-wrapper>div.header-flex .block-system-branding-block a{width:190px}}@media screen and (min-width:1600px){.header .header-wrapper>div.header-flex .block-system-branding-block a{width:210px}}.header .header-wrapper>div.header-flex .block-system-branding-block a img{display:block;width:100%;height:auto}.toggle-column{padding-left:15px;padding-right:15px}@media screen and (max-width:767.72px){.toggle-column{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}html[dir=rtl] .toggle-column{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px){.toggle-column{padding-left:15px}}@media screen and (min-width:992px){.toggle-column{padding-left:30px}}.taggle-button{width:33px;height:26px;min-width:33px;position:relative;cursor:pointer;z-index:8}.taggle-button span{border-radius:2px;padding-bottom:4px;position:absolute;top:calc(50% - 2px);display:block;background-color:var(--c-primary);width:100%;-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.taggle-button span:nth-child(2){-webkit-transition-delay:.32s;transition-delay:.32s}.menu-open .taggle-button span:nth-child(2){opacity:0}.taggle-button span:nth-child(1){margin-top:-9px;-webkit-transition:margin .32s .32s ease-in-out,-webkit-transform .32s 0s ease-in-out;transition:margin .32s .32s ease-in-out,-webkit-transform .32s 0s ease-in-out;transition:margin .32s .32s ease-in-out,transform .32s 0s ease-in-out;transition:margin .32s .32s ease-in-out,transform .32s 0s ease-in-out,-webkit-transform .32s 0s ease-in-out}.menu-open .taggle-button span:nth-child(1){-webkit-transition:margin .32s ease-in-out,-webkit-transform .32s .32s ease-in-out;transition:margin .32s ease-in-out,-webkit-transform .32s .32s ease-in-out;transition:margin .32s ease-in-out,transform .32s .32s ease-in-out;transition:margin .32s ease-in-out,transform .32s .32s ease-in-out,-webkit-transform .32s .32s ease-in-out;margin-top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.taggle-button span:nth-child(3){margin-top:9px;-webkit-transition:margin .32s .32s ease-in-out,-webkit-transform .32s 0s ease-in-out;transition:margin .32s .32s ease-in-out,-webkit-transform .32s 0s ease-in-out;transition:margin .32s .32s ease-in-out,transform .32s 0s ease-in-out;transition:margin .32s .32s ease-in-out,transform .32s 0s ease-in-out,-webkit-transform .32s 0s ease-in-out}.menu-open .taggle-button span:nth-child(3){-webkit-transition:margin .32s ease-in-out,-webkit-transform .32s .32s ease-in-out;transition:margin .32s ease-in-out,-webkit-transform .32s .32s ease-in-out;transition:margin .32s ease-in-out,transform .32s .32s ease-in-out;transition:margin .32s ease-in-out,transform .32s .32s ease-in-out,-webkit-transform .32s .32s ease-in-out;margin-top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-section-outer{position:fixed;right:0;padding-top:var(--p-top,0);height:100%;background-color:#fff;z-index:9;top:0;overflow:hidden;width:0;min-width:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.mobile-menu-section-outer .taggle-button{position:absolute;right:20px;right:60px;top:25px}@media screen and (min-width:976px){.toolbar-fixed .mobile-menu-section-outer .taggle-button{top:64px}}@media screen and (min-width:976px){.toolbar-tray-open .mobile-menu-section-outer .taggle-button{top:103.8px}}@media screen and (min-width:768px){.mobile-menu-section-outer .taggle-button{right:60px}}html[dir=rtl] .mobile-menu-section-outer .taggle-button{left:20px;right:auto}@media screen and (min-width:768px){html[dir=rtl] .mobile-menu-section-outer .taggle-button{left:60px}}.menu-open .mobile-menu-section-outer{width:100%}@media screen and (min-width:768px){.menu-open .mobile-menu-section-outer{width:30%;min-width:480px}}html[dir=rtl] .mobile-menu-section-outer{right:unset;left:0}.mobile-menu-section-outer .toggle-menu-outer{width:100vw;padding-left:15px;height:100%;padding-bottom:30px;overflow:auto;min-width:100%;-webkit-box-shadow:0 0 15px rgba(0,0,0,.32);box-shadow:0 0 15px rgba(0,0,0,.32)}@media screen and (min-width:768px){.mobile-menu-section-outer .toggle-menu-outer{padding-left:60px;width:420px;width:480px}}html[dir=rtl] .mobile-menu-section-outer .toggle-menu-outer{padding-right:15px;padding-left:0}@media screen and (min-width:768px){html[dir=rtl] .mobile-menu-section-outer .toggle-menu-outer{padding-right:60px}}.header-mavigation-1{width:auto;position:relative;z-index:8}@media screen and (min-width:768px){.header-mavigation-1{margin-left:auto}}@media screen and (max-width:767.72px){.header-mavigation-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}html[dir=rtl] .header-mavigation-1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (min-width:768px){html[dir=rtl] .header-mavigation-1{margin-left:unset;margin-right:auto}}@media screen and (max-width:767.72px){.header-mavigation-1 ul.menu.sf-menu li{display:none}}.header-mavigation-1 ul.menu.sf-menu li a{font-size:14px;color:var(--c-body);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;padding-left:8px;padding-right:8px}@media screen and (min-width:1024px){.header-mavigation-1 ul.menu.sf-menu li a{padding-left:10px;padding-right:10px}}@media screen and (min-width:992px){.header-mavigation-1 ul.menu.sf-menu li a{font-size:16px;padding-left:15px;padding-right:15px}}@media screen and (min-width:1200px){.header-mavigation-1 ul.menu.sf-menu li a{font-size:17px;padding-left:20px;padding-right:20px}}.header-mavigation-1 ul.menu.sf-menu li a:hover,.header-mavigation-1 ul.menu.sf-menu li a:focus,.header-mavigation-1 ul.menu.sf-menu li a.is-active{color:var(--c-primary)}@media screen and (max-width:767.72px){.header-mavigation-1 ul.menu.sf-menu li:last-child{display:block;width:63px;text-align:center}}.header-mavigation-1 ul.menu.sf-menu li:last-child a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:767.72px){.header-mavigation-1 ul.menu.sf-menu li:last-child a{font-size:0;width:25px;height:25px;padding:0}}.header-mavigation-1 ul.menu.sf-menu li:last-child a:before{content:"";width:1.2em;height:1.2em;background:url("/themes/pureharvest/css/../images/locator-pin.png") no-repeat;background-size:25px 25px;background-position:center;width:25px;height:25px}@media screen and (min-width:768px){.header-mavigation-1 ul.menu.sf-menu li:last-child a:before{margin-right:4px;margin-top:-.1em;width:1.2em;height:1.2em;background-size:22px 22px}}@media screen and (min-width:992px){.header-mavigation-1 ul.menu.sf-menu li:last-child a:before{background-size:25px 25px}}.header-mavigation-1 ul.menu.sf-menu li:last-child a:hover:before,.header-mavigation-1 ul.menu.sf-menu li:last-child a:focus:before,.header-mavigation-1 ul.menu.sf-menu li:last-child a.is-active:before{background-image:url("/themes/pureharvest/css/../images/locator-pin-primary.png")}.merge-menu li a:hover{text-decoration:none;color:#a5cd37}.top-menu ul.menu.sf-menu{display:block;float:none}.top-menu ul.menu.sf-menu li{display:block;padding:0;float:none;border-bottom:1px solid #676767}.top-menu ul.menu.sf-menu li:last-child{border-bottom:none}.top-menu ul.menu.sf-menu li a{font-size:17px;color:var(--c-body);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;display:block;padding:15px 10px;font-size:clamp(22px,1.8vw,35px)}.top-menu ul.menu.sf-menu li a:hover,.top-menu ul.menu.sf-menu li a:focus,.top-menu ul.menu.sf-menu li a.is-active{background-color:var(--c-primary);color:var(--c-white)}.top-menu ul.menu.sf-menu li a.is-active{background-color:var(--c-primary);font-weight:700;color:var(--c-white)}.bottom-menu{padding-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:15px}@media screen and (min-width:768px){.bottom-menu{padding-right:60px}}html[dir=rtl] .bottom-menu{padding-right:0;padding-left:15px}@media screen and (min-width:768px){html[dir=rtl] .bottom-menu{padding-left:60px}}.bottom-menu ul{list-style:none;padding:0;margin:0}.bottom-menu ul li a{display:block;font-size:18px;color:var(--c-body);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;padding-left:10px}.bottom-menu ul li a:hover,.bottom-menu ul li a:focus,.bottom-menu ul li a.is-active{color:var(--c-primary)}.bottom-menu .item-list--linkicon{margin-top:0;margin-bottom:0}.bottom-menu .item-list--linkicon ul{display:-webkit-box;display:-ms-flexbox;display:flex}.bottom-menu .item-list--linkicon ul li{margin:4px}.bottom-menu .item-list--linkicon ul li a{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;width:34px;height:34px;border:1px solid var(--c-primary);border-radius:50%;color:var(--c-primary);padding:0}.bottom-menu .item-list--linkicon ul li a svg{width:auto;height:18px;display:block;padding:0}.bottom-menu .item-list--linkicon ul li a:hover{color:var(--c-white);background-color:var(--c-primary)}.ph-language-switcher{height:81px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1600px){.ph-language-switcher{height:96px}}.ph-language-switcher form .language-icon{width:30px;height:auto}.ph-language-switcher form select{width:unset !important;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.ph-language-switcher ul.links{list-style:none;padding:0;margin:0}.ph-language-switcher ul.links li.is-active{display:none}.ph-language-switcher ul.links li .language-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--c-body);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out}.ph-language-switcher ul.links li .language-link img{margin-right:6px;width:24px;min-width:24px;height:12px}html[dir=rtl] .ph-language-switcher ul.links li .language-link img{margin-right:unset;margin-left:6px}.ph-language-switcher ul.links li .language-link:hover{color:var(--c-primary)}html[lang=en] .ph-language-switcher ul.links li[hreflang=en]{display:none}html[lang=ar] .ph-language-switcher ul.links li[hreflang=ar]{display:none}.footer-wrapper{padding-top:80px;padding-bottom:75px;border-top:1px solid var(--c-primary)}.footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;padding-bottom:30px}@media screen and (min-width:768px){.footer-top{padding-bottom:60px}}@media screen and (min-width:992px){.footer-top{padding-bottom:80px}}.footer-top>div:nth-child(1){width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:768px){.footer-top>div:nth-child(1){width:60%}}@media screen and (min-width:992px){.footer-top>div:nth-child(1){width:70%}}@media screen and (min-width:1200px){.footer-top>div:nth-child(1){width:75%}}.footer-top>div:nth-child(1)>div.block{width:100%}@media screen and (min-width:768px){.footer-top>div:nth-child(1)>div.block{width:40%}}@media screen and (min-width:992px){.footer-top>div:nth-child(1)>div.block{width:33.3333333333%}}.footer-top>div:nth-child(1)>div.block,.footer-top>div:nth-child(1)>nav{padding-left:15px;padding-right:15px}.footer-top>div:nth-child(1)>nav{width:50%}@media screen and (min-width:768px){.footer-top>div:nth-child(1)>nav{width:30%}}@media screen and (min-width:992px){.footer-top>div:nth-child(1)>nav{width:33.3333333333%}}.footer-top>div:nth-child(1)>nav ul{list-style:none;padding:0}.footer-top>div:nth-child(1)>nav ul li{display:block}.footer-top>div:nth-child(1)>nav ul li a{line-height:1.6666666667;font-weight:700;color:var(--c-body);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;font-size:12px}@media screen and (min-width:768px){.footer-top>div:nth-child(1)>nav ul li a{font-size:15px}}@media screen and (min-width:992px){.footer-top>div:nth-child(1)>nav ul li a{font-size:16px}}@media screen and (min-width:1200px){.footer-top>div:nth-child(1)>nav ul li a{font-size:17px}}.footer-top>div:nth-child(1)>nav ul li a:hover{color:var(--c-primary)}.footer-top>div:nth-child(2){width:100%;max-width:400px;padding-top:30px}@media screen and (min-width:768px){.footer-top>div:nth-child(2){width:40%;max-width:100%;padding-top:0}}@media screen and (min-width:992px){.footer-top>div:nth-child(2){width:30%}}@media screen and (min-width:1200px){.footer-top>div:nth-child(2){width:25%}}.footer-top>div>.block{padding-left:15px;padding-right:15px}.footer-top .site-footer-logo-wrapper a{display:block;max-width:150px;width:100%;margin-bottom:26px}@media screen and (min-width:768px){.footer-top .site-footer-logo-wrapper a{max-width:180px;margin-bottom:0}}@media screen and (min-width:992px){.footer-top .site-footer-logo-wrapper a{max-width:180px}}@media screen and (min-width:1200px){.footer-top .site-footer-logo-wrapper a{max-width:210px}}@media screen and (min-width:1600px){.footer-top .site-footer-logo-wrapper a{max-width:240px}}.footer-top .site-footer-logo-wrapper a img{display:block;width:100%;height:auto}.footer-top .footer-newsletter h2{color:var(--c-primary);margin-top:0;font-size:12px;font-weight:700;margin-bottom:16px;line-height:1.6666666667}@media screen and (min-width:768px){.footer-top .footer-newsletter h2{font-size:15px}}@media screen and (min-width:992px){.footer-top .footer-newsletter h2{margin-bottom:25px;font-size:16px}}@media screen and (min-width:1200px){.footer-top .footer-newsletter h2{font-size:17px}}.footer-top .footer-newsletter form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-top .footer-newsletter form .field--type-email{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:15px}.footer-top .footer-newsletter form label{display:none}.footer-top .footer-newsletter form input.form-email{width:100%;border-width:0 0 1.2px;border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:none;font-size:12px;color:var(--c-body);font-weight:400;font-style:normal;border-color:var(--c-body);padding:0;height:36px}@media screen and (min-width:768px){.footer-top .footer-newsletter form input.form-email{font-size:14px}}.footer-top .footer-newsletter form input.form-email::-webkit-input-placeholder{color:var(--c-body);font-style:italic;opacity:1;font-size:12px}.footer-top .footer-newsletter form input.form-email::-moz-placeholder{color:var(--c-body);font-style:italic;opacity:1;font-size:12px}.footer-top .footer-newsletter form input.form-email:-ms-input-placeholder{color:var(--c-body);font-style:italic;opacity:1;font-size:12px}.footer-top .footer-newsletter form input.form-email::-ms-input-placeholder{color:var(--c-body);font-style:italic;opacity:1;font-size:12px}.footer-top .footer-newsletter form input.form-email::placeholder{color:var(--c-body);font-style:italic;opacity:1;font-size:12px}@media screen and (min-width:768px){.footer-top .footer-newsletter form input.form-email::-webkit-input-placeholder{font-size:14px}.footer-top .footer-newsletter form input.form-email::-moz-placeholder{font-size:14px}.footer-top .footer-newsletter form input.form-email:-ms-input-placeholder{font-size:14px}.footer-top .footer-newsletter form input.form-email::-ms-input-placeholder{font-size:14px}.footer-top .footer-newsletter form input.form-email::placeholder{font-size:14px}}.footer-top .footer-newsletter form .description{display:none}.footer-top .footer-newsletter form .button--primary.form-submit{font-size:12px;line-height:24px;font-family:"NexaText";font-weight:700;color:var(--c-body);border:none;text-decoration:underline;position:relative;background-color:transparent;background-image:url(/themes/pureharvest/css/../images/right-arrow-dark.svg);background-repeat:no-repeat;background-position:center right 5px;padding-right:40px;width:auto;margin-left:0;padding-left:0;background-size:26px 11px;-webkit-text-decoration-color:var(--c-primary);text-decoration-color:var(--c-primary);outline:none;-webkit-transition:.32s ease-in-out;transition:.32s ease-in-out}@media screen and (min-width:768px){.footer-top .footer-newsletter form .button--primary.form-submit{font-size:14px}}@media screen and (min-width:992px){.footer-top .footer-newsletter form .button--primary.form-submit{font-size:16px}}html[dir=rtl] .footer-top .footer-newsletter form .button--primary.form-submit{background-image:url(/themes/pureharvest/css/../images/left-arrow-dark.svg);background-position:left 5px center;padding-left:40px;padding-right:0}.footer-top .footer-newsletter form .button--primary.form-submit:hover{background-image:url(/themes/pureharvest/css/../images/arrow-right-green.svg);color:var(--c-primary);background-position:center right 0}html[dir=rtl] .footer-top .footer-newsletter form .button--primary.form-submit:hover{background-position:left 0 center;background-image:url(/themes/pureharvest/css/../images/left-arrow-green.svg)}.footer-bottom{margin-left:-15px;margin-right:-15px}.footer-bottom .ph-copyright{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767.72px){.footer-bottom .ph-copyright{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary{width:100%;padding-left:15px;padding-right:15px;font-size:12px;max-width:215px;margin-right:auto}@media screen and (min-width:768px){.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary{margin-left:auto;font-size:13px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%}}@media screen and (min-width:992px){.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary{font-size:14px;width:70%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}@media screen and (min-width:1200px){.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary{width:50%}}.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary p{margin-bottom:0}.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary p a:first-child{padding-left:0}@media screen and (min-width:768px){.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary p a:first-child{margin-left:30px}}.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary p a{color:var(--c-body);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;padding-left:4px;padding-right:4px}.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary p a:hover,.footer-bottom .ph-copyright .field--name-body.field--type-text-with-summary p a:focus{color:var(--c-primary)}.footer-bottom .ph-copyright .item-list--linkicon{padding-left:15px;padding-right:15px;width:100%;margin-top:0;margin-bottom:20px}@media screen and (min-width:768px){.footer-bottom .ph-copyright .item-list--linkicon{width:auto;margin-bottom:0}}@media screen and (min-width:992px){.footer-bottom .ph-copyright .item-list--linkicon{width:30%}}@media screen and (min-width:1200px){.footer-bottom .ph-copyright .item-list--linkicon{width:25%}}.footer-bottom .ph-copyright .item-list--linkicon ul{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-bottom .ph-copyright .item-list--linkicon ul li{margin:4px}.footer-bottom .ph-copyright .item-list--linkicon ul li a{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;width:34px;height:34px;border:1px solid var(--c-primary);border-radius:50%;padding:0;color:var(--c-white);-webkit-transition:all .32s ease-in-out;transition:all .32s ease-in-out;background-color:var(--c-primary);opacity:1}@media screen and (min-width:768px){.footer-bottom .ph-copyright .item-list--linkicon ul li a{opacity:.5}}.footer-bottom .ph-copyright .item-list--linkicon ul li a svg{width:auto;height:18px;display:block;padding:0}.footer-bottom .ph-copyright .item-list--linkicon ul li a:hover{opacity:1}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer{--bg-card:#1e6a1e}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer{--bg-card:#e49d33}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer:hover{--bg-card:#288828}.content-row-flex .product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer+.product-category-card-outer .views-field-nothing:hover .field-content{--bg-card:#ecad4e}.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default{padding:12px;border-radius:15px;background-color:#eee;width:100%;text-align:center;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default{padding:40px 35px 35px}}.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-icon-image{height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:576px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-icon-image{height:90px}}@media screen and (min-width:992px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-icon-image{height:113px}}.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-icon-image img{max-height:60px;max-width:60px;display:block;width:auto;height:auto}@media screen and (min-width:576px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-icon-image img{max-height:90px;max-width:90px}}@media screen and (min-width:992px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-icon-image img{max-height:113px;max-width:113px}}.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-title{font-size:16px;font-weight:700;margin-left:auto;margin-right:auto;max-width:6em;line-height:1.1666666667}@media screen and (min-width:400px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-title{font-size:18px}}@media screen and (min-width:992px){.paragraph.paragraph--type--speciality-content.paragraph--view-mode--default .field--name-field-title{font-size:24px}}.top-title.text-center p{line-height:44px}ol.field.field--name-field-partners-image.field--type-image.field--label-hidden.field__items{display:flex;flex-wrap:wrap}.col-xs-6.col-sm-4.col-md-4.col-lg-3.col-xxl-2.bt-card{display:block !important}.col-span{width:calc(20% - 10px) !important}@media (max-width:768){.col-span{width:calc(48% - 10px) !important}}@media (max-width:450){.col-span{width:calc(100% - 10px) !important}}@media (max-width:767px){#board-of-director .CEO .col-span{width:100% !important}#board-of-director .C-Suite,#board-of-director .Directors{flex-wrap:wrap}#board-of-director .C-Suite .col-span,#board-of-director .Directors .col-span{width:100% !important}#board-of-director .col-12.col-sm-12.col-md-12.col-lg-12.col-xxl-2.bt-card.CEO{width:100%}#leaders .CEO .col-span{width:100% !important}#leaders .C-Suite,#leaders .Directors{flex-wrap:wrap}#leaders .C-Suite .col-span,#leaders .Directors .col-span{width:100% !important}#leaders .col-12.col-sm-12.col-md-12.col-lg-12.col-xxl-2.bt-card.CEO{width:100%}#leaders .grid-footer.text-center{display:none}#block-storelocatorbanner .banner-full-overlay-caption .bg-img img{height:100%}}#board-of-director .grid-footer.text-center{display:none}@media (max-width:820px){.choices .field--name-field-our-choice>.field__item{padding:8px}}.produce-types{z-index:3;position:relative}.card-product-type-2 .captions{display:flex;flex-direction:column}.card-product-type-2 .captions .category{order:2}.card-product-type-2 .captions h4{order:1}.type-intro h2{font-size:45px}.js-form-item.form-item.js-form-type-select.form-item-region.js-form-item-region{display:none}.swiper-slide-thumb-active{opacity:1 !important}.newsletter{display:none}#block-simplenewssubscription{display:none}.intro-text-2 .views-field-title .field-content{font-weight:700}.intro-text-2 .views-field-field-small-subtitles .field-content h2{font-weight:700;color:#a5cd37;font-size:45px}@media only screen and (max-width:767px){.farm-info.test{max-width:100% !important}}.views-infinite-scroll-content-wrapper .views-row:nth-child(7),.views-infinite-scroll-content-wrapper .views-row:nth-child(8),.views-infinite-scroll-content-wrapper .views-row:nth-child(9),.views-infinite-scroll-content-wrapper .views-row:nth-child(10),.views-infinite-scroll-content-wrapper .views-row:nth-child(11),.views-infinite-scroll-content-wrapper .views-row:nth-child(12){display:none !important}.farm-video-outer .video-farm-next,.farm-video-outer .video-farm-prev{display:none}.product-category-card-outer:nth-child(4) .field-content{background-color:#45491b !important}.product-category-card-outer:nth-child(4):hover .field-content{background-color:#777e28 !important}.product-category-card-outer:nth-child(5) .field-content{background-color:#de5263 !important}.product-category-card-outer:nth-child(5):hover .field-content{background-color:#bd4453 !important}
:root{--c-black:#000;--c-white:#fff;--c-primary:#a5cd37;--c-secondary:#f0ad44;--c-body:#6e6e6e;--c-blue:#00aac8}.job-detail-wrapper .title-wrapper .title h1,.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header h2,.leader-section .top-title h2,.Join-pure-harvest .top-title h2,.commitment-section .top-title h2,.empty-wrapper h1,.view-empty,.modal .modal-dialog .modal-content .modal-body .thanks-content .field--name-body h2,.privacy-policy-wrapper h1,.view-faq .title-filter-wrapper .title-filter-inner .left .view-header h1,.view-news .title-filter-wrapper .title-filter-inner .view-header h2,.view-announcements .title-filter-wrapper .title-filter-inner .view-header h2{font-weight:900;font-size:32px}@media screen and (min-width:768px){.job-detail-wrapper .title-wrapper .title h1,.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header h2,.leader-section .top-title h2,.Join-pure-harvest .top-title h2,.commitment-section .top-title h2,.empty-wrapper h1,.view-empty,.modal .modal-dialog .modal-content .modal-body .thanks-content .field--name-body h2,.privacy-policy-wrapper h1,.view-faq .title-filter-wrapper .title-filter-inner .left .view-header h1,.view-news .title-filter-wrapper .title-filter-inner .view-header h2,.view-announcements .title-filter-wrapper .title-filter-inner .view-header h2{font-size:35px}}@media screen and (min-width:1200px){.job-detail-wrapper .title-wrapper .title h1,.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header h2,.leader-section .top-title h2,.Join-pure-harvest .top-title h2,.commitment-section .top-title h2,.empty-wrapper h1,.view-empty,.modal .modal-dialog .modal-content .modal-body .thanks-content .field--name-body h2,.privacy-policy-wrapper h1,.view-faq .title-filter-wrapper .title-filter-inner .left .view-header h1,.view-news .title-filter-wrapper .title-filter-inner .view-header h2,.view-announcements .title-filter-wrapper .title-filter-inner .view-header h2{font-size:42px}}@media screen and (min-width:1600px){.job-detail-wrapper .title-wrapper .title h1,.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header h2,.leader-section .top-title h2,.Join-pure-harvest .top-title h2,.commitment-section .top-title h2,.empty-wrapper h1,.view-empty,.modal .modal-dialog .modal-content .modal-body .thanks-content .field--name-body h2,.privacy-policy-wrapper h1,.view-faq .title-filter-wrapper .title-filter-inner .left .view-header h1,.view-news .title-filter-wrapper .title-filter-inner .view-header h2,.view-announcements .title-filter-wrapper .title-filter-inner .view-header h2{font-size:48px}}.ui-dialog .ui-dialog-titlebar .ui-dialog-title,.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .bottom-caption h3,.newsletter .newsletter-inner .field--type-text-with-summary h2,.faq-contact-wrapper .faq-contact-inner .right .text h2,.grid-card-news .caption-wrapper .date .day,.rating-form .rating-form-inner .popup-title h4{font-size:20px}@media screen and (min-width:768px){.ui-dialog .ui-dialog-titlebar .ui-dialog-title,.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .bottom-caption h3,.newsletter .newsletter-inner .field--type-text-with-summary h2,.faq-contact-wrapper .faq-contact-inner .right .text h2,.grid-card-news .caption-wrapper .date .day,.rating-form .rating-form-inner .popup-title h4{font-size:22px}}@media screen and (min-width:1200px){.ui-dialog .ui-dialog-titlebar .ui-dialog-title,.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .bottom-caption h3,.newsletter .newsletter-inner .field--type-text-with-summary h2,.faq-contact-wrapper .faq-contact-inner .right .text h2,.grid-card-news .caption-wrapper .date .day,.rating-form .rating-form-inner .popup-title h4{font-size:27px}}@media screen and (min-width:1200px){.ui-dialog .ui-dialog-titlebar .ui-dialog-title,.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .bottom-caption h3,.newsletter .newsletter-inner .field--type-text-with-summary h2,.faq-contact-wrapper .faq-contact-inner .right .text h2,.grid-card-news .caption-wrapper .date .day,.rating-form .rating-form-inner .popup-title h4{font-size:31px}}@media screen and (min-width:1600px){.ui-dialog .ui-dialog-titlebar .ui-dialog-title,.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .bottom-caption h3,.newsletter .newsletter-inner .field--type-text-with-summary h2,.faq-contact-wrapper .faq-contact-inner .right .text h2,.grid-card-news .caption-wrapper .date .day,.rating-form .rating-form-inner .popup-title h4{font-size:35px}}.faq-contact-wrapper .faq-contact-inner .right .link a{font-size:24px}@media screen and (min-width:768px){.faq-contact-wrapper .faq-contact-inner .right .link a{font-size:28px}}@media screen and (min-width:1200px){.faq-contact-wrapper .faq-contact-inner .right .link a{font-size:32px}}@media screen and (min-width:1600px){.faq-contact-wrapper .faq-contact-inner .right .link a{font-size:40px}}.ui-dialog .webform-confirmation-modal--content,.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-markup,.job-info-wrapper .job-info-inner .job-header-item .text p,.job-info-wrapper .job-info-inner .job-header-item .text h3,.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead tr th,.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .bottom-caption h3{font-size:18px}@media screen and (min-width:1200px){.ui-dialog .webform-confirmation-modal--content,.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-markup,.job-info-wrapper .job-info-inner .job-header-item .text p,.job-info-wrapper .job-info-inner .job-header-item .text h3,.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead tr th,.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .bottom-caption h3{font-size:20px}}@media screen and (min-width:1600px){.ui-dialog .webform-confirmation-modal--content,.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-markup,.job-info-wrapper .job-info-inner .job-header-item .text p,.job-info-wrapper .job-info-inner .job-header-item .text h3,.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead tr th,.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .bottom-caption h3{font-size:20px}}img{max-width:100%;height:auto}.py-100,.view-faq .title-filter-wrapper,.news-wrapper{padding-top:40px;padding-bottom:40px}@media screen and (min-width:768px){.py-100,.view-faq .title-filter-wrapper,.news-wrapper{padding-top:70px;padding-bottom:70px}}@media screen and (min-width:992px){.py-100,.view-faq .title-filter-wrapper,.news-wrapper{padding-top:100px;padding-bottom:100px}}.pt-100,.Join-pure-harvest,.follow-contact-wrapper{padding-top:40px}@media screen and (min-width:768px){.pt-100,.Join-pure-harvest,.follow-contact-wrapper{padding-top:70px}}@media screen and (min-width:992px){.pt-100,.Join-pure-harvest,.follow-contact-wrapper{padding-top:100px}}.pt-90{padding-top:40px}@media screen and (min-width:992px){.pt-90{padding-top:90px}}.pb-90{padding-bottom:40px}@media screen and (min-width:992px){.pb-90{padding-bottom:90px}}.pb-80{padding-bottom:40px}@media screen and (min-width:768px){.pb-80{padding-bottom:80px}}.pt-80{padding-top:40px}@media screen and (min-width:768px){.pt-80{padding-top:80px}}.py-80,.center-txt,.empty-wrapper,.privacy-policy-wrapper{padding-top:40px;padding-bottom:40px}@media screen and (min-width:768px){.py-80,.center-txt,.empty-wrapper,.privacy-policy-wrapper{padding-bottom:80px;padding-top:80px}}.pb-100{padding-bottom:40px}@media screen and (min-width:768px){.pb-100{padding-bottom:70px}}@media screen and (min-width:992px){.pb-100{padding-bottom:100px}}.py-70{padding-top:40px;padding-bottom:40px}@media screen and (min-width:768px){.py-70{padding-bottom:70px;padding-top:70px}}.py-40{padding-top:20px;padding-bottom:20px}@media screen and (min-width:768px){.py-40{padding-bottom:40px;padding-top:40px}}.pb-40{padding-bottom:20px}@media screen and (min-width:768px){.pb-40{padding-bottom:40px}}.pt-40,.job-info-wrapper{padding-top:20px}@media screen and (min-width:768px){.pt-40,.job-info-wrapper{padding-top:40px}}.py-50{padding-top:25px;padding-bottom:25px}@media screen and (min-width:768px){.py-50{padding-bottom:50px;padding-top:50px}}.pt-50,.detail-form-wrapper,.commitment-section .commit-card-wrapper,.follow-contact-wrapper .top .pdf{padding-top:25px}@media screen and (min-width:768px){.pt-50,.detail-form-wrapper,.commitment-section .commit-card-wrapper,.follow-contact-wrapper .top .pdf{padding-top:50px}}.py-60,.newsletter{padding-top:30px;padding-bottom:30px}@media screen and (min-width:768px){.py-60,.newsletter{padding-bottom:60px;padding-top:60px}}.pt-70{padding-top:40px}@media screen and (min-width:768px){.pt-70{padding-top:70px}}.pb-70{padding-bottom:40px}@media screen and (min-width:768px){.pb-70{padding-bottom:70px}}.pt-60,.our-career-wrapper .our-career-inner .title-filter-wrapper,.leader-section,.Join-pure-harvest .join-card-wrapper,.growing-sustainability,.commitment-section .top-title,.view-news .view-content,.view-announcements .view-content,.view-news .title-filter-wrapper,.view-announcements .title-filter-wrapper{padding-top:30px}@media screen and (min-width:768px){.pt-60,.our-career-wrapper .our-career-inner .title-filter-wrapper,.leader-section,.Join-pure-harvest .join-card-wrapper,.growing-sustainability,.commitment-section .top-title,.view-news .view-content,.view-announcements .view-content,.view-news .title-filter-wrapper,.view-announcements .title-filter-wrapper{padding-top:60px}}.pb-60{padding-bottom:30px}@media screen and (min-width:768px){.pb-60{padding-bottom:60px}}.primary-btn{background-color:var(--c-white);color:#6e6e6e;letter-spacing:.68px;text-transform:uppercase;border-radius:0;border:1px solid var(--c-white);line-height:1.2;-webkit-transition:.25s all ease-in-out;transition:.25s all ease-in-out;display:inline-block;font-weight:400;padding:11px 33px;font-size:15px;cursor:pointer;border-radius:30px;font-weight:900}.primary-btn:hover{color:#adcb53;background-color:var(--c-white);border:1px solid var(--c-white)}.primary-btn:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.banner-full-overlay-caption .overlay-caption .text-br h1{max-width:12em;margin-left:auto;margin-right:auto}.banner-full-overlay-caption .overlay-caption .text-br p{max-width:28em;margin-left:auto;margin-right:auto}select{cursor:pointer}.rating-wrapper{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;margin:0 -20px}@media screen and (min-width:576px){.rating-wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.rating-wrapper .chosen-container{display:none}.rating-wrapper .rating-text{padding:0 20px}@media screen and (min-width:576px){.rating-wrapper .rating-text{border-right:.5px solid #6e6e6e}}@media screen and (min-width:576px){html[dir=rtl] .rating-wrapper .rating-text{border-right:0;border-left:.5px solid #6e6e6e}}.rating-wrapper .rating-text .js-form-type-fivestar .js-form-type-select{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.rating-wrapper .rating-text .js-form-type-fivestar .js-form-type-select .fivestar-widget{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.rating-wrapper .rating-text .js-form-type-fivestar .js-form-type-select .fivestar-widget .star{float:none !important;pointer-events:none}.rating-wrapper .rating-text .fivestar-summary .average-rating{font-weight:700}.rating-wrapper .add-rating{padding:0 20px}@media screen and (max-width:575.72px){.rating-wrapper .add-rating{width:100%;padding-top:10px}}.rating-wrapper .add-rating .show-rating-form{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.rating-wrapper .add-rating .show-rating-form:before{content:"+";display:block;width:22px;height:22px;border-radius:50%;border:1px solid #adcb53;color:#adcb53;font-size:24px;line-height:20px;font-weight:200;margin-right:5px;text-align:center}html[dir=rtl] .rating-wrapper .add-rating .show-rating-form:before{margin-right:0;margin-left:10px}.rating-wrapper .js-form-type-fivestar .js-form-type-select{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.rating-wrapper .js-form-type-fivestar .js-form-type-select .fivestar-widget{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.rating-wrapper .js-form-type-fivestar .js-form-type-select .fivestar-widget .star{float:none !important}.fivestar-widget .star{width:18px !important;height:18px !important;margin-right:5px;background-image:unset !important}.fivestar-widget .star a{opacity:.2;background-image:url("/themes/pureharvest/css/../images/star.png") !important;background-position:center !important;background-repeat:no-repeat !important;background-size:contain !important}.fivestar-widget .star:hover a{opacity:1}.fivestar-widget .star.hover a{opacity:1;background-image:url("/themes/pureharvest/css/../images/star.png") !important}.fivestar-widget .star.on a{opacity:1}.rating-form{position:fixed;left:50%;top:-100%;width:100%;bottom:0;background-color:#eee;padding:20px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;z-index:9999;max-width:calc(100% - 30px);-webkit-box-shadow:-10px 0px 10px rgba(183,183,183,.1);box-shadow:-10px 0px 10px rgba(183,183,183,.1);border-radius:15px;height:-webkit-max-content;height:-moz-max-content;height:max-content}@media screen and (min-width:576px){.rating-form{max-width:550px}}.rating-form .rating-form-inner .popup-title h4{text-align:center;color:#adcb53;font-weight:700}.rating-form .rating-form-inner .popup-btm-text{text-align:center;padding-top:20px}.rating-form .rating-form-inner .popup-btm-text p{margin-bottom:0}.rating-form .rating-form-inner .close-popup{color:#adcb53;text-align:right;font-size:20px;line-height:1;cursor:pointer}.rating-form .rating-form-inner .form-wrapper{padding-top:20px}.rating-form .rating-form-inner .form-wrapper .description{display:none}.rating-form .rating-form-inner .form-wrapper .js-form-type-fivestar .js-form-type-select{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.open-rating-popup .rating-form{top:50%}.accordion .accordion-box .accordion-header{margin-top:-1px;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;padding:15px;cursor:pointer;display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:768px){.accordion .accordion-box .accordion-header{padding:20px 15px 20px 35px}}.accordion .accordion-box .accordion-header h4{font-weight:700;margin:0;line-height:1}.accordion .accordion-box .accordion-header:not(.active):hover{background-color:#adcb53}.accordion .accordion-box .accordion-header:after{content:"+";line-height:1;font-size:32px;color:inherit}.accordion .accordion-box .accordion-header.active{border-bottom:0}.accordion .accordion-box .accordion-header.active:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.accordion .accordion-box .accordion-body{padding:0 15px 15px;display:none}@media screen and (min-width:768px){.accordion .accordion-box .accordion-body{padding:0 15px 20px 35px}}.accordion .accordion-box .accordion-body a{text-decoration:underline;color:#adcb53}.accordion .accordion-box .accordion-body p{max-width:95%}.grid-card-news{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grid-card-news a.overlay-link{position:absolute;height:100%;left:0;top:0;width:100%}.grid-card-news .caption-wrapper{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding:15px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (min-width:1600px){.grid-card-news .caption-wrapper{padding:25px}}.grid-card-news .caption-wrapper .date{width:65px;background-color:#adcb53;padding:11px;border-radius:7px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:auto}.grid-card-news .caption-wrapper .date .day{font-weight:700;color:var(--c-white);line-height:1}.grid-card-news .caption-wrapper .date .month{font-weight:700;color:var(--c-white);line-height:1}.grid-card-news .caption-wrapper .title-link{width:calc(100% - 65px);padding-left:18px;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:justify;-ms-flex-pack:justify;justify-content:space-between}html[dir=rtl] .grid-card-news .caption-wrapper .title-link{padding-left:0;padding-right:18px}.grid-card-news .caption-wrapper .title-link h4{font-weight:700;line-height:1.25;margin-bottom:0;font-size:18px}@media screen and (min-width:768px){.grid-card-news .caption-wrapper .title-link h4{font-size:19px}}@media screen and (min-width:992px){.grid-card-news .caption-wrapper .title-link h4{font-size:21px}}.grid-card-news .caption-wrapper .title-link h4 a{color:#575757}.grid-card-news .caption-wrapper .title-link .normal-link{margin-top:12px;text-align:right}.grid-card-news .caption-wrapper .title-link .normal-link a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#a5cd37;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grid-card-news .caption-wrapper .title-link .normal-link a:before{content:"+";display:block;font-size:19px;color:#adcb53;margin-right:7px;text-decoration:none}html[dir=rtl] .grid-card-news .caption-wrapper .title-link .normal-link a:before{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.grid-card-news .caption-wrapper .title-link .normal-link a:hover{text-decoration:underline}.grid-card-news .caption-wrapper .title-link .normal-link a:hover:before{text-decoration:none}.newsBanner{width:100%}.view-news,.view-announcements{padding:0 15px}.view-news .title-filter-wrapper .title-filter-inner,.view-announcements .title-filter-wrapper .title-filter-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.view-news .title-filter-wrapper .title-filter-inner .view-header,.view-announcements .title-filter-wrapper .title-filter-inner .view-header{width:100%}@media screen and (min-width:1140px){.view-news .title-filter-wrapper .title-filter-inner .view-header,.view-announcements .title-filter-wrapper .title-filter-inner .view-header{width:auto}}.view-news .title-filter-wrapper .title-filter-inner .view-header h2,.view-announcements .title-filter-wrapper .title-filter-inner .view-header h2{color:#adcb53;font-weight:700;margin:0}.view-news .title-filter-wrapper .title-filter-inner .view-filters,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters{width:100%;padding-top:20px}@media screen and (min-width:1140px){.view-news .title-filter-wrapper .title-filter-inner .view-filters,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;margin-left:auto}}.view-news .title-filter-wrapper .title-filter-inner .view-filters .text,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .text{font-weight:700}@media screen and (min-width:576px){.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}}@media screen and (min-width:768px){.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{padding-top:15px}@media screen and (max-width:1139.72px){.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item:first-child,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item:first-child{padding-left:0}}@media screen and (min-width:576px){.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{width:33.3333%;padding-left:15px;padding-top:0}}@media screen and (min-width:1140px){.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{padding-left:15px}}@media screen and (min-width:992px){.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{min-width:250px}}.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item select,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item select{width:100%;border:0;color:#6e6e6e;border-bottom:1px solid #6e6e6e;padding:5px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:25px;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-repeat:no-repeat;background-position:95% center;background-size:10px;cursor:pointer}.view-news .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-actions,.view-announcements .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-actions{display:none}.view-news .view-content,.view-announcements .view-content{overflow:hidden}.view-news .view-content .views-infinite-scroll-content-wrapper,.view-announcements .view-content .views-infinite-scroll-content-wrapper{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}@media screen and (min-width:576px){.view-news .view-content .views-infinite-scroll-content-wrapper,.view-announcements .view-content .views-infinite-scroll-content-wrapper{margin:0 -8px}}.view-news .view-content .views-row,.view-announcements .view-content .views-row{width:100%;padding:8px 0}@media screen and (min-width:576px){.view-news .view-content .views-row,.view-announcements .view-content .views-row{width:50%;padding:8px}}@media screen and (min-width:768px){.view-news .view-content .views-row,.view-announcements .view-content .views-row{width:33.3333%}}@media screen and (min-width:992px){.view-news .view-content .views-row,.view-announcements .view-content .views-row{width:25%}}.view-news .view-content .views-row .views-field,.view-announcements .view-content .views-row .views-field{position:relative;height:100%}.view-news .view-content .views-row .views-field .field-content,.view-announcements .view-content .views-row .views-field .field-content{display:block;height:100%;width:100%}.view-news .view-content .views-row .views-field .normal-link,.view-announcements .view-content .views-row .views-field .normal-link{text-align:left}.view-news .view-content .views-row .views-field .normal-link a:after,.view-announcements .view-content .views-row .views-field .normal-link a:after{content:"";width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0}@media screen and (min-width:576px){.view-news .view-content .views-row:nth-child(2n+1) .views-field:after,.view-announcements .view-content .views-row:nth-child(2n+1) .views-field:after{content:"";width:1px;height:100%;right:-8px;border-right:1px solid #adcb53;position:absolute;top:0;bottom:0}}@media screen and (min-width:768px){.view-news .view-content .views-row:nth-child(3n+1) .views-field:after,.view-news .view-content .views-row:nth-child(3n+2) .views-field:after,.view-announcements .view-content .views-row:nth-child(3n+1) .views-field:after,.view-announcements .view-content .views-row:nth-child(3n+2) .views-field:after{content:"";width:1px;height:100%;right:-8px;border-right:1px solid #adcb53;position:absolute;top:0;bottom:0}}@media screen and (min-width:992px){.view-news .view-content .views-row:nth-child(4n+1) .views-field:after,.view-news .view-content .views-row:nth-child(4n+2) .views-field:after,.view-news .view-content .views-row:nth-child(4n+3) .views-field:after,.view-announcements .view-content .views-row:nth-child(4n+1) .views-field:after,.view-announcements .view-content .views-row:nth-child(4n+2) .views-field:after,.view-announcements .view-content .views-row:nth-child(4n+3) .views-field:after{content:"";width:1px;height:100%;right:-8px;border-right:1px solid #adcb53;position:absolute;top:0;bottom:0}}.grid-card-news .image-wrapper{overflow:hidden}.grid-card-news .image-wrapper img{-webkit-transition:.32s all;transition:.32s all}.grid-card-news:hover .image-wrapper img{-webkit-transform:scale(1.05);transform:scale(1.05)}.news-swiper-wrapper .views-row{height:auto !important}.news-swiper-wrapper .views-field{position:relative;height:100%}.news-swiper-wrapper .views-field:after{content:"";width:1px;height:100%;right:-6px;border-right:1px solid #adcb53;position:absolute;top:0;bottom:0}.news-swiper-wrapper .views-field span.field-content{display:block;width:100%;height:100%}.news-swiper-wrapper .views-field .normal-link{text-align:right}.news-swiper-wrapper .views-field .normal-link a:after{content:"";width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0}.follow-contact-wrapper .bottom .social-icon .linkicon li{padding:6px;margin:0}.follow-contact-wrapper .bottom .social-icon .linkicon li .linkicon__item{color:#adcb53;width:52px;height:52px;border-radius:50%;background-color:var(--c-white);line-height:52px;border:2px solid #fff;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;-webkit-transition:.32s all ease-in-out;transition:.32s all ease-in-out}.follow-contact-wrapper .bottom .social-icon .linkicon li .linkicon__item svg{height:26px;width:26px}.follow-contact-wrapper .bottom .social-icon .linkicon li .linkicon__item:hover{background-color:transparent;color:var(--c-white)}.follow-contact-wrapper .form-contact-type-2 .webform-submission-form .form-actions{margin-left:auto}.paragraph--type--write-to-us-items .mail-wrap a{color:#fff;text-decoration:none}.news-wrapper{padding-left:15px;padding-right:15px}.news-wrapper .news-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.news-wrapper .news-inner .left{width:100%}@media screen and (min-width:992px){.news-wrapper .news-inner .left{width:100%;padding-right:50px}}.news-wrapper .news-inner .left .date{color:#adcb53;margin-bottom:8px;font-weight:700}.news-wrapper .news-inner .left .caption-wrapper{max-width:100%}.news-wrapper .news-inner .left .title-link .tag-investor{margin-bottom:20px;font-size:18px;font-weight:900;color:#575757}@media screen and (min-width:1200px){.news-wrapper .news-inner .left .title-link .tag-investor{font-size:20px}}.news-wrapper .news-inner .right{width:100%;padding-top:30px}@media screen and (min-width:992px){.news-wrapper .news-inner .right{width:50%;padding-top:0}}.news-wrapper .news-inner .right .video .field--name-field-media-oembed-video{position:relative;padding:0 0 56.25%}.news-wrapper .news-inner .right .video .field--name-field-media-oembed-video iframe{position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.view-faq .title-filter-wrapper{padding-left:3%;padding-right:3%}.view-faq .title-filter-wrapper .title-filter-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.view-faq .title-filter-wrapper .title-filter-inner .left{width:100%}@media screen and (min-width:992px){.view-faq .title-filter-wrapper .title-filter-inner .left{width:30%;padding-right:20px}html[dir=rtl] .view-faq .title-filter-wrapper .title-filter-inner .left{padding-right:0;padding-left:20px}}.view-faq .title-filter-wrapper .title-filter-inner .left .view-header h1{font-weight:700;margin:0;color:#adcb53}.view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form{border-bottom:1px solid #6e6e6e;display:-webkit-box;display:-ms-flexbox;display:flex;width:250px;padding-top:15px}@media screen and (min-width:576px){.view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form{padding-top:30px}}.view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form .form-item select{width:100%;border:0;color:#6e6e6e;border-bottom:1px solid #6e6e6e;padding:5px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:45px;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-repeat:no-repeat;background-position:95% center;background-size:10px;outline:none;cursor:pointer}html[dir=rtl] .view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form .form-item select{padding-right:0;padding-left:45px;background-position:5% center}.view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form .form-item input[type=text]{width:100%;border:0;color:#6e6e6e;padding:5px 0;outline:none}.view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form .form-actions{padding-right:10px}.view-faq .title-filter-wrapper .title-filter-inner .left .bef-exposed-form .form-actions input[type=submit]{width:18px;height:18px;font-size:0;background-image:url("/themes/pureharvest/css/../images/input-search-icon.png");background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;border:0;outline:none;-webkit-box-shadow:none;box-shadow:none}.view-faq .title-filter-wrapper .title-filter-inner .right{width:100%;padding-top:30px}@media screen and (min-width:992px){.view-faq .title-filter-wrapper .title-filter-inner .right{width:70%;padding-top:0}}@media screen and (min-width:768px){.view-faq .title-filter-wrapper .title-filter-inner .right .text-wrapper{padding-top:80px}}.view-faq .title-filter-wrapper .title-filter-inner .right .view-content .views-row{border-top:1px solid #adcb53}.view-faq .title-filter-wrapper .title-filter-inner .right .view-content .views-row:last-child{border-bottom:1px solid #adcb53}.faq-contact-wrapper{background-color:#adcb53;padding:15px 3%}.faq-contact-wrapper .faq-contact-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.faq-contact-wrapper .faq-contact-inner .left{width:100%}@media screen and (min-width:768px){.faq-contact-wrapper .faq-contact-inner .left{width:30%;padding-right:30px}}@media screen and (min-width:768px){html[dir=rtl] .faq-contact-wrapper .faq-contact-inner .left{padding-right:0;padding-left:30px}}.faq-contact-wrapper .faq-contact-inner .left .img{max-width:180px}.faq-contact-wrapper .faq-contact-inner .right{width:100%;padding-top:30px}@media screen and (min-width:768px){.faq-contact-wrapper .faq-contact-inner .right{width:70%;padding-top:0}}.faq-contact-wrapper .faq-contact-inner .right .text h2{color:var(--c-white);font-weight:700;margin:0}.faq-contact-wrapper .faq-contact-inner .right .link{display:inline-block;margin-top:25px}.faq-contact-wrapper .faq-contact-inner .right .link a{color:var(--c-white);font-weight:700;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.25s all;transition:.25s all}.faq-contact-wrapper .faq-contact-inner .right .link a:after{content:"";background:url("/themes/pureharvest/css/../images/right-arrow-white.svg") no-repeat;width:51px;height:40px;margin-top:auto;margin-bottom:auto;margin-left:35px;display:block;background-size:contain}html[dir=rtl] .faq-contact-wrapper .faq-contact-inner .right .link a:after{margin-left:0;background:url("/themes/pureharvest/css/../images/left-arrow-white.svg") no-repeat;margin-right:35px;background-size:contain}.faq-contact-wrapper .faq-contact-inner .right .link a:hover:after{-webkit-transform:scale(1.05);transform:scale(1.05)}.mySwiper1 .swiper-pagination{text-align:center;left:0;right:0;display:block !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;overflow:hidden;padding-bottom:15px}.mySwiper1 .swiper-pagination .swiper-pagination-bullet{display:block;border-top:0;position:relative;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-weight:700;padding-right:10px;padding-left:10px}@media screen and (max-width:767.72px){.mySwiper1 .swiper-pagination .swiper-pagination-bullet{height:120px !important;font-size:0}}@media screen and (min-width:768px){.mySwiper1 .swiper-pagination .swiper-pagination-bullet{padding-right:50px;margin:0 !important;height:90px;font-size:16px;border-left:1px solid var(--c-white)}}@media screen and (min-width:1600px){.mySwiper1 .swiper-pagination .swiper-pagination-bullet{font-size:18px}}.mySwiper1 .swiper-pagination .swiper-pagination-bullet:before{content:"";width:30px;height:30px;border:1px solid var(--c-active,var(--c-white));padding:10px;border-radius:50%;position:absolute;bottom:-14px;left:-15px;z-index:2}.mySwiper1 .swiper-pagination .swiper-pagination-bullet:after{z-index:2;content:"";border-bottom:1px solid var(--c-active,var(--c-primary));bottom:0;position:absolute;left:-26px;width:calc(100% + 26px)}@media screen and (min-width:768px){.mySwiper1 .swiper-pagination .swiper-pagination-bullet:after{left:-40px;width:calc(100% + 40px)}}.mySwiper1 .swiper-pagination .swiper-pagination-bullet .bullet-inner{display:block;max-width:75px;text-align:left}.mySwiper1 .swiper-pagination .swiper-pagination-bullet .bullet-inner:after{content:"";width:10px;height:10px;background-color:var(--c-active,var(--c-white));border-radius:50%;position:absolute;left:-5px;bottom:-4px;z-index:2}.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{--c-active:var(--c-primary)}@media screen and (min-width:768px){.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{height:120px;border-left:1px solid var(--c-primary)}}.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet{--c-active:var(--c-white)}.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet{--c-active:var(--c-white)}.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet{--c-active:var(--c-white)}.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet{--c-active:var(--c-white)}.mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet+.swiper-pagination-bullet{--c-active:var(--c-white)}.mySwiper1 .swiper-pagination .swiper-pagination-bullet:first-child{position:relative}.mySwiper1 .swiper-pagination .swiper-pagination-bullet:first-child .bullet-inner:before{content:"";position:absolute;width:50vw;right:100%;bottom:0;border-bottom:1px solid var(--c-primary)}.mySwiper1 .swiper-pagination .swiper-pagination-bullet:last-child{position:relative}.mySwiper1 .swiper-pagination .swiper-pagination-bullet:last-child .bullet-inner:before{content:"";width:50vw;left:100%;bottom:0;position:absolute;border-bottom:1px solid var(--c-active,var(--c-white))}.privacy-policy-wrapper{padding-left:15px;padding-right:15px}.privacy-policy-wrapper .privacy-policy-inner{max-width:1168px}.privacy-policy-wrapper h1{font-weight:900;margin-top:0;color:var(--c-primary);margin-bottom:30px}@media screen and (min-width:768px){.privacy-policy-wrapper h1{margin-bottom:60px}}.privacy-policy-wrapper p{margin-bottom:0;color:var(--c-body)}.privacy-policy-wrapper p:not(:last-child){padding-bottom:20px}@media screen and (min-width:768px){.privacy-policy-wrapper p:not(:last-child){padding-bottom:40px}}.privacy-policy-wrapper h3{display:block;border-top:1px solid var(--c-primary);padding:20px 0 0;font-weight:900;margin-bottom:10px;color:var(--c-body)}@media screen and (min-width:768px){.privacy-policy-wrapper h3{padding:40px 0 0}}.newsletter{background-color:#eee}.newsletter .newsletter-inner{text-align:center;max-width:507px;margin:auto}.newsletter .newsletter-inner .field--type-text-with-summary h2{font-weight:700;color:var(--c-primary);margin-bottom:30px;margin-top:0}.newsletter .newsletter-inner form .form-item label{display:none}.newsletter .newsletter-inner form .form-item input[type=email]{border-radius:26px;background-color:var(--c-white);height:51px;border:0;width:100%;outline:none;-webkit-box-shadow:none;box-shadow:none;padding:0 20px;font-style:normal;font-size:16px;text-align:center}@media screen and (min-width:992px){.newsletter .newsletter-inner form .form-item input[type=email]{font-size:18px}}.newsletter .newsletter-inner form .form-item input[type=email]:focus::-webkit-input-placeholder{opacity:0}.newsletter .newsletter-inner form .form-item input[type=email]:focus::-moz-placeholder{opacity:0}.newsletter .newsletter-inner form .form-item input[type=email]:focus:-ms-input-placeholder{opacity:0}.newsletter .newsletter-inner form .form-item input[type=email]:focus::-ms-input-placeholder{opacity:0}.newsletter .newsletter-inner form .form-item input[type=email]:focus::placeholder{opacity:0}.newsletter .newsletter-inner form .form-item input[type=email]::-webkit-input-placeholder{text-align:center;font-style:normal !important;font-size:16px}.newsletter .newsletter-inner form .form-item input[type=email]::-moz-placeholder{text-align:center;font-style:normal !important;font-size:16px}.newsletter .newsletter-inner form .form-item input[type=email]:-ms-input-placeholder{text-align:center;font-style:normal !important;font-size:16px}.newsletter .newsletter-inner form .form-item input[type=email]::-ms-input-placeholder{text-align:center;font-style:normal !important;font-size:16px}.newsletter .newsletter-inner form .form-item input[type=email]::placeholder{text-align:center;font-style:normal !important;font-size:16px}@media screen and (min-width:992px){.newsletter .newsletter-inner form .form-item input[type=email]::-webkit-input-placeholder{font-size:18px}.newsletter .newsletter-inner form .form-item input[type=email]::-moz-placeholder{font-size:18px}.newsletter .newsletter-inner form .form-item input[type=email]:-ms-input-placeholder{font-size:18px}.newsletter .newsletter-inner form .form-item input[type=email]::-ms-input-placeholder{font-size:18px}.newsletter .newsletter-inner form .form-item input[type=email]::placeholder{font-size:18px}}.newsletter .newsletter-inner form .form-actions{margin-top:20px;display:inline-block;position:relative;line-height:1}.newsletter .newsletter-inner form .form-actions:after{content:"";position:absolute;width:60%;border-bottom:1px solid #adcb53;bottom:0;left:0}@media screen and (min-width:768px){.newsletter .newsletter-inner form .form-actions{margin-top:40px}}.newsletter .newsletter-inner form .form-actions input[type=submit]{border:0;background-color:transparent;outline:none;-webkit-box-shadow:none;box-shadow:none;color:#adcb53;font-weight:700;background-image:url("/themes/pureharvest/css/../images/arrow-right-green.svg");background-repeat:no-repeat;background-size:24px;background-position:90% center;padding-right:40px;-webkit-transition:.25s all;transition:.25s all;padding-left:0;line-height:1}.newsletter .newsletter-inner form .form-actions input[type=submit]:hover{background-position:100% center}.newsletter .newsletter-inner form .description{display:none}.user-login .main-content{background-color:#eee}.user-login .user-login-form{max-width:600px;margin:auto}.user-login .user-login-form .js-form-item input[type=email],.user-login .user-login-form .js-form-item input[type=password],.user-login .user-login-form .js-form-item input[type=text]{border-radius:26px;background-color:var(--c-white);height:51px;border:0;width:100%;outline:none;-webkit-box-shadow:none;box-shadow:none;padding:0 20px;font-style:normal;font-size:16px}@media screen and (min-width:992px){.user-login .user-login-form .js-form-item input[type=email],.user-login .user-login-form .js-form-item input[type=password],.user-login .user-login-form .js-form-item input[type=text]{font-size:18px}}.user-login .user-login-form .js-form-item input[type=email]::-webkit-input-placeholder,.user-login .user-login-form .js-form-item input[type=password]::-webkit-input-placeholder,.user-login .user-login-form .js-form-item input[type=text]::-webkit-input-placeholder{font-style:normal !important;font-size:16px}.user-login .user-login-form .js-form-item input[type=email]::-moz-placeholder,.user-login .user-login-form .js-form-item input[type=password]::-moz-placeholder,.user-login .user-login-form .js-form-item input[type=text]::-moz-placeholder{font-style:normal !important;font-size:16px}.user-login .user-login-form .js-form-item input[type=email]:-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=password]:-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=text]:-ms-input-placeholder{font-style:normal !important;font-size:16px}.user-login .user-login-form .js-form-item input[type=email]::-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=password]::-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=text]::-ms-input-placeholder{font-style:normal !important;font-size:16px}.user-login .user-login-form .js-form-item input[type=email]::placeholder,.user-login .user-login-form .js-form-item input[type=password]::placeholder,.user-login .user-login-form .js-form-item input[type=text]::placeholder{font-style:normal !important;font-size:16px}@media screen and (min-width:992px){.user-login .user-login-form .js-form-item input[type=email]::-webkit-input-placeholder,.user-login .user-login-form .js-form-item input[type=password]::-webkit-input-placeholder,.user-login .user-login-form .js-form-item input[type=text]::-webkit-input-placeholder{font-size:18px}.user-login .user-login-form .js-form-item input[type=email]::-moz-placeholder,.user-login .user-login-form .js-form-item input[type=password]::-moz-placeholder,.user-login .user-login-form .js-form-item input[type=text]::-moz-placeholder{font-size:18px}.user-login .user-login-form .js-form-item input[type=email]:-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=password]:-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=text]:-ms-input-placeholder{font-size:18px}.user-login .user-login-form .js-form-item input[type=email]::-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=password]::-ms-input-placeholder,.user-login .user-login-form .js-form-item input[type=text]::-ms-input-placeholder{font-size:18px}.user-login .user-login-form .js-form-item input[type=email]::placeholder,.user-login .user-login-form .js-form-item input[type=password]::placeholder,.user-login .user-login-form .js-form-item input[type=text]::placeholder{font-size:18px}}.user-login .user-login-form .form-actions{margin-top:20px;display:inline-block;position:relative;line-height:1}.user-login .user-login-form .form-actions:after{content:"";position:absolute;width:60%;border-bottom:1px solid #adcb53;bottom:0;left:0}@media screen and (min-width:768px){.user-login .user-login-form .form-actions{margin-top:40px}}.user-login .user-login-form .form-actions input[type=submit]{border:0;background-color:transparent;outline:none;-webkit-box-shadow:none;box-shadow:none;color:#adcb53;font-weight:700;background-image:url("/themes/pureharvest/css/../images/arrow-right-green.svg");background-repeat:no-repeat;background-size:24px;background-position:90% center;padding-right:40px;-webkit-transition:.25s all;transition:.25s all;padding-left:0;line-height:1}.user-login .user-login-form .form-actions input[type=submit]:hover{background-position:100% center}.user-login .user-login-form .description{display:none}@media screen and (min-width:1200px){.modal .modal-dialog{width:1168px}}.modal .modal-dialog .modal-header{border:0;padding:0;padding-top:15px;padding-right:15px}@media screen and (min-width:768px){.modal .modal-dialog .modal-header{padding-right:36px;padding-top:20px}}.modal .modal-dialog .modal-header .close{opacity:1}.modal .modal-dialog .modal-header .close span{color:#adcb53;font-size:62px;font-weight:200}.modal .modal-dialog .modal-content{-webkit-box-shadow:-10px 0px 10px rgba(183,183,183,.1019607843);box-shadow:-10px 0px 10px rgba(183,183,183,.1019607843);border-radius:15px}.modal .modal-dialog .modal-content .modal-body{text-align:center;padding:15px}@media screen and (min-width:768px){.modal .modal-dialog .modal-content .modal-body{padding:45px 36px}}.modal .modal-dialog .modal-content .modal-body .thanks-content{position:relative}.modal .modal-dialog .modal-content .modal-body .thanks-content:after{content:"";background-image:url("/themes/pureharvest/css/../images/thank-icon.svg");background-position:center;background-size:contain;background-repeat:no-repeat;width:143px;height:108px;margin:auto;display:block;position:absolute;top:20px;left:30px;right:0;width:143px;height:108px}.modal .modal-dialog .modal-content .modal-body .thanks-content:before{content:"";background-image:url("/themes/pureharvest/css/../images/thank-icon-circle.svg");background-position:center;background-size:contain;background-repeat:no-repeat;width:170px;height:170px;margin:auto;display:block}.modal .modal-dialog .modal-content .modal-body .thanks-content .field--name-body h2{color:#adcb53;font-weight:900;margin-top:32px;margin-bottom:0}.modal .modal-dialog .modal-content .modal-body .thanks-content .field--name-body p{margin-bottom:0;margin-top:40px}.web-footer .open-popup{display:none !important}.view-empty{text-align:center;color:#adcb53;font-weight:700}.empty-wrapper{text-align:center}.empty-wrapper h1{color:#adcb53}.center-txt{text-align:center}@media screen and (min-width:1400px){.center-txt{padding-top:120px}}.center-txt .container{padding:0 15px}.center-txt .text{max-width:56em;margin:0 auto}.commitment-section .container{padding:0 15px}.commitment-section .top-title{border-top:1px solid #adcb53}.commitment-section .top-title h2{color:#adcb53;font-weight:700;margin:0}.commitment-section .commit-card-wrapper{max-width:1168px;margin:0 auto}.commitment-section .commit-card-wrapper .field{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}@media screen and (min-width:576px){.commitment-section .commit-card-wrapper .field{margin:0 -8px}}.commitment-section .commit-card-wrapper .field .field__item{width:100%;padding:8px 0}@media screen and (min-width:576px){.commitment-section .commit-card-wrapper .field .field__item{width:50%;padding:0 8px}}@media screen and (min-width:768px){.commitment-section .commit-card-wrapper .field .field__item{width:25%}}.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text{height:100%}.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card{height:100%}@media screen and (min-width:576px){.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card{padding:45px 40px 40px}}.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .image{width:100px;height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .image img{display:block;-webkit-transform:scale(.8);transform:scale(.8)}.commitment-section .commit-card-wrapper .field .field__item .paragraph--type--commitment-image-text .bg-green-card .bottom-caption h3{font-weight:700}.Join-pure-harvest .container{padding:0 15px}.Join-pure-harvest .top-title h2{color:#adcb53;font-weight:900;margin:0}.Join-pure-harvest .join-card-wrapper .field{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;margin:0 -8px}.Join-pure-harvest .join-card-wrapper .field .field__item{width:50%;padding:8px}@media screen and (min-width:768px){.Join-pure-harvest .join-card-wrapper .field .field__item{width:33.3333%}}@media screen and (min-width:992px){.Join-pure-harvest .join-card-wrapper .field .field__item{width:25%}}@media screen and (min-width:1200px){.Join-pure-harvest .join-card-wrapper .field .field__item{width:20%}}@media screen and (min-width:1400px){.Join-pure-harvest .join-card-wrapper .field .field__item{width:16.6666%}}.Join-pure-harvest .join-card-wrapper .field .field__item .paragraph{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.Join-pure-harvest .join-card-wrapper .field .field__item .paragraph:before{content:"";margin-left:-1px;padding:0 0 100%;display:block;width:1px}.Join-pure-harvest .join-card-wrapper .field .field__item .paragraph .grey-bg{height:100%;width:100%}.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg{background-color:#eee;text-align:center;-webkit-box-shadow:-10px 0px 10px rgba(183,183,183,.1019607843);box-shadow:-10px 0px 10px rgba(183,183,183,.1019607843);border-radius:15px;padding:15px;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}@media screen and (min-width:768px){.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg{padding:30px 20px 30px}}.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .image{margin:auto;width:60px;height:60px}@media screen and (min-width:768px){.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .image{width:80px;height:80px}}.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .bottom-caption h3{margin:0 0 6px;font-weight:900;padding-top:15px}@media screen and (max-width:767.72px){.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .bottom-caption h3{font-size:15px}}@media screen and (min-width:768px){.Join-pure-harvest .join-card-wrapper .field .field__item .grey-bg .bottom-caption h3{padding-top:30px}}.leader-section .container{padding:0 15px}.leader-section .top-title h2{color:#adcb53;font-weight:900;margin:0}.leader-section .our-leader-wrapper{max-width:1400px;margin:auto}.banner-full-overlay-caption .bg-img{position:relative}.banner-full-overlay-caption .bg-img:after{position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--c-black);opacity:.35;content:"";z-index:1}.our-career-wrapper .our-career-inner{padding:0 15px}.our-career-wrapper .our-career-inner .title-filter-wrapper{padding-left:0;padding-right:0}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header{width:100%}@media screen and (min-width:768px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header{width:25%}}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-header h2{color:#adcb53;font-weight:700;margin:0}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters{width:100%;padding-top:15px}@media screen and (min-width:768px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters{padding-top:0}}@media screen and (min-width:768px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:75%;margin-left:auto}}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form{width:100%}@media screen and (min-width:576px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}}@media screen and (min-width:768px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{padding-top:15px}@media screen and (min-width:576px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:992px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{width:33.3333%}}@media screen and (min-width:576px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item{padding-left:15px;padding-top:0}}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item label{font-weight:700;font-size:inherit;font-style:normal;width:auto;white-space:nowrap}@media screen and (min-width:576px){.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item label{padding-right:15px}}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-item select{width:100%;border:0;color:#6e6e6e;border-bottom:1px solid #6e6e6e;padding:5px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:25px;background-image:url("/themes/pureharvest/css/../images/select-arrow.svg");background-repeat:no-repeat;background-position:95% center;background-size:10px;cursor:pointer;background-color:transparent;outline:none}.our-career-wrapper .our-career-inner .title-filter-wrapper .title-filter-inner .view-filters .bef-exposed-form .form-actions{display:none}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper{overflow:auto}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead{display:none}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table:first-child thead{display:table-header-group}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table{width:100%;border-collapse:separate;border-spacing:0 1em}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead tr th{font-weight:700;color:#adcb53;padding:15px}@media screen and (min-width:768px){.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead tr th{padding:15px 35px}}html[dir=rtl] .our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table thead tr th{text-align:right}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr{margin-bottom:10px;border-radius:15px}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr td{background-color:#eee;padding:10px 15px;white-space:nowrap}@media screen and (min-width:768px){.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr td{padding:10px 35px}}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-nothing{line-height:1.4285714286;font-weight:700;border-top-left-radius:15px;border-bottom-left-radius:15px}@media screen and (min-width:1200px){.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-nothing{font-size:20px}}html[dir=rtl] .our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-nothing{border-top-right-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:0;border-bottom-left-radius:0}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-nothing p{margin-bottom:0;white-space:break-spaces;max-width:380px}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-nothing-1 p{margin-bottom:0;max-width:160px;white-space:break-spaces}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-nothing-2 p{margin-bottom:0}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-view-node{text-align:center;background-color:#f8e9d3;border-top-right-radius:15px;border-bottom-right-radius:15px;font-size:0%;position:relative}html[dir=rtl] .our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-view-node{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:15px;border-bottom-left-radius:15px}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-view-node a:before{content:"";width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-view-node a:after{-webkit-transition:.32s all ease-in-out;transition:.32s all ease-in-out;content:"";width:35px;height:15px;background-image:url("/themes/pureharvest/css/../images/right-arrow-dark.svg");background-repeat:no-repeat;background-position:center;background-size:contain;display:block;margin:auto}html[dir=rtl] .our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-view-node a:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.our-career-wrapper .our-career-inner .views-infinite-scroll-content-wrapper table tbody tr .views-field-view-node a:hover:after{-webkit-transform:scale(1.09);transform:scale(1.09)}.job-detail-wrapper{padding:30px 4% 20px}@media screen and (min-width:768px){.job-detail-wrapper{padding:30px 3% 20px}}.job-detail-wrapper .title-wrapper .title{max-width:750px}.job-detail-wrapper .title-wrapper .title h1{color:#adcb53}.job-info-wrapper .job-info-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}@media screen and (min-width:992px){.job-info-wrapper .job-info-inner{width:70%}}.job-info-wrapper .job-info-inner .job-header-item{width:100%}@media screen and (min-width:768px){.job-info-wrapper .job-info-inner .job-header-item{width:25%}}@media screen and (min-width:768px){.job-info-wrapper .job-info-inner .job-header-item:not(:first-child){padding-left:25px}}@media screen and (max-width:767.72px){.job-info-wrapper .job-info-inner .job-header-item .job-header-item-inner .image{margin:auto}}@media screen and (max-width:767.72px){.job-info-wrapper .job-info-inner .job-header-item .job-header-item-inner{text-align:center;padding:20px 0}}html[dir=rtl] .job-info-wrapper .job-info-inner .job-header-item .job-header-item-inner{padding-right:25px}.job-info-wrapper .job-info-inner .job-header-item:not(:last-child) .job-header-item-inner{border-bottom:1px solid var(--c-body)}@media screen and (min-width:768px){.job-info-wrapper .job-info-inner .job-header-item:not(:last-child) .job-header-item-inner{border-bottom:0;border-right:1px solid var(--c-body)}html[dir=rtl] .job-info-wrapper .job-info-inner .job-header-item:not(:last-child) .job-header-item-inner{border-left:1px solid var(--c-body);border-right:0}}.job-info-wrapper .job-info-inner .job-header-item .image{width:40px;height:40px;margin-bottom:15px}.job-info-wrapper .job-info-inner .job-header-item .image:after{content:"";background-repeat:no-repeat;background-position:center;background-size:contain;display:block;width:40px;height:40px}.job-info-wrapper .job-info-inner .job-header-item:nth-child(1) .image:after{background-image:url("/themes/pureharvest/css/../images/job-1.png")}.job-info-wrapper .job-info-inner .job-header-item:nth-child(2) .image:after{background-image:url("/themes/pureharvest/css/../images/job-2.png")}.job-info-wrapper .job-info-inner .job-header-item:nth-child(3) .image:after{background-image:url("/themes/pureharvest/css/../images/job-3.png")}.job-info-wrapper .job-info-inner .job-header-item:nth-child(4) .image:after{background-image:url("/themes/pureharvest/css/../images/job-4.png")}.job-info-wrapper .job-info-inner .job-header-item .text h3{margin-top:0;font-weight:900;margin-bottom:10px}.job-info-wrapper .job-info-inner .job-header-item .text p{margin-bottom:0}.detail-form-wrapper .detai-form-inner{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.detail-form-wrapper .detai-form-inner .main-detail-wrapper{width:100%}@media screen and (min-width:768px){.detail-form-wrapper .detai-form-inner .main-detail-wrapper{width:50%}}@media screen and (min-width:992px){.detail-form-wrapper .detai-form-inner .main-detail-wrapper{width:70%}}.detail-form-wrapper .detai-form-inner .main-detail-wrapper .paragraph--type--jobs-main-detail{padding-bottom:35px}.detail-form-wrapper .detai-form-inner .main-detail-wrapper .paragraph--type--jobs-main-detail .text h4{color:#adcb53;font-weight:900;margin-top:0;margin-bottom:10px}.detail-form-wrapper .detai-form-inner>.form-wrapper{width:100%}@media screen and (min-width:768px){.detail-form-wrapper .detai-form-inner>.form-wrapper{width:50%}html[dir=rtl] .detail-form-wrapper .detai-form-inner>.form-wrapper{padding-right:15px;padding-left:0}}@media screen and (min-width:992px){.detail-form-wrapper .detai-form-inner>.form-wrapper{width:30%}}.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form{padding:15px}@media screen and (min-width:768px){.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form{padding:45px 25px}}.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-markup{font-weight:900;padding-bottom:15px;padding-top:0;color:var(--c-white);border-bottom:1px solid var(--c-white);margin-bottom:35px}.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-document-file .js-webform-document-file{margin-bottom:0}.detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-document-file label{margin:0;line-height:1.65;border-radius:0;color:var(--c-body);display:block;width:100%;padding:0;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;font-size:inherit;font-style:400;background-image:url("/themes/pureharvest/css/../images/upload-icon.svg");background-repeat:no-repeat;background-size:23px;background-position:95% center;cursor:pointer}html[dir=rtl] .detail-form-wrapper .detai-form-inner>.form-wrapper .webform-submission-form .js-form-type-webform-document-file label{background-position:5% center}.ui-dialog{border:0 !important;padding:0 !important;width:calc(100% - 30px) !important;top:50% !important;left:50% !important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:576px){.ui-dialog{width:440px !important}}@media screen and (min-width:768px){.ui-dialog{width:600px !important}}@media screen and (min-width:992px){.ui-dialog{width:800px !important}}@media screen and (min-width:1200px){.ui-dialog{width:1000px !important;margin:auto}}.ui-dialog .ui-dialog-titlebar{border:0;padding:0;padding-top:15px;background-color:transparent;padding-right:15px}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{text-align:center;color:#adcb53;font-weight:700;width:100%}@media screen and (min-width:768px){.ui-dialog .ui-dialog-titlebar{padding-right:36px;padding-top:20px}}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{opacity:1;background:0 0;border:0;width:auto !important;height:auto !important;right:20px;outline:none;-webkit-box-shadow:none;box-shadow:none}html[dir=rtl] .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{left:20px;right:unset}.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick{background-image:url("/themes/pureharvest/css/../images/side-close.png") !important;background-position:center !important;background-repeat:no-repeat !important;background-size:contain}.ui-dialog .webform-confirmation-modal--content{border-radius:15px;text-align:center;padding:15px;color:var(--c-body);font-weight:200;margin-bottom:0;position:relative}@media screen and (min-width:768px){.ui-dialog .webform-confirmation-modal--content{padding:45px 36px}}.form-contact-type-2{padding-top:30px}.form-contact-type-2 .status-message-inner a{color:var(--c-white)}
@media only screen and (min-width:1400px){.margin-left-2p1 .text-wrap .views-field-title{max-width:435px}.margin-left-2p1 .text-wrap .views-field-field-title-fold-8{max-width:230px}.story8 .margin-left-2p1 .text-wrap .views-field-body{max-width:430px}.margin-left-2p2 .text-wrap .views-field-title{max-width:460px}.story-videos{margin:-222px auto 0px auto}.farms-b5 .homepage-fold5-content{top:155px}.farm-details-title{line-height:67px;margin-bottom:10px}}@media only screen and (max-width:1399px){.container{max-width:100%}.homepage-slide-fold7 .container,.homepage-slide-fold11 .container,.farms-details-section .container,.farms-details-coming .container{padding:0 3%}.web-footer .container{margin:0 3%;width:94%}}@media only screen and (max-width:1199px){.content-slide-title{font-size:90px;line-height:75px}.merge-menu li{font-size:16px;padding:20px 12px 0}.region-footer-four-3{width:100%;margin-top:30px}.region-footer-four .newsletter-title{margin-bottom:10px}.region-footer-four .form-email{max-width:300px}.region-footer-four .field--name-mail{max-width:250px}.homepage-slide-fold9{margin-top:30px}.flag{font-size:16px}.margin-left-2p1 .col-lg-6{width:50%;float:left}.sidepanel .side-menu1 a{font-size:18px}.sidepanel .side-menu2 a{font-size:16px}.sidepanel .footer-social-sidepanel .facebook-sidepanel,.sidepanel .footer-social-sidepanel .instagram-sidepanel,.sidepanel .footer-social-sidepanel .linkedin-sidepanel,.sidepanel .footer-social-sidepanel .youtube-sidepanel{margin-right:0}.sidepanel .footer-social-sidepanel .facebook-sidepanel img,.sidepanel .footer-social-sidepanel .instagram-sidepanel img,.sidepanel .footer-social-sidepanel .linkedin-sidepanel img,.sidepanel .footer-social-sidepanel .youtube-sidepanel img{width:95%}.sidepanel .footer-social-sidepanel .facebook-sidepanel,.sidepanel .footer-social-sidepanel .instagram-sidepanel,.sidepanel .footer-social-sidepanel .linkedin-sidepanel,.sidepanel .footer-social-sidepanel .youtube-sidepanel{width:40px;margin-right:0}.sidepanel .footer-social-sidepanel{bottom:50px}.homepage-fold5-content ol li img{width:75%;height:auto}.story-blocks ol li h3{font-size:70px;line-height:104px}.farms_people_background .st-text{bottom:45px}.story-timeline .content-slide{width:70%}.story-blocks ol li h3{font-size:54px !important;line-height:77px !important}.now-harvesting .harv-row1 .views-field-title{font-size:50px;line-height:55px}}@media only screen and (max-width:1025px){.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px !important}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8{font-size:37px;line-height:42px}.homepage-slide-fold2 .text-wrap .views-field-body{font-size:20px;line-height:26px}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8{padding-bottom:60px}.homepage-slide-fold2 .text-wrap .views-field-body{padding-bottom:60px}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8{padding-top:25%}.homepage-fold5-content .views-field-title{font-size:55px}.homepage-fold5-content .views-field-field-link a{font-size:25px}.homepage-fold5-content ol li img{width:75%;height:auto}.homepage-slide-fold7 .views-field-title{font-size:18px;line-height:26px}.homepage-slide-fold8 .views-field-title{font-size:40px;line-height:40px}.homepage-slide-fold8 .choice-title{font-size:23px}.marg-5p{margin-left:0;padding-left:5% !important}.homepage-slide-fold9 .views-field-title{font-size:66px;line-height:72px}.recipe-content .recipe-title{font-size:21px;line-height:26px}.recipe-content .recipe-tags{font-size:16px;line-height:32px}.recipe-content .recipe-author{font-size:17px}.web-footer img{width:90%}.story-fold-left .text-wrap .views-field-title,.story-fold-right .text-wrap .views-field-title{font-size:21px;line-height:27px}.story-fold-left .text-wrap .views-field-field-small-subtitle,.story-fold-right .text-wrap .views-field-field-small-subtitle{font-size:40px;line-height:42px}.story-fold-left .text-wrap .views-field-body,.story-fold-right .text-wrap .views-field-body{font-size:20px;line-height:25px}.story-fold-left .text-wrap .views-field-field-small-subtitle,.story-fold-right .text-wrap .views-field-field-small-subtitle{font-size:42px;line-height:44px}.story-fold-left .text-wrap .views-field-title,.story-fold-right .text-wrap .views-field-title{font-size:22px}.story-fold-left .text-wrap .views-field-body,.story-fold-right .text-wrap .views-field-body{font-size:17px;line-height:21px;max-width:420px}.farms_people_background .st-text .st-text-1{font-size:27px;line-height:26px}.homepage-slide-fold7 .views-element-container .views-row .st-text-2{font-size:44px;line-height:40px}.farms_people_background .st-text .st-text-2 a:after{top:31px}.farms-details-section .farm-title{font-size:19px;line-height:26px}.farms-details-section .farm-info{font-size:14px;line-height:21px}.story-blocks ol{width:90%;margin:0 5%}.story-blocks ol li h3{font-size:49px !important;line-height:70px !important}.story-videos .video-subtitle{font-size:18px;line-height:24px}.farm-details-desc h3{font-size:43px;line-height:42px}.farm-details-desc1{font-size:20px;line-height:21px}.farm-details-desc1 .farm-map{font-size:14px;line-height:22px}.farm-details-desc1:before{background-size:80%}.farm-details-desc2{padding-left:245px}.farm-d{width:80%;text-align:center;margin:70px 10% 50px}.farm-details-title{font-size:34px;line-height:40px}.farm-details-desc{font-size:20px;line-height:29px}.now-harvesting .harv-row1 .views-field-title{font-size:43px;line-height:48px}}@media only screen and (max-width:992px){.logo{max-width:inherit;width:200px}.logo img{width:85%}.main-menu{width:calc(100% - 200px)}.main-menu ul{padding-left:0}.merge-menu li{font-size:14px;padding:20px 4px 0}.content-slide-title{font-size:70px;max-width:80%;line-height:57px;margin:0 auto}.content-slide-subtitle{font-size:25px;line-height:28px}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px !important}.story-timeline .swiper-pagination{bottom:20px !important}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8{padding-top:65px;padding-bottom:30px}.margin-left-2p .col-lg-7,.margin-left-2p1 .col-lg-7{padding-left:0;padding-right:0}.homepage-slide-fold2 .text-wrap .views-field-body{font-size:18px;line-height:25px;padding-bottom:40px}.homepage-slide-fold2 .text-wrap .views-field-field-link{margin-bottom:80px}.views-field-field-link a{font-size:15px !important;line-height:20px !important}.views-field-field-link a:before{top:14px !important}.margin-left-2p1 .text-wrap .views-field-title,.margin-left-2p1 .text-wrap .views-field-field-title-fold-8{font-size:40px;line-height:47px}.recipe-content .recipe-title{font-size:18px;line-height:25px}.web-footer .col-md-3{width:25%;float:left}.web-footer .region-footer-four-3{width:100% !important;float:left}.web-footer .container{padding-bottom:30px;padding-top:30px}.container-fluid{padding:0}.copyright .text-center{text-align:left;font-size:12px;line-height:17px;padding:0}.footer-social{position:relative;margin-top:0;margin-bottom:15px}.homepage-fold5-content .views-field-title{font-size:42px}.homepage-fold5-content{top:35px}.homepage-fold5-content ol li{height:135px}.homepage-fold5-content .views-field-nothing{margin-top:60px}.now-harvesting .harv-row1 .views-field-title{font-size:30px;line-height:38px}.homepage-slide-fold8 .views-element-container{width:70%;margin:0 15%}.homepage-slide-fold8 .choice-title{font-size:20px;line-height:25px;margin-top:-20px}.homepage-slide-fold11{margin-top:-20%}.homepage-slide-fold8 .choice-img img{width:80%;height:auto}.homepage-slide-fold9 .views-field-title{font-size:55px;line-height:65px}.story-slide .content-slide-title,.story-slide .content-slide-subtitle h3{font-size:50px;line-height:55px;max-width:900px}.story-slide .content-slide-subtitle{font-size:22px;line-height:28px}.story-menu ul li a{padding:20px 14px;font-size:16px;line-height:27px}.story-fold-left .text-wrap .views-field-field-small-subtitle,.story-fold-right .text-wrap .views-field-field-small-subtitle{font-size:30px;line-height:32px}.story-fold-left .text-wrap .views-field-title,.story-fold-right .text-wrap .views-field-title{font-size:18px}.story-fold-left .text-wrap .views-field-body,.story-fold-right .text-wrap .views-field-body{font-size:16px;line-height:22px}.story-fold-left .text-wrap,.story-fold-right .text-wrap{max-width:90%}.story-fold-left .text-wrap .views-field-body,.story-fold-right .text-wrap .views-field-body{font-size:15px;line-height:19px}.story-blocks ol{width:80%;margin:0 10%}.story-blocks ol li h3{font-size:55px;line-height:68px}.fixed-backg .way-subtitle{font-size:28px;line-height:32px}.fixed-backg .way-title{font-size:22px}.farms_people_background .st-text .st-text-1{font-size:22px}.story-blocks ol li{width:43%;margin:1%}.farms-b4{min-height:540px}.farm-banner img{height:500px;object-fit:cover}.farm-details-desc h3{font-size:39px;line-height:40px}.farm-details-desc1{font-size:14px;line-height:16px}.farm-details-desc{font-size:22px;line-height:26px}.explore-farms .soon-title{font-size:34px;line-height:40px}}@media only screen and (min-width:769px){.story-fold-left .story-text{position:absolute;top:70%;left:3%;transform:translate(0,-70%);-webkit-transform:translate(0,-70%);-moz-transform:translate(0,-70%);-ms-transform:translate(0,-70%);-o-transform:translate(0,-70%)}.story-fold-right .story-text{right:0;position:absolute;top:65%;padding-left:4%;transform:translate(0,-65%);-webkit-transform:translate(0,-65%);-moz-transform:translate(0,-65%);-ms-transform:translate(0,-65%);-o-transform:translate(0,-65%)}}@media only screen and (max-width:768px){.menu-wrap{padding-top:20px !important;height:90px}.homepage-fold5-content .views-field-nothing{margin-top:40px}#custom-navbar{height:90px}.footer-social{margin-top:0}.show-mobile{display:inherit}.main-menu .mainm{display:none}.logo{margin:0 auto;float:none}.terms-footer{width:100%;margin-top:20px;font-size:16px;float:left}.menu-nav{position:relative}.openbtn{position:absolute;margin-top:0;bottom:7px;right:1%}.flag{padding-left:70px}.flag:before{left:30px}.side-menu1{padding-left:30px}.sidepanel .closebtn{right:25px}.sidepanel .side-menu2{padding-left:30px}.menu-locator{position:absolute;top:13px}.homepage-slide-fold2 .col-lg-7{width:100%;padding:0}.margin-left-2p .views-field-field-image{margin-left:-15px}.homepage-slide-fold2 .col-lg-5{width:100%}.margin-left-2p2 .col-lg-6{width:100%}.background-fold5 img,.homepage-slide-fold6 img{height:360px}.homepage-fold5-content{top:70px}.homepage-fold5-content{width:90%;margin:0 5%}.marg-5p{padding-left:4%}.margin-left-2p1 .col-lg-5{margin-left:4%}.menu-wrap{padding:30px 4% 20px}.margin-left-2p,.margin-left-2p2{margin-left:0}.homepage-slide-fold2 .col-lg-5{width:97%;margin-left:4%}.homepage-slide-fold2 .margin-left-2p2 .text-wrap{margin-left:4%}.homepage-fold5-content ol li{width:50%}.homepage-fold5-content ol li:nth-child(odd){border-right:1px solid #eee;border-left:none}.homepage-fold5-content ol li:nth-child(even){border-right:none;border-left:none}.homepage-fold5-content ol li img{width:50%}.homepage-fold5-content ol li{height:100px}.homepage-slide-fold7 .views-element-container .views-row{width:100%;margin-bottom:10px}.homepage-slide-fold7 .fold7-row2 .views-row{margin-right:0;margin-left:0}.homepage-slide-fold7 .views-element-container .views-row{height:210px}.homepage-slide-fold8 .views-field-title{max-width:315px;font-size:34px;line-height:38px;margin:20px auto 60px auto}.homepage-slide-fold8 .views-field-field-right-choice li{width:150px;margin:2%;padding:25px}.homepage-slide-fold8 .choice-img img{width:40%}.margin-left-2p1 .col-lg-6{width:100%}.marg-5p{padding-left:4%}.recipe-content .recipe-title{font-size:23px;line-height:29px}.web-footer{padding-top:60px;padding-bottom:60px}.web-footer .col-md-3.foot-logo{width:100%}.foot-logo{margin-bottom:35px;margin-top:35px}.web-footer img{width:100%;max-width:200px}.web-footer .col-md-3{width:50%;float:left;padding:0}.web-footer .col-md-3 ul{padding-left:0}.homepage-slide-fold11 .container{padding:0 4%}.web-footer{padding:0}.story-slide .background-home img,.homepage-slide .swiper-slide img{height:500px;width:100%}.story-slide .content-slide-title,.story-slide .content-slide-subtitle h3{font-size:41px;line-height:48px;max-width:90%}.story-slide .content-slide-subtitle{font-size:19px;line-height:25px;width:90%}.story-slide1{margin-top:157px}.story-fold-left .story-img,.story-fold-right .story-img{width:100%;padding:0}.story-fold-left .story-text,.story-fold-right .story-text{width:100%;padding:40px 4%}.story-fold-left .text-wrap,.story-fold-right .text-wrap{max-width:80%}.story-blocks ol{margin-bottom:80px}.story-timeline .content-slide{width:94%}.story-blocks{margin-top:-80px}.farms_people_background:last-child,.farms_people_background:first-child{margin:0}.farms_people_background{width:100%;margin-bottom:10px !important}.people-farms{padding:30px 0}.farms-details-section .views-element-container{padding:48px 0}.farm-right .filter{margin-bottom:15px}.farms-details-section .views-field-nothing{width:99%;max-width:99%}.farms-details-coming .container{padding:0 4%}.farms-b4 .way-subtitle{max-width:90%}.farm-details-desc h3{font-size:28px;line-height:32px}.farm-details-desc{font-size:18px;line-height:22px}.farm-details-desc1:before{background-size:70%}.farm-details-desc2{padding-left:220px}.farm-banner .swiper-horizontal>.swiper-pagination-bullets,.farm-banner .swiper-pagination-bullets.swiper-pagination-horizontal,.farm-banner .swiper-pagination-custom,.farm-banner .swiper-pagination-fraction{bottom:10px !important}.farm-left{font-size:35px;line-height:42px}.soon-title{font-size:30px;line-height:38px}.story-videos .video-title{font-size:14px;line-height:22px}.open-sidepanel{width:65%}}@media only screen and (max-width:767px){.homepage-slide-fold8 .views-field-field-right-choice li{width:46%;margin:2%;padding:25px}.sidepanel .footer-social-sidepanel{right:25px}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8,.margin-left-2p1 .text-wrap .views-field-title,.margin-left-2p1 .text-wrap .views-field-field-title-fold-8{font-size:32px;line-height:36px}.homepage-slide-fold2 .text-wrap .views-field-body{font-size:15px;line-height:20px}.views-field-field-link a{font-size:13px !important}.views-field-field-link a:before{top:12px !important}.homepage-slide-fold7 .fold7-row1,.homepage-slide-fold7 .fold7-row2,.homepage-slide-fold7 .fold7-row3{width:100%;height:215px}.homepage-slide-fold2 .text-wrap .views-field-title,.homepage-slide-fold2 .text-wrap .views-field-field-title-fold-8{max-width:250px}.homepage-slide-fold2 .text-wrap .views-field-field-link{margin-bottom:60px}.background-fold5{margin-top:40px}}@media only screen and (max-width:640px){.homepage-slide-fold7 .views-element-container .views-row{width:100%;margin-bottom:10px}.margin-left-2p1 .col-lg-6{width:100%}.content-slide-title{font-size:50px;line-height:40px}.content-slide-subtitle{font-size:16px;line-height:18px}.swiper-pagination-bullet{width:10px !important;height:10px !important}.homepage-slide-fold8 .views-element-container{width:94%;margin:0 4%}.open-sidepanel{width:100%}.homepage-fold5-content .views-field-title{font-size:34px;line-height:42px;max-width:180px;margin:0 auto}.homepage-fold5-content .views-field-nothing{padding:55px 45px 45px}.homepage-fold5-content ol li img{width:55%}.homepage-slide-fold9 .views-field-title{font-size:38px;line-height:42px;max-width:200px;margin:0 auto;left:25%}.fixed-backg .way-subtitle{font-size:21px;line-height:23px}.fixed-backg .way-title{font-size:18px}.farms-details-section .farm-title{font-size:18px;line-height:24px}.story-timeline .swiper-pagination-bullet{font-size:22px}.farms-details-section .farm-info{font-size:14px;line-height:20px;max-width:-webkit-calc(100% - 130px);max-width:-moz-calc(100% - 130px);max-width:calc(100% - 130px)}.farms-details-section .farm-title{max-width:-webkit-calc(100% - 130px);max-width:-moz-calc(100% - 130px);max-width:calc(100% - 130px)}.farms-details-section .farm-logo{max-width:120px}.soon-title{font-size:28px;line-height:34px}.farms-details-coming .farm-title-soon{font-size:21px;line-height:28px}.farm-subtitle-soon{font-size:14px;line-height:21px;margin-bottom:10px}.farm-map a{font-size:13px}.farm-details-desc1 .farm-map{margin:15px auto 0 auto}.farm-details-desc h3{font-size:26px;line-height:28px}.farm-details-desc{font-size:16px;line-height:20px}.explore-farms .soon-title{font-size:31px;line-height:38px}.story-menu .swiper-slide a{font-size:16px;line-height:22px}}@media only screen and (max-width:540px){.homepage-slide-fold7 .container,.homepage-slide-fold11 .container,.farms-details-section .container,.farms-details-coming .container{padding:0 5%}.web-footer .container{margin:0 5%;width:90%}.content-slide-title{font-size:30px;line-height:32px}.recipe-content .recipe-title{font-size:16px;line-height:22px}.recipe-content .recipe-author{font-size:14px}.homepage-slide-fold7 .views-element-container .views-row{padding-top:50px}.homepage-fold5-content .views-field-nothing{padding:40px 20px 20px}.form-email::-webkit-input-placeholder{font-size:12px}.form-email:-ms-input-placeholder{font-size:12px}.form-email::-ms-input-placeholder{font-size:12px}.form-email::placeholder{font-size:12px}.region-footer-four #edit-submit{font-size:16px}.story-slide .content-slide-title,.story-slide .content-slide-subtitle h3{font-size:32px;line-height:33px;max-width:90%}.story-blocks ol li{width:98%;margin:1%}.farms_people_background .st-text .st-text-2{font-size:32px}.farms_people_background .st-text .st-text-2 a:after{background-size:80%}.farm-details-desc1:before{background-size:50%;padding-left:60px;top:-40px}.farm-details-desc2{padding-left:155px}.farm-details-desc1 .farm-map{font-size:13px;line-height:22px}.now-harvesting h3{font-size:30px;line-height:36px;padding-top:24px}}@media only screen and (max-width:360px){.farms-details-section .farm-logo{max-width:100px}.farms_people_background .st-text{bottom:22px}.farms-details-section .farm-info{font-size:13px;line-height:18px;max-width:-webkit-calc(100% - 100px);max-width:-moz-calc(100% - 100px);max-width:calc(100% - 100px)}.farms-details-section .farm-title{max-width:-webkit-calc(100% - 100px);max-width:-moz-calc(100% - 100px);max-width:calc(100% - 100px)}.farm-details-desc1:before{background-size:40%;top:-20px}.farm-details-desc2{padding-left:124px}.story-menu .swiper-slide a{font-size:13px;line-height:20px;padding-top:25px}}
