/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.tm-testi__title{text-align:center}.tm-testi__item{margin-top:30px}.tm-testi__item:first-child{margin-top:0}.tm-testi__item
blockquote{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0}.tm-testi__item blockquote:before{position:absolute;z-index:9;top:15px;left:15px;font-size:40px;font-weight:bold;font-style:normal;content:'\201D'}#tm_builder_outer_content .tm-testi__item blockquote:before{content:'\201D'}.tm-testi__item-avatar{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:20px}.tm-testi--default blockquote:before{content:''}#tm_builder_outer_content .tm-testi--default blockquote:before{content:''}.tm-testi--speech-bubble
blockquote{display:block;padding:0;border:none;background-color:transparent;color:inherit}.tm-testi--speech-bubble .tm-testi__item-body{position:relative;padding:25px
25px 25px 45px;border:1px
solid currentColor}.tm-testi--speech-bubble .tm-testi__item-body:after{position:absolute;top:100%;left:50%;width:0;height:0;margin-left:-8px;content:'';border-width:8px 8px 0 8px;border-style:solid;border-color:currentColor transparent transparent transparent}.tm-testi--speech-bubble .tm-testi__item-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:20px}.tm-testi--speech-bubble .tm-testi__item-meta
footer{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tm-testi--speech-bubble .tm-testi__item-avatar{margin-right:0;margin-left:0}.tm-testi--boxed
blockquote{padding:25px
40px 25px 25px;border:1px
solid currentColor}.tm-testi--boxed blockquote:before{right:15px;left:auto}@media (min-width: 992px){.tm-testi__item-avatar{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-right:20px}.tm-testi--speech-bubble .tm-testi__item-avatar{margin-right:20px;margin-bottom:0}.tm-testi--speech-bubble .tm-testi__item-body:after{left:38px}.tm-testi__wrap--perview-1.tm-testi--speech-bubble .tm-testi__item-meta{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.tm-testi__wrap--perview-1 .tm-testi__item blockquote,.tm-testi-page--archive .tm-testi__item
blockquote{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.tm-testi-slider{padding-bottom:35px}.tm-testi-slider__item{margin-top:0}.tm-testi-slider__item
blockquote{margin-right:0 !important;margin-left:0 !important}.swiper-pagination.img-pagination{position:static;padding-top:30px}.swiper-pagination.img-pagination .img-pagination-item{background-color:none;background-size:cover;cursor:pointer}.swiper-pagination.img-pagination .img-pagination-item.swiper-pagination-bullet-active{background-color:none}/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search .wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo .aligncenter{display:table}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:9999px;margin:0 8px 8px 0;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}@font-face{font-family:'BookedIcons';src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABWkAA0AAAAAIrQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAViAAAABoAAAAcgEOAw09TLzIAAAGkAAAARQAAAGAQ+ZHdY21hcAAAAjwAAABgAAABcuCe68VjdnQgAAACnAAAAAQAAAAEACECf2dhc3AAABWAAAAACAAAAAj//wADZ2x5ZgAAAyAAABBmAAAZiIa7HAZoZWFkAAABMAAAADQAAAA2Dwe+OmhoZWEAAAFkAAAAIAAAACQIvwXfaG10eAAAAewAAABOAAAA+OxuAOpsb2NhAAACoAAAAH4AAAB+trCwem1heHAAAAGEAAAAHwAAACAAhwCzbmFtZQAAE4gAAAEMAAAB+AVCgRRwb3N0AAAUlAAAAOoAAAJmx+JtA3jaY2BkYGAA4olPN3fF89t8ZeBm/gAUYbhatJcTSnP9//w/mVWA+TqQy8HABBIFAIWfDbt42mNgZGBgTmCYwBDNKvD/MwMDqwADUAQF2AEAV+IDq3jaY2BkYGCwY2hiYGcAASYgZmQAiTkw6IEEABb8ATsAeNpjYGH+yjiBgZWBgamf6SADA0MvhGZ8zGDEyAIUZWBlZoABRgEGNNDAwPDBnjnhfwFDNHMCwwQglxFJVoGBEQBsSAtvAAAAeNpjzGFQZAACxgAGBuYPGJiDpQGrOANIHIaxyUOxEIhmcgBjIWQ5pgsIvchmYBNjTsC0G27O4v+fgXQoGKOpY2UDqv2BJiYAoQEJ5zMUAAB42mNgYGBmgGAZBkYGEMgB8hjBfBaGACAtAITMYBleBoUPrB8UPhh8sP//Hy7C8oHjg9IHI6AI8//v/58KMAkw8P/n/wc1DQUwsjFAjQKymYAEC7oCBgZWhuENAOlNFCMAIQJ/AAAAKgAqACoAKgAqACoAUADeAQABLAFcAaoB5gIyApACvALkAxoDRAOUA8wD5AP+BBgEMgRIBFwEcATOBUIFhAWsBcwGHgZ+BqgG0gcMB1wHlAfICAYIPghSCJYIrAjOCQYJUgmACcQJ8gomCkoKZgsYC8YL+gwmDD4MmAzEAAB42o1YD3ATV3p/31utVrZlWUZarQ/bsmRZWiPAdiTvbhLbsgl/svg4QoltbFKMMH8OMuSGHMbYhgQnk1xwzpnqKASuYTgPd0mBFnAcX0rTlGNoS2aS6cQNTk/NNIS56WQYps0xXC7DTKSl31tJxgan17HkXb19+73vfX9+3+97hBI/IRCmo4QjAql5G0ht47hgIf8TedvK/2fjOEfxlrzNsWGeDY8LVkg1jgMbjxb7i+VoccAPeTc++ICOpuN+2k1QErm7i7vFxUkBKSIulM8mRpWo6FeiLrwFxS9yJcmUM6nDmJ5IjXLx1CidZNdEIpHqhDuGjbYkEoQQC7GhrBsoS0BZCtmAYxGP21oZqq+qtLo9EbWeEz0RTVE1SdVkVdZCshCSlVClIFoF2SpIVknwSJoXKnFQFmpA1hQ5Bmy2okYk0XwmCaLkADZdhF+MHzgwfgBcfe3tfe23I/HIike7lpd32e1d5cu7Hl1x/8Dtw/HKso2Pr/J0d3tWPb6xrDJ+/wBtOcBEau1MovHKDwsKflhaG23dWN/aWr+xNVpb+sDIp+XPON3a0pe7NV3rfnmp5nY+U/7gkGnnC5YhroTwJJ84CImiaQPAM/MG0cw6d8uoWWXUwB24k3JaHv52CL4yPofAl9Dw2mufMmvP9JUVvVWMvpJE4F15VAYOFDkgSOio9HGjV6dbjH+EPV8YIxHuiXN1x77g4smd6eM6jNAtqTeg9wvjp8Yt+mzduaNfoItmyGV+E3HER5yZr+oM+azOYDEGhQLVMArVRtKIG0lYAVsMwzhuYEwY17l4dhRnpIeMzKNx8BnHdGLGRU5+OQmSxSRCSNAv+jOhodRrAY+YvSsOsMATSX3IjJeq7BWK/S6FE9L/BlONbW39ba53Xfi/KpHkStJt4cZwuBE+My+Gg+Z9kNTxYVuj7PfLOLtRXUD/Xk+8kT7LJmQ/dNI4BgubUDc6rVsxCRDCa0ElBgpbV3R7JJGXgrzgl4NKDQ6qPqaowL0mGpfb4mf++0y8zbgs0pWwrDoVr4ZlT26aguqpTU/qPU/trR5+qu/Mmb6nhqv3PtXzh+7PP+/21L216fDU1OFNb9XNsjlPJMwV4g+wBAn6lcpQE9SH5EDIWg5uayAo+k3j+JWIJ8bjIzUa8eATTxSzDrdi2Lh4Q/vonoK+M+0N3CnjGIaucYyvLKpwSgV5V4+8/knY6w2Ht+ntDR/3n6f0TH+yoV3Hb3tDEoDyBUUlRckjVz87+rE3nPMVxinTax5ZQFqmNYMaCFRmdBJzSgW0jL5aRiOXhBkbmKmoRA+aSkboy8HhP9t7elrFZ56k6xvaV9Cwd7367bvqdt89jdFATGFat3Ld6b1M2YSprY47eLepxI560oNqaoW6fqb+Pe1kRo5l4xhzzI/e8wf9HP5JUZZoLj9Ltdu68b5u3KYXITyRHv41hPUUXP52KEknwafrOmzH0NWNNTAGY1lfZW2Sh5KJSxLyQAKJkzH3NHnnTdW4Dj4VIjoDSYz76+rNm7D9pgo+NuyYl6qcx1mN6+b4zHywkULUs5wQVCwgCviPxzs/mBCMeWBipxrhbiUnjF5UDjXywfbUaIK2pD/xLfL5FnHx9KXUBIwlYSx9ialrrEkmYT175GO5x5trncK1WM3IYjzmWTHgl89+2T1u2nfvk2AbQiS6wRDlEkYaswVtSTm5WzP1Z3b2kSiuk8X3UBbvedyCElCsgcqQ00wblwKqkknnaERtADEqQq1XFL3ims6Wls4W2gjEOJZobj5+7Ro8fG3CSNkmUhMTzwd2c4sTdIvIpm5oYVMv3CXG+4kXPWzatePl6d9fA0tk/vMTOL3KLEOz9CvA/ZYSUpWzZJQLWExM80xjHNWC9cFgfUzPU+EjhmkIYLDiHqL9hD0NwudGbw706FDuGVTjepBdbzX6kxTngcDsCQzJVaNHN3qggxVJFU6kxrnVRo85/8Ws/0ke1QDhFTAobeYkHU7AoGEzX+ZWp8bhBDHXmDcdM4Rn0YcICjR/1sTEvTXJtF7XcuvI4Ff8AF/OUgahe3rZ6XdojRnrxJUHch6omRcuG7Hc5MtweVon2pKdCxLufB5bPwaXVdhu3hkx1ZRJ1nO36EE2Lwga0/5OVo66PvfGPTvGGerwZkEABiKiW5BZ8AQqBWCwHI1omWAqyv5sRlLAQk2pb869AFbw7T3dBmMdfXiJNh/o6lxirDEvEF68fmjx5HykGPMvRn9Ts3zZxrqPl/1590uPGf/ekTi9t68DxtrYJbqks+tAs7HGvEC4Nta8fvHH8+WQMv830Yt1G5ctr5l87KUN3fha24w6EiYIReAF0e2wZLWK8Zrk4LOqMs1lF1PSwQtyjDc3ltmJJLAyE7NoKqVP7RbL1NCKYqZ/fol74fyH7RF7fVm16GR7SDR3LPvddz1wT79L60v/amNIV5YEHyvGLXnVSFXdfNUetT9UVletluG2Eks6H+91w7P/x8PlM2RkcotOZnO/lMjo22yVVrM5JmWqp+SKulQNPRGAkFk7Ycwsvj9m1bn/v05/dbriG883Fbps/HGn8Uf5KoSvwmdmdX6JTWhL7D19eu9KzWiBS9rK9boxH77U1x+5ejWDaRmcn4FpDDeDWb4KSF4DYkCxDH07ZHmYgVbKSVuM63qCK0mN6gwkGWU11iDU6zM5ANsTAQRfMar5kf0KASVQzJ1KjSatSTijG4uSOxnn6E8iFqduJPGeZDlERp+FpD7re+tCUBDo0Lm1oMpm6RQcYHIKk0poMcBALWJJo0mY/9ypDfsOb6+qan163dJmCvzJgWd/5t2854kl8f4XtvovDRxNChOqcdu4rU7ocNbxWvf2w/rTrcs2F+Qt9gy8efDZkt5Nj/eVrio/uXX7W/N7D336l2w2ONQJttnpOpDb40LyENHm4HlerO4CGi4kax4JOQ/qiYQM4zIko4clxeqKMW4yNxOcWr1t22r9kH+Fc8O9u4lYTU1fTSxWMydHnMrvGuzKb20t3OWOFUzM/PFo40O2czaj2/YQ3sziaQXEbfrIz0gpq5suJCF+GVEFfHQyXadjbbyk35xIP0YvTmDxNW5jx+LEis5o6nXj2ISeMWRWpuVHJj6izGBOjmCKNYVHufAMQcl0Pz2oM8jVEzkxNxG4j4EvNQq+2bUnD+0qstrDZxQVMTan+bqQ4et0Uk/dgC8RhksS6UsYoBilu2F4t9Efor/eZu/ZrTMSzZ3CWdyphI77wj22pBfAwd3G3mN0qX3bpt0z48/GmGRQkFF7QQb+uwPR7cESbGJTNhIFLqyyLYEDRlgkTkzcF4nDm1T1wDu5WLypTjBGwOZ//8FglPZcHtbfOZCNxBk24XL1mFXIHF6Q++txmb7ZrMjw+hzVGKaMXhg5Y9ZkwzVnQeZnrCeY6IArBgPFURd+NbOz1aK8Xw6AK4rEMOrCJgaZm74zlXKmEklccZF+HHpVvTFd16irJl4gw9L1RELH3vdgug7jrD/n67jp60JSRqqwCqKj0arF9SrjcBziYHGMfxR7ag5ji6FkgoUo0ln6T4Yt4Q0LTruU77UFOJX2pV8tEkUWq+0NdLKhPXWDTaWTYW9azy/KFyyUdd06MiHyYN/iRw9H3QQ9KosYuWLAw/p4JYqlxSoG6gmj4nDn8FTCSE5u+4fHEzByeAfcTRi9R54+iqNQzUanDk8aySdWHoORxE7Mld7EThyB6idWZngBQeJM+5h1MUWQGWTIBivxtC9LENRZvaQf+weS6+FcrMxhi29GG9Y+TozG+JzH1yqtitL626NbN7/ieI1/uGbB0qCiBBMQVOqDqXu+N2cp8GVP385NpbUNkerSWnnx8oW+uoC8/IVZlMzkEl9l+23GsfLAMpS2G70qdNCL9HdpO4yoxhl6kZCZvKOAzRVM1oNvYGYzYmJu0dwdIyxcePZvk7zMPkfJRLggCbKA3YEmaZn4Vp05vKVfX7mi5j7uTIwb6aF7oEprZkyYmCMLCNz9A7HS0/RDVnGCgcomEKy1ENIialSTlVAzKGoF1pkGiJSDplZQVmpED2K7YJUraxEXYGSP+7zD3mB3A6Vn356X/0hB8Xn3Ltf4PEGj+fPOn3dYqSa4gP6t1fXRlgLHluIC2rOFFjjj1G3f9pELB/PxvrhgyxZqc1riznza89E8jMv2u//CvcEVYEZgX6MyspblblbRheRMYuwMaRHSqPq/vvLT4c1bP3xleOvm6n3nzg7u399/fmxg8PMrm7cOv/Lh1s3DIO/fP3j23L7BwYGx82jjmbIX/ynp/P9vNShc0v7kkubmWEdnrOk7li5tbl7yZPuSpqZYZ0fO13ETXwqZryXMeiwe9aGFgOnGm91bPTY5rFHXWRYnYKx3bdXaXnoQe7cTu6p2nWCHaSfX9vauPcnaq5O7TpzYdXJ2XpuSXYLoIRK61DwM41zseIznApVVtAlS74hw6NCvdvx+x8rjC/r/4tbAsg07YMPo1EbjX2/Suzt+dcj4kfjOm/0Ljq/cAWuMX+7YsGzglvHVTYhunJp95lPIzpJcrANFxZE/ITYzJpVkx343koyqJ7DN7EdousHYD+7mDlIgxMF+Uw7+uzXNxQjjXrkv4125L8NY1lRjyWOHQgKuf5e3cr8l30MOqSJn3kr2kBcQvBHD6jU0HkZtBiqwgmHEClbI1CtmVhz0m7+03E9sF7KRwKinB19hLs82A1bkCJlb5Nnme7xsvhyNVAA2rIFKBBrVPFbBkgTf/I3oLSqUXv2lLf+tn4ler/i2xf788/n0P/Z5SsvEfTjy7QeDos/pFAfFslK63cpxkec6u56L2Io228H/3osvvOfn8r7XUSh5vI6uYpenNN3fVVjo9IhFHY5ytwiLvIvKyxd5oSJc5Pi5IPy8XPR4Lf39FvB7JbGiQvRUVOBcZ4UoeTfm8U0ru/Y/17myyZHXvOrFCxde/H5LHrWsK/KKJY6OonLJ09DhKJEKi4rWORZ5Lw54yss9Ax5vedbGmy13uI9ICQlil76W9JBnyXNoYzlnZNx/xoTMyrNMnLHwdxrYmrOw708bWLDOsi/98clh0et0iKfzrPue5/PPsi2PvJlPVw2IZWXiALPv1QGxwlkksgHaY+X42n3rOvfX8py1J4+vuADk73xc/vx2p1ssL1xX5BFL0wc60cCiy9kRCBRVwwIvO/Tyvn6EWdjS22spD1ccEeCC14MCwxU4WliGNu+28Q2t6wYG1rU28DZb0w+GLlwY+kGTDVIdTq/ocbQXoWMeaUc3FjpNwe8NsmgYRH3vOzMtfZBLsxMO1oMElOh3nJxOpVJ6KjUnL4ZP2CM9df/ZrIutM7uW8Egs6Jk5aghmKiILVzJH9fhan13zMFcZ31UYpcaitwgbHZjSYSR7nTIWZTgm78Q8r8ZsJcQt8NZKOegAgflfQh+bAdEMpts1GSMniK0gD0HJ44DKGmgG3hPhnfb0q5yVMw6V+LiA3w+81bbTxgvU7w/ykfftdtqHT5EK/QKW5tP4qX8+Faf5sNTupavLuCsAu13rHnEvkMWvBcFqtdq+FuWwu3dFA2c+vGJc3TYuPybjZ3ybhcxpuwfPtef2zYg+p1+eZgeD/wujCOOgAAB42o2OsWoCQRRFz+hqCEpKSVJNlVQr6woKFglaCBJIYWGTSnRZRN2BdcW/SpPPyWfkA5Lr7hQWKRwY5tx59713gTs+MVSnzaNnQ4tXzzVu+PBc55kvz4E8P54btM2D5yYt8yKnCW6l7suuMxs66q64pr1vnuu8s/IcyPPtuaHeX89NOuaJKY6cAsuYEwkH6b1epi4v7PiUHNxeaqJvx1aFNTONdmSyMnFum6xnK5dJzFVNObJjqZHMk/S4Wwqmpbvwq1K5LDFdIr0j3f9nV7WYPiED3Vj+HsNzsKxQuDSxcTeyI3uRQSruh4MwjnrD6zIvVM31uymrVhuqXCyS/LBxme1px1Wj/gD/KE6jeNptzTdOQ2EUBeE3tsk555zz++8lGSQkkitEgcQiaOjYABsHBFNypKMpv6pR/e7rs4rqv938nKpBg2bVpEUX3fTQSx/9DDDIEMOMMMoY40wwyRTTzDDLHPMssMgSy6ywyhrrbLDJFtvssMse+xxwyBHHnFBTCJJTzjjngkvaXHHden59emrcv/R8vL916vrUntlL27a39s7e2wf7aDt/LbUtNmxavaJXzu2F1S/6Rb/oF/2iX/SLfuiHbuiGbuiGbuiGbuiGbuiGbuiGbuimbuqmbuqmbuqmbuqmbuqmbuqmbupm5xsmlIa5AAAAAAAB//8AAnjaY2BgYGQAgqtxbOvBdNFeTijNBQBAoQYFAAA=) format('woff');font-weight:normal;font-style:normal}.booked-icon{display:inline-block;font:normal normal normal 14px/1 'BookedIcons';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.booked-icon-fw{width:1.28571429em;text-align:center}.booked-icon-spin{-webkit-animation:booked-icon-spin 2s infinite linear;animation:booked-icon-spin 2s infinite linear}.booked-icon-pulse{-webkit-animation:booked-icon-spin 1s infinite steps(8);animation:booked-icon-spin 1s infinite steps(8)}@-webkit-keyframes booked-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes booked-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.booked-icon-calendar:before{content:'\f004'}.booked-icon-gear:before{content:'\f005'}.booked-icon-email:before{content:'\f008'}.booked-icon-pencil:before{content:'\f009'}.booked-icon-clock:before{content:'\f00a'}.booked-icon-cart:before{content:'\f00b'}.booked-icon-user:before{content:'\f00c'}.booked-icon-notification:before{content:'\f00d'}.booked-icon-notification-off:before{content:'\f00e'}.booked-icon-inbox:before{content:'\f00f'}.booked-icon-code:before{content:'\f010'}.booked-icon-print:before{content:'\f011'}.booked-icon-chart:before{content:'\f012'}.booked-icon-key:before{content:'\f013'}.booked-icon-alert:before{content:'\f014'}.booked-icon-arrow-up:before{content:'\f015'}.booked-icon-arrow-down:before{content:'\f016'}.booked-icon-arrow-left:before{content:'\f017'}.booked-icon-arrow-right:before{content:'\f018'}.booked-icon-angle-right:before{content:'\f019'}.booked-icon-angle-left:before{content:'\f01a'}.booked-icon-angle-down:before{content:'\f01b'}.booked-icon-attachment:before{content:'\f01c'}.booked-icon-link:before{content:'\f01d'}.booked-icon-location:before{content:'\f01e'}.booked-icon-cc:before{content:'\f01f'}.booked-icon-comment:before{content:'\f020'}.booked-icon-download:before{content:'\f022'}.booked-icon-money:before{content:'\f023'}.booked-icon-sign-in:before{content:'\f024'}.booked-icon-sign-out:before{content:'\f025'}.booked-icon-edit:before{content:'\f026'}.booked-icon-upload:before{content:'\f027'}.booked-icon-info:before{content:'\f028'}.booked-icon-close:before{content:'\f029'}.booked-icon-book:before{content:'\f02a'}.booked-icon-sync:before{content:'\f02b'}.booked-icon-angle-up:before{content:'\f02c'}.booked-icon-question:before{content:'\f02d'}.booked-icon-check:before{content:'\f02e'}.booked-icon-close:before{content:'\f02f'}.booked-icon-close-circle:before{content:'\f030'}.booked-icon-required:before{content:'\f032'}.booked-icon-radio-unchecked:before{content:'\f033'}.booked-icon-radio-checked:before{content:'\f034'}.booked-icon-lock:before{content:'\f035'}.booked-icon-phone:before{content:'\f036'}.booked-icon-copy:before{content:'\f037'}.booked-icon-bars:before{content:'\f038'}.booked-icon-sunrise:before{content:'\f039'}.booked-icon-sunset:before{content:'\f03a'}.booked-icon-plus-circle:before{content:'\f03b'}.booked-icon-minus-circle:before{content:'\f03c'}.booked-icon-plus:before{content:'\f03d'}.booked-icon-graduation-cap:before{content:'\f03e'}.booked-icon-spinner-clock:before{content:'\f03f'}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.tooltipster-default{border-radius:5px;border:2px
solid #000;background:#4c4c4c;color:#fff}.tooltipster-default .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;padding:8px
10px;overflow:hidden}.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border{}.tooltipster-icon{cursor:help;margin-left:4px}.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}.tooltipster-base .tooltipster-content{overflow:hidden}.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:1px;left:0;z-index:-1}.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left
span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-top:8px solid;bottom:-7px}.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-top:9px solid;bottom:-7px}.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left
span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-bottom:8px solid;top:-7px}.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-bottom:9px solid;top:-7px}.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0
auto}.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left
span{left:6px}.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right
span{right:6px}.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-left:9px solid;margin-top:-8px}.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-right:9px solid;margin-top:-8px}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade-show{opacity:1}.tooltipster-grow{opacity:0;-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow-show{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.275);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.275);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.275);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.275)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 1);-webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-moz-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-ms-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-o-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4)}.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15)}.tooltipster-fall-show{}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0px !important;opacity:0}.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15)}.tooltipster-slide.tooltipster-slide-show{}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0px !important;opacity:0}.tooltipster-content-changing{opacity:0.5;-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}.tooltipster-light{border-radius:3px;border:1px
solid #ddd;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1);background:#fff;color:#888}.tooltipster-light .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;padding:8px
10px}@keyframes booked-flyin{0%{opacity:0;transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes booked-flyin{0%{opacity:0;-webkit-transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes booked-flyin{0%{opacity:0;-moz-transform:scale(0.9)}100%{opacity:1;-moz-transform:scale(1)}}@-ms-keyframes booked-flyin{0%{opacity:0;-ms-transform:scale(0.9)}100%{opacity:1;-ms-transform:scale(1)}}@-o-keyframes booked-flyin{0%{opacity:0;-o-transform:scale(0.9)}100%{opacity:1;-o-transform:scale(1)}}@keyframes booked-popflyin{0%{opacity:0;transform:scale(0.95)}50%{opacity:1;transform:scale(1.01)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes booked-popflyin{0%{opacity:0;-webkit-transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.01)}100%{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes booked-popflyin{0%{opacity:0;-moz-transform:scale(0.95)}50%{opacity:1;-moz-transform:scale(1.01)}100%{opacity:1;-moz-transform:scale(1)}}@-ms-keyframes booked-popflyin{0%{opacity:0;-ms-transform:scale(0.95)}50%{opacity:1;-ms-transform:scale(1.01)}100%{opacity:1;-ms-transform:scale(1)}}@-o-keyframes booked-popflyin{0%{opacity:0;-o-transform:scale(0.95)}50%{opacity:1;-o-transform:scale(1.01)}100%{opacity:1;-o-transform:scale(1)}}@keyframes booked-flyout{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.9)}}@-webkit-keyframes booked-flyout{0%{opacity:1;-webkit-transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0.9)}}@-moz-keyframes booked-flyout{0%{opacity:1;-moz-transform:scale(1)}100%{opacity:0;-moz-transform:scale(0.9)}}@-ms-keyframes booked-flyout{0%{opacity:1;-ms-transform:scale(1)}100%{opacity:0;-ms-transform:scale(0.9)}}@-o-keyframes booked-flyout{0%{opacity:1;-o-transform:scale(1)}100%{opacity:0;-o-transform:scale(0.9)}}@keyframes booked-popdown{0%{opacity:0;transform:translateY(-5px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes booked-popdown{0%{opacity:0;-webkit-transform:translateY(-5px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes booked-popdown{0%{opacity:0;-moz-transform:translateY(-5px)}100%{opacity:1;-moz-transform:translateY(0)}}@-ms-keyframes booked-popdown{0%{opacity:0;-ms-transform:translateY(-5px)}100%{opacity:1;-ms-transform:translateY(0)}}@-o-keyframes booked-popdown{0%{opacity:0;-o-transform:translateY(-5px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes booked-fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes booked-fadein{0%{opacity:0}100%{opacity:1}}@-moz-keyframes booked-fadein{0%{opacity:0}100%{opacity:1}}@-ms-keyframes booked-fadein{0%{opacity:0}100%{opacity:1}}@-o-keyframes booked-fadein{0%{opacity:0}100%{opacity:1}}@keyframes booked-fadeout{0%{opacity:1}100%{opacity:9}}@-webkit-keyframes booked-fadeout{0%{opacity:1}100%{opacity:9}}@-moz-keyframes booked-fadeout{0%{opacity:1}100%{opacity:9}}@-ms-keyframes booked-fadeout{0%{opacity:1}100%{opacity:9}}@-o-keyframes booked-fadeout{0%{opacity:1}100%{opacity:9}}body.booked-noScroll{width:100%;overflow:hidden;position:relative}body
.calendarSavingState{display:none}body .bookedClearFix:after{content:"";display:table;clear:both}body table.booked-calendar{box-sizing:border-box;text-shadow:none!important;box-shadow:none!important;margin:0;padding:0;background:#f1f1f1;border-spacing:0;width:100%;border:none!important;border-bottom:1px solid #ddd!important}body table.booked-calendar
th{font-weight:400;text-align:center;position:relative;width:14.285%;border-width:1px;border-style:solid;padding:1.4rem 0!important;line-height:1}body table.booked-calendar th
.monthName{letter-spacing:.03rem;font-size:1.05rem;line-height:1rem;height:1.05rem}body table.booked-calendar th .monthName
a{font-size:.8rem;position:relative;top:-.05rem;padding-left:8px;text-decoration:none;text-transform:none;color:#fff;color:hsla(0,0%,100%,.5)}body table.booked-calendar th .monthName a:hover{color:hsla(0,0%,100%,.75)}body table.booked-calendar th .page-left{font-size:1.3rem;color:#fff;position:absolute;left:20px;top:50%;margin-top:-.65rem}body table.booked-calendar th .page-left:hover{left:19px}body table.booked-calendar th .page-right{font-size:1.3rem;color:#fff;position:absolute;right:20px;top:50%;margin-top:-.65rem}body table.booked-calendar th .page-right:hover{right:19px}body table.booked-calendar
td{font-weight:400;text-align:center;overflow:hidden;position:relative;font-size:20px;color:#333;padding:0!important;margin:0!important;border-right:1px solid #e5e5e5;background:transparent!important}body table.booked-calendar td:first-child{border-left:1px solid #ddd}body table.booked-calendar td:last-child{border-right:1px solid #ddd}body table.booked-calendar td
.date{background:#fff;display:block;width:100%;height:100%;transition:background .15s ease-out,color .15s ease-out}body table.booked-calendar td .date
.number{display:inline-block;border-radius:30px;width:50px;height:50px;line-height:49px}body table.booked-calendar td .date
span{transition:background .15s ease-out,color .15s ease-out}body table.booked-calendar td:hover
.date{cursor:pointer;background:#fafafa}body table.booked-calendar td:hover .date
span{color:#fff}body table.booked-calendar td
.count{transition:all .1s ease-out}body table.booked-calendar input[type=submit]{-webkit-appearance:none;height:auto;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body table.booked-calendar input[type=submit]:hover{background:#ddd;color:#000;height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body table.booked-calendar
button{-webkit-appearance:none;height:auto;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body table.booked-calendar button:hover{background:#ddd;color:#000;height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body table.booked-calendar button.bb-small,body table.booked-calendar input[type=submit].bb-small{line-height:24px;padding:0
8px}body table.booked-calendar input[type=submit].button-primary{-webkit-appearance:none;height:auto;color:#fff;border-width:1px;border-style:solid}body table.booked-calendar input[type=submit].button-primary:hover{color:#fff;height:auto;border:1px
solid}body table.booked-calendar
thead{color:#fff;text-transform:uppercase}body table.booked-calendar thead
th{text-align:center!important;color:#fff!important}body table.booked-calendar thead th .page-left,body table.booked-calendar thead th .page-right{color:#fff!important}body table.booked-calendar thead th
.monthName{display:inline-block}body table.booked-calendar thead th
a{transition:all .1s ease-out}body table.booked-calendar thead tr:first-child
th{height:1.12rem;max-height:1.12rem;min-height:1.12rem}body table.booked-calendar thead
.calendarSavingState{font-size:1rem}body table.booked-calendar tbody
td{padding:0;text-align:center}body table.booked-calendar
tr.days{color:#fff;text-transform:uppercase}body table.booked-calendar tr.days
th{padding:.8rem 0!important;border-width:1px;border-style:solid;font-size:.8rem;letter-spacing:.03rem}body table.booked-calendar tr.week
td.active{border-bottom-color:#ddd;background:#ddd}body table.booked-calendar tr.week td.active
.date{color:#555;background:#ddd}body table.booked-calendar tr.week td.active .date
.number{border:none;background:#fff;color:#000}body table.booked-calendar tr.week td.active:hover
.date{background:#ddd}body table.booked-calendar tr.week td.active:hover
.count{top:-40px}body table.booked-calendar
tr.entryBlock{color:#fff;background:#ddd}body table.booked-calendar tr.entryBlock
td{padding:2%!important;text-align:left;color:#fff;border-bottom-color:#ddd}body table.booked-calendar tr.entryBlock.booked-loading
td{height:132px}body table.booked-calendar td.blur .date,body table.booked-calendar td.blur:hover .date,body table.booked-calendar td.blur:hover .date span,body table.booked-calendar td.prev-date .date,body table.booked-calendar td.prev-date:hover .date,body table.booked-calendar td.prev-date:hover .date
span{cursor:not-allowed;background:#f5f5f5!important;color:#ccc!important}body table.booked-calendar td.next-month
.date{background:#fafafa}body table.booked-calendar td.next-month .date
span{color:#ccc}body table.booked-calendar td.next-month:hover .date
span{color:#fff}body table.booked-calendar td.prev-month
.date{background:#fafafa}body table.booked-calendar td.prev-month .date
span{color:#ccc}body table.booked-calendar td.prev-month:hover .date
span{color:#fff}body table.booked-calendar td.booked .date,body table.booked-calendar td.booked .date span,body table.booked-calendar td.booked:hover .date,body table.booked-calendar td.booked:hover .date
span{cursor:not-allowed;background:#fff9f8!important;color:#ffa790!important}body table.booked-calendar td.active:hover .date
span{background:#fff}body table.booked-calendar td.today
.date{color:#000}body table.booked-calendar td.today .date
span{border:2px
solid #31afea;color:#000!important}body table.booked-calendar td.today:hover
.date{color:#000!important}body table.booked-calendar td.today:hover .date
span{background:#31afea!important;color:#fff!important}body table.booked-calendar td.today.prev-date .date
span{color:#ccc!important}body table.booked-calendar td.today.prev-date:hover .date
span{background:none!important;color:#ccc!important}body table.booked-calendar td.today.active:hover .date
span{background:#fff!important;color:#000!important}body table.booked-calendar .booked-appt-list{color:#000;background:#fff;transform:scale(.95);padding:30px
35px 10px;display:none;box-shadow:0 1px 5px rgba(0,0,0,.2);border-radius:3px}body table.booked-calendar .booked-appt-list .timeslot button .spots-available{display:none;color:#fff;color:hsla(0,0%,100%,.75);padding:5px
0 3px;line-height:1em}body table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title{display:none}body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time{min-height:auto}body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title{margin:0}body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range{display:none}body table.booked-calendar .timeslot-count
strong{display:block;text-transform:uppercase;margin:20px
0 10px}body table.booked-calendar .timeslot-count
button{float:right;margin:0
0 0 10px}body table.booked-calendar .timeslot-count
a.delete{float:left;margin:0
10px 0 0;font-size:20px;line-height:1.3;color:#f59e9e}body table.booked-calendar .timeslot-count a.delete:hover{color:#e35656}body table.booked-calendar .appt-block{width:80%;border-top:1px solid #ddd;display:block;padding:10px
0}body #booked-profile-page{position:relative;margin:0
0 30px}body #booked-profile-page input[type=submit]{-webkit-appearance:none;height:auto;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body #booked-profile-page input[type=submit]:hover{background:#ddd;color:#000;height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body #booked-profile-page
button{-webkit-appearance:none;height:auto;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body #booked-profile-page button:hover{background:#ddd;color:#000;height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body #booked-profile-page button.bb-small,body #booked-profile-page input[type=submit].bb-small{line-height:24px;padding:0
8px}body #booked-profile-page input[type=submit].button-primary{-webkit-appearance:none;height:auto;color:#fff;border-width:1px;border-style:solid}body #booked-profile-page input[type=submit].button-primary:hover{color:#fff;height:auto;border:1px
solid}body #booked-profile-page .booked-profile-header{border:1px
solid #ddd;border-radius:3px 3px 0 0;padding:15px;position:relative}body #booked-profile-page .booked-profile-header .booked-logout-button{text-decoration:none;font-size:.9rem;position:relative;top:-1px;color:hsla(0,0%,100%,.5)}body #booked-profile-page .booked-profile-header .booked-logout-button:hover{color:#fff}body #booked-profile-page .booked-user-avatar{width:35px;height:35px;position:relative;top:0;left:0;float:left;display:inline-block}body #booked-profile-page .booked-user-avatar
img{width:100%;height:auto;display:block;margin:0;border-radius:20px}body #booked-profile-page .booked-info{width:100%}body #booked-profile-page .booked-user
*{margin:0;padding:0;line-height:1.6}body #booked-profile-page .booked-user
h3{color:#fff;margin:0;padding:4px
0 4px 12px;float:left;display:inline-block;font-size:1.25rem!important;letter-spacing:.03rem!important}body #booked-profile-page .booked-counts{float:right;width:25%;margin-left:5%;color:#fff}body #booked-profile-page .booked-counts
span{display:block;text-align:right;font-size:12px;line-height:2.1}body #booked-profile-page .booked-counts i.booked-icon{display:inline-block;padding-right:7px}body #booked-profile-page .booked-tabs{border-width:1px;border-style:solid;border-top:0;border-bottom:0;list-style:none;margin:0!important;padding:0!important}body #booked-profile-page .booked-tabs
li{float:left;display:inline-block;margin:0!important;padding:0!important}body #booked-profile-page .booked-tabs li
a{height:auto!important;font-size:14px;display:block;text-decoration:none;padding:0
15px;line-height:40px;background:rgba(0,0,0,.15);color:#fff;border:none}body #booked-profile-page .booked-tabs li a i.booked-icon{display:inline-block;padding-right:7px}body #booked-profile-page .booked-tabs li a:hover{background:rgba(0,0,0,.25);color:#fff}body #booked-profile-page .booked-tabs li.active a,body #booked-profile-page .booked-tabs li.active a:hover{color:#fff}body #booked-profile-page .booked-tabs li.edit-button{float:right}body #booked-profile-page .booked-tab-content{border-radius:0 0 3px 3px;display:none;padding:30px
35px;border:1px
solid #ddd;border-top:#ddd;background:#fff}body #booked-profile-page .booked-tabs.login{border-top-width:1px;border-top-style:solid}body #booked-profile-page p.booked-no-margin{color:#888;margin:0}body #booked-profile-page .booked-show-cf{outline:none;font-weight:600;transition:all .1s ease-out}body #booked-profile-page .booked-show-cf.booked-cf-active{color:#000}body #booked-profile-page .cf-meta-values-hidden{animation:booked-popdown .2s;-webkit-animation:booked-popdown .2s;-moz-animation:booked-popdown .2s;-ms-animation:booked-popdown .2s;-o-animation:booked-popdown .2s;display:none;border-left:3px solid #ddd;margin:10px
0 0;padding:0
0 0 20px}body #booked-profile-page .cf-meta-values-hidden
p{margin:0
0 10px;font-size:14px;font-weight:300;line-height:1.5}body #booked-profile-page .cf-meta-values-hidden p:last-child{margin-bottom:0}body #booked-profile-page .cf-meta-values-hidden p
strong{font-weight:600}body #booked-profile-page .result-section.table-layout{margin:0}body #booked-profile-page .result-section.table-layout .table-box{border:none}body #booked-profile-page .result-section.table-layout .table-box .table-body .table-row{min-height:115px}body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title{font-weight:400;font-size:15px;line-height:1.6}body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title
p{margin:0;padding:10px
0 0;font-size:12px}body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title
small{display:block;padding-top:5px}body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title
a{font-weight:600}body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title .booked-review
p{font-size:14px;line-height:1.7}body #booked-profile-page .result-section.table-layout .table-box .table-head-row{background:none!important}body #booked-profile-page .result-section.table-layout .table-box .table-cell{padding:20px
0}body #booked-profile-page .result-section.table-layout .table-box .cell-title{position:relative;width:55%;padding-right:25px}body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img
img{width:65px;height:auto;position:absolute;border-radius:3px;top:26px;left:0}body #booked-profile-page .result-section.table-layout .table-box .cell-title .cell-title-wrap{padding-left:85px}body #booked-profile-page .result-section.table-layout .table-box .cell-rating{width:20%}body #booked-profile-page .result-section.table-layout .table-box .cell-time{width:25%}body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews{width:100%;padding-right:0}body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews
.rating{margin-top:10px}body #booked-profile-page p.booked-form-notice{border:1px
solid #e6db55;border-radius:3px;background-color:#fffbcc;margin:0
0 35px;padding:10px
15px}body #booked-profile-page .booked-profile-appt-list{box-sizing:border-box}body #booked-profile-page .booked-profile-appt-list .appt-block{color:#888;line-height:23px;padding:20px
0 25px;border-top:1px solid #ddd;display:block}body #booked-profile-page .booked-profile-appt-list .appt-block>i.booked-icon{width:23px;color:#333}body #booked-profile-page .booked-profile-appt-list .appt-block:last-child{padding-bottom:0}body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{border-radius:3px;font-size:12px;text-transform:uppercase;font-weight:700;float:right;padding:0
12px 1px;line-height:33px;margin:6px
0 0;background:#ccc;color:#fff}body #booked-profile-page .booked-profile-appt-list .appt-block
button{float:right;margin:6px
0 0}body #booked-profile-page .booked-profile-appt-list .appt-block
.cancel{font-size:12px;padding-left:10px;border:1px
solid #ddd;background:#f5f5f5;color:#aaa}body #booked-profile-page .booked-profile-appt-list .appt-block .cancel:hover{background:#eee;color:#888;border-color:#ccc}body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons{display:block;padding:15px
0 0}body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons
a{text-decoration:none;display:inline-block;padding:.5rem .75rem;margin:0
7px 0 0;border-radius:3px;line-height:1rem;font-size:.9rem;font-weight:400;transition:all .1s ease-out}body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover{text-decoration:none}body #booked-profile-page .booked-profile-appt-list .appt-block.approved{color:#000}body #booked-profile-page .booked-profile-appt-list .calendar-name{padding:0
0 5px}body #booked-profile-page #profile-edit{box-sizing:border-box}body #booked-profile-page
h4{margin:0
0 20px;padding:0;font-size:19px;font-weight:600}body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button{font-size:.9rem;line-height:1rem;font-weight:400;letter-spacing:.03rem;padding:.5rem .65rem .5rem 40px}body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button
.addeventatc_dropdown{padding:0}body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button
.copyx{display:none}body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button
.addeventatc_icon{top:.35rem}body #booked-profile-page .appt-block .booked-cal-buttons>div,body #booked-profile-page .appt-block .booked-cal-buttons>span,body #booked-profile-page .appt-block .booked-cal-buttons
a{float:left;display:inline-block;margin:0
.5rem 0 0}body .booked-list-view{position:relative}body .booked-list-view input[type=submit]{-webkit-appearance:none;height:auto;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body .booked-list-view input[type=submit]:hover{background:#ddd;color:#000;height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body .booked-list-view
button{-webkit-appearance:none;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px}body .booked-list-view button,body .booked-list-view button:hover{height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body .booked-list-view button:hover{background:#ddd;color:#000}body .booked-list-view button.bb-small,body .booked-list-view input[type=submit].bb-small{line-height:24px;padding:0
8px}body .booked-list-view input[type=submit].button-primary{-webkit-appearance:none;height:auto;color:#fff;border-width:1px;border-style:solid}body .booked-list-view input[type=submit].button-primary:hover{color:#fff;height:auto;border:1px
solid}body .booked-list-view .booked-appt-list{opacity:1;position:relative;transition:opacity .2s ease-out}body .booked-list-view .booked-appt-list h2.booked-no-prev{text-align:left}body .booked-list-view .booked-appt-list .timeslot:hover{background:none}body .booked-list-view .booked-appt-list .timeslot .timeslot-time{padding-left:0;width:50%}body .booked-list-view .booked-appt-list .timeslot .timeslot-people{padding-right:0;width:50%}body .booked-list-view .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people{padding-right:0}body .booked-list-view .booked-list-view-nav{position:absolute;top:0;left:0;width:100%}body .booked-list-view .booked-list-view-nav .booked-list-view-date-next{position:absolute;top:1px;right:35px;font-weight:400}body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev{position:absolute;top:1px;left:0;font-weight:400}body .booked-list-view span.booked-datepicker-wrap{position:absolute;top:2px;right:0}body .booked-list-view
a.booked_list_date_picker_trigger{text-align:center;transform:scale(1);background:#eee;border:1px
solid #ccc;box-sizing:content-box;color:#333;display:inline-block;position:relative;top:-2px;margin:0;font-size:13px;width:24px;height:24px;line-height:23px;border-radius:3px;transition:all .1s ease-out}body .booked-list-view a.booked_list_date_picker_trigger:hover{background:#ddd;color:#000;border-color:#ccc}body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover{transform:scale(1.23);color:#fff}body .booked-modal{margin-top:-84px;min-height:168px;position:fixed;z-index:9999999;top:50%;right:0;bottom:0;left:0}body .booked-modal input[type=submit]{-webkit-appearance:none;height:auto;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body .booked-modal input[type=submit]:hover{background:#ddd;color:#000;height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body .booked-modal
button{-webkit-appearance:none;font-size:12px;display:inline-block;padding:0
12px;background:#eee;color:#333;line-height:30px}body .booked-modal button,body .booked-modal button:hover{height:auto;text-shadow:none;box-shadow:none;border:1px
solid #ccc}body .booked-modal button:hover{background:#ddd;color:#000}body .booked-modal button.bb-small,body .booked-modal input[type=submit].bb-small{line-height:24px;padding:0
8px}body .booked-modal input[type=submit].button-primary{-webkit-appearance:none;height:auto;color:#fff;border-width:1px;border-style:solid}body .booked-modal input[type=submit].button-primary:hover{color:#fff;height:auto;border:1px
solid}body .booked-modal
button.cancel{background:#eee!important;color:#333!important}body .booked-modal button.cancel:hover{background:#ddd!important;color:#000!important}body .booked-modal .bm-window{animation:booked-flyin .2s;-webkit-animation:booked-flyin .2s;-moz-animation:booked-flyin .2s;-ms-animation:booked-flyin .2s;-o-animation:booked-flyin .2s;-webkit-backface-visibility:hidden;padding:43px
0 25px;width:450px;position:relative;margin:0
auto;background:#fff;border-radius:5px;box-shadow:1px 1px 60px rgba(0,0,0,.5);background:#f5f5f5;max-height:100px;z-index:2000000000}body .booked-modal .bm-window
p.captcha{margin:-5px 0 15px}body .booked-modal .bm-window
p{margin:0
0 15px;font-size:15px}body .booked-modal .bm-window p
small{display:block;margin:0
0 15px;text-transform:uppercase;font-size:13px;font-weight:600}body .booked-modal .bm-window p
strong{font-size:13px;text-transform:uppercase;display:inline-block;padding-right:3px;font-weight:600}body .booked-modal .bm-window p i.booked-icon.booked-icon-clock{font-size:18px;position:relative;top:1px}body .booked-modal .bm-window p.appointment-title,body .booked-modal .bm-window p.calendar-name{font-weight:600;margin-bottom:0}body .booked-modal .bm-window p.appointment-info{font-size:15px;margin:0;line-height:1.7}body .booked-modal .bm-window
a{text-decoration:none}body .booked-modal .bm-window
.close{line-height:1;color:#fff;color:hsla(0,0%,100%,.5);font-size:20px;position:absolute;top:11px;right:14px}body .booked-modal .bm-window .close:hover{color:#fff}body .booked-modal .bm-window p.booked-calendar-name{font-weight:600;font-size:15px}body .booked-modal .bm-window .booked-scrollable{max-height:100px;padding:25px
30px;overflow-y:auto;overflow-x:hidden;background:#f5f5f5;border-radius:3px;box-sizing:content-box;-webkit-overflow-scrolling:touch}body .booked-modal .bm-window .booked-scrollable>*{-webkit-transform:translateZ(0)}body .booked-modal .bm-window p.booked-title-bar{box-sizing:border-box;font-size:13px;position:absolute;top:0;left:0;line-height:1;width:100%;color:#fff;border-radius:4px 4px 0 0;padding:15px
30px 15px 15px}body .booked-modal .bm-window p.booked-title-bar
small{margin:0}body .booked-modal
hr{border-top:1px solid #ddd;background:none}body .booked-modal .bm-overlay{animation:booked-fadein .2s;-webkit-animation:booked-fadein .2s;-moz-animation:booked-fadein .2s;-ms-animation:booked-fadein .2s;-o-animation:booked-fadein .2s;-webkit-backface-visibility:hidden;position:fixed;background:#000;background:rgba(0,0,0,.65);top:0;right:0;bottom:0;left:0}body .booked-calendar-wrap{margin:0
0 30px;transition:height .15s ease-out}body .booked-calendar-wrap .booked-appt-list{font-size:15px;line-height:1.7}body .booked-calendar-wrap .booked-appt-list
h2{text-align:center;color:#555;font-size:20px;margin:0
0 30px;line-height:1.4}body .booked-calendar-wrap .booked-appt-list
p{color:#888;font-weight:400;margin:0
0 20px}body .booked-calendar-wrap .booked-appt-list
.timeslot{box-sizing:border-box;line-height:1.8;color:#888;border-top:1px solid #ddd}body .booked-calendar-wrap .booked-appt-list .timeslot:hover{background:#f9f9f9}body .booked-calendar-wrap .booked-appt-list .timeslot:last-child{margin:0
0 10px}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title{margin:0
0 10px;display:block;color:#4dc574}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{height:71px;box-sizing:border-box;float:left;line-height:1;width:60%;font-weight:600;color:#555;font-size:16px;padding:17px
0 0 15px}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon{color:#555}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people{height:71px;box-sizing:border-box;float:right;width:40%;padding:18px
16px 0 0}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people
button{float:right;margin:0
0 0 10px;color:#fff;border-width:1px;border-style:solid;white-space:nowrap}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .button-timeslot{display:none}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover{border-width:1px;border-style:solid}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{display:none}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled],body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled]:hover{cursor:default!important;background:#eee!important;border-color:#ddd!important;color:#aaa!important}body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available{font-weight:400;text-transform:uppercase;font-size:.7rem;display:block;line-height:2.7;color:#aaa;padding-bottom:8px}body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available.empty{color:#aaa}body .booked-calendar-wrap .booked-appt-list .timeslot
a{font-weight:600;text-decoration:none}body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available{display:none;color:#fff;color:hsla(0,0%,100%,.75);padding:5px
0 3px;line-height:1em}body .booked-calendar-wrap .booked-appt-list
.timeslot.faded{opacity:.25}body .booked-calendar-wrap .booked-appt-list .timeslot.has-title .timeslot-time{height:auto;min-height:71px}body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time{min-height:auto}body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title{margin:0}body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range{display:none}body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time{height:60px;padding-top:22px}body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people{height:60px;padding-top:13px;padding-right:13px}body .booked-calendar-wrap .booked-appt-list.shown{transform:scale(1)}body .widget_booked_calendar .booked-calendar-wrap{margin:0}body table.booked-calendar.booked-pa-active td.booked .date,body table.booked-calendar.booked-pa-active td.booked .date span,body table.booked-calendar.booked-pa-active td.booked:hover
.date{cursor:pointer}body table.booked-calendar.booked-pa-active td.booked:hover .date
span{cursor:pointer;background:#e35656!important;color:#fff!important}body table.booked-calendar.booked-pa-active tr.week td.booked.active .date,body table.booked-calendar.booked-pa-active tr.week td.booked.active .date:hover{background:#ddd!important;color:#555!important}body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span,body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span:hover{background:#fff!important;color:#555!important}body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list .timeslot:hover .timeslot-people{padding-right:0}body .booked-calendar-wrap.small table.booked-calendar thead
th{font-size:1rem;padding:1.15rem 0!important;height:1rem}body .booked-calendar-wrap.small table.booked-calendar thead th .page-left{left:20px;top:50%;font-size:1rem;margin-top:-.5rem}body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover{left:19px}body .booked-calendar-wrap.small table.booked-calendar thead th .page-right{right:20px;top:50%;font-size:1rem;margin-top:-.5rem}body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover{right:19px}body .booked-calendar-wrap.small table.booked-calendar thead tr.days
th{font-size:.7rem;padding:.5rem 0!important;height:auto}body .booked-calendar-wrap.small table.booked-calendar
td{font-size:13px}body .booked-calendar-wrap.small table.booked-calendar td
.count{display:none}body .booked-calendar-wrap.small table.booked-calendar td
.date{height:100%}body .booked-calendar-wrap.small table.booked-calendar td .date
.number{border:none;display:block;border-radius:0;transform:scale(1);width:100%;height:100%;vertical-align:middle}body .booked-calendar-wrap.small table.booked-calendar td:hover
.date{background:#f9f9f9;cursor:pointer;color:#000}body .booked-calendar-wrap.small table.booked-calendar th
.monthName{height:auto;display:inline-block;font-size:.9rem}body .booked-calendar-wrap.small table.booked-calendar th .monthName
a{top:-2px;font-size:10px;letter-spacing:0}body .booked-calendar-wrap.small table.booked-calendar td.blur .date,body .booked-calendar-wrap.small table.booked-calendar td.blur:hover
.date{color:#ccc;cursor:default;background:#eee;color:#ddd}body .booked-calendar-wrap.small table.booked-calendar td.booked .date,body .booked-calendar-wrap.small table.booked-calendar td.booked:hover
.date{background:#ffe4df;color:#f15934;cursor:default;background:#ffeae7;color:#f0b1a1}body .booked-calendar-wrap.small table.booked-calendar td.today
.date{background:#e3f2f9;color:#555}body .booked-calendar-wrap.small table.booked-calendar td.today:hover
.date{background:#eff7fb;color:#555}body .booked-calendar-wrap.small table.booked-calendar tr.week td.active
.date{background:#ddd!important}body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date
.number{border:none;transform:scale(1.5);background:none;color:#000}body .booked-calendar-wrap.small table.booked-calendar tr.entryBlock
td{padding:5%}body .booked-calendar-wrap.small table.booked-calendar td.prev-date .date,body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover
.date{cursor:default;background:#f9f9f9;color:#bbb}body .booked-calendar-wrap.small table.booked-calendar td.today.active:hover .date
span{background:#ddd!important}body .booked-calendar-wrap.small .booked-appt-list{max-height:300px;overflow-y:auto;overflow-x:hidden;padding:15px
20px 10px}body .booked-calendar-wrap.small .booked-appt-list
.timeslot{border-top:0;margin:0
0 10px}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people{width:100%;padding:0;height:auto}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people
button{white-space:normal;float:none;margin:0;width:100%;height:auto;padding:7px
0;line-height:1.5;text-align:center}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{display:block}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot{letter-spacing:.01rem;display:block;font-weight:600;font-size:.8rem}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-text{display:none}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .spots-available{display:block}body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-count,body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time{display:none}body .booked-calendar-wrap.small .booked-appt-list
h2{text-align:center;margin:5px
0 20px;font-size:15px;letter-spacing:.03em}body .booked-calendar-wrap.small .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot,body .booked-calendar-wrap.small .booked-appt-list h2
span{display:none}body .booked-list-view.small .booked-appt-list{max-height:none;padding:0}body .booked-list-view.small .booked-appt-list
h2{text-align:center;font-size:15px;letter-spacing:.03em;color:#555;font-size:20px;margin:0
0 30px}body .booked-list-view.small .booked-list-view-nav{display:block;margin:-5px 0 30px;position:relative;text-align:center}body .booked-list-view.small .booked-list-view-nav .booked-list-view-date-next,body .booked-list-view.small .booked-list-view-nav .booked-list-view-date-prev{margin:0
3px 5px;position:relative;display:inline-block;top:0}body .booked-list-view.booked-tight .booked-appt-list
h2{text-align:center;margin:5px
0 20px;font-size:15px;letter-spacing:.03em}body .booked-list-view.booked-tight .booked-list-view-nav{display:block;margin:-5px 0 30px;position:relative;text-align:center}body .booked-list-view.booked-tight .booked-list-view-nav .booked-list-view-date-next,body .booked-list-view.booked-tight .booked-list-view-nav .booked-list-view-date-prev{margin:0
3px 5px;position:relative;display:inline-block;top:0}body .booked-calendarSwitcher.calendar{box-sizing:border-box;display:inline-block;margin:0;padding:8px
10px 9px 12px;color:#fff;border-radius:5px 5px 0 0}body .booked-calendarSwitcher.calendar
p{position:relative;line-height:1rem!important;margin:0!important;padding:0!important}body .booked-calendarSwitcher.calendar p i.booked-icon{font-size:14px;margin:0
10px 0 0;position:relative;color:#fff}body .booked-calendarSwitcher.calendar p:before{position:absolute;top:1px;right:3px;color:#fff;font-family:BookedIcons;content:""}body .booked-calendarSwitcher.calendar
select{position:relative;cursor:pointer;background:transparent;font-size:14px;min-width:200px;border:none;color:#fff;-webkit-appearance:none}body .booked-calendarSwitcher.calendar select
option{color:#000}body .booked-calendarSwitcher.calendar select:active,body .booked-calendarSwitcher.calendar select:focus{box-shadow:none;outline:none}body .booked-calendarSwitcher.list{box-sizing:border-box;display:inline-block;margin:0
0 20px;padding:0}body .booked-calendarSwitcher.list
p{line-height:1;margin:0}body .booked-calendarSwitcher.list p i.booked-icon{display:none}body .booked-calendarSwitcher.list
select{font-size:14px;min-width:200px;border:1px
solid #ddd;background:#f9f9f9;height:30px}body .booked-calendarSwitcher.list select:active,body .booked-calendarSwitcher.list select:focus{box-shadow:none;outline:none}body .booked-list-view.booked-loading .booked-appt-list{opacity:.15}body .booked-list-view.booked-loading .booked-appt-list>h2{opacity:0}body .booked-form{padding-top:5px}body .booked-form
.field{margin:5px
0 7px}body .booked-form .field:after{content:"";display:table;clear:both}body .booked-form .field
select{background:#fff;border:1px
solid #ccc;box-sizing:border-box;margin:0
1.5% 0 0;width:49.2%;float:left}body .booked-form .field input[type=email],body .booked-form .field input[type=password],body .booked-form .field input[type=tel],body .booked-form .field input[type=text]{background:#fff;border:1px
solid #ccc;box-sizing:border-box;margin:0
1.5% 0 0;width:49.2%;float:left;font-size:13px;padding:7px
10px;color:#aaa;border-radius:3px}body .booked-form .field
textarea{background:#fff;border:1px
solid #ccc;margin:0
1.5% 0 0;width:49.2%;float:left;font-size:13px;padding:7px
10px;color:#aaa;border-radius:3px;color:#555;height:100px;width:100%;box-sizing:border-box;line-height:1.6}body .booked-form .field input:last-child{margin-right:0}body .booked-form .field
input.hasContent{color:#555}body .booked-form .field input.large,body .booked-form .field
select.large{width:100%;margin-right:1px;width:99.8%}body .booked-form .field
label{cursor:pointer}body .booked-form .field label.field-label{cursor:default;display:block;font-weight:700;padding:10px
0 8px;margin:0}body .booked-form .field .checkbox-radio-block{display:block;padding:0
0 3px 10px}body .booked-form .field .checkbox-radio-block
label{font-size:13px;display:inline-block;padding-left:7px;margin:0;position:relative;top:3px}body .booked-form .field p.field-small-p{font-size:14px;margin:-5px 0 5px}body .booked-form .field.booked-text-content{margin-bottom:0;margin-top:20px}body .booked-form .field.booked-text-content :last-child{margin-bottom:0}body .booked-form input[type=checkbox],body .booked-form input[type=radio]{position:relative;top:2px}body .booked-form
.spacer{padding:5px
0 0;margin:0;display:block}body .booked-form
.spacer.big{padding:25px
0 0}body .booked-form
hr{border:none;border-top:1px solid #ddd;padding:10px
0 0;margin:20px
0 0}body .booked-form .condition-block{display:none}body .booked-form .condition-block.default{display:block}body .booked-form button,body .booked-form input[type=submit]{float:left;margin:0
10px 0 0}body .booked-form .cf-block{margin:0
0 25px}body .booked-form .cf-block
select{font-size:13px;width:100%;height:33px;margin-right:0;padding:0
10px;float:none}body .booked-form .cf-block ol,body .booked-form .cf-block
ul{margin-left:30px}body .booked-form .required-asterisk{color:#e35656;margin:-1px 0 0 7px}body .booked-form
#ajaxlogin{width:100%}body .booked-form #ajaxlogin
p.status{display:none;padding:15px
0 0;margin:0;font-size:15px;color:#888}body .booked-form #newAppointmentForm
p.status{display:none;padding:0
0 20px;margin:0;font-size:15px;color:#888}body .booked-form input[type=submit].button:disabled{background:#ddd!important;border-color:#ddd!important;color:#aaa!important;cursor:not-allowed}body .booked-form .booked-appointments{background:#fff;padding:10px
16px 13px;margin:0
0 15px;box-shadow:0 1px 3px rgba(0,0,0,.15);border-radius:3px}body .booked-form .booked-appointment-details{margin:0
0 10px;padding:0
0 7px;border-bottom:1px solid #ddd}body .booked-form .booked-appointment-details:last-child{margin:0;padding:0;border:none}body .booked-form .booked-appointment-details.has-error{color:#e35656}body img.captcha-image{position:relative;top:5px;left:5px}body #booked-page-form{border-color:#ccc;color:#888;line-height:1.5;font-size:13px}body #booked-page-form
p.captcha{margin:-5px 0 15px}body #booked-page-form .booked-form-wrap{padding:10px
0}body #booked-page-form input[type=submit]{margin:0}body #booked-page-form input[type=email],body #booked-page-form input[type=password],body #booked-page-form input[type=text],body #booked-page-form
textarea{margin:7px
0 0;padding:10px
12px;width:100%;box-sizing:border-box;border:1px
solid #ccc;color:#888;line-height:1.5;font-size:13px}body #booked-page-form input:disabled,body #booked-page-form textarea:disabled{background:#f9f9f9;color:#bbb;border:1px
dotted #ccc}body #booked-page-form input[type=file]:disabled{background:#fff;border:none}body #booked-page-form label .not-bold{font-weight:400;color:#ccc;padding:0
0 0 5px}body #booked-page-form
p{margin:0
0 15px}body #booked-page-form .login-remember{float:left;margin:2px
0 0}body #booked-page-form .login-remember
input{margin:0
4px 0 0;position:relative;top:-1px}body #booked-page-form .login-submit{float:right;margin:0}body #booked-page-form .login-submit
input{margin:0}body .booked-modal.bm-loading .bm-window{background:none;box-shadow:none}body .booked-modal.bm-closing .bm-overlay{animation:booked-fadeout .2s;-webkit-animation:booked-fadeout .2s;-moz-animation:booked-fadeout .2s;-ms-animation:booked-fadeout .2s;-o-animation:booked-fadeout .2s;-webkit-backface-visibility:hidden}body .booked-modal.bm-closing .bm-window{animation:booked-flyout .2s;-webkit-animation:booked-flyout .2s;-moz-animation:booked-flyout .2s;-ms-animation:booked-flyout .2s;-o-animation:booked-flyout .2s;-webkit-backface-visibility:hidden}body #profile-edit #booked-page-form{border-top:1px solid #ddd;padding-top:20px}body #profile-edit #booked-page-form input[type=file]{display:inline-block;padding:0}body #profile-edit #booked-page-form
label{font-weight:600}body #profile-edit #booked-page-form p.form-email,body #profile-edit #booked-page-form p.form-nickname,body #profile-edit #booked-page-form p.form-url{float:left;width:100%;margin:0
0 25px}body #profile-edit #booked-page-form p.form-password{float:left;width:48%;margin:0
4% 25px 0}body #profile-edit #booked-page-form p.form-password.last{margin:0
0 25px}body #profile-edit #booked-page-form p.form-avatar,body #profile-edit #booked-page-form p.form-textarea{float:none;width:100%;margin:0
0 25px}body #profile-edit #booked-page-form p.form-submit{float:none;width:100%;margin:0
0 5px}body #profile-edit #booked-page-form .hint-p{font-size:12px;color:#aaa;padding-top:5px;display:block;font-style:italic}body #profile-login
label{font-weight:600}body .booked-upload-wrap{margin:10px
0 4px}body .booked-upload-wrap,body .booked-upload-wrap
input{background:#f5f5f5;border:1px
solid #ddd;display:block;height:35px;cursor:pointer;border-radius:3px;position:relative;width:100%}body .booked-upload-wrap
input{z-index:2;opacity:0}body .booked-upload-wrap:hover{background:#eee}body .booked-upload-wrap
span{color:#888;font-size:13px;text-align:center;height:24px;width:100%;position:absolute;left:0;top:50%;margin-top:-12px;display:block;z-index:1}body #booked-submit-recipe-form .booked-upload-wrap{width:100%;margin:0}body #booked-submit-recipe-form .booked-upload-wrap.hasFile{width:100%}body .booked-upload-wrap.hasFile{background:#f9f9f9;border:1px
solid #ccc;color:#666}body .booked-upload-wrap.hasFile
span{color:#000}body .booked-custom-error{display:none;margin:0
0 20px;padding:5px
10px;background:#fff0f0;border:1px
solid #e3c3c3;border-radius:3px}body .booked-custom-error.not-hidden{display:block}body #booked-plugin-page p.booked-form-notice{border:1px
solid #e6db55;border-radius:3px;background-color:#fffbcc;margin:0
0 35px;padding:10px
15px}body .booked-appt-list{transition:transform .4s ease-in-out}body .booked-appt-list .timeslot,body .booked-appt-list .timeslot .timeslot-people,body .booked-appt-list .timeslot .timeslot-time{transition:all .1s ease-out}body #wp-admin-bar-booked .ab-icon:before{content:"";top:1px}body .booked-appt-list .booked-public-appointment-title{display:block;font-weight:600;font-size:15px;padding:0
0 5px}body .booked-appt-list ul.booked-public-appointment-list{display:block;font-weight:400;list-style:none;margin:0
0 14px;padding:0}body .booked-appt-list ul.booked-public-appointment-list
li{display:block;font-weight:400;list-style:none;padding:0;margin:0}body .booked-appt-list .booked-public-pending{color:#aaa}body .timeslot-time.booked-public-appointments{height:auto!important}body
#customerChoices{display:block;text-align:left;background:#fff;padding:20px
0 23px;text-align:center;margin:-26px -36px 15px;border-bottom:1px solid #ddd}body #customerChoices
.field{display:inline-block;margin:0
20px 0 0}body #customerChoices .field .checkbox-radio-block{padding-left:0}body #customerChoices .field .checkbox-radio-block
label{font-weight:400;font-size:15px}body #customerChoices .field:last-child{margin:0}body
#ajaxforgot{display:none}body #profile-forgot label,body #profile-register
label{font-weight:600}body .booked-list-date-picker-wrap{width:100%;position:absolute;text-align:center;top:30px;left:0}body #ui-datepicker-div.booked_custom_date_picker{animation:booked-popflyin .15s;-webkit-animation:booked-popflyin .15s;-moz-animation:booked-popflyin .15s;-ms-animation:booked-popflyin .15s;-o-animation:booked-popflyin .15s;background:#fff;margin-top:37px;margin-left:-107px;width:230px;border:1px
solid #d5d5d5;padding:8px;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.15);z-index:9999!important}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header{position:relative;color:#fff}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev{cursor:pointer;top:9px;font-size:16px;position:absolute;display:inline-block;font-family:BookedIcons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0);color:#fff;left:9px}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:hover{opacity:.7}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:before{content:""}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next{cursor:pointer;top:9px;font-size:16px;position:absolute;display:inline-block;font-family:BookedIcons;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0);color:#fff;right:9px}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:hover{opacity:.7}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:before{content:""}body #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title{text-transform:uppercase;padding:9px
0 10px;text-align:center}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar{width:100%;border-collapse:collapse}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar
thead{font-size:11px;font-weight:400;color:#fff}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead
th{font-size:11px;font-weight:400;color:#fff;width:14.285%;text-align:center;padding:5px
0}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar
tbody{border-top:8px solid #fff;font-size:12px;font-weight:400;background:#fff;color:#888}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody
td{font-size:12px;font-weight:400;background:#fff;color:#888;text-align:center;padding:0}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td
a{display:block;border-radius:3px;line-height:33px;text-decoration:none;color:#333}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a:hover{background:#eee}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td
span{display:block;line-height:33px}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover{color:#fff}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable
span{color:#ddd}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-week-end
a{color:#888}body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,body #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover{color:#fff}body .booked-tabs{overflow:hidden}body .booked-tabs .booked-tabs-nav{margin-bottom:20px}body .booked-tabs .booked-tabs-nav
span{display:inline-block;padding:0
5px;border:1px
solid #ccc;background:#eee;color:#000;font-size:12px;line-height:30px;text-transform:uppercase;cursor:pointer;box-sizing:border-box}body .booked-tabs .booked-tabs-nav span.active,body .booked-tabs .booked-tabs-nav span:hover{background:#ddd;color:#fff}body .booked-tabs .booked-tabs-cnt>div{display:none}body .booked-tabs .booked-tabs-cnt>div.active{display:block}body #booked-profile-page .booked-fea-appt-list{border:none;padding:0;background:transparent;margin:0}body #booked-profile-page .booked-fea-appt-list .appt-block{border-top:1px solid #ddd;padding:13px
0 18px;display:block;font-size:14px;box-sizing:border-box;line-height:1.7;font-family:Open Sans,sans-serif}body #booked-profile-page .booked-fea-appt-list .appt-block
a{font-size:16px;font-weight:600;text-decoration:none}body #booked-profile-page .booked-fea-appt-list .appt-block
a.delete{float:right;margin:2px
0 0 15px;font-size:20px;line-height:1.3;color:#f59e9e}body #booked-profile-page .booked-fea-appt-list .appt-block a.delete:hover{color:#e35656}body #booked-profile-page .booked-fea-appt-list .appt-block a.booked-show-cf{font-size:13px;font-weight:400}body #booked-profile-page .booked-fea-appt-list .appt-block .late-appt{color:#d54e21}body #booked-profile-page .booked-fea-appt-list .appt-block
button{float:right;margin:0}body #booked-profile-page .booked-fea-appt-list .appt-block button.button-primary{font-weight:600}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-wc_status-text
a{font-size:12px}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-wc_status-text.awaiting,body #booked-profile-page .booked-fea-appt-list .appt-block .booked-wc_status-text.awaiting
a{color:#e35656}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-wc_status-text.paid{text-transform:uppercase;font-weight:600}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons{display:block;padding:15px
0 0}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons
a{text-decoration:none;display:inline-block;padding:2px
7px;margin:0
7px 0 0;border-radius:3px;line-height:20px;font-size:12px;font-weight:400}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons a.atcb-item-link{box-sizing:border-box;text-decoration:none;outline:none;color:#aaa;background:#f9f9f9;border-radius:0;margin:0;width:100%;padding:3px
12px;display:block}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons a.atcb-item-link:hover{color:#555}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons a:hover{text-decoration:none}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons .google-cal-button>a{font-size:11px;font-weight:600;text-transform:uppercase;transition:all .2s ease-out;padding:2px
9px;margin:0;border-radius:3px;letter-spacing:1px;border-width:1px;border-style:solid;color:#fff}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons .atcb-list li:first-child a.atcb-item-link{padding-top:10px}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-cal-buttons .atcb-list li:last-child a.atcb-item-link{padding-bottom:10px;border-radius:0 0 3px 3px}body #booked-profile-page .booked-fea-appt-list .appt-block .booked-icon{width:23px}body #booked-profile-page .booked-fea-appt-list .booked-tabs li
.counter{float:right;display:none;margin:9px
0 0 10px;color:#fff;background:#e35656;text-align:center;font-size:10px;font-weight:400;line-height:20px;padding:0
5px;min-width:10px;height:20px;border-radius:10px}body .booked-modal .bm-window p.fea-modal-title{font-size:15px;font-weight:600}body .booked-modal .bm-window p.fea-modal-title.fea-bordered{border-top:1px solid #ddd;padding-top:20px;margin-top:20px}@media screen and (max-width:1200px){body .booked-list-view .booked-appt-list
h2{text-align:left;margin:0
0 20px}body .booked-list-view .booked-appt-list h2.booked-no-prev{text-align:left}body .booked-list-view .booked-list-view-nav{display:block;height:26px;margin:-5px 0 30px;position:static;text-align:left}body .booked-list-view .booked-list-view-nav .booked-list-view-date-next{position:relative;display:inline-block;top:0;right:0;float:right;margin:0
0 5px}body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev{margin:0
6px 5px 0;position:relative;display:inline-block;top:0;right:0}}@media screen and (max-width:1100px){body table.booked-calendar td
.count{padding:5px
0;font-size:9px}body table.booked-calendar td .date
.number{width:30px;height:30px;line-height:30px;font-size:14px}}@media screen and (max-width:860px){body #booked-profile-page .booked-profile-appt-list{float:none;width:100%;margin:0
0 30px}body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{float:right;margin:6px
0 0}body #booked-profile-page #profile-edit{float:none;width:100%;margin:0}}@media screen and (max-width:720px){body .booked-calendar-wrap table.booked-calendar thead
th{font-size:1rem;padding:1.15rem 0!important;height:1rem}body .booked-calendar-wrap table.booked-calendar thead th .page-left{font-size:1rem;margin-top:-.5rem}body .booked-calendar-wrap table.booked-calendar thead th .page-left:hover{left:19px}body .booked-calendar-wrap table.booked-calendar thead th .page-right{font-size:1rem;margin-top:-.5rem}body .booked-calendar-wrap table.booked-calendar thead th .page-right:hover{right:19px}body .booked-calendar-wrap table.booked-calendar thead tr.days
th{font-size:.7rem;padding:.5rem 0!important;height:auto}body .booked-calendar-wrap table.booked-calendar
td{font-size:13px}body .booked-calendar-wrap table.booked-calendar td
.count{display:none}body .booked-calendar-wrap table.booked-calendar td
.date{height:100%}body .booked-calendar-wrap table.booked-calendar td .date
.number{border:none;display:block;border-radius:0;transform:scale(1);width:100%;height:100%;vertical-align:middle}body .booked-calendar-wrap table.booked-calendar td:hover
.date{background:#f9f9f9;cursor:pointer;color:#000}body .booked-calendar-wrap table.booked-calendar th
.monthName{height:auto;display:inline-block}body .booked-calendar-wrap table.booked-calendar th .monthName
a{top:-2px;font-size:10px}body .booked-calendar-wrap table.booked-calendar td.blur .date,body .booked-calendar-wrap table.booked-calendar td.blur:hover
.date{color:#ccc;cursor:default;background:#eee;color:#ddd}body .booked-calendar-wrap table.booked-calendar td.booked .date,body .booked-calendar-wrap table.booked-calendar td.booked:hover
.date{background:#ffe4df;color:#f15934;cursor:default;background:#ffeae7;color:#f0b1a1}body .booked-calendar-wrap table.booked-calendar td.today
.date{background:#e3f2f9;color:#555}body .booked-calendar-wrap table.booked-calendar td.today:hover
.date{background:#eff7fb;color:#555}body .booked-calendar-wrap table.booked-calendar tr.week td.active
.date{background:#ddd}body .booked-calendar-wrap table.booked-calendar tr.week td.active .date
.number{border:none;transform:scale(1.5);background:none;color:#000}body .booked-calendar-wrap table.booked-calendar tr.week td.active:hover
.date{background:#ddd}body .booked-calendar-wrap table.booked-calendar tr.entryBlock
td{padding:5%}body .booked-calendar-wrap table.booked-calendar .booked-appt-list{max-height:300px;overflow-y:auto;overflow-x:hidden;padding:15px
20px 10px}body .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title{display:block}body .booked-calendar-wrap table.booked-calendar td.prev-date .date,body .booked-calendar-wrap table.booked-calendar td.prev-date:hover
.date{cursor:default;background:#f9f9f9;color:#bbb}body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available{display:block}body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot{display:none}body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list{max-height:300px}body table.booked-calendar .booked-appt-list
h2{text-align:center;margin:5px
0 20px;font-size:15px;letter-spacing:.03em}body table.booked-calendar .booked-appt-list h2
span{display:none}body table.booked-calendar .booked-appt-list
.timeslot{border-top:0;margin:0
0 10px}body table.booked-calendar .booked-appt-list .timeslot .timeslot-count,body table.booked-calendar .booked-appt-list .timeslot .timeslot-time{display:none}body table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,body table.booked-calendar .booked-appt-list .timeslot button .spots-available{display:block}body table.booked-calendar .booked-appt-list .timeslot .timeslot-people,body table.booked-calendar .booked-appt-list .timeslot .timeslot-people:hover{width:100%;padding:0;height:auto}body table.booked-calendar .booked-appt-list .timeslot .timeslot-people
button{white-space:normal;float:none;margin:0;width:100%;text-align:center;padding:7px
0;line-height:1.5}body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot{display:block;font-weight:600;font-size:13px}body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text{display:none}body table.booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people,body table.booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people:hover{width:100%;padding:0;height:auto}body #booked-profile-page .result-section.table-layout{padding:10px
0}body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img
img{top:46px;left:12px}body #booked-profile-page .booked-tabs
li{display:block;float:none}body #booked-profile-page .booked-tabs li
a{border-left:none;border-right:none}body #booked-profile-page .booked-tabs li.edit-button{display:block;float:none}body #booked-profile-page .booked-tabs li.edit-button
a{border-left:none;border-right:none}body .booked-modal{padding:0;margin:0!important;top:0}body .booked-modal .bm-window{border-radius:0!important;width:100%;padding:43px
0 0;box-sizing:border-box;border-radius:6px}body .booked-modal .bm-window p.booked-title-bar{border-radius:0!important}body .booked-modal .bm-window .booked-scrollable{padding:30px
35px}body .booked-modal .bm-window p.name
b{display:block}body .booked-modal .bm-overlay{background:rgba(0,0,0,.8)}body .booked-list-view .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot{display:none}}@media screen and (max-width:600px){body.booked-noScroll{position:fixed;height:100%}body .booked-modal input[type=submit]{margin:0
10px 10px 0;float:none}body .booked-modal
.button{width:100%;float:none}body .booked-modal #customerChoices
.field{display:block;float:none;margin:5px
0}body .booked-calendarSwitcher{width:100%;display:block;padding:8px
5px}body .booked-calendarSwitcher i.booked-icon{display:none}body .booked-calendarSwitcher
select{width:100%}body table.booked-calendar td .date
.number{font-size:12px}body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{display:block;float:none;margin:0
0 10px}body #profile-edit #booked-page-form p.form-email,body #profile-edit #booked-page-form p.form-nickname,body #profile-edit #booked-page-form p.form-password,body #profile-edit #booked-page-form p.form-url{float:none;width:100%}}@media screen and (max-width:450px){body .booked-list-view .booked-appt-list h2
strong{display:block;margin:0
auto}body .booked-list-view .booked-appt-list h2 span:last-child{display:none}body .booked-list-view .booked-appt-list
.timeslot{border-top:0;margin:0
0 10px}body .booked-list-view .booked-appt-list .timeslot .timeslot-count,body .booked-list-view .booked-appt-list .timeslot .timeslot-time{display:none}body .booked-list-view .booked-appt-list .timeslot .timeslot-people{width:100%;padding:0;height:auto}body .booked-list-view .booked-appt-list .timeslot .timeslot-people
button{float:none;margin:0;width:100%;text-align:center;padding:7px
0;line-height:1.5}body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-timeslot{display:block;font-weight:600;font-size:13px}body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-text{display:none}body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{display:block}body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people{height:auto;padding:0}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0}.wpcf7 form .wpcf7-response-output{margin:2em
0.5em 1em;padding:0.2em 1em;border:2px
solid #00a0d2}.wpcf7 form.init .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px
solid #dc3232;background:#fff;padding: .2em .8em}span.wpcf7-list-item{display:inline-block;margin:0
0 0 1em}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content:" "}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url('/wp-content/plugins/contact-form-7/assets/ajax-loader.gif');width:16px;height:16px;border:none;padding:0;margin:0
0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7
.placeheld{color:#888}div.wpcf7 input[type="file"]{cursor:pointer}div.wpcf7 input[type="file"]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr}.guerrillawrap{background:#f8f8f8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px
solid #e1e1e1;float:left;padding:2%;width:100%}.guerrillagravatar{float:left;margin:0
10px 0 0;width:10%}.guerrillatext{float:left;width:84%}.guerrillatext
h4{font-size:20px;line-height:20px;margin:0
0 0 0;padding:0}.guerrillatext
p{margin:0
0 12px 0;padding:6px
0 0px 0}.guerrillasocial{float:left;width:100%}.guerrillasocial
a{border:0;margin-right:10px}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/monstroid2/assets/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/themes/monstroid2/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/themes/monstroid2/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/themes/monstroid2/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/themes/monstroid2/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/themes/monstroid2/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.tm_timeline{position:relative;padding:40px;display:flex;justify-content:center;align-items:center}.tm_timeline__container{margin-left:auto;margin-right:auto}.tm_timeline.tm_timeline-layout-horizontal,
.tm_timeline.tm_timeline-layout-horizontal
.tm_timeline__container{display:block;justify-content:inherit;align-items:inherit;position:relative}.tm_timeline.tm_timeline-layout-vertical
.tm_timeline__container{margin-left:50%}.tm_timeline.tm_timeline-layout-vertical-chessOrder
.tm_timeline__container{margin-left:auto;width:100%}.tm_timeline__control,
.tm_timeline__control:hover,
.tm_timeline__control:active,
.tm_timeline__control:focus,
.entry-content .tm_timeline__control,
.entry-content .tm_timeline__control:hover,
.entry-content .tm_timeline__control:active,
.entry-content .tm_timeline__control:focus{position:absolute;top:50%;z-index:1000;text-align:center;font-size:18px;line-height:24px;color:#888;text-decoration:none;border-radius:100%;opacity:0;transition:all .2s linear;border:1px
solid;border-color:#fff;background:#ddd;outline:none;padding:4px
10px}.tm_timeline__control:focus,
.entry-content .tm_timeline__control:focus{box-shadow:0 0 2px #09f;outline:none}.tm_timeline__control.tm_timeline__control-slide-left{transform:translateX(-200%);left:0}.tm_timeline__control.tm_timeline__control-slide-right{margin-left:-24px;right:0;transform:translateX(200%)}.tm_timeline:hover
.tm_timeline__control{opacity:1;transform:translateX(0);border-color:#ddd;background-color:#fff;color:#444}.tm_timeline:hover .tm_timeline__control:hover,
.entry-content .tm_timeline:hover .tm_timeline__control:hover{border-color:#288ce4;box-shadow:0 0 2px #09f;color:#288ce4}.tm_timeline-layout-vertical-chessOrder .tm_timeline__body,.tm_timeline__body-tense{width:100%}.tm_timeline-layout-horizontal
.tm_timeline__body{overflow:hidden}.tm_timeline__tense{position:absolute;z-index:1;left:0;right:0;top:50%;width:100%;height:4px;background:#eee;margin-top:-5px}.tm_timeline__body-tense{border-left:4px solid #eee}.tm_timeline-layout-horizontal
.tm_timeline__tense{transform:translateY(32px)}.tm_timeline-layout-vertical-chessOrder
.tm_timeline__tense{position:absolute;z-index:1;top:0;margin-left:auto;margin-right:auto;width:4px;height:100%;background:#eee}.tm_timeline__event{position:relative;margin-bottom:20px;z-index:10;text-align:left}.tm_timeline-layout-vertical
.tm_timeline__event{display:block}.tm_timeline-layout-horizontal
.tm_timeline__event{display:inline-block}.tm_timeline-layout-vertical-chessOrder
.tm_timeline__event{margin-left:auto;margin-right:auto;max-width:50%}.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd{transform:translateX(50%);text-align:left}.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even{transform:translateX(-50%);text-align:right}.tm_timeline:not(.tm_timeline-layout-vertical-chessOrder) .tm_timeline__event__date,
.tm_timeline:not(.tm_timeline-layout-vertical-chessOrder) .tm_timeline__event__title,
.tm_timeline:not(.tm_timeline-layout-vertical-chessOrder) .tm_timeline__event__description{transform:translateX(10px)}.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__date,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd .tm_timeline__event__title,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd
.tm_timeline__event__description{transform:translateX(20px)}.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__date,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even .tm_timeline__event__title,
.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even
.tm_timeline__event__description{transform:translateX(-20px)}.tm_timeline__event__date{display:block;font-size:16px;line-height:20px;font-weight:bold;color:#09d}.tm_timeline__event__title{font-size:16px;font-weight:bold;color:#444}.tm_timeline-layout-horizontal
.tm_timeline__event__title{position:relative}.tm_timeline__event__description{display:block;font-size:14px}.tm_timeline__event__dot{width:8px;height:8px;background:#444;box-shadow:0 0 0 4px #fff;border-radius:100%}.tm_timeline-layout-vertical
.tm_timeline__event__dot{transform:translate(-6px, 14px)}.tm_timeline-layout-horizontal
.tm_timeline__event__dot{position:absolute;top:50%;z-index:1;transform:translateY(40px)}.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-odd
.tm_timeline__event__dot{position:absolute;left:0;transform:translate(-4px, 6px)}.tm_timeline-layout-vertical-chessOrder .tm_timeline__event-even
.tm_timeline__event__dot{position:absolute;right:0;transform:translate(4px, 6px)}.tm_timeline__pages{display:block;width:100%;position:relative;z-index:200;padding-bottom:10px}.tm_timeline__pages
.tm_timeline__page{text-align:center;display:none;transition:transform .2s linear,
opacity .2s linear;opacity:0}.tm_timeline__pages .tm_timeline__page-current-animate-left,
.tm_timeline__pages .tm_timeline__page-current-animate-right{transition:all 0s linear}.tm_timeline__pages .tm_timeline__page-current-animate-left{transform:translateX( -10% )}.tm_timeline__pages .tm_timeline__page-current-animate-right{transform:translateX( 10% )}.tm_timeline__pages .tm_timeline__page-current{transition:transform .2s linear,
opacity .2s linear;transform:translateX(0);opacity:1}.tm_timeline__pages .tm_timeline__page-current,
.tm_timeline__pages .tm_timeline__page-current-animate-left,
.tm_timeline__pages .tm_timeline__page-current-animate-right{display:block}.tm_timeline__page__content{display:flex;justify-content:space-around;width:100%}.mc4wp-form input[name^="_mc4wp_honey"]{display:none!important}.mc4wp-form-basic,.mc4wp-form-theme{margin:1em 0}.mc4wp-form-basic,.mc4wp-form-basic input,.mc4wp-form-basic label,.mc4wp-form-theme,.mc4wp-form-theme input,.mc4wp-form-theme label{width:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:auto;height:auto;vertical-align:baseline;line-height:normal}.mc4wp-form-basic:after,.mc4wp-form-theme:after{content:"";display:table;clear:both}.mc4wp-form-basic label,.mc4wp-form-theme label{font-weight:700;margin-bottom:6px;display:block}.mc4wp-form-basic input.placeholdersjs,.mc4wp-form-theme input.placeholdersjs{color:#aaa!important}.mc4wp-form-basic input[type=date],.mc4wp-form-basic input[type=email],.mc4wp-form-basic input[type=tel],.mc4wp-form-basic input[type=text],.mc4wp-form-basic input[type=url],.mc4wp-form-basic select,.mc4wp-form-basic textarea,.mc4wp-form-theme input[type=date],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=url],.mc4wp-form-theme select,.mc4wp-form-theme textarea{min-height:32px;width:100%;max-width:480px}.mc4wp-form-basic input[type=number],.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-basic input[type=checkbox],.mc4wp-form-basic input[type=radio],.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{position:relative;margin:0 6px 0 0;padding:0;height:13px;width:13px;display:inline-block;border:0}.mc4wp-form-basic input[type=checkbox],.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-basic input[type=radio],.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-basic button,.mc4wp-form-basic input[type=button],.mc4wp-form-basic input[type=submit],.mc4wp-form-theme button,.mc4wp-form-theme input[type=button],.mc4wp-form-theme input[type=submit]{cursor:pointer;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mc4wp-form-basic label>span,.mc4wp-form-basic li>label,.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-form-basic .mc4wp-alert,.mc4wp-form-theme .mc4wp-alert{color:#c09853;clear:both}.mc4wp-form-basic .mc4wp-success,.mc4wp-form-theme .mc4wp-success{color:#468847}.mc4wp-form-basic .mc4wp-notice,.mc4wp-form-theme .mc4wp-notice{color:#3a87ad}.mc4wp-form-basic .mc4wp-error,.mc4wp-form-theme .mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-reset input[type=checkbox],.rtl .mc4wp-form-reset input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme input[type=date],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=number],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=url],.mc4wp-form-theme select,.mc4wp-form-theme textarea{height:auto;padding:8px 16px;line-height:1.428571429;color:#555!important;vertical-align:middle;background:0 0;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);text-shadow:none}.mc4wp-form-theme button:focus,.mc4wp-form-theme input:focus,.mc4wp-form-theme select:focus,.mc4wp-form-theme textarea:focus{outline:0;background-image:none}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[disabled],.mc4wp-form-theme input[readonly]{background-color:#eee}.mc4wp-form-theme button,.mc4wp-form-theme input[type=button],.mc4wp-form-theme input[type=submit]{display:inline-block;padding:8px 16px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}.mc4wp-form-theme button:focus,.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=button]:focus,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=submit]:hover{outline:0;color:#333;text-decoration:none;background:0 0}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit]{color:#fff!important;background-color:#444!important;border-color:#1e1e1e}.mc4wp-form-theme-dark button:active,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:active,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=submit]:hover{color:#fff!important;background-color:#1e1e1e!important;border-color:#000}.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark select:focus,.mc4wp-form-theme-dark textarea:focus{border-color:#6a6a6a;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68,68,68,.15);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68,68,68,.15);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68,68,68,.15)}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit]{color:#000!important;background-color:#fff!important;border-color:#d9d9d9}.mc4wp-form-theme-light button:active,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:active,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=submit]:hover{color:#000!important;background-color:#d9d9d9!important;border-color:#b3b3b3}.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light select:focus,.mc4wp-form-theme-light textarea:focus{border-color:#d9d9d9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.15);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.15)}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit]{color:#fff!important;background-color:#d9534f!important;border-color:#b52b27}.mc4wp-form-theme-red button:active,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:active,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=submit]:hover{color:#fff!important;background-color:#b52b27!important;border-color:#761c19}.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red select:focus,.mc4wp-form-theme-red textarea:focus{border-color:#e7908e;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217,83,79,.15);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217,83,79,.15);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(217,83,79,.15)}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit]{color:#fff!important;background-color:#428bca!important;border-color:#2a6496}.mc4wp-form-theme-blue button:active,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:active,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=submit]:hover{color:#fff!important;background-color:#2a6496!important;border-color:#193c5a}.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue select:focus,.mc4wp-form-theme-blue textarea:focus{border-color:#7eb0db;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(66,139,202,.15);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(66,139,202,.15);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(66,139,202,.15)}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit]{color:#fff!important;background-color:#5cb85c!important;border-color:#3d8b3d}.mc4wp-form-theme-green button:active,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:active,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=submit]:hover{color:#fff!important;background-color:#3d8b3d!important;border-color:#255625}.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green select:focus,.mc4wp-form-theme-green textarea:focus{border-color:#91cf91;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(92,184,92,.15);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(92,184,92,.15);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(92,184,92,.15)}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled a.monsterinsights-inline-popular-posts-title{text-decoration:none;box-shadow:none;font-style:normal;font-weight:bold;border:none}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled a.monsterinsights-inline-popular-posts-title:hover,.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled a.monsterinsights-inline-popular-posts-title:focus{text-decoration:underline}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha{padding:24px 27px;margin-bottom:24px;background:#F0F2F4}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-label{font-size:18px;line-height:1;display:block;margin-bottom:6px;color:#EB5757}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-alpha .monsterinsights-inline-popular-posts-title{line-height:1;color:#393F4C;font-size:18px}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta{padding:14px;border-width:1px;border-style:solid;border-color:#F0F2F4}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-label{display:block;font-size:18px;line-height:18px;color:#eb5757}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-text{display:inline-block;vertical-align:middle;width:calc(100% - 164px)}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-title{line-height:130%;color:#393F4C}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-image{width:144px;padding:0;display:inline-block;margin-right:19px;vertical-align:middle}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-label{display:block;font-size:16px;line-height:1.1;color:#393F4C}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-text{display:block;vertical-align:middle}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-post{display:list-item;margin-left:20px}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-title{line-height:130%;font-weight:400;color:#393F4C}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-image{width:144px;padding:0;display:inline-block}.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-charlie .monsterinsights-inline-popular-posts-border{display:block;border-style:solid;border-width:0 0 1px;margin:16px 0;border-color:#D3D7DE}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled{margin-bottom:24px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-title,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a{text-decoration:none;color:#393F4C;box-shadow:none}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a:hover .monsterinsights-widget-popular-posts-title,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a:focus .monsterinsights-widget-popular-posts-title{text-decoration:underline}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-alpha .monsterinsights-widget-popular-posts-list{margin:0 -6px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-alpha .monsterinsights-widget-popular-posts-list li{display:inline-block;padding:24px;background:#f0f2f4;border-radius:3px;margin:0 6px 12px 6px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#393f4c;font-weight:700}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-beta .monsterinsights-widget-popular-posts-list{margin:0 -6px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-beta .monsterinsights-widget-popular-posts-list li{display:inline-block;background:#fff;border-radius:3px;margin:0 6px 30px 6px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#393f4c;font-weight:700;border-left:4px solid #1ec185;padding-left:16px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-charlie .monsterinsights-widget-popular-posts-list{margin:0 -6px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-charlie .monsterinsights-widget-popular-posts-list li{display:inline-block;padding:24px;background:#f0f2f4;border-radius:3px;margin:0 6px 12px 6px;width:calc(50% - 12px);vertical-align:top;font-size:16px;line-height:1.2;color:#393f4c;font-weight:700;border-top:4px solid #338eef}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list{padding:0;margin:0 -6px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list li{width:calc(50% - 12px);margin-left:6px;margin-right:6px}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list{margin:0}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list li{width:100%;margin-left:0;margin-right:0}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list{margin:0}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list li{width:calc(33.333333% - 12px)}@media (max-width: 767px){.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-2 .monsterinsights-widget-popular-posts-list{margin:0}.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-3 .monsterinsights-widget-popular-posts-list li,.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-2 .monsterinsights-widget-popular-posts-list li{width:100%;margin-left:0;margin-right:0}}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(/wp-content/plugins/tm-photo-gallery/media/fonts/MaterialIcons-Regular.eot);src:local('Material Icons'),
local('MaterialIcons-Regular'),
url(/wp-content/plugins/tm-photo-gallery/media/fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
url(/wp-content/plugins/tm-photo-gallery/media/fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
url(/wp-content/plugins/tm-photo-gallery/media/fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype')}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}@font-face{font-family:'fontello';src:url('/wp-content/plugins/tm-photo-gallery/media/css/fonts/fontello.eot?24664586');src:url('/wp-content/plugins/tm-photo-gallery/media/css/fonts/fontello.eot?24664586#iefix') format('embedded-opentype'),
url('/wp-content/plugins/tm-photo-gallery/media/css/fonts/fontello.woff2?24664586') format('woff2'),
url('/wp-content/plugins/tm-photo-gallery/media/css/fonts/fontello.woff?24664586') format('woff'),
url('/wp-content/plugins/tm-photo-gallery/media/css/fonts/fontello.ttf?24664586') format('truetype'),
url('/wp-content/plugins/tm-photo-gallery/media/css/fonts/fontello.svg?24664586#fontello') format('svg');font-weight:normal;font-style:normal}[class^="fontello-"]:before,[class*=" fontello-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right: .2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left: .2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fontello-arrow-left:before{content:'\e800'}.fontello-arrow-right:before{content:'\e801'}.lg-icon{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next, .lg-actions .lg-prev{background-color:rgba(0, 0, 0, 0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px
10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{pointer-events:none;opacity:0.5}.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end 0.3s;-o-animation:lg-right-end 0.3s;animation:lg-right-end 0.3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end 0.3s;-o-animation:lg-left-end 0.3s;animation:lg-left-end 0.3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0, 0, 0, 0.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px
0;text-align:center;width:50px;text-decoration:none !important;outline:medium none;-webkit-transition:color 0.2s linear;-o-transition:color 0.2s linear;transition:color 0.2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0, 0, 0, 0.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px
40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html
h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html
p{font-size:12px;margin:5px
0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;-webkit-transition:-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;-moz-transition:-moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;-o-transition:-o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;transition:transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(0.5, 0.5, 0.5);transform:scale3d(0.5, 0.5, 0.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-moz-transition:-moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-o-transition:-o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;transition:transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);-webkit-transition:-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition:-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition:-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s !important;transition-duration:0s !important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0, 0%, 0);transform:translate3d(0, 0%, 0)}.lg-outer .lg-thumb{padding:10px
0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px
solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width: 1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color 0.25s ease;-o-transition:border-color 0.25s ease;transition:border-color 0.25s ease}}.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item
img{width:100%;height:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom 0.25s ease;-o-transition:bottom 0.25s ease;transition:bottom 0.25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px
0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0
5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url("/wp-content/plugins/tm-photo-gallery/media/css/img/vimeo-play.png") no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url("/wp-content/plugins/tm-photo-gallery/media/css/img/vimeo-play.png") no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url("/wp-content/plugins/tm-photo-gallery/media/css/img/video-play.png") no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:0.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url("/wp-content/plugins/tm-photo-gallery/media/css/img/youtube-play.png") no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url("/wp-content/plugins/tm-photo-gallery/media/css/img/youtube-play.png") no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity 0.08s ease 0s;-moz-transition:opacity 0.08s ease 0s;-o-transition:opacity 0.08s ease 0s;transition:opacity 0.08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition:left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition:left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;transition:left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;-moz-transition:-moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;-o-transition:-o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;transition:transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:0.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0
5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px white inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;-moz-transition:opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;transition:opacity 0.15s ease 0s, transform 0.15s ease 0s;-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}.lg-outer .lg-pager-thumb-cont
img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255, 255, 255, 0.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255, 255, 255, 0.7) inset;display:block;height:12px;-webkit-transition:box-shadow 0.3s ease 0s;-o-transition:box-shadow 0.3s ease 0s;transition:box-shadow 0.3s ease 0s;width:12px}.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{box-shadow:0 0 0 8px white inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group{*zoom:1}.group:before,.group:after{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-outer
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s !important;transition-duration:0s !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer
.lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{display:none !important}.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{display:inline-block !important}.lg-outer.lg-css .lg-current{display:inline-block !important}.lg-outer .lg-item, .lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0
5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important}.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s !important;-moz-transition:none 0s ease 0s !important;-o-transition:none 0s ease 0s !important;transition:none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity 0.1s ease 0s;-moz-transition:opacity 0.1s ease 0s;-o-transition:opacity 0.1s ease 0s;transition:opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{-webkit-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-moz-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-o-transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;transition:left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s}@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0;max-width:100%;vertical-align:top}svg:not(:root){overflow:hidden}figure{margin:0px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px
solid #c0c0c0;margin:0
2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ul{margin:0;padding:0;list-style-type:none}.preloader{-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;position:relative;left:50%;margin-bottom:20px;margin-left:-50px;width:100px;height:100px}@media (min-width: 992px){.preloader{width:117px;height:117px;margin-left:-58px}}.filter-select{display:inline-block;text-align:left;position:relative;font-weight:700;margin-bottom:15px;font-size:12px;font-size:0.75rem;line-height:20px}.filter-select__panel{background:#fff;text-transform:uppercase;padding:14px
45px 14px 20px;border:1px
solid #e1e1e1;min-width:210px;position:relative;cursor:pointer}.filter-select__panel:before{content:'\f107';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:18px;font:400 22px/1 'FontAwesome'}.filter-select__panel:hover{box-shadow:-2px 4px 13px 0px rgba(0,0,0,0.1)}.filter-select__list{padding:5px
0;position:absolute;width:100%;left:-9999px;z-index:1;background:#fff;border:1px
solid #e1e1e1;margin-top:2px;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity, margin-top;transition-property:opacity, margin-top;opacity:0}.filter-select__list
li{list-style:none;border:none;border-top:1px solid #e1e1e1}.filter-select__list li:first-child{border:none}.filter-select__list li
a{display:block;padding:3.5px 20px;text-transform:uppercase;box-shadow:none}.filter-select.open .filter-select__panel{box-shadow:-2px 4px 13px 0px rgba(0,0,0,0.1)}.filter-select.open .filter-select__list{opacity:1;left:0}.tm-pg{font-family:"Open Sans",sans-serif;font-size:0.875rem;color:#888}.tm-pg
a{color:#b4b7ba}.tm-pg a:active,.tm-pg a:focus{color:#b4b7ba;box-shadow:none}.tm-pg a
i{color:#b4b7ba}.tm-pg a:hover{color:#298ffc}.tm-pg a:hover
i{color:inherit}.tm-pg a:disabled,.tm-pg
a.disabled{opacity:.5;cursor:default;pointer-events:none}.tm-pg a:disabled:hover,.tm-pg a.disabled:hover{background:inherit;color:inherit}.tm-pg
p{margin:0
0 1em}.tm-pg h1,.tm-pg h2,.tm-pg h3,.tm-pg h4,.tm-pg h5,.tm-pg h6,.tm-pg_library_popup h1,.tm-pg_library_popup h2,.tm-pg_library_popup h3,.tm-pg_library_popup h4,.tm-pg_library_popup h5,.tm-pg_library_popup
h6{font-family:"Open Sans",sans-serif;font-weight:600;color:#23282d}.tm-pg h1,.tm-pg_library_popup
h1{font-size:2.85em;margin:0
0 0.2em 0}.tm-pg h2,.tm-pg_library_popup
h2{font-size:2.43em;margin:0
0 0.4em 0}.tm-pg h3,.tm-pg_library_popup
h3{font-size:2.14em;margin:0
0 0.5em 0}.tm-pg h4,.tm-pg_library_popup
h4{font-size:1.74em;margin:0
0 0.7em 0}.tm-pg h5,.tm-pg_library_popup
h5{font-size:1.43em;margin:0
0 0.8em 0}.tm-pg h6,.tm-pg_library_popup
h6{font-size:1.14em;margin:0
0 0.8em 0}.tm-pg_sidebar-title{padding:11px
0 0;margin:0
0 11px}.tm-pg_library_title{margin:0}.tm-pg_library_grid_header_select_all.selected
i{color:#298ffc}.tm-pg_frontend_lightbox{position:relative;width:100%;height:100%;width:100vw;height:100vh}.tm-pg_frontend_lightbox .lSSlideOuter,.tm-pg_frontend_lightbox .lSSlideWrapper,.tm-pg_frontend_lightbox .lslide,.tm-pg_frontend_lightbox .lslide
div{height:100%}.tm-pg_frontend_lightbox
.lightSlider{height:100% !important}.tm-pg_frontend_lightbox .lSSlideOuter
.lSPager.lSGallery{position:absolute;bottom:0;padding:5px;background:rgba(30,30,30,0.8);width:100% !important;margin:0
!important;text-align:center;box-sizing:border-box}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery
li{width:auto !important;display:inline-block;vertical-align:middle;float:none}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li
a{display:block;max-width:100%;position:relative;z-index:10}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,30,30,0.8);opacity:0;-webkit-transition:333ms opacity;transition:333ms opacity}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li a:after{content:'check';font-family:'Material Icons';font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';font-size:30px;color:white;position:absolute;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%, -50%) scale(2);-ms-transform:translate(-50%, -50%) scale(2);transform:translate(-50%, -50%) scale(2);-webkit-transition:333ms all;transition:333ms all}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li.active,.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li.active a:before,.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li.active a:after,.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li:hover a:before,.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li:hover a:after{opacity:1}.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li.active a:after,.tm-pg_frontend_lightbox .lSSlideOuter .lSPager.lSGallery li:hover a:after{-webkit-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}body.lg-on{overflow:hidden}.tm-pg_front_gallery{padding:50px
0;font-family:"Open Sans",sans-serif;line-height:1.2;color:#888}.tm-pg_front_gallery-tabs{text-align:center;border-bottom:1px solid #dedede;margin:0
0 0.9375rem}.tm-pg_front_gallery-tabs
li{display:block;margin:10px
0}@media (min-width: 768px){.tm-pg_front_gallery-tabs
li{display:inline-block;vertical-align:middle;margin:0}}.tm-pg_front_gallery-tabs li
a{font-size:1rem;font-weight:600;padding:0
0 5px;display:inline-block;vertical-align:middle;position:relative;color:#23282d}@media (min-width: 768px){.tm-pg_front_gallery-tabs li
a{padding:5px
22px 30px}}.tm-pg_front_gallery-tabs li a:after{content:'';width:100%;height:0;position:absolute;left:0;bottom:-1px;background:#298ffc;-webkit-transition:333ms height;transition:333ms height}.tm-pg_front_gallery-tabs li.active a,.tm-pg_front_gallery-tabs li:hover
a{color:#298ffc}.tm-pg_front_gallery-tabs li.active a:after,.tm-pg_front_gallery-tabs li:hover a:after{height:4px}.tm-pg_front_gallery-navigation{text-align:center;margin:0.9375rem 0}.tm-pg_front_gallery-navigation>div,.tm-pg_front_gallery-navigation>nav{display:block}@media (min-width: 768px){.tm-pg_front_gallery-navigation>div,.tm-pg_front_gallery-navigation>nav{display:inline-block;vertical-align:middle}}@media (min-width: 768px){.tm-pg_front_gallery-navigation>div{margin-right:5px}}.tm-pg_front_gallery-navigation .tm_pg_nav-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:10px
0 0}@media (min-width: 768px){.tm-pg_front_gallery-navigation .tm_pg_nav-links{margin:0}}.tm-pg_front_gallery-navigation .tm_pg_nav-links>*{margin:0
10px}.tm-pg_front_gallery-navigation .tm_pg_nav-links>*.current{color:#298ffc}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers{font-size:14px;line-height:1.5;color:#23282d;box-shadow:none}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.current{cursor:default;color:#298ffc}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers
i{font-size:16px;line-height:1.5;color:#b4b7ba}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers:not(.current):hover{color:#298ffc}.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers:not(.current):hover
i{color:inherit}.tm-pg_front_gallery .load-more-button{margin:0.9375rem 0;text-align:center}.tm-pg_front_gallery .load-more-button
.btn{-webkit-transition:300ms background;transition:300ms background;display:inline-block;padding:10px
20px;color:#fff;border-radius:2px;background:#298ffc;box-shadow:none}.tm-pg_front_gallery .load-more-button .btn:hover{background:#23282d;color:#fff}.tm-pg_front_gallery-preloader{-webkit-transition:all 1s ease;transition:all 1s ease;position:absolute;visibility:visible;opacity:1;margin-top:100px;left:0;width:100%}.tm-pg_front_gallery-preloader.tm-pg_hidden{visibility:hidden;opacity:0;margin-top:250px}.tm-pg_front_gallery-grid,.tm-pg_front_gallery-masonry,.tm-pg_front_gallery-justify{position:relative}.tm-pg_front_gallery-grid .tm_pg_gallery-item,.tm-pg_front_gallery-masonry .tm_pg_gallery-item,.tm-pg_front_gallery-justify .tm_pg_gallery-item{position:relative;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tm-pg_front_gallery-grid .tm_pg_gallery-item.col-lg-12 .tm_pg_gallery-item_link,.tm-pg_front_gallery-masonry .tm_pg_gallery-item.col-lg-12 .tm_pg_gallery-item_link,.tm-pg_front_gallery-justify .tm_pg_gallery-item.col-lg-12 .tm_pg_gallery-item_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tm-pg_front_gallery-grid .tm_pg_gallery-item-wrapper,.tm-pg_front_gallery-masonry .tm_pg_gallery-item-wrapper,.tm-pg_front_gallery-justify .tm_pg_gallery-item-wrapper{overflow:hidden}.tm-pg_front_gallery-grid .tm_pg_gallery-item img,.tm-pg_front_gallery-masonry .tm_pg_gallery-item img,.tm-pg_front_gallery-justify .tm_pg_gallery-item
img{width:100%;max-width:none}.tm-pg_front_gallery-grid .tm_pg_gallery-item_link,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_link,.tm-pg_front_gallery-justify .tm_pg_gallery-item_link{display:block;vertical-align:middle;position:relative;box-shadow:none}.tm-pg_front_gallery-grid .tm_pg_gallery-item_link:before,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:before,.tm-pg_front_gallery-justify .tm_pg_gallery-item_link:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:#1e1e1e;z-index:2}.tm-pg_front_gallery-grid .tm_pg_gallery-item_link:after,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_link:after,.tm-pg_front_gallery-justify .tm_pg_gallery-item_link:after{font-family:'Material Icons';font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';top:50%;left:50%;-webkit-transform:translate(-50%, -50%) scale(2);-ms-transform:translate(-50%, -50%) scale(2);transform:translate(-50%, -50%) scale(2);font-size:30px;color:#fff}.tm-pg_front_gallery-grid .tm_pg_gallery-item_label,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_label,.tm-pg_front_gallery-justify .tm_pg_gallery-item_label{position:absolute;top:10px;left:10px;padding:1px
5px 0;font-size:12px;line-height:1.58;font-weight:normal;color:#fff;background:#298ffc;z-index:5}.tm-pg_front_gallery-grid .tm_pg_gallery-item_meta,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta,.tm-pg_front_gallery-justify .tm_pg_gallery-item_meta{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;padding:5% 10%;text-align:center;color:#fff;z-index:3}.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon,.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon{display:inline-block;width:29px;height:29px;min-height:29px;margin-bottom:20px}.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon,.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon{background:url("/wp-content/plugins/tm-photo-gallery/media/img/image-icon.png")}.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_album-icon,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_album-icon,.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_album-icon{background:url("/wp-content/plugins/tm-photo-gallery/media/img/album-icon.png")}.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_set-icon,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_set-icon,.tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_set-icon{background:url("/wp-content/plugins/tm-photo-gallery/media/img/set-icon.png")}.tm-pg_front_gallery-grid .tm_pg_gallery-item_title,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_title,.tm-pg_front_gallery-justify .tm_pg_gallery-item_title{margin:0
0 6px;font-size:20px;line-height:1.35;font-weight:600}.tm-pg_front_gallery-grid .tm_pg_gallery-item_description,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_description,.tm-pg_front_gallery-justify .tm_pg_gallery-item_description{margin:0
0 6px;font-size:12px;line-height:1.58;font-weight:normal}.tm-pg_front_gallery-grid .tm_pg_gallery-item_counter,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_counter,.tm-pg_front_gallery-justify .tm_pg_gallery-item_counter{margin:20px
0 0;font-size:12px;line-height:1.58;text-transform:uppercase;color:#298ffc}.tm-pg_front_gallery-grid .tm_pg_gallery-item_default_icon,.tm-pg_front_gallery-masonry .tm_pg_gallery-item_default_icon,.tm-pg_front_gallery-justify .tm_pg_gallery-item_default_icon{font-size:35px}.tm-pg_front_gallery-grid .tm_pg_gallery-item{padding-top:0.9375rem;padding-bottom:0.9375rem}.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more{padding-top:0.9375rem;padding-bottom:0.9375rem}.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more
a{-webkit-transition:300ms background;transition:300ms background;background:#298ffc;display:block;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:1rem;font-weight:600;color:#fff;padding:20px}.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a:hover{background:#23282d}.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more
.preloader{margin-bottom:20px;margin-left:-50px;width:100px;height:100px}@media (min-width: 992px){.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more
.preloader{width:117px;height:117px;margin-left:-58px}}.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more
.path{stroke-dasharray:170;stroke-dashoffset:20}.tm-pg_front_gallery-masonry{width:auto;position:relative}.tm-pg_front_gallery-masonry-colum-2 .tm_pg_gallery-item{width:100%}@media (min-width: 768px){.tm-pg_front_gallery-masonry-colum-2 .tm_pg_gallery-item{width:50%}}.tm-pg_front_gallery-masonry-colum-3 .tm_pg_gallery-item{width:100%}@media (min-width: 544px){.tm-pg_front_gallery-masonry-colum-3 .tm_pg_gallery-item{width:50%}}@media (min-width: 992px){.tm-pg_front_gallery-masonry-colum-3 .tm_pg_gallery-item{width:33.3334%}}.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item{width:100%}@media (min-width: 544px){.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item{width:50%}}@media (min-width: 768px){.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item{width:33.3334%}}@media (min-width: 992px){.tm-pg_front_gallery-masonry-colum-4 .tm_pg_gallery-item{width:25%}}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more{margin-bottom:0.9375rem}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more
a{-webkit-transition:300ms background;transition:300ms background;background:#298ffc;display:block;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:1rem;font-weight:600;color:#fff;padding:35% 20px}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a:hover{background:#23282d}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more
.spinner{-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;position:relative;left:50%;margin-bottom:20px;margin-left:-50px;width:100px;height:100px}@media (min-width: 992px){.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more
.spinner{width:117px;height:117px;margin-left:-58px}}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more
.path{stroke-dasharray:170;stroke-dashoffset:20}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more.tm_pg_loading .tm_pg_gallery-item_link_show-more{display:block}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more.tm_pg_loading .tm_pg_gallery-item_link_show-more
.preloader{position:absolute;margin-top:-75px}.tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more.tm_pg_loading .tm_pg_gallery-item_link_show-more
span{position:relative;top:75px}.tm-pg_front_gallery-justify{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.tm-pg_front_gallery-justify .tm_pg_gallery-item{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;height:auto}.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more
a{-webkit-transition:300ms background;transition:300ms background;background:#298ffc;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:1rem;font-weight:600;color:#fff;padding:20px}.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a:hover{background:#23282d}.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more
.spinner{-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;position:relative;left:50%;margin-bottom:20px;margin-left:-50px;width:100px;height:100px}@media (min-width: 992px){.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more
.spinner{width:117px;height:117px;margin-left:-58px}}.tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more
.path{stroke-dasharray:170;stroke-dashoffset:20}@-webkit-keyframes
rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes
rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-outer .lg-thumb-outer{background:rgba(30,30,30,0.8)}.lg-outer .lg-thumb-outer .lg-thumb{padding:5px
0}.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:0;position:relative;border:none}.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item
img{height:auto}.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;background:rgba(30,30,30,0.8);-webkit-transition:333ms all;transition:333ms all}.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:after{content:'check';font-family:'Material Icons';font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';font-size:30px;color:white;position:absolute;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%, -50%) scale(2);-ms-transform:translate(-50%, -50%) scale(2);transform:translate(-50%, -50%) scale(2);-webkit-transition:333ms all;transition:333ms all}.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active:before,.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active:after,.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:hover:before,.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:hover:after{opacity:1}.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active:after,.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item:hover:after{-webkit-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.lg-outer .lg-progress-bar{background:none}.lg-outer .lg-progress-bar .lg-progress{background:white;height:2px}.lg-outer .lg-toolbar{background:none}.lg-outer .lg-toolbar .lg-icon{margin:10px
5px 0}.lg-outer .lg-toolbar .lg-icon.lg-close{margin-right:10px}.lg-outer .lg-icon.lg-toogle-thumb,.lg-outer .lg-icon.lg-close,.lg-outer .lg-icon.lg-autoplay-button,.lg-outer .lg-icon.lg-download,.lg-outer .lg-icon.lg-fullscreen{width:40px;height:40px;background:rgba(30,30,30,0.8);border-radius:0;padding:0;text-align:center;-webkit-transition:333ms all;transition:333ms all}.lg-outer .lg-icon.lg-toogle-thumb:hover,.lg-outer .lg-icon.lg-close:hover,.lg-outer .lg-icon.lg-autoplay-button:hover,.lg-outer .lg-icon.lg-download:hover,.lg-outer .lg-icon.lg-fullscreen:hover{background:#298ffc}.lg-outer .lg-icon.lg-close:after,.lg-outer .lg-icon.lg-autoplay-button:after,.lg-outer .lg-icon.lg-download:after,.lg-outer .lg-icon.lg-fullscreen:after{font-family:'Material Icons';font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';font-size:26px;line-height:40px;color:white}.lg-outer .lg-icon.lg-toogle-thumb{right:10px;top:-49px}.lg-outer .lg-icon.lg-toogle-thumb:before,.lg-outer .lg-icon.lg-toogle-thumb:after{font-family:'Material Icons';font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';font-size:24px;line-height:40px;color:white;width:40px;height:40px;position:relative;top:-5px}.lg-outer .lg-icon.lg-toogle-thumb:before{content:'expand_less'}.lg-outer .lg-icon.lg-toogle-thumb:after{content:'more_horiz';position:absolute;font-size:25px;top:10px;left:0;top:8px}.lg-outer .lg-icon.lg-close:after{content:'close'}.lg-outer .lg-icon.lg-autoplay-button:after{content:'play_arrow'}.lg-outer .lg-icon.lg-download{display:none}.lg-outer .lg-icon.lg-download:after{content:'file_download'}.lg-outer .lg-icon.lg-fullscreen:after{content:'fullscreen'}.lg-outer.lg-thumb-open .lg-icon.lg-toogle-thumb:before{content:'expand_more'}.lg-outer.lg-show-autoplay .lg-icon.lg-autoplay-button:after{content:'pause'}.lg-outer.lg-fullscreen-on .lg-icon.lg-fullscreen:after{content:'fullscreen_exit'}.lg-outer .lg-actions .lg-icon{background:none;border-radius:0}.lg-outer .lg-actions .lg-icon:before,.lg-outer .lg-actions .lg-icon:after{font-family:'Material Icons';font-weight:normal;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';-moz-font-feature-settings:'liga';font-feature-settings:'liga';font-size:80px;color:white}.lg-outer .lg-actions .lg-icon.lg-prev:after{content:'keyboard_arrow_left'}.lg-outer .lg-actions .lg-icon.lg-next:before{content:'keyboard_arrow_right'}.lg-outer #lg-counter{display:none}.tm-pg_front_gallery .tm-pg_animation-fade .tm_pg_gallery-item .tm_pg_gallery-item-wrapper{opacity:1;-webkit-transition:all 0.8s ease;transition:all 0.8s ease}.tm-pg_front_gallery .tm-pg_animation-fade .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show{opacity:0}.tm-pg_front_gallery .tm-pg_animation-fade .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide{opacity:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.tm-pg_front_gallery .tm-pg_animation-scale .tm_pg_gallery-item .tm_pg_gallery-item-wrapper{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 0.7s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.7s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.tm-pg_front_gallery .tm-pg_animation-scale .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show{opacity:0;-webkit-transform:scale(0.1) translateY(-750px) rotate(45deg);-ms-transform:scale(0.1) translateY(-750px) rotate(45deg);transform:scale(0.1) translateY(-750px) rotate(45deg)}.tm-pg_front_gallery .tm-pg_animation-scale .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide{opacity:0;-webkit-transform:scale(0.1) translateY(750px) rotate(45deg);-ms-transform:scale(0.1) translateY(750px) rotate(45deg);transform:scale(0.1) translateY(750px) rotate(45deg);-webkit-transition:all 0.45s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.45s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item{-webkit-perspective:1500px;perspective:1500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item .tm_pg_gallery-item-wrapper{opacity:1;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateY(0px) translateZ(0) rotateX(0deg);transform:translateY(0px) translateZ(0) rotateX(0deg);-webkit-transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show{opacity:0;-webkit-transform:translateY(350px) translateZ(-250px) rotateX(45deg);transform:translateY(350px) translateZ(-250px) rotateX(45deg)}.tm-pg_front_gallery .tm-pg_animation-move-up .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide{opacity:0;-webkit-transform:translateY(225px) translateZ(-1500px) rotateX(75deg);transform:translateY(225px) translateZ(-1500px) rotateX(75deg);-webkit-transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item{-webkit-perspective:1500px;perspective:1500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item .tm_pg_gallery-item-wrapper{opacity:1;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform:translateY(0px) rotateX(0deg);transform:translateY(0px) rotateX(0deg);-webkit-transition:all 0.8s cubic-bezier(0.31, 0.78, 0.39, 0.93);transition:all 0.8s cubic-bezier(0.31, 0.78, 0.39, 0.93)}.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show{opacity:0;-webkit-transform:translateY(-50px) rotateX(75deg);transform:translateY(-50px) rotateX(75deg)}.tm-pg_front_gallery .tm-pg_animation-flip .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide{opacity:0;-webkit-transform:translateY(-50px) translateZ(-250px) rotateX(75deg);transform:translateY(-50px) translateZ(-250px) rotateX(75deg);-webkit-transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item{-webkit-perspective:1500px;perspective:1500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item .tm_pg_gallery-item-wrapper{opacity:1;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(0px) translateY(0px) rotateY(0deg);transform:translateZ(0px) translateY(0px) rotateY(0deg);-webkit-transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show{opacity:0;-webkit-transform:translateZ(-750px) translateY(150px) rotateY(-90deg);transform:translateZ(-750px) translateY(150px) rotateY(-90deg)}.tm-pg_front_gallery .tm-pg_animation-helix .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide{opacity:0;-webkit-transform:translateZ(-750px) translateY(100px) rotateY(-90deg);transform:translateZ(-750px) translateY(100px) rotateY(-90deg);-webkit-transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item{-webkit-perspective:1500px;perspective:1500px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%}.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item .tm_pg_gallery-item-wrapper{opacity:1;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg);transform:translateZ(0px) translateY(0px) rotateX(0deg);-webkit-transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97);transition:all 0.8s cubic-bezier(0.29, 0.65, 0.64, 0.97)}.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-show{opacity:0;-webkit-transform:translateZ(150px) translateY(200px) rotateX(-75deg);transform:translateZ(150px) translateY(200px) rotateX(-75deg)}.tm-pg_front_gallery .tm-pg_animation-fall-perspective .tm_pg_gallery-item .tm_pg_gallery-item-wrapper.animate-cycle-hide{opacity:0;-webkit-transform:translateZ(150px) translateY(200px) rotateX(-75deg);transform:translateZ(150px) translateY(200px) rotateX(-75deg);-webkit-transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:all 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.tm-pg_front_gallery .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm_pg_gallery-item_link .tm_pg_gallery-item_meta{visibility:hidden}.tm-pg_front_gallery .tm_pg_gallery-item_link:hover:before,.tm-pg_front_gallery .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta{visibility:visible}.tm-pg_front_gallery .tm-pg_hover-fade .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm-pg_hover-fade .tm_pg_gallery-item_link .tm_pg_gallery-item_meta{visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tm-pg_front_gallery .tm-pg_hover-fade .tm_pg_gallery-item_link:hover:before{visibility:visible;opacity:.8}.tm-pg_front_gallery .tm-pg_hover-fade .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta{visibility:visible;opacity:1}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link
img{-webkit-transition:all .5s ease;transition:all .5s ease}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link .tm_pg_gallery-item_meta{-webkit-transition:all .35s ease;transition:all .35s ease}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link .tm_pg_gallery-item_meta{visibility:hidden;opacity:0}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link
img{-webkit-transition-delay:.08s;transition-delay:.08s}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link .tm_pg_gallery-item_meta{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:hover:before{visibility:visible;opacity:.8;-webkit-transition-delay:0s;transition-delay:0s}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta{visibility:visible;opacity:1;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tm-pg_front_gallery .tm-pg_hover-scale .tm_pg_gallery-item_link:hover
img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);-webkit-transition-delay:0s;transition-delay:0s}.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link .tm_pg_gallery-item_meta,.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link
img{-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:before,.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link .tm_pg_gallery-item_meta{visibility:hidden;opacity:0}.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link
img{width:calc( 100% + 50px );-webkit-transform:translate3d(-40px, 0, 0);transform:translate3d(-40px, 0, 0)}.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:hover:before{visibility:visible;opacity:.8}.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:hover .tm_pg_gallery-item_meta{visibility:visible;opacity:1}.tm-pg_front_gallery .tm-pg_hover-str .tm_pg_gallery-item_link:hover
img{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}*,*::before,*::after{box-sizing:border-box}