
/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible !important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block !important;visibility:visible !important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:500ms;animation-duration:500ms}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.out,.transition.browse.left.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes
browseIn{0%{-webkit-transform:scale(0.8) translateZ(0px);transform:scale(0.8) translateZ(0px);z-index:-1}10%{-webkit-transform:scale(0.8) translateZ(0px);transform:scale(0.8) translateZ(0px);z-index:-1;opacity:0.7}80%{-webkit-transform:scale(1.05) translateZ(0px);transform:scale(1.05) translateZ(0px);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0px);transform:scale(1) translateZ(0px);z-index:999}}@keyframes
browseIn{0%{-webkit-transform:scale(0.8) translateZ(0px);transform:scale(0.8) translateZ(0px);z-index:-1}10%{-webkit-transform:scale(0.8) translateZ(0px);transform:scale(0.8) translateZ(0px);z-index:-1;opacity:0.7}80%{-webkit-transform:scale(1.05) translateZ(0px);transform:scale(1.05) translateZ(0px);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0px);transform:scale(1) translateZ(0px);z-index:999}}@-webkit-keyframes
browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg);transform:translateX(0%) rotateY(0deg) rotateX(0deg)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}@keyframes
browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg);transform:translateX(0%) rotateY(0deg) rotateX(0deg)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}@-webkit-keyframes
browseOutRight{0%{z-index:999;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg);transform:translateX(0%) rotateY(0deg) rotateX(0deg)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}@keyframes
browseOutRight{0%{z-index:999;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg);transform:translateX(0%) rotateY(0deg) rotateX(0deg)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);transform:translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:400ms;animation-duration:400ms;-webkit-animation-timing-function:cubic-bezier(0.34, 1.61, 0.7, 1);animation-timing-function:cubic-bezier(0.34, 1.61, 0.7, 1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes
dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes
dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes
dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes
dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes
fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes
fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes
fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}}@keyframes
fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes
fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}}@keyframes
fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes
fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes
fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes
fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes
fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes
fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes
fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes
fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes
fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes
fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes
fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes
fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes
fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:600ms;animation-duration:600ms}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes
horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0deg);transform:perspective(2000px) rotateY(0deg);opacity:1}}@keyframes
horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0deg);transform:perspective(2000px) rotateY(0deg);opacity:1}}@-webkit-keyframes
verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0deg);transform:perspective(2000px) rotateX(0deg);opacity:1}}@keyframes
verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0deg);transform:perspective(2000px) rotateX(0deg);opacity:1}}@-webkit-keyframes
horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0deg);transform:perspective(2000px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes
horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0deg);transform:perspective(2000px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes
verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0deg);transform:perspective(2000px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes
verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0deg);transform:perspective(2000px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes
scaleIn{0%{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes
scaleIn{0%{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes
scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes
scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}}.transition.fly{-webkit-animation-duration:0.6s;animation-duration:0.6s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes
flyIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
flyIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-webkit-keyframes
flyInUp{0%{opacity:0;-webkit-transform:translate3d(0, 1500px, 0);transform:translate3d(0, 1500px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes
flyInUp{0%{opacity:0;-webkit-transform:translate3d(0, 1500px, 0);transform:translate3d(0, 1500px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes
flyInDown{0%{opacity:0;-webkit-transform:translate3d(0, -1500px, 0);transform:translate3d(0, -1500px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:none;transform:none}}@keyframes
flyInDown{0%{opacity:0;-webkit-transform:translate3d(0, -1500px, 0);transform:translate3d(0, -1500px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes
flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px, 0, 0);transform:translate3d(1500px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@keyframes
flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px, 0, 0);transform:translate3d(1500px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes
flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px, 0, 0);transform:translate3d(-1500px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@keyframes
flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px, 0, 0);transform:translate3d(-1500px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes
flyOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes
flyOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@-webkit-keyframes
flyOutUp{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes
flyOutUp{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@-webkit-keyframes
flyOutDown{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes
flyOutDown{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@-webkit-keyframes
flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes
flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@-webkit-keyframes
flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes
flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes
slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes
slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes
slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes
slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes
slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes
slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes
slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes
slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:800ms;animation-duration:800ms}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes
swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}}@keyframes
swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}}@-webkit-keyframes
swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}}@keyframes
swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}}@-webkit-keyframes
swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes
swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes
swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes
swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}@-webkit-keyframes
flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes
flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes
shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes
shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes
bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes
bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes
tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes
tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes
pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(0.9);transform:scale(0.9);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes
pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(0.9);transform:scale(0.9);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes
jiggle{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes
jiggle{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;outline:0;font-size:100%;vertical-align:top}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}input:focus,textarea:focus,a:focus,button:focus,select:focus{outline:0}ins{text-decoration:none}del,s,strike{text-decoration:line-through}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,fieldset,footer,header,hgroup,main,nav,section,summary{display:block;margin:0}ul,ol{list-style:none}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.container{max-width:960px}}@media (min-width: 992px){.container{max-width:1170px}}@media (min-width: 1440px){.container{max-width:1390px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1440px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1440px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1440px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (max-width: 575px){.xs-gutters-xs{margin-right:-20px;margin-left:-20px}}@media (max-width: 575px){.xs-gutters-xs>.col,.xs-gutters-xs>[class*="col-"]{padding-right:20px;padding-left:20px}}@media (max-width: 575px){.container-gutters-xs{padding-left:20px;padding-right:20px}}*,*:before,*:after{box-sizing:border-box}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button{-webkit-appearance:none}html,body{min-height:100%}html.is-scroll-none,body.is-scroll-none{overflow:hidden;height:100%}html.is-scroll-none body,
body.is-scroll-none
body{overflow:hidden;height:100%}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type='number']{-moz-appearance:textfield}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;font-weight:500;font-size:16px;line-height:1.2;min-width:320px;background:#FFF}body.js-block-scroll{overflow-y:hidden}th{font-weight:inherit}body,input,button,select,textarea{font-family:"Poppins",sans-serif}li{list-style-type:none}.clear{clear:both}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}pre,code{font-family:monospace}a{display:inline-block;outline:none;text-decoration:none;cursor:pointer}img{position:relative;display:inline-block;border:none;vertical-align:top;max-width:100%;height:auto;font:300 12px/1 "Poppins", sans-serif;text-align:center}img:after{content:"Broken Image of " attr(alt);display:block;color:#646464;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:#fff}svg{pointer-events:all}input,textarea{appearance:none;box-shadow:none}textarea{resize:none}input{vertical-align:middle;margin:0;padding:0}input ::-ms-clear,
input ::-ms-reveal{display:none;width:0;height:0}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}button,input[type='reset'],input[type='submit'],input[type='button'],input[type='image']{display:inline-block;width:auto;margin:0;padding:0;overflow:visible;background:none;outline:0;border:0;cursor:pointer;vertical-align:middle;text-align:center}label{cursor:pointer}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide
img{display:block}.slick-slide.slick-loading
img{display:none}.slick-slide.dragging
img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px
solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("/wp-content/themes/chill-berry/img/ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("/wp-content/themes/chill-berry/fonts/slick/slick.eot");src:url("/wp-content/themes/chill-berry/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/chill-berry/fonts/slick/slick.woff") format("woff"), url("/wp-content/themes/chill-berry/fonts/slick/slick.ttf") format("truetype"), url("/wp-content/themes/chill-berry/fonts/slick/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none;z-index:2}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;color:#ff9846}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0px}[dir="rtl"] .slick-prev{left:auto;right:0px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:0px}[dir="rtl"] .slick-next{left:0px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots
li{position:relative;display:inline-block;height:20px;width:20px;margin:0
5px;padding:0;cursor:pointer}.slick-dots li
button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover, .slick-dots li button:focus{outline:none}.slick-dots li button:hover:before, .slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:black;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:black;opacity:0.75}header{padding:30px
0 28px;border-bottom:1px solid #000;position:fixed;width:100%;z-index:1000;background:#fff;top:0}@media (max-width: 768px){header{padding:30px
0 31px}}header .main-menu-wrap{position:relative}@media (max-width: 768px){header .main-menu-wrap{margin-left:6px}}header .main-menu-wrap.menu-open{margin-bottom:36px}@media (max-width: 435px){header .main-menu-wrap.menu-open{margin-bottom:5px}}header .main-menu-wrap.menu-open
button{color:#000}header .main-menu-wrap.menu-open button
img{transform:rotate(180deg)}header .main-menu-wrap.menu-open
nav{display:block}header .main-menu-wrap
button{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000}@media (max-width: 768px){header .main-menu-wrap
button{font-size:14px;line-height:21px}}header .main-menu-wrap button
img{margin-left:20px}@media (max-width: 768px){header .main-menu-wrap button
img{display:none}}header .main-menu-wrap
nav{margin-top:23px;margin-bottom:-7px;position:absolute;min-width:415px;display:none}@media (max-width: 435px){header .main-menu-wrap
nav{position:relative;min-width:320px}}header .main-menu-wrap nav
ul{display:flex;align-items:center}@media (max-width: 435px){header .main-menu-wrap nav
ul{display:block}}header .main-menu-wrap nav ul
li{margin-right:39px}@media (max-width: 435px){header .main-menu-wrap nav ul
li{width:fit-content;margin-bottom:10px}}header .main-menu-wrap nav ul li.menu-arrow-ico{position:relative;margin-right:70px}header .main-menu-wrap nav ul li.menu-arrow-ico:after{content:'';background:url("/wp-content/themes/chill-berry/img/icons/menu-right-ico.svg");position:absolute;width:11px;height:10px;top:4px;right:-30px;background-repeat:no-repeat;background-size:auto;background-position:center}header .main-menu-wrap nav ul li
a{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000}header
.logo{text-align:center}header .language-switcher{text-align:right}header .language-switcher .languages-wrap{text-align:right;display:flex;flex-direction:column;align-items:end}header .language-switcher .languages-wrap.active{margin-bottom:37px}@media (max-width: 768px){header .language-switcher .languages-wrap.active{margin-bottom:0}}header .language-switcher .languages-wrap.active .current-languages-wrap
img{transform:rotate(180deg)}header .language-switcher .languages-wrap.active
ul{display:block;margin-right:30px;position:absolute;bottom:-8px}@media (max-width: 768px){header .language-switcher .languages-wrap.active
ul{bottom:-25px}}header .language-switcher .languages-wrap .current-languages-wrap{display:flex;align-items:center;justify-content:end;cursor:pointer}header .language-switcher .languages-wrap .current-languages-wrap
span{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000}header .language-switcher .languages-wrap .current-languages-wrap
img{margin-left:20px}header .language-switcher .languages-wrap
ul{display:none;text-align:right}header .language-switcher .languages-wrap ul li
a{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000;justify-content:end}header .language-switcher .languages-wrap ul li a
span{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:14px;line-height:21px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000}main.main{padding-top:84px}footer{background:#000}footer .footer__inner .footer-first-main-wrap{padding:29px
0}@media (max-width: 992px){footer .footer__inner .footer-first-main-wrap{margin-left:5px}}footer .footer__inner .footer-first-main-wrap .footer-first-block-info
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff}footer .footer__inner .footer-first-main-wrap .footer-first-block-second-info{padding-top:32px}footer .footer__inner .footer-first-main-wrap .footer-first-block-second-info
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff}footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap{margin-left:61px}@media (max-width: 992px){footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap{margin-left:0;padding-top:39px}}footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap .footer-second-block-help-first-wrap
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff;display:block}footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap .footer-second-block-help-first-wrap
a{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff;display:block}footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap .footer-second-block-help-second-wrap{margin-top:26px}footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap .footer-second-block-help-second-wrap
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff;display:block}footer .footer__inner .footer-first-main-wrap .footer-second-block-info-wrap .footer-second-block-help-second-wrap
a{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff;display:block}footer .footer__inner .footer-first-main-wrap .footer-last-block-wrap{text-align:right;margin-top:10px;margin-right:7px}@media (max-width: 992px){footer .footer__inner .footer-first-main-wrap .footer-last-block-wrap{display:none}}footer .footer__inner .footer-second-main-wrap{padding:56px
0}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap{padding:16px
0 50px;margin-left:6px}}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap .last-footer-block-wrap{margin-top:9px}}footer .footer__inner .footer-second-main-wrap .last-footer-block-wrap
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff}footer .footer__inner .footer-second-main-wrap .last-footer-block-second-wrap{margin-left:61px;display:flex;align-items:center}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap .last-footer-block-second-wrap{margin-left:0}}footer .footer__inner .footer-second-main-wrap .last-footer-block-second-wrap
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff;pointer-events:none}footer .footer__inner .footer-second-main-wrap .last-footer-block-second-wrap p:nth-child(2){margin-left:13px}footer .footer__inner .footer-second-main-wrap .last-footer-block-second-wrap p
a{color:#fff;text-decoration:inherit}footer .footer__inner .footer-second-main-wrap .last-footer-block-socials-wrap{display:flex;justify-content:end}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap .last-footer-block-socials-wrap{justify-content:start;margin-bottom:50px}}footer .footer__inner .footer-second-main-wrap .last-footer-block-socials-wrap
ul{display:flex;align-items:center;margin-right:6px}footer .footer__inner .footer-second-main-wrap .last-footer-block-socials-wrap ul
li{margin-right:51px}footer .footer__inner .footer-second-main-wrap .last-footer-block-socials-wrap ul li:nth-child(2){margin-right:0}footer .footer__inner .footer-second-main-wrap .last-footer-block-socials-wrap ul li
a{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0.1em;font-style:normal;color:#fff}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap .mobile-order-3{order:3}}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap .mobile-order-1{order:1}}@media (max-width: 992px){footer .footer__inner .footer-second-main-wrap .mobile-order-2{order:2}}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}@font-face{font-family:'Poppins';font-display:fallback;src:url("/wp-content/themes/chill-berry/fonts/Poppins-Light/Poppins-Light.eot");src:url("/wp-content/themes/chill-berry/fonts/Poppins-Light/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-Light/Poppins-Light.woff") format("woff"), url("/wp-content/themes/chill-berry/fonts/Poppins-Light/Poppins-Light.otf") format("opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-Light/Poppins-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'Poppins';font-display:fallback;src:url("/wp-content/themes/chill-berry/fonts/Poppins-Regular/Poppins-Regular.eot");src:url("/wp-content/themes/chill-berry/fonts/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("/wp-content/themes/chill-berry/fonts/Poppins-Regular/Poppins-Regular.otf") format("opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-Regular/Poppins-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'Poppins';font-display:fallback;src:url("/wp-content/themes/chill-berry/fonts/Poppins-Medium/Poppins-Medium.eot");src:url("/wp-content/themes/chill-berry/fonts/Poppins-Medium/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-Medium/Poppins-Medium.woff") format("woff"), url("/wp-content/themes/chill-berry/fonts/Poppins-Medium/Poppins-Medium.otf") format("opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-Medium/Poppins-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'Poppins';font-display:fallback;src:url("/wp-content/themes/chill-berry/fonts/Poppins-SemiBold/Poppins-SemiBold.eot");src:url("/wp-content/themes/chill-berry/fonts/Poppins-SemiBold/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-SemiBold/Poppins-SemiBold.woff") format("woff"), url("/wp-content/themes/chill-berry/fonts/Poppins-SemiBold/Poppins-SemiBold.otf") format("opentype"), url("/wp-content/themes/chill-berry/fonts/Poppins-SemiBold/Poppins-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}.section.second-zaslepka-wrap{padding:65px
0}@media (max-width: 768px){.section.second-zaslepka-wrap{padding:60px
0 30px}}.section.second-zaslepka-wrap .temp-logo{display:flex;align-items:center;justify-content:center}.section.second-zaslepka-wrap .temp-logo
img{margin:0
auto}@media (max-width: 768px){.section.second-zaslepka-wrap .temp-logo
img{width:86%}}.section.second-zaslepka-wrap .temp-text{display:flex;align-items:center;justify-content:center;margin:20px
0}.section.second-zaslepka-wrap .temp-text
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0.21em;font-style:normal;color:#939393}@media (max-width: 768px){.section.second-zaslepka-wrap .temp-text
p{font-size:12.58px;line-height:18.87px}}.section.second-zaslepka-wrap .hero-product-image-wrap{margin-top:16px;padding-bottom:25px}@media (max-width: 768px){.section.second-zaslepka-wrap .hero-product-image-wrap{padding-bottom:18px}}.section.second-zaslepka-wrap .hero-product-image-wrap
ul{display:flex;grid-gap:55px;align-items:center;justify-content:center}@media (max-width: 768px){.section.second-zaslepka-wrap .hero-product-image-wrap
ul{flex-direction:column;grid-gap:0}}.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon{position:relative}@media (max-width: 768px){.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon{margin-top:-9px;padding:5px
0 10px}}.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon:after{content:'';position:absolute;background:url("/wp-content/themes/chill-berry/img/bg.png") no-repeat center;background-size:contain;width:111%;height:104.5%;top:3px;left:-18px;z-index:-1}@media (max-width: 768px){.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon:after{background:url("/wp-content/themes/chill-berry/img/bg_mobile.png") no-repeat center;width:150%;height:96.5%;top:3px;left:-61px;background-size:contain}}.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon .hero-product-image-single .hero-product-image-wrap:hover .main-image{display:none}.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon .hero-product-image-single .hero-product-image-wrap:hover .hover-image{display:block}.section.second-zaslepka-wrap .hero-product-image-wrap ul li.coming-soon .hero-product-image-single .hero-product-image-wrap .hover-image{display:none}.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-coming-soon{display:none}@media (max-width: 768px){.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-coming-soon{text-transform:uppercase;display:block;color:#758BC6;font-family:"Poppins",sans-serif;font-size:14px;font-weight:600;line-height:21px;letter-spacing:0.33em;text-align:center;position:absolute;top:46.5%;left:-107px;transform:rotate(270deg)}}.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-image-single .hero-product-image-wrap{display:flex;justify-content:end}.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-image-single .hero-product-image-wrap:hover .main-image{display:none}.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-image-single .hero-product-image-wrap:hover .hover-image{display:block}.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-image-single .hero-product-image-wrap .hover-image{display:none}.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-image-single .hero-product-image-wrap
img{max-height:625px}@media (max-width: 768px){.section.second-zaslepka-wrap .hero-product-image-wrap ul li .hero-product-image-single .hero-product-image-wrap
img{max-height:420px}}.section.second-zaslepka-wrap .hero-product-image-wrap ul li:nth-child(1) .hero-product-image-wrap{position:relative}.section.second-zaslepka-wrap .hero-product-image-wrap ul li:nth-child(1) .hero-product-image-wrap:after{content:'';position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:80%;height:140px;background:linear-gradient(to bottom, #F8797A1A, #F8797A00);filter:blur(10px);z-index:-1;pointer-events:none}.section.second-zaslepka-wrap .hero-product-image-wrap ul li:nth-child(2) .hero-product-image-wrap{position:relative}.section.second-zaslepka-wrap .hero-product-image-wrap ul li:nth-child(2) .hero-product-image-wrap:after{content:'';position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:80%;height:140px;background:linear-gradient(to bottom, #00196B1A, #00196B00);filter:blur(10px);z-index:-1;pointer-events:none}.section.second-zaslepka-wrap .hero-product-image-wrap ul li:nth-child(3) .hero-product-image-wrap{position:relative}.section.second-zaslepka-wrap .hero-product-image-wrap ul li:nth-child(3) .hero-product-image-wrap:after{content:'';position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:80%;height:140px;background:linear-gradient(to bottom, #F0A4001A, #F0A40000);filter:blur(10px);z-index:-1;pointer-events:none}.section.second-zaslepka-wrap .footer-link{margin-top:62px}@media (max-width: 768px){.section.second-zaslepka-wrap .footer-link{margin-top:50px}}.section.second-zaslepka-wrap .footer-link
a{display:block;text-align:center;font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:14px;line-height:21px;font-style:normal;color:#939393}@media (max-width: 768px){.section.second-zaslepka-wrap .footer-link
a{font-size:8.81px;line-height:13.21px}}@media (max-width: 768px){.align-mobile-center{align-items:center}}@media (max-width: 768px){.mobile-padding-right-0{padding-right:0}}.section.hero-product-image{padding:100px
0 108px;border-bottom:1px solid #000}@media (max-width: 768px){.section.hero-product-image{padding:52px
0 95px}}.section.hero-product-image .hero-product-image-slider{position:relative;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.section.hero-product-image .hero-product-image-slider.slick-slider{margin:0;display:block}.section.hero-product-image .hero-product-image-slider .slick-list{margin:0
13px}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .slick-list{margin:0}}.section.hero-product-image .hero-product-image-slider .slick-arrow{position:absolute;top:33%;z-index:2}.section.hero-product-image .hero-product-image-slider .slick-arrow.slick-custom-prev{left:0}.section.hero-product-image .hero-product-image-slider .slick-arrow.slick-custom-next{right:0}.section.hero-product-image .hero-product-image-slider .slick-dots{bottom:-51px}.section.hero-product-image .hero-product-image-slider .slick-dots
li{width:6px;height:6px;margin:0
2.9px}.section.hero-product-image .hero-product-image-slider .slick-dots li
button{width:6px;height:6px;padding:0}.section.hero-product-image .hero-product-image-slider .slick-dots li button:before{width:6px;height:6px}.section.hero-product-image .hero-product-image-slider .hero-product-image-single{text-align:center;width:100%;min-height:1px;padding-right:15px;padding-left:15px;margin:0
0 60px 0}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single{flex:0 0 100%;max-width:100%}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single.slick-slide{margin:0
41px;padding:0}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single.slick-slide{margin:0
15px 0}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap{position:relative}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap{padding:0
10px}}@media (max-width: 460px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap{padding:0
6px}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap:after{content:'';position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);width:80%;height:140px;background:linear-gradient(to bottom, #F8797A1A, #F8797A00);filter:blur(10px);z-index:-1;pointer-events:none}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap:hover img.main-image{display:none}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap:hover img.hover-image{display:block}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap
img{height:450px;width:auto;object-fit:cover;margin:0
auto}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap
img{max-height:618px}}@media (max-width: 540px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap
img{height:400px}}@media (max-width: 435px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap
img{height:350px}}@media (max-width: 370px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap
img{height:300px}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-image-wrap img.hover-image{display:none}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap{margin-top:88px}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap{margin-top:60px}}@media (max-width: 600px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap{margin-top:30px}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap .hero-product-text{text-align:center}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap .hero-product-text
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:600;font-size:16px;line-height:27.2px;letter-spacing:0.1em;font-style:normal}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap .hero-product-text
p{font-size:14.78px;line-height:25.13px}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap .hero-product-text
span{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:400;font-size:14px;line-height:23.8px;letter-spacing:0.1em;font-style:normal}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-text-wrap .hero-product-text
span{font-size:12.93px;line-height:21.99px}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-button-wrap{margin-top:54px}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-button-wrap{margin-top:30px}}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-button-wrap
a{padding:14px;width:100%;max-width:339px;background:#000;color:#fff;border-radius:8px;font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:600;font-size:14px;line-height:21px;letter-spacing:0.1em;font-style:normal}.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-button-wrap a:hover{background:#5B5B5B}@media (max-width: 768px){.section.hero-product-image .hero-product-image-slider .hero-product-image-single .hero-product-button-wrap
a{padding:12.93px;font-size:12.93px;line-height:19.4px;max-width:314px}}.section.hero-product-image.all-products{padding:100px
0 0}.section.hero-product-image.all-products .hero-product-image-slider{margin-right:0;margin-left:0}.section.hero-product-image.all-products .hero-product-image-slider .hero-product-image-single{padding:0
46px;margin:0
0 95px 0}.section.second-text-section-wrap{padding:64px
0 73px;border-bottom:1px solid #000}@media (max-width: 768px){.section.second-text-section-wrap{padding:43px
0 64px}}.section.second-text-section-wrap .second-text-section-header-wrap
h2{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:600;font-size:70px;line-height:88px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000}@media (max-width: 768px){.section.second-text-section-wrap .second-text-section-header-wrap
h2{font-size:50px;line-height:60px}}@media (max-width: 360px){.section.second-text-section-wrap .second-text-section-header-wrap
h2{font-size:45px;line-height:55px}}.section.second-text-section-wrap .second-text-section-header-wrap
h3{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:300;font-size:70px;line-height:88px;letter-spacing:0.1em;font-style:normal;display:flex;align-items:center;color:#000}@media (max-width: 768px){.section.second-text-section-wrap .second-text-section-header-wrap
h3{font-size:50px;line-height:60px}}@media (max-width: 1040px){.section.second-text-section-wrap .help-center-on-mobile{align-items:center}}.section.second-text-section-wrap .second-text-content-wrap{margin-top:109px;width:73%}@media (max-width: 1040px){.section.second-text-section-wrap .second-text-content-wrap{width:100%;margin-top:20px;margin-left:0}}@media (max-width: 768px){.section.second-text-section-wrap .second-text-content-wrap{margin-top:49px}}.section.second-text-section-wrap .second-text-content-wrap .second-text-content-help-wrap{margin-bottom:39px}@media (max-width: 768px){.section.second-text-section-wrap .second-text-content-wrap .second-text-content-help-wrap{width:71%;margin-bottom:41px}}.section.second-text-section-wrap .second-text-content-wrap .second-text-content-help-wrap .first-text-content{font-family:"Poppins",sans-serif;font-size:22px;font-weight:400;line-height:30px;text-align:left}.section.second-text-section-wrap .second-text-content-wrap .second-text-content{font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:22px;text-align:left}@media (max-width: 768px){.section.second-text-section-wrap .second-text-content-wrap .second-text-content{width:79%}}@media (max-width: 768px){.section.second-text-section-wrap .padding-0{padding:0}}.section.second-text-section-wrap .second-text-slider-section{margin-left:50px;position:relative;margin-top:-20px}@media (max-width: 1439px){.section.second-text-section-wrap .second-text-slider-section{margin-left:0}}@media (max-width: 1040px){.section.second-text-section-wrap .second-text-slider-section{margin-top:0}}@media (max-width: 768px){.section.second-text-section-wrap .second-text-slider-section{margin-top:37px}}.section.second-text-section-wrap .second-text-slider-section .single-section-slide
img{min-width:601px;height:601px}@media (max-width: 1439px){.section.second-text-section-wrap .second-text-slider-section .single-section-slide
img{min-width:auto;width:100%;height:auto}}@media (max-width: 768px){.section.second-text-section-wrap .second-text-slider-section .single-section-slide
img{width:80%;margin:0
auto}}@media (max-width: 440px){.section.second-text-section-wrap .second-text-slider-section .single-section-slide
img{width:100%;margin:0
auto}}.section.third-slider-section-wrap{padding:38px
106px 0}@media (max-width: 940px){.section.third-slider-section-wrap{padding:33px
0 0}}.section.third-slider-section-wrap .third-slider-section-header{display:flex;align-items:center}@media (max-width: 940px){.section.third-slider-section-wrap .third-slider-section-header{flex-direction:column;align-items:start}}.section.third-slider-section-wrap .third-slider-section-header
h3{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0.1em;font-style:normal;color:#000}.section.third-slider-section-wrap .third-slider-section-header .filters-list{margin-left:19px}@media (max-width: 940px){.section.third-slider-section-wrap .third-slider-section-header .filters-list{margin-left:0;margin-top:10px}}.section.third-slider-section-wrap .third-slider-section-header .filters-list
a{font-family:"Poppins",sans-serif;font-weight:400;font-size:14px;line-height:22px;font-style:normal;color:#000;background:#fff;text-transform:capitalize;padding:7px
20px;border:1px
solid #000;border-radius:46px;margin-right:4px}.section.third-slider-section-wrap .third-slider-section-header .filters-list
a.active{color:#fff;background:#000;font-weight:500}.section.third-slider-section-wrap .third-slider-wrap{margin-top:52px;margin-left:-44px;margin-right:30px;margin-bottom:-43px}@media (max-width: 940px){.section.third-slider-section-wrap .third-slider-wrap{margin-top:32px;margin-left:10px;margin-right:0;margin-bottom:-92px}}.section.third-slider-section-wrap .third-slider-wrap .slick-arrow{position:absolute;z-index:1;top:90px}@media (max-width: 940px){.section.third-slider-section-wrap .third-slider-wrap .slick-arrow{top:83px}}.section.third-slider-section-wrap .third-slider-wrap .slick-arrow.slick-custom-prev{left:-35px}@media (max-width: 940px){.section.third-slider-section-wrap .third-slider-wrap .slick-arrow.slick-custom-prev{left:-12px}}.section.third-slider-section-wrap .third-slider-wrap .slick-arrow.slick-custom-next{right:-72px}@media (max-width: 940px){.section.third-slider-section-wrap .third-slider-wrap .slick-arrow.slick-custom-next{right:28px}}.section.third-slider-section-wrap .third-slider-wrap .slick-arrow
img{width:34px;height:34px}.section.third-slider-section-wrap .third-slider-wrap .third-slider-single{margin:0
-17px;position:relative}.section.third-slider-section-wrap .third-slider-wrap .third-slider-single:hover img.main-image{display:none}.section.third-slider-section-wrap .third-slider-wrap .third-slider-single:hover img.hover-image{display:block}.section.third-slider-section-wrap .third-slider-wrap .third-slider-single
img{height:100%;max-height:355px;width:auto}.section.third-slider-section-wrap .third-slider-wrap .third-slider-single img.hover-image{display:none}.single-item-page .third-slider-section-wrap .third-slider-wrap{margin:52px
30px -73px -44px}@media (max-width: 940px){.single-item-page .third-slider-section-wrap .third-slider-wrap{margin-top:32px;margin-left:10px;margin-right:0;margin-bottom:-92px}}.single-item-page .second-text-section-wrap{padding:83px
0 159px}@media (max-width: 768px){.single-item-page .second-text-section-wrap{padding:47px
0 85px}}.single-item-page .second-text-section-wrap .second-text-content-wrap{margin-top:0;width:76%}@media (max-width: 768px){.single-item-page .second-text-section-wrap .second-text-content-wrap{width:100%;margin-left:0}}@media (max-width: 768px){.single-item-page .second-text-section-wrap .second-text-content-wrap .second-text-content-help-wrap{width:90%}}.single-item-page .second-text-section-wrap .help-center-on-mobile{align-items:center;margin-top:90px}@media (max-width: 768px){.single-item-page .second-text-section-wrap .help-center-on-mobile{margin-top:50px}}.single-item-page .second-text-section-wrap .second-item-text-slider-section{margin-left:50px;position:relative;margin-top:-20px}@media (max-width: 1439px){.single-item-page .second-text-section-wrap .second-item-text-slider-section{margin-left:0}}@media (max-width: 1040px){.single-item-page .second-text-section-wrap .second-item-text-slider-section{margin-top:0}}@media (max-width: 768px){.single-item-page .second-text-section-wrap .second-item-text-slider-section{margin-top:37px}}@media (max-width: 768px){.single-item-page .second-text-section-wrap .second-item-text-slider-section .single-section-slide{text-align:center}}.single-item-page .second-text-section-wrap .second-item-text-slider-section .single-section-slide
img{height:470px}@media (max-width: 1439px){.single-item-page .second-text-section-wrap .second-item-text-slider-section .single-section-slide
img{min-width:auto;width:100%;height:auto}}@media (max-width: 768px){.single-item-page .second-text-section-wrap .second-item-text-slider-section .single-section-slide
img{width:80%;margin:0
auto}}@media (max-width: 440px){.single-item-page .second-text-section-wrap .second-item-text-slider-section .single-section-slide
img{width:100%;margin:0
auto}}.section.single-item-wrap{padding:52px
0 40px;position:relative;background:#F6F6F6}@media (max-width: 1439px){.section.single-item-wrap{padding:52px
0 80px}}@media (max-width: 768px){.section.single-item-wrap{padding:58px
0 0;background:#fff;border-bottom:1px solid #000}}.section.single-item-wrap .hero-main-info-wrap{margin-bottom:44px;position:relative}.section.single-item-wrap .hero-slider{position:relative;width:60%;margin-bottom:0}@media (max-width: 1040px){.section.single-item-wrap .hero-slider{width:78%;margin:0
auto}}@media (max-width: 768px){.section.single-item-wrap .hero-slider{width:100%;padding-bottom:15px}}.section.single-item-wrap .hero-slider .slick-dots{position:absolute;bottom:35px;width:82%}@media (max-width: 1040px){.section.single-item-wrap .hero-slider .slick-dots{width:100%}}@media (max-width: 768px){.section.single-item-wrap .hero-slider .slick-dots{bottom:9px;right:8px}}.section.single-item-wrap .hero-slider .slick-dots
li{margin:0;width:10px;height:10px;margin-right:6px}.section.single-item-wrap .hero-slider .slick-dots li.slick-active button:after{background:#000;opacity:1}.section.single-item-wrap .hero-slider .slick-dots li
button{padding:0;width:8px;height:8px}.section.single-item-wrap .hero-slider .slick-dots li button:after{position:absolute;content:'';background:#000;opacity:20%;width:8px;height:8px;border-radius:50%}.section.single-item-wrap .hero-slider .slick-dots li button:before{display:none;opacity:1;font-size:10px;line-height:0}.section.single-item-wrap .hero-slider .slick-arrow{position:absolute;bottom:19px;z-index:1}@media (max-width: 768px){.section.single-item-wrap .hero-slider .slick-arrow{bottom:-7px}}@media (max-width: 768px){.section.single-item-wrap .hero-slider .slick-arrow.slick-custom-prev{left:6px}}.section.single-item-wrap .hero-slider .slick-arrow.slick-custom-next{right:147px}@media (max-width: 1040px){.section.single-item-wrap .hero-slider .slick-arrow.slick-custom-next{right:0}}@media (max-width: 768px){.section.single-item-wrap .hero-slider .slick-arrow.slick-custom-next{right:21px}}.section.single-item-wrap .hero-slider .hero-slider-single{padding:83px
172px}@media (max-width: 1439px){.section.single-item-wrap .hero-slider .hero-slider-single{padding:83px
70px}}@media (max-width: 1040px){.section.single-item-wrap .hero-slider .hero-slider-single{padding:0
0 60px}}@media (max-width: 768px){.section.single-item-wrap .hero-slider .hero-slider-single{padding:0}}.section.single-item-wrap .hero-slider .hero-slider-single
img{height:603px}@media (max-width: 768px){.section.single-item-wrap .hero-slider .hero-slider-single
img{object-fit:cover;margin:0
auto;height:auto}}.section.single-item-wrap .hero-slider .hero-slider-single.big-image{padding:83px
0}@media (max-width: 1439px){.section.single-item-wrap .hero-slider .hero-slider-single.big-image{padding:83px
70px}}@media (max-width: 1040px){.section.single-item-wrap .hero-slider .hero-slider-single.big-image{padding:0
0 60px}}@media (max-width: 768px){.section.single-item-wrap .hero-slider .hero-slider-single.big-image{padding:0}}.section.single-item-wrap .hero-slider .hero-slider-single.big-image
img{width:85%;object-fit:cover}@media (max-width: 768px){.section.single-item-wrap .hero-slider .hero-slider-single.big-image
img{width:100%;margin:0
auto;height:auto}}.section.single-item-wrap .hero-text-wrap{position:absolute;top:0;right:15px;background:#fff;border-radius:30px;padding:40px
44px 40px 40px;width:43.3%;margin-bottom:30px;height:auto}@media (max-width: 1440px){.section.single-item-wrap .hero-text-wrap{padding:40px
44px 30px 40px;height:inherit}}@media (max-width: 1116px){.section.single-item-wrap .hero-text-wrap{padding:40px
44px 15px 40px}}@media (max-width: 1040px){.section.single-item-wrap .hero-text-wrap{position:relative;width:78%;margin:0
auto;padding:70px
25px;right:0}}@media (max-width: 768px){.section.single-item-wrap .hero-text-wrap{width:97.5%;padding:70px
16px 38px 0;height:auto}}.section.single-item-wrap .hero-text-wrap .hero-text-header-wrap
h1{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:600;font-size:18px;line-height:30.6px;letter-spacing:0.1em}@media (max-width: 768px){.section.single-item-wrap .hero-text-wrap .hero-text-header-wrap
h1{line-height:28.6px}.section.single-item-wrap .hero-text-wrap .hero-text-header-wrap h1
span{line-height:23.4px}}.section.single-item-wrap .hero-text-wrap .hero-text-header-wrap
p{font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:500;font-size:14px;line-height:23.8px;letter-spacing:0.1em}@media (max-width: 768px){.section.single-item-wrap .hero-text-wrap .hero-text-header-wrap
p{margin-top:3px}}.section.single-item-wrap .hero-text-wrap .hero-text-description-wrap{padding:20px
0 13px;position:relative}@media (max-width: 768px){.section.single-item-wrap .hero-text-wrap .hero-text-description-wrap{padding:20px
0 21px}}.section.single-item-wrap .hero-text-wrap .hero-text-description-wrap
p{font-family:"Poppins",sans-serif;font-weight:400;font-size:14px;line-height:23.8px}.section.single-item-wrap .hero-text-wrap .hero-text-content-wrap{padding:27px
0 31px;position:relative}.section.single-item-wrap .hero-text-wrap .hero-text-content-wrap:before{content:'';background-image:url("/wp-content/themes/chill-berry/img/single-slide/doted.svg");position:absolute;top:0;height:2px;width:100%}.section.single-item-wrap .hero-text-wrap .hero-text-content-wrap:after{content:'';background-image:url("/wp-content/themes/chill-berry/img/single-slide/doted.svg");position:absolute;bottom:0;height:2px;width:100%}.section.single-item-wrap .hero-text-wrap .hero-text-content-wrap ul
li{display:flex;align-items:center;justify-content:space-between}.section.single-item-wrap .hero-text-wrap .hero-text-content-wrap ul li
p{font-family:"Poppins",sans-serif;font-weight:500;font-size:14px;line-height:23.8px}.section.single-item-wrap .hero-text-wrap .hero-text-help-first-wrap{padding:24px
0 23px;position:relative}.section.single-item-wrap .hero-text-wrap .hero-text-help-first-wrap:after{content:'';background-image:url("/wp-content/themes/chill-berry/img/single-slide/doted.svg");position:absolute;bottom:0;height:2px;width:100%}.section.single-item-wrap .hero-text-wrap .hero-text-help-first-wrap
p{font-family:"Poppins",sans-serif;font-weight:400;font-size:14px;line-height:23.8px}.section.single-item-wrap .hero-text-wrap .hero-text-help-footer-wrap{display:flex;align-items:center;padding:23px
0 0}@media (max-width: 465px){.section.single-item-wrap .hero-text-wrap .hero-text-help-footer-wrap{flex-direction:column;gap:20px}}.section.single-item-wrap .hero-text-wrap .hero-text-help-footer-wrap
p{font-family:"Poppins",sans-serif;font-weight:400;font-size:14px;line-height:23.8px}.section.single-item-wrap .hero-text-wrap .hero-text-help-footer-wrap
img{margin-left:29px}