﻿@-webkit-keyframes arrow-anim{from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}}@-moz-keyframes arrow-anim{from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}}@-o-keyframes arrow-anim{from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes arrow-anim{from{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-animated-in{z-index:0}.owl-animated-out{z-index:1}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.mejs__offscreen{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;box-sizing:border-box;font-family:"Helvetica",Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none !important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:rgba(0,0,0,0);margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:none}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100% !important;width:100% !important}.mejs__background{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mejs__mediaelement iframe{display:block}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;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;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:rgba(0,0,0,0);border:0}.mejs__overlay:hover .mejs__overlay-button svg{opacity:1}.mejs__overlay-button svg{opacity:.75}.mejs__overlay-button:focus svg{opacity:1}.mejs__overlay-button,.mejs__overlay-button svg{height:5rem;width:5rem}.mejs__overlay-loading,.mejs__overlay-loading svg{height:5rem;width:5rem}.mejs__overlay-loading-bg-img{-webkit-animation:mejs__loading-spinner 1s linear infinite;animation:mejs__loading-spinner 1s linear infinite;display:block;height:5rem;width:5rem;z-index:1}@-webkit-keyframes mejs__loading-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mejs__loading-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:2.5rem;left:0;list-style-type:none;margin:0;padding:0 .625rem;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));background:linear-gradient(transparent, rgba(0, 0, 0, 0.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:.625rem;height:2.5rem;line-height:.625rem;margin:0;width:2rem}.mejs__button>button{background-color:rgba(0,0,0,0);border:0;color:#fff;cursor:pointer;display:block;font-size:0;height:1.125rem;line-height:0;margin:.625rem .375rem;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:1.125rem}.mejs__button svg{fill:currentColor;height:1.125rem;width:1.125rem}.mejs__button>button:focus{outline:dotted .125rem #fff}.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus{outline:0}.mejs__playpause-button svg{display:none}.mejs__play svg.mejs__icon-play{display:block}.mejs__pause svg.mejs__icon-pause{display:block}.mejs__replay svg.mejs__icon-replay{display:block}.mejs__fullscreen-button svg.mejs__icon-unfullscreen{display:none}.mejs__fullscreen svg.mejs__icon-fullscreen{display:block}.mejs__fullscreen svg.mejs__icon-unfullscreen{display:none}.mejs__unfullscreen svg.mejs__icon-unfullscreen{display:block}.mejs__unfullscreen svg.mejs__icon-fullscreen{display:none}.mejs__time{box-sizing:content-box;color:#fff;font-size:.6875rem;font-weight:bold;height:1.5rem;overflow:hidden;padding:1rem .375rem 0;text-align:center;width:auto}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:2.5rem;margin:0 .625rem;padding-top:.625rem;position:relative}.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker{border-radius:.125rem;cursor:pointer;display:block;height:.625rem;position:absolute}.mejs__time-total{background:hsla(0,0%,100%,.3);margin:.3125rem 0 0;width:100%}.mejs__time-buffering{-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;background:-webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);background:linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);background-size:.9375rem .9375rem;width:100%}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:1.875rem 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:1.875rem 0}}.mejs__time-loaded{background:hsla(0,0%,100%,.3)}.mejs__time-current,.mejs__time-handle-content{background:hsla(0,0%,100%,.9)}.mejs__time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.15s ease-in all;transition:.15s ease-in all;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(0.44, 0, 1, 1);transition:height .1s cubic-bezier(0.44, 0, 1, 1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0) !important;-ms-transform:scaleX(0) !important;transform:scaleX(0) !important}.mejs__time-handle,.mejs__time-handle-content{border:.25rem solid rgba(0,0,0,0);cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:.25rem solid hsla(0,0%,100%,.9);border-radius:50%;height:.625rem;left:-0.4375rem;top:-0.25rem;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:.625rem}.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:solid 1px #333;bottom:100%;color:#111;display:none;height:1.0625rem;margin-bottom:.5625rem;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2.25rem}.mejs__time-float-current{display:block;left:0;margin:.125rem;text-align:center;width:1.875rem}.mejs__time-float-corner{border:solid .3125rem #eee;border-color:#eee rgba(0,0,0,0) rgba(0,0,0,0);border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-1.4375rem;width:4rem}.mejs__long-video .mejs__time-float-current{width:3.75rem}.mejs__broadcast{color:#fff;height:.625rem;position:absolute;top:.9375rem;width:100%}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:7.1875rem;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.5625rem;z-index:1}.mejs__volume-button:hover{border-radius:0 0 .25rem .25rem}.mejs__volume-total{background:hsla(0,0%,100%,.5);height:6.25rem;left:50%;margin:0;position:absolute;top:.5rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:.125rem}.mejs__volume-current{background:hsla(0,0%,100%,.9);left:0;margin:0;position:absolute;width:100%}.mejs__volume-handle{background:hsla(0,0%,100%,.9);border:1px solid #fff;border-radius:1px;cursor:ns-resize;height:.375rem;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1rem}.mejs__horizontal-volume-slider{display:block;height:2.25rem;position:relative;vertical-align:middle;width:3.5rem}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);border-radius:.125rem;font-size:1px;height:.5rem;left:0;margin:0;padding:0;position:absolute;top:1rem;width:3.125rem}.mejs__horizontal-volume-current{background:hsla(0,0%,100%,.8);border-radius:.125rem;font-size:1px;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__mute svg,.mejs__unmute svg{stroke:currentColor}.mejs__volume-button svg{display:none}.mejs__mute .mejs__icon-mute{display:block}.mejs__unmute .mejs__icon-unmute{display:block}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__chapters-button svg,.mejs__captions-button svg{padding-top:.125rem}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:solid 1px rgba(0,0,0,0);border-radius:0;bottom:100%;margin-right:-2.6875rem;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:5.375rem}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-3.4375rem;width:6.875rem}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none !important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none !important;margin:0 0 .375rem;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8 !important;background-color:hsla(0,0%,100%,.4) !important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-62.5rem;margin:.1875rem .1875rem 0 .3125rem;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:.625rem;line-height:.9375rem;padding:.25rem .625rem 0;width:100%}.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label{text-decoration:underline}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8;font-weight:bold}.mejs__captions-translations{font-size:.625rem;margin:0 0 .3125rem}.mejs__captions-layer{bottom:0;color:#fff;font-size:1rem;left:0;line-height:1.25rem;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:1.25rem;font-weight:normal}.mejs__captions-position{bottom:.9375rem;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:2.1875rem}.mejs__captions-text,.mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:.3125rem 0 0 rgba(20,20,20,.5),-0.3125rem 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay p,.mejs__cannotplay a{display:inline-block;padding:0 .9375rem;width:100%}.mejs__controls{opacity:0 !important}.mejs__controls .mejs__playpause-button{display:none !important}.immo-play-overlay{position:absolute;right:8.33333333%;bottom:60px;pointer-events:none;z-index:20}.immo-play-btn{position:relative;width:46px;height:46px;border-radius:50% !important;border:1px solid hsla(0,0%,100%,.3);display:grid;place-items:center;cursor:pointer;pointer-events:auto;transition:transform .15s ease,background .15s ease}.immo-play-btn:hover{transform:scale(1.08)}.immo-icon{width:16px;height:16px;color:#fff}.immo-spinner{position:absolute;inset:-7px;display:grid;place-items:center;pointer-events:none}.immo-spinner svg{width:60px;height:60px}.immo-ring-track{stroke:hsla(0,0%,100%,.2);stroke-width:2;fill:none}.immo-ring-progress{stroke:#fff;stroke:var(--case-study-primary-color);stroke-width:2;fill:none;stroke-linecap:round;transition:stroke-dashoffset .08s linear}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell.drp:after,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell.drp:after,body .wrapper .property-search-results .filter .content form .drp.grid-x .cell.drp:after,body .wrapper .property-search-results .filter a:before,body .wrapper .property-search-results .filter a:after,body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell.drp:after,body .wrapper .block-featured-properties .grid-x .cell .view-more-btn a:before,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a:before,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a:before,body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-prev,body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-next,body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp:after,body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x:after,[class^=icon-],[class*=" icon-"]{font-family:"icons" !important;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}.icon-drone-img:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-up2:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-cube:before{content:""}.icon-integrity:before{content:""}.icon-dynamism:before{content:""}.icon-trustworthy:before{content:""}.icon-zoom:before{content:""}.icon-search:before{content:""}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#062b48;font-family:AvenirRoman;font-weight:normal;line-height:1.5;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}.grid-container{padding-right:.625rem;padding-left:.625rem;max-width:75rem;margin:0 auto}@media print,screen and (min-width: 40em){.grid-container{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.fluid{padding-right:.625rem;padding-left:.625rem;max-width:100%;margin:0 auto}@media print,screen and (min-width: 40em){.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin:0 auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0px;min-width:0px;width:100%}.cell.auto{flex:1 1 0px}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print,screen and (min-width: 40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width: 40em){.grid-x>.medium-auto{flex:1 1 0px;width:auto}.grid-x>.medium-shrink{flex:0 0 auto;width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.grid-x>.large-auto{flex:1 1 0px;width:auto}.grid-x>.large-shrink{flex:0 0 auto;width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:- .625rem;margin-right:- .625rem}@media print,screen and (min-width: 40em){.grid-margin-x{margin-left:- .9375rem;margin-right:- .9375rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print,screen and (min-width: 40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-right:- .625rem;margin-left:- .625rem}@media print,screen and (min-width: 40em){.grid-padding-x .grid-padding-x{margin-right:- .9375rem;margin-left:- .9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:- .625rem;margin-left:- .625rem}@media print,screen and (min-width: 40em){.grid-container:not(.full)>.grid-padding-x{margin-right:- .9375rem;margin-left:- .9375rem}}.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width: 40em){.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width: 40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width: 64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width: 40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width: 40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width: 40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width: 64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 64em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 64em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width: 64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 0.625rem)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 0.625rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 0.625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 0.625rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 0.625rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 0.625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 0.625rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 0.625rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 0.625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 0.625rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 0.625rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 0.625rem)}@media print,screen and (min-width: 40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 0.9375rem)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 0.9375rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 0.9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 0.9375rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 0.9375rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 0.9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 0.9375rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 0.9375rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 0.9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 0.9375rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 0.9375rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 0.9375rem)}}@media print,screen and (min-width: 64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 0.9375rem)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 0.9375rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 0.9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 0.9375rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 0.9375rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 0.9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 0.9375rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 0.9375rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 0.9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 0.9375rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 0.9375rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 0.9375rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{width:auto}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print,screen and (min-width: 40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width: 40em){.grid-y>.medium-auto{flex:1 1 0px;height:auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width: 64em){.grid-y>.large-auto{flex:1 1 0px;height:auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:- .625rem;margin-bottom:- .625rem}@media print,screen and (min-width: 40em){.grid-padding-y .grid-padding-y{margin-top:- .9375rem;margin-bottom:- .9375rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print,screen and (min-width: 40em){.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}}.grid-margin-y{margin-top:- .625rem;margin-bottom:- .625rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:- .9375rem;margin-bottom:- .9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width: 40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width: 40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width: 64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:- .625rem;margin-bottom:- .625rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:- .9375rem;margin-bottom:- .9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:AvenirRoman;font-style:normal;font-weight:normal;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#606060}h1,.h1{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2,.h2{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3,.h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4,.h4{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5,.h5{font-size:.8125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6,.h6{font-size:.5625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width: 40em){h1,.h1{font-size:1.625rem}h2,.h2{font-size:1.5rem}h3,.h3{font-size:1.375rem}h4,.h4{font-size:1.1875rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.75rem}}a{line-height:inherit;color:#01a5b4;text-decoration:none;cursor:pointer}a:hover,a:focus{color:rgb(.86,141.9,154.8)}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #606060;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:bold}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #606060}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #606060;background-color:#f1f1f1;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#000}kbd{margin:0;padding:.125rem .25rem 0;background-color:#f1f1f1;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:normal;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width: 64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;box-shadow:none !important;color:#000 !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;font-family:inherit;padding:.85em 1em;-webkit-appearance:none;border:1px solid rgba(0,0,0,0);border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#01a5b4;color:#fff}[data-whatinput=mouse] .button{outline:0}.button:hover,.button:focus{background-color:rgb(.85,140.25,153);color:#fff}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#01a5b4;color:#000}.button.primary:hover,.button.primary:focus{background-color:rgb(.8,132,144);color:#000}.button.secondary{background-color:#062b48;color:#fff}.button.secondary:hover,.button.secondary:focus{background-color:rgb(4.8,34.4,57.6);color:#fff}.button.success{background-color:#3adb76;color:#000}.button.success:hover,.button.success:focus{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#000}.button.warning{background-color:#ffae00;color:#000}.button.warning:hover,.button.warning:focus{background-color:rgb(204,139.2,0);color:#000}.button.alert{background-color:#cc4b37;color:#000}.button.alert:hover,.button.alert:focus{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#000}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:hover,.button.disabled:focus,.button[disabled],.button[disabled]:hover,.button[disabled]:focus{background-color:#01a5b4;color:#fff}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:hover,.button.disabled.primary:focus,.button[disabled].primary,.button[disabled].primary:hover,.button[disabled].primary:focus{background-color:#01a5b4;color:#000}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#062b48;color:#fff}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#3adb76;color:#000}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#ffae00;color:#000}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#cc4b37;color:#000}.button.hollow{border:1px solid #01a5b4;color:#01a5b4}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:rgb(.5,82.5,90);color:rgb(.5,82.5,90)}.button.hollow:hover.disabled,.button.hollow:hover[disabled],.button.hollow:focus.disabled,.button.hollow:focus[disabled]{border:1px solid #01a5b4;color:#01a5b4}.button.hollow.primary{border:1px solid #01a5b4;color:#01a5b4}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:rgb(.5,82.5,90);color:rgb(.5,82.5,90)}.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled]{border:1px solid #01a5b4;color:#01a5b4}.button.hollow.secondary{border:1px solid #062b48;color:#062b48}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:rgb(3,21.5,36);color:rgb(3,21.5,36)}.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled]{border:1px solid #062b48;color:#062b48}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled]{border:1px solid #3adb76;color:#3adb76}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled]{border:1px solid #ffae00;color:#ffae00}.button.hollow.alert{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear{border:1px solid #01a5b4;color:#01a5b4}.button.clear,.button.clear:hover,.button.clear:focus{background-color:rgba(0,0,0,0)}.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{background-color:rgba(0,0,0,0)}.button.clear:hover,.button.clear:focus{border-color:rgb(.5,82.5,90);color:rgb(.5,82.5,90)}.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus.disabled,.button.clear:focus[disabled]{border:1px solid #01a5b4;color:#01a5b4}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.primary{border:1px solid #01a5b4;color:#01a5b4}.button.clear.primary:hover,.button.clear.primary:focus{border-color:rgb(.5,82.5,90);color:rgb(.5,82.5,90)}.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border:1px solid #01a5b4;color:#01a5b4}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.secondary{border:1px solid #062b48;color:#062b48}.button.clear.secondary:hover,.button.clear.secondary:focus{border-color:rgb(3,21.5,36);color:rgb(3,21.5,36)}.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border:1px solid #062b48;color:#062b48}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.success{border:1px solid #3adb76;color:#3adb76}.button.clear.success:hover,.button.clear.success:focus{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border:1px solid #3adb76;color:#3adb76}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.warning{border:1px solid #ffae00;color:#ffae00}.button.clear.warning:hover,.button.clear.warning:focus{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border:1px solid #ffae00;color:#ffae00}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.alert{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert:hover,.button.clear.alert:focus{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border-color:rgba(0,0,0,0)}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:"";border-bottom-width:0;border-top-style:solid;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow::after{border-top-color:#01a5b4}.button.dropdown.hollow.primary::after{border-top-color:#01a5b4}.button.dropdown.hollow.secondary::after{border-top-color:#062b48}.button.dropdown.hollow.success::after{border-top-color:#3adb76}.button.dropdown.hollow.warning::after{border-top-color:#ffae00}.button.dropdown.hollow.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:none;border-radius:0;background-color:#fff;box-shadow:none;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#000;transition:box-shadow .5s,border-color .25s ease-in-out;appearance:none}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:none;background-color:#fff;box-shadow:none;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::placeholder,textarea::placeholder{color:#606060}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#f1f1f1;cursor:not-allowed}[type=submit],[type=button]{appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:normal;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;padding:.5rem 0}.help-text{margin-top:-0.5rem;font-size:.8125rem;font-style:italic;color:#000}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child{border-radius:0 0 0 0}.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #606060;background:#f1f1f1;color:#000;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;height:auto;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{height:auto;align-self:stretch;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #606060}.fieldset legend{margin:0;margin-left:-0.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;appearance:none;border:none;border-radius:0;background-color:#fff;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#000;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width: 0\0 ){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:none;background-color:#fff;box-shadow:none;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#f1f1f1;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:rgb(249.9,237,235)}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-0.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:bold;color:#cc4b37}.form-error.is-visible{display:block}.responsive-embed,.flex-video{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.responsive-embed.widescreen,.flex-video.widescreen{padding-bottom:56.25%}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#01a5b4;color:#fff}.label.primary{background:#01a5b4;color:#000}.label.secondary{background:#062b48;color:#fff}.label.success{background:#3adb76;color:#000}.label.warning{background:#ffae00;color:#000}.label.alert{background:#cc4b37;color:#000}.media-object{display:flex;margin-bottom:1rem;flex-wrap:nowrap}.media-object img{max-width:none}@media screen and (max-width: 39.9375em){.media-object.stack-for-small{flex-wrap:wrap}}@media screen and (max-width: 39.9375em){.media-object.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;flex-basis:100%;max-width:100%}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}.media-object-section.main-section{flex:1 1 0px}.slider{position:relative;height:.1rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#01a5b4;cursor:pointer;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.1rem;background-color:#01a5b4;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:.9rem;height:.9rem;border-radius:50%;background-color:#01a5b4;transition:all .2s ease-in-out;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:rgb(.85,140.25,153)}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scale(1, -1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:.9rem;height:.9rem;transform:translateX(-50%)}.tabs{margin:0;border:1px solid #01a5b4;background:none;list-style-type:none}.tabs::before,.tabs::after{display:table;content:" ";flex-basis:0;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:rgba(0,0,0,0)}.tabs.primary{background:#01a5b4}.tabs.primary>li>a{color:#000}.tabs.primary>li>a:hover,.tabs.primary>li>a:focus{background:rgb(1.0908839779,179.9958563536,196.3591160221)}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#01a5b4}.tabs-title>a:hover{background:none;color:rgb(.86,141.9,154.8)}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#01a5b4;color:#fff}.tabs-content{border:1px solid #01a5b4;border-top:0;background:#01a5b4;color:#fff;transition:all .5s ease}.tabs-content.vertical{border:1px solid #01a5b4;border-left:0}.tabs-panel{display:none;padding:0}.tabs-panel.is-active{display:block}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 39.9375em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print,screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.9375em){.show-for-medium{display:none !important}}@media screen and (min-width: 40em)and (max-width: 63.9375em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.9375em),screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print,screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.9375em){.show-for-large{display:none !important}}@media screen and (min-width: 64em)and (max-width: 74.9375em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.9375em),screen and (min-width: 75em){.show-for-large-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width: 64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}.text-hide{font:0/0 a !important;color:rgba(0,0,0,0) !important;text-shadow:none !important;background-color:rgba(0,0,0,0) !important;border:0 !important}.text-truncate{max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis;white-space:nowrap !important}.text-nowrap{white-space:nowrap !important}.text-wrap{word-wrap:break-word !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-overline{text-decoration:overline !important}.text-underline{text-decoration:underline !important}.text-line-through{text-decoration:line-through !important}.font-wide{letter-spacing:.25rem}.font-normal{font-weight:normal}.font-bold{font-weight:bold}.font-italic{font-style:italic !important}ul.list-disc{list-style-type:disc !important}ul.list-circle{list-style-type:circle !important}ul.list-square{list-style-type:square !important}ol.list-decimal{list-style-type:decimal !important}ol.list-lower-alpha{list-style-type:lower-alpha !important}ol.list-lower-latin{list-style-type:lower-latin !important}ol.list-lower-roman{list-style-type:lower-roman !important}ol.list-upper-alpha{list-style-type:upper-alpha !important}ol.list-upper-latin{list-style-type:upper-latin !important}ol.list-upper-roman{list-style-type:upper-roman !important}.rounded{border-radius:5000px !important}.radius{border-radius:.1875rem}.bordered{border:.0625rem solid #606060}.shadow{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.arrow-down{display:block;width:0;height:0;border:inset .4375rem;content:"";border-bottom-width:0;border-top-style:solid;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0)}.arrow-up{display:block;width:0;height:0;border:inset .4375rem;content:"";border-top-width:0;border-bottom-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000}.arrow-right{display:block;width:0;height:0;border:inset .4375rem;content:"";border-right-width:0;border-left-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000}.arrow-left{display:block;width:0;height:0;border:inset .4375rem;content:"";border-left-width:0;border-right-style:solid;border-color:rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0)}.separator-center{text-align:center !important}.separator-center::before,.separator-center::after{display:table;content:" ";flex-basis:0;order:1}.separator-center::after{clear:both}.separator-center::after{position:relative !important;width:3rem;border-bottom:.125rem solid #01a5b4;margin:1rem auto 0}.separator-left{text-align:left !important}.separator-left::before,.separator-left::after{display:table;content:" ";flex-basis:0;order:1}.separator-left::after{clear:both}.separator-left::after{position:relative !important;width:3rem;border-bottom:.125rem solid #01a5b4;margin:1rem auto 0;margin-left:0 !important}.separator-right{text-align:right !important}.separator-right::before,.separator-right::after{display:table;content:" ";flex-basis:0;order:1}.separator-right::after{clear:both}.separator-right::after{position:relative !important;width:3rem;border-bottom:.125rem solid #01a5b4;margin:1rem auto 0;margin-right:0 !important}.overflow-visible{overflow:visible !important}.overflow-x-visible{overflow-x:visible !important}.overflow-y-visible{overflow-y:visible !important}.overflow-hidden{overflow:hidden !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-scroll{overflow-y:scroll !important}.display-inline{display:inline !important}.display-inline-block{display:inline-block !important}.display-block{display:block !important}.display-table{display:table !important}.display-table-cell{display:table-cell !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-fixed-top{position:fixed !important;top:0rem !important;right:0rem !important;left:0rem !important;z-index:975}.position-fixed-bottom{position:fixed !important;right:0rem !important;bottom:0rem !important;left:0rem !important;z-index:975}.border-box{box-sizing:border-box !important}.border-none{border:none !important}.width-25{width:25% !important}.width-50{width:50% !important}.width-75{width:75% !important}.width-100{width:100% !important}.height-25{height:25% !important}.height-50{height:50% !important}.height-75{height:75% !important}.height-100{height:100% !important}.max-width-100{max-width:100% !important}.max-height-100{max-height:100% !important}.margin-0{margin-top:0rem !important;margin-right:0rem !important;margin-bottom:0rem !important;margin-left:0rem !important}.padding-0{padding-top:0rem !important;padding-right:0rem !important;padding-bottom:0rem !important;padding-left:0rem !important}.margin-top-0{margin-top:0rem !important}.padding-top-0{padding-top:0rem !important}.margin-right-0{margin-right:0rem !important}.padding-right-0{padding-right:0rem !important}.margin-bottom-0{margin-bottom:0rem !important}.padding-bottom-0{padding-bottom:0rem !important}.margin-left-0{margin-left:0rem !important}.padding-left-0{padding-left:0rem !important}.margin-horizontal-0{margin-right:0rem !important;margin-left:0rem !important}.padding-horizontal-0{padding-right:0rem !important;padding-left:0rem !important}.margin-vertical-0{margin-top:0rem !important;margin-bottom:0rem !important}.padding-vertical-0{padding-top:0rem !important;padding-bottom:0rem !important}.margin-1{margin-top:1rem !important;margin-right:1rem !important;margin-bottom:1rem !important;margin-left:1rem !important}.padding-1{padding-top:1rem !important;padding-right:1rem !important;padding-bottom:1rem !important;padding-left:1rem !important}.margin-top-1{margin-top:1rem !important}.padding-top-1{padding-top:1rem !important}.margin-right-1{margin-right:1rem !important}.padding-right-1{padding-right:1rem !important}.margin-bottom-1{margin-bottom:1rem !important}.padding-bottom-1{padding-bottom:1rem !important}.margin-left-1{margin-left:1rem !important}.padding-left-1{padding-left:1rem !important}.margin-horizontal-1{margin-right:1rem !important;margin-left:1rem !important}.padding-horizontal-1{padding-right:1rem !important;padding-left:1rem !important}.margin-vertical-1{margin-top:1rem !important;margin-bottom:1rem !important}.padding-vertical-1{padding-top:1rem !important;padding-bottom:1rem !important}.margin-2{margin-top:2rem !important;margin-right:2rem !important;margin-bottom:2rem !important;margin-left:2rem !important}.padding-2{padding-top:2rem !important;padding-right:2rem !important;padding-bottom:2rem !important;padding-left:2rem !important}.margin-top-2{margin-top:2rem !important}.padding-top-2{padding-top:2rem !important}.margin-right-2{margin-right:2rem !important}.padding-right-2{padding-right:2rem !important}.margin-bottom-2{margin-bottom:2rem !important}.padding-bottom-2{padding-bottom:2rem !important}.margin-left-2{margin-left:2rem !important}.padding-left-2{padding-left:2rem !important}.margin-horizontal-2{margin-right:2rem !important;margin-left:2rem !important}.padding-horizontal-2{padding-right:2rem !important;padding-left:2rem !important}.margin-vertical-2{margin-top:2rem !important;margin-bottom:2rem !important}.padding-vertical-2{padding-top:2rem !important;padding-bottom:2rem !important}.margin-3{margin-top:3rem !important;margin-right:3rem !important;margin-bottom:3rem !important;margin-left:3rem !important}.padding-3{padding-top:3rem !important;padding-right:3rem !important;padding-bottom:3rem !important;padding-left:3rem !important}.margin-top-3{margin-top:3rem !important}.padding-top-3{padding-top:3rem !important}.margin-right-3{margin-right:3rem !important}.padding-right-3{padding-right:3rem !important}.margin-bottom-3{margin-bottom:3rem !important}.padding-bottom-3{padding-bottom:3rem !important}.margin-left-3{margin-left:3rem !important}.padding-left-3{padding-left:3rem !important}.margin-horizontal-3{margin-right:3rem !important;margin-left:3rem !important}.padding-horizontal-3{padding-right:3rem !important;padding-left:3rem !important}.margin-vertical-3{margin-top:3rem !important;margin-bottom:3rem !important}.padding-vertical-3{padding-top:3rem !important;padding-bottom:3rem !important}@font-face{font-family:"icons";src:url("../fonts/icons.eot?") format("eot"),url("../fonts/icons.woff") format("woff"),url("../fonts/icons.ttf") format("truetype"),url('../fonts/icons.svg#str-replace("icons", " ", "_")') format("svg")}@font-face{font-family:"AvenirRoman";src:url("../fonts/Avenir-Roman.eot?") format("eot"),url("../fonts/Avenir-Roman.woff") format("woff"),url("../fonts/Avenir-Roman.ttf") format("truetype"),url('../fonts/Avenir-Roman.svg#str-replace("AvenirRoman", " ", "_")') format("svg")}@font-face{font-family:"AvenirHeavy";src:url("../fonts/Avenir-Heavy.eot?") format("eot"),url("../fonts/Avenir-Heavy.woff2") format("woff2"),url("../fonts/Avenir-Heavy.woff") format("woff"),url("../fonts/Avenir-Heavy.ttf") format("truetype"),url('../fonts/Avenir-Heavy.svg#str-replace("AvenirHeavy", " ", "_")') format("svg")}@font-face{font-family:"AvenirLightOblique";src:url("../fonts/Avenir-Light-Oblique.eot?") format("eot"),url("../fonts/Avenir-Light-Oblique.woff2") format("woff2"),url("../fonts/Avenir-Light-Oblique.woff") format("woff"),url("../fonts/Avenir-Light-Oblique.ttf") format("truetype"),url('../fonts/Avenir-Light-Oblique.svg#str-replace("AvenirLightOblique", " ", "_")') format("svg")}@font-face{font-family:"AvenirMediumOblique";src:url("../fonts/Avenir-Medium-Oblique.eot?") format("eot"),url("../fonts/Avenir-Medium-Oblique.woff2") format("woff2"),url("../fonts/Avenir-Medium-Oblique.woff") format("woff"),url("../fonts/Avenir-Medium-Oblique.ttf") format("truetype"),url('../fonts/Avenir-Medium-Oblique.svg#str-replace("AvenirMediumOblique", " ", "_")') format("svg")}@font-face{font-family:"AvenirBlackOblique";src:url("../fonts/Avenir-Black-Oblique.eot?") format("eot"),url("../fonts/Avenir-Black-Oblique.woff2") format("woff2"),url("../fonts/Avenir-Black-Oblique.woff") format("woff"),url("../fonts/Avenir-Black-Oblique.ttf") format("truetype"),url('../fonts/Avenir-Black-Oblique.svg#str-replace("AvenirBlackOblique", " ", "_")') format("svg")}@media screen and (max-width: 63.9375em){body.display-menu{overflow:hidden}}body h1.pageSeoTitle{clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px !important;width:1px !important;padding:0 !important;border:0 !important;overflow:hidden}body .grecaptcha-badge{display:none !important}body #loadingCoverOverlay{position:fixed !important;top:0rem !important;right:0rem !important;bottom:0rem !important;left:0rem !important;background-repeat:no-repeat;background-position:center;background-color:#fff;z-index:10}body .wrapper{position:relative !important}body .wrapper strong{font-weight:normal}body .wrapper p:last-child{margin-bottom:0}@media screen and (min-width: 64em){body .wrapper .video-holder figure{display:none !important}}body .wrapper .video-holder .video{position:relative !important;z-index:1}body .wrapper .video-holder .video .mejs__container{outline:none}@media screen and (max-width: 63.9375em){body .wrapper .video-holder .video{display:none !important}}body .wrapper .scroll-down-effect{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);position:fixed !important;bottom:1rem !important;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);text-align:center;color:#fff;width:115px;z-index:5;left:50%}body .wrapper .scroll-down-effect.hidden{visibility:hidden;opacity:0}body .wrapper .scroll-down-effect .icon-arrow-down{-webkit-animation:arrow-anim .5s infinite alternate;-moz-animation:arrow-anim .5s infinite alternate;-ms-animation:arrow-anim .5s infinite alternate;-o-animation:arrow-anim .5s infinite alternate;animation:arrow-anim .5s infinite alternate;display:block !important;font-size:1.9rem}body .wrapper .scroll-down-effect p{font-family:AvenirHeavy;font-size:.8rem}body .wrapper section.top-bar{position:fixed !important;top:0rem !important;left:0rem !important;height:6.25rem;width:100%;z-index:2}body .wrapper section.top-bar:before{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);position:absolute !important;top:0rem !important;right:0rem !important;bottom:0rem !important;left:0rem !important;background-color:#062b48;visibility:hidden;opacity:0;content:"";z-index:1}body .wrapper section.top-bar:after{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);position:absolute !important;top:0rem !important;right:1rem !important;bottom:0rem !important;left:1rem !important;visibility:hidden;opacity:0;background-color:#fff;content:"";z-index:2}body .wrapper section.top-bar figure.logo{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;left:1rem;z-index:3;top:50%}@media print,screen and (min-width: 40em){body .wrapper section.top-bar figure.logo{left:1.5rem}}@media print,screen and (min-width: 64em){body .wrapper section.top-bar figure.logo{left:3.125rem}}body .wrapper section.top-bar figure.logo:before{background-image:url(../images/immoexpress2.png);position:absolute !important;top:0rem !important;left:0rem !important;visibility:hidden;opacity:0;height:100%;width:100%;content:"";z-index:1}body .wrapper section.top-bar figure.logo a{position:relative;display:block;z-index:2}body .wrapper section.top-bar .search-by-ref{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;line-height:1.25rem;height:1.25rem;width:12.5rem;right:6rem;font-size:.8rem;color:#fff;z-index:3;top:50%}@media print,screen and (min-width: 40em){body .wrapper section.top-bar .search-by-ref{right:6.5rem}}@media print,screen and (min-width: 64em){body .wrapper section.top-bar .search-by-ref{right:8.125rem}}body .wrapper section.top-bar .search-by-ref .icon-search{position:absolute !important;line-height:1.25rem;color:#01a5b4;width:1.25rem;right:.25rem;text-align:center;cursor:pointer;z-index:2;top:0}body .wrapper section.top-bar .search-by-ref .textbox-results{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);visibility:hidden;opacity:0;position:absolute !important;z-index:1;right:0;top:0}body .wrapper section.top-bar .search-by-ref .textbox-results>input{padding-right:1.5625rem;line-height:1.25rem;font-size:.6875rem;background-color:#fff;height:1.25rem;width:9.375rem;padding-bottom:0;padding-top:0;border:0}@media screen and (min-width: 64em){body .wrapper section.top-bar .search-by-ref .textbox-results>input{width:12.5rem}}body .wrapper section.top-bar .search-by-ref .textbox-results>.results{position:absolute !important;background-color:#fff;top:1.5625rem;width:100%;left:0}body .wrapper section.top-bar .search-by-ref .textbox-results>.results ul{padding:.1875rem .5rem;list-style-type:none;margin:0}body .wrapper section.top-bar .search-by-ref .textbox-results>.results ul li{border-bottom:.0625rem solid #01a5b4;padding:.1875rem 0}body .wrapper section.top-bar .search-by-ref .textbox-results>.results ul li:last-child{border-bottom:0}body .wrapper section.top-bar .search-by-ref .textbox-results>.results ul li a{line-height:.8125rem;font-size:.625rem;display:block}body .wrapper section.top-bar .search-by-ref .textbox-results>.results>p{padding:.1875rem .5rem;font-size:.625rem;color:#01a5b4}body .wrapper section.top-bar .search-by-ref.show-input .textbox-results{visibility:visible;opacity:1}body .wrapper section.top-bar a.change-lang{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;background-color:#01a5b4;line-height:1.25rem;right:3.5rem;height:1.25rem;width:1.875rem;text-align:center;font-size:.8rem;color:#fff;z-index:3;top:50%}@media print,screen and (min-width: 40em){body .wrapper section.top-bar a.change-lang{right:4rem}}@media print,screen and (min-width: 64em){body .wrapper section.top-bar a.change-lang{right:5.625rem}}body .wrapper section.top-bar a.menu-trigger{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;right:1rem;height:1.25rem;width:1.875rem;z-index:3;top:50%}@media print,screen and (min-width: 40em){body .wrapper section.top-bar a.menu-trigger{right:1.5rem}}@media print,screen and (min-width: 64em){body .wrapper section.top-bar a.menu-trigger{right:3.125rem}}body .wrapper section.top-bar a.menu-trigger:before,body .wrapper section.top-bar a.menu-trigger:after,body .wrapper section.top-bar a.menu-trigger span{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);position:absolute !important;background-color:#fff;height:.25rem;content:"";width:100%;right:0}body .wrapper section.top-bar a.menu-trigger:before{top:0}body .wrapper section.top-bar a.menu-trigger:after{bottom:0}body .wrapper section.top-bar a.menu-trigger span{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);top:50%}body .wrapper section.top-bar nav{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);visibility:hidden;opacity:0;position:fixed !important;top:0rem !important;right:0rem !important;background-color:#fff;height:100vh;width:100%;z-index:2}@media screen and (max-width: 39.9375em){body .wrapper section.top-bar nav{-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s;overflow-y:auto}}@media screen and (max-width: 39.9375em){body .wrapper section.top-bar nav>.grid-x{padding:6.25rem 1rem 1rem}}@media screen and (min-width: 40em)and (max-width: 63.9375em){body .wrapper section.top-bar nav>.grid-x{padding:6.25rem 1.5rem 1rem}}@media print,screen and (min-width: 64em){body .wrapper section.top-bar nav>.grid-x{height:inherit}}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell{font-size:.8rem}@media screen and (max-width: 63.9375em){body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell{padding-top:1.25rem}}@media print,screen and (min-width: 64em){body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell{padding-right:3.75rem}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell:last-child{padding-right:0}}@media screen and (min-width: 72em){body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell{padding-right:5rem}}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell h2{margin-bottom:1rem;color:#062b48}@media print,screen and (min-width: 64em){body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell h2{font-size:1.2rem}}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell ul{list-style-type:none;margin:0}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell ul li{margin-bottom:.3333333333rem}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell ul li:last-child{margin-bottom:0}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell ul li a{text-transform:uppercase;display:block !important}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell p{color:#01a5b4}@media screen and (max-width: 63.9375em){body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell p{margin-bottom:0}}body .wrapper section.top-bar nav>.grid-x>.cell .grid-x .cell p.join-newsletter a.button{padding-right:2.5rem;padding-left:.625rem;font-size:inherit}body .wrapper section.top-bar.add-background-color:before{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}@media screen and (max-width: 39.9375em){body .wrapper section.top-bar.show-menu:after{-webkit-transition-delay:.3s;-moz-transition-delay:.3s;transition-delay:.3s;visibility:visible;opacity:1}}body .wrapper section.top-bar.show-menu figure.logo:before{visibility:visible;opacity:1}body .wrapper section.top-bar.show-menu figure.logo img{visibility:hidden;opacity:0}body .wrapper section.top-bar.show-menu a.menu-trigger:before,body .wrapper section.top-bar.show-menu a.menu-trigger:after,body .wrapper section.top-bar.show-menu a.menu-trigger span{background-color:#606060 !important;width:60%}body .wrapper section.top-bar.show-menu a.menu-trigger:before{-webkit-transform:translateY(3px) rotate(42deg);-moz-transform:translateY(3px) rotate(42deg);-ms-transform:translateY(3px) rotate(42deg);-o-transform:translateY(3px) rotate(42deg);transform:translateY(3px) rotate(42deg)}body .wrapper section.top-bar.show-menu a.menu-trigger:after{-webkit-transform:translateY(-3px) rotate(-42deg);-moz-transform:translateY(-3px) rotate(-42deg);-ms-transform:translateY(-3px) rotate(-42deg);-o-transform:translateY(-3px) rotate(-42deg);transform:translateY(-3px) rotate(-42deg)}body .wrapper section.top-bar.show-menu a.menu-trigger span{visibility:hidden;opacity:0}body .wrapper section.top-bar.show-menu nav{visibility:visible;opacity:1}@media screen and (max-width: 39.9375em){body .wrapper section.top-bar.show-menu nav{-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}}body .wrapper section.top-bar.show-menu .search-by-ref .textbox-results>input{background-color:#01a5b4;color:#fff}body .wrapper section.top-bar.theme2:not(.add-background-color) figure.logo:before{visibility:visible;opacity:1}body .wrapper section.top-bar.theme2:not(.add-background-color) figure.logo img{visibility:hidden;opacity:0}body .wrapper section.top-bar.theme2:not(.add-background-color) a.menu-trigger:before,body .wrapper section.top-bar.theme2:not(.add-background-color) a.menu-trigger:after,body .wrapper section.top-bar.theme2:not(.add-background-color) a.menu-trigger span{background-color:#062b48}body .wrapper .home-slider{position:relative !important;z-index:1}@media print,screen and (min-width: 64em){body .wrapper .home-slider{height:100vh}}body .wrapper .home-slider .owl-carousel{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);opacity:0}body .wrapper .home-slider .owl-carousel:before{background-image:url(../images/vertical-gradient-bar.png);position:absolute !important;top:0rem !important;left:0rem !important;background-position:bottom left;background-repeat:repeat-x;background-size:contain;pointer-events:none;width:100%;height:320px;content:"";z-index:2}@media screen and (max-width: 63.9375em){body .wrapper .home-slider .owl-carousel:before{height:70%}}body .wrapper .home-slider .owl-carousel .item{background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden}@media print,screen and (min-width: 64em){body .wrapper .home-slider .owl-carousel .item{height:100vh}}body .wrapper .home-slider .owl-carousel .item img{opacity:0}body .wrapper .home-slider .owl-carousel .owl-dots{display:none}@media print,screen and (min-width: 40em){body .wrapper .home-slider .owl-carousel .owl-dots{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;right:2.5rem;display:block;z-index:2;top:50%}body .wrapper .home-slider .owl-carousel .owl-dots .owl-dot{border:3px solid #fff;border-radius:50%;margin-bottom:10px;height:13px;width:13px}body .wrapper .home-slider .owl-carousel .owl-dots .owl-dot:last-child{margin-bottom:0}body .wrapper .home-slider .owl-carousel .owl-dots .owl-dot.active{background-color:#fff}}@media screen and (max-width: 39.9375em){body .wrapper .home-slider .search-properties{padding:1rem}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);position:absolute !important;max-width:515px;width:70%;z-index:1;left:50%;top:35%}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .cell:nth-child(2) p{padding-right:.3125rem}body .wrapper .home-slider .search-properties .cell:nth-child(3) p{padding-left:.3125rem}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .cell.header{margin-bottom:1.5625rem}}body .wrapper .home-slider .search-properties .cell.header h1{text-shadow:0 0 20px #000;margin-bottom:0;color:#fff}body .wrapper .home-slider .search-properties .cell.header h1 strong{font-family:AvenirHeavy;color:inherit;font-size:1.6rem}@media print,screen and (min-width: 64em){body .wrapper .home-slider .search-properties .cell.header h1 strong{font-size:2rem}}@media screen and (max-width: 39.9375em){body .wrapper .home-slider .search-properties .cell.select{display:none}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .cell.select p a{background-color:hsla(0,0%,100%,.9);font-family:AvenirLightOblique;line-height:2.5rem;display:block !important;text-align:center;font-size:1.3rem}body .wrapper .home-slider .search-properties .cell.select p a span.icon-arrow-down{vertical-align:middle;margin-left:15px}}@media screen and (max-width: 39.9375em){body .wrapper .home-slider .search-properties .type-preferences{width:100%}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .type-preferences{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);-ms-transform:translateX(-50%) translateY(50%);-o-transform:translateX(-50%) translateY(50%);transform:translateX(-50%) translateY(50%);visibility:hidden;opacity:0;position:absolute !important;bottom:-4.25rem;width:135%;left:50%}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder{padding-right:.5625rem}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x{background-color:#01a5b4;position:relative !important}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x:before{background-color:#062b48;position:absolute !important;bottom:.625rem;width:.0625rem;top:.625rem;content:"";left:50%}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x:after{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);position:absolute !important;color:#01a5b4;content:"";font-size:3rem;top:-32px;left:25%}}body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp{position:relative !important}@media screen and (max-width: 39.9375em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp{margin-top:1rem}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp{padding-left:1.875rem}body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp:first-child{display:none}}body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;pointer-events:none;font-size:1.3rem;content:"";color:#fff;right:1.3rem;top:50%}body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/blank.png);background-color:rgba(0,0,0,0);color:#062b48;padding-right:3rem}body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp select{height:2.5rem;margin-bottom:0}@media screen and (max-width: 39.9375em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.drp-holder .grid-x .cell.drp select{background-color:#01a5b4}}@media screen and (max-width: 39.9375em){body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.search-btn{padding-top:1rem}}body .wrapper .home-slider .search-properties .type-preferences .grid-x .cell.search-btn input{font-family:AvenirLightOblique;line-height:2.5rem;margin-bottom:0;outline:none;padding:0;border:0}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties.open-buy .type-preferences,body .wrapper .home-slider .search-properties.open-rent .type-preferences{-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);-o-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);visibility:visible;opacity:1}}@media print,screen and (min-width: 40em){body .wrapper .home-slider .search-properties.open-rent .type-preferences .grid-x .cell.drp-holder .grid-x:after{left:70%}}body .wrapper .block-featured-properties{background-color:#fff;padding:1rem}@media print,screen and (min-width: 40em){body .wrapper .block-featured-properties{padding:1.5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-featured-properties{padding:3.125rem}}body .wrapper .block-featured-properties .grid-x .cell h1{margin-bottom:0;color:#062b48;margin-bottom:3.125rem;text-align:center}body .wrapper .block-featured-properties .grid-x .cell h1 strong{font-family:AvenirHeavy;color:#01a5b4;font-size:1.6rem}@media print,screen and (min-width: 64em){body .wrapper .block-featured-properties .grid-x .cell h1 strong{font-size:2rem}}body .wrapper .block-featured-properties .grid-x .cell .owl-theme{opacity:0}body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel{opacity:1}body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel:after{display:block;clear:both;content:""}body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel .item{padding-bottom:2.8125rem;width:100%;float:left}@media print,screen and (min-width: 40em){body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel .item{width:50%}}@media screen and (min-width: 52.5em){body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel .item{width:33.3333333333%}}@media screen and (min-width: 72em){body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel .item{width:25%}}@media screen and (min-width: 105em){body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel .item{width:20%}}@media screen and (min-width: 120em){body .wrapper .block-featured-properties .grid-x .cell .owl-theme.no-carousel .item{width:16.6666666667%}}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item{padding:.1875rem .1875rem .8125rem .1875rem}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a{border:1px solid #01a5b4;position:relative !important;display:block !important;padding:1.25rem;color:#01a5b4}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a h2{font-size:inherit}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a h2:after{display:block;content:"";clear:both}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a h2.name{font-family:AvenirHeavy;line-height:normal;font-size:.9rem}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a figure{margin-bottom:1rem;position:relative !important;overflow:hidden}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a figure img{-webkit-transition:all 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a figure figcaption{position:absolute !important;line-height:1.5625rem;background-color:#01a5b4;height:1.5625rem;text-align:center;font-size:.8rem;padding:0 7px;color:#fff;right:10px;top:10px}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a figure figcaption.sold-rental{background-color:#ed1c24}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a figure span.sole_mandate{background-image:url(../images/sole-mandate-tag.png);position:absolute !important;top:0rem !important;left:0rem !important;height:4.6875rem;width:4.6875rem}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a p{line-height:normal;font-size:.8rem}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a p.location{text-align:right}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a p.price{font-size:.85rem}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a p.recomTxt{font-family:AvenirBlackOblique;text-align:center;font-size:.9rem;margin-bottom:0}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a span.call-to-action{-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);-ms-transform:translateX(-50%) translateY(50%);-o-transform:translateX(-50%) translateY(50%);transform:translateX(-50%) translateY(50%);background-color:#01a5b4;position:absolute !important;line-height:1.5625rem;height:1.5625rem;width:5.625rem;text-align:center;font-size:.8rem;color:#fff;bottom:0;left:50%}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .item a:hover figure img{-webkit-transform:scale(1.2) rotate(2deg);-moz-transform:scale(1.2) rotate(2deg);-ms-transform:scale(1.2) rotate(2deg);-o-transform:scale(1.2) rotate(2deg);transform:scale(1.2) rotate(2deg)}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav{margin:3rem 0;text-align:center}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-prev,body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-next{background-color:#01a5b4;display:inline-block !important;line-height:3rem;margin:0 .1875rem;height:3rem;width:3rem;color:#fff}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-prev.disabled,body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-next.disabled{background-color:rgba(1,165,180,.5)}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-prev:after{content:""}body .wrapper .block-featured-properties .grid-x .cell .owl-theme .owl-nav .owl-next:after{content:""}@media print,screen and (min-width: 40em){body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev{padding-top:4.0625rem}}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number{text-align:center;height:30px}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul{display:inline-block !important;list-style-type:none;margin:0}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul:after{display:block;clear:both;content:""}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li{float:left}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li a,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li strong{line-height:30px;display:block}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li a:after,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li strong:after{margin-right:3px;content:","}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li strong{font-weight:normal;color:#000}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next{padding:0 1rem}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);background-color:#01a5b4;position:relative;text-align:left;margin-bottom:0;color:#fff;width:100px;padding:0}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a:hover,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a:hover{background-color:rgb(.7492265193,123.6223756906,134.8607734807)}@media print,screen and (min-width: 40em){body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a{width:130px}}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a:before,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a:before{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;font-size:1.2rem;width:20px;content:"";top:50%}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a:after,body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a:after{display:none}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a{padding-right:1rem;text-align:right}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a:before{left:.3125rem;content:""}@media print,screen and (min-width: 40em){body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.previous a:before{left:.9375rem}}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a{padding-left:1rem}body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a:before{right:.3125rem;content:""}@media print,screen and (min-width: 40em){body .wrapper .block-featured-properties .grid-x .cell .grid-x.next-prev .cell.number ul li.next a:before{right:.9375rem}}body .wrapper .block-featured-properties .grid-x .cell .view-more-btn{text-align:center}body .wrapper .block-featured-properties .grid-x .cell .view-more-btn a{background-color:#01a5b4;display:inline-block !important;line-height:2.5rem;height:2.5rem;width:14.6875rem;color:#fff}body .wrapper .block-featured-properties .grid-x .cell .view-more-btn a:before{margin-right:.9375rem;vertical-align:text-bottom;font-size:1.3rem;content:""}body .wrapper .block-our-values{padding:2rem 1rem;position:relative !important;background-position:center center;background-repeat:no-repeat;background-size:cover;z-index:1}@media print,screen and (min-width: 40em){body .wrapper .block-our-values{padding:2.25rem 1.5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values{padding:4.6875rem 3.125rem}}body .wrapper .block-our-values:before{background-color:rgba(6,43,72,.9);position:absolute !important;top:0rem !important;right:0rem !important;bottom:0rem !important;left:0rem !important;content:"";z-index:1}body .wrapper .block-our-values>.grid-x{position:relative !important;z-index:2}body .wrapper .block-our-values>.grid-x .cell h1{margin-bottom:0;color:#fff;margin-bottom:2rem;text-align:center}body .wrapper .block-our-values>.grid-x .cell h1 strong{font-family:AvenirHeavy;color:#01a5b4;font-size:1.6rem}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell h1 strong{font-size:2rem}}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell h1{margin-bottom:4rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell h1{margin-bottom:6rem}}body .wrapper .block-our-values>.grid-x .cell article{margin:0 auto 3rem;text-align:center;color:#fff}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell article{width:53%}}body .wrapper .block-our-values>.grid-x .cell .grid-x{margin-bottom:3rem}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell .grid-x{margin-bottom:4rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell .grid-x{margin-bottom:6rem}}body .wrapper .block-our-values>.grid-x .cell .grid-x .cell{text-align:center;color:#fff}body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span{padding-bottom:.5rem;border-bottom:1px solid #fff;display:inline-block !important;margin-bottom:1rem;line-height:5rem;color:#01a5b4}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span{line-height:6.25rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span{line-height:8rem}}body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-dynamism{font-size:3rem}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-dynamism{font-size:5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-dynamism{font-size:7rem}}body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-trustworthy{font-size:2.5rem}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-trustworthy{font-size:4.5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-trustworthy{font-size:6rem}}body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-integrity{font-size:4rem}@media print,screen and (min-width: 40em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-integrity{font-size:7rem}}@media print,screen and (min-width: 64em){body .wrapper .block-our-values>.grid-x .cell .grid-x .cell span.icon-integrity{font-size:10rem}}body .wrapper .block-our-values>.grid-x .cell .view-more-btn{text-align:center}body .wrapper .block-our-values>.grid-x .cell .view-more-btn a{background-color:#01a5b4;display:inline-block !important;line-height:1.875rem;height:1.875rem;width:9.0625rem;font-size:.8rem;color:#fff}body .wrapper .block-our-values.theme2{padding-top:7.5rem}@media print,screen and (min-width: 40em){body .wrapper .block-our-values.theme2{padding-top:11.25rem;height:100vh}}body .wrapper .block-our-values.theme2>.grid-x .cell h1{margin-bottom:3rem}body .wrapper .block-subscribe-newsletter{position:relative !important;background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#fff;padding:1rem}@media print,screen and (min-width: 40em){body .wrapper .block-subscribe-newsletter{padding:1.5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-subscribe-newsletter{padding:3.125rem}}body .wrapper .block-subscribe-newsletter.theme2{background-color:#f1f1f1}body .wrapper .block-subscribe-newsletter>.grid-x{position:relative !important}body .wrapper .block-subscribe-newsletter>.grid-x .cell h1{margin-bottom:0;color:#062b48;margin-bottom:1rem;text-align:center}body .wrapper .block-subscribe-newsletter>.grid-x .cell h1 strong{font-family:AvenirHeavy;color:#01a5b4;font-size:1.6rem}@media print,screen and (min-width: 64em){body .wrapper .block-subscribe-newsletter>.grid-x .cell h1 strong{font-size:2rem}}@media print,screen and (min-width: 64em){body .wrapper .block-subscribe-newsletter>.grid-x .cell h1{margin-bottom:3rem}}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell{padding-bottom:.3125rem;padding-top:.3125rem}@media print,screen and (min-width: 64em){body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell{padding-right:.3125rem;padding-left:.3125rem}}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell input[type=text],body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell input[type=email],body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell select{border:1px solid #01a5b4;margin-bottom:0}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell input[type=text]::placeholder,body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell input[type=email]::placeholder,body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell select::placeholder{color:#000}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell input[type=submit]{margin-bottom:0;width:145px}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell.drp{position:relative !important}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell.drp:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;pointer-events:none;font-size:1.3rem;content:"";color:#01a5b4;right:1.3rem;top:50%}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell.drp select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/blank.png);background-color:rgba(0,0,0,0);color:#062b48;padding-right:3rem}@media print,screen and (min-width: 64em){body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell.drp select{width:140px}}body .wrapper .block-subscribe-newsletter>.grid-x .cell .grid-x form.cell .grid-x .cell.submit{padding-top:1rem;text-align:center}body .wrapper .property-search-results{position:relative !important;z-index:1}@media print,screen and (min-width: 64em){body .wrapper .property-search-results{border-bottom:1px solid #062b48}}body .wrapper .property-search-results .google-map{position:relative !important;height:90vh;width:100vw;z-index:1}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .google-map{height:100vh}}body .wrapper .property-search-results .google-map .gm-ui-hover-effect{background-color:#01a5b4 !important;height:2.5rem !important;bottom:1.25rem !important;right:7.5rem !important;width:2.5rem !important;opacity:1 !important;top:auto !important;text-align:center}body .wrapper .property-search-results .google-map .gm-ui-hover-effect img{display:inline !important}body .wrapper .property-search-results .google-map .gm-style-iw{box-sizing:border-box}body .wrapper .property-search-results .google-map .gm-style-iw .google-map-info-window{padding:.5rem 0 .5rem 1rem}body .wrapper .property-search-results .google-map .gm-style-iw .google-map-info-window h1{font-family:AvenirHeavy;color:#01a5b4;line-height:normal;margin-bottom:0;font-size:1rem}body .wrapper .property-search-results .google-map .gm-style-iw .google-map-info-window h2{font-family:AvenirLightOblique;margin-bottom:1rem;color:#01a5b4;font-size:.9rem}body .wrapper .property-search-results .google-map .gm-style-iw .google-map-info-window img{margin-bottom:1.5rem;width:100%}body .wrapper .property-search-results .google-map .gm-style-iw .google-map-info-window p{margin-bottom:0}body .wrapper .property-search-results .google-map .gm-style-iw .google-map-info-window p a{height:2.5rem;width:5.9375rem;margin-bottom:0;padding-right:0;padding-left:0}body .wrapper .property-search-results .filter{border-left:1px solid #062b48;border-top:1px solid #062b48;background-color:#fff}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .filter{position:absolute !important;right:0rem !important;bottom:0rem !important;max-width:540px;width:50%;z-index:2}}body .wrapper .property-search-results .filter a{background-color:#062b48;padding:0 1rem;display:block !important;line-height:60px;margin-bottom:0;font-size:1rem;color:#fff}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .filter a{padding:0 2.5rem}}body .wrapper .property-search-results .filter a:before,body .wrapper .property-search-results .filter a:after{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);display:inline-block !important;vertical-align:bottom;line-height:60px}body .wrapper .property-search-results .filter a:before{margin-right:1rem;content:""}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .filter a:after{margin-left:1rem;content:""}}body .wrapper .property-search-results .filter .content{-webkit-transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);color:#01a5b4;overflow:hidden}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .filter .content{max-height:0}}body .wrapper .property-search-results .filter .content form{padding:1.5rem 1rem}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .filter .content form{padding:1.5625rem 2.5rem;padding-bottom:0}}body .wrapper .property-search-results .filter .content form .drp.grid-x{margin:0 -0.5rem}body .wrapper .property-search-results .filter .content form .drp.grid-x .cell{padding:.5rem}body .wrapper .property-search-results .filter .content form .drp.grid-x .cell.drp{position:relative !important}body .wrapper .property-search-results .filter .content form .drp.grid-x .cell.drp:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;pointer-events:none;font-size:1.3rem;content:"";color:#01a5b4;right:1.3rem;top:50%}body .wrapper .property-search-results .filter .content form .drp.grid-x .cell.drp select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #01a5b4;background-image:url(../images/blank.png);background-color:#fff;color:#062b48;padding-right:3rem}body .wrapper .property-search-results .filter .content form .drp.grid-x .cell.drp select{margin-bottom:0}body .wrapper .property-search-results .filter .content form .drp.grid-x .cell.drp select.price{width:80px}body .wrapper .property-search-results .filter .content form input[type=submit]{margin-bottom:0}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .filter.opened a:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}body .wrapper .property-search-results .filter.opened .content{max-height:1000px}}body .wrapper .property-search-results .results{position:absolute !important;left:1rem;z-index:3;top:15%}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .results{left:1.5rem;top:25%}}@media print,screen and (min-width: 64em){body .wrapper .property-search-results .results{left:10%;top:40%}}body .wrapper .property-search-results .results h1{margin-bottom:0;color:#fff;margin-bottom:.5rem}body .wrapper .property-search-results .results h1 strong{font-family:AvenirHeavy;color:#01a5b4;font-size:1.6rem}@media print,screen and (min-width: 64em){body .wrapper .property-search-results .results h1 strong{font-size:2rem}}@media screen and (max-width: 39.9375em){body .wrapper .property-search-results .results h1 strong{font-size:inherit}}body .wrapper .property-search-results .results p{color:#fff}@media print,screen and (min-width: 40em){body .wrapper .property-search-results .results p{font-size:1.8rem}}body .wrapper .property-search-results .results p strong{font-family:AvenirHeavy}body .wrapper .block-aboutus{padding:1.6rem 1rem;background-color:#fff}@media print,screen and (min-width: 40em){body .wrapper .block-aboutus{padding:1.5rem}}@media screen and (max-width: 63.9375em){body .wrapper .block-aboutus{margin-top:6.25rem}}@media print,screen and (min-width: 64em){body .wrapper .block-aboutus{padding:5.9375rem 3.125rem}}body .wrapper .block-aboutus>.grid-x{position:relative !important}body .wrapper .block-aboutus>.grid-x .cell h1{margin-bottom:0;color:#062b48;margin-bottom:1.7rem;text-align:center}body .wrapper .block-aboutus>.grid-x .cell h1 strong{font-family:AvenirHeavy;color:#01a5b4;font-size:1.6rem}@media print,screen and (min-width: 64em){body .wrapper .block-aboutus>.grid-x .cell h1 strong{font-size:2rem}}@media print,screen and (min-width: 40em){body .wrapper .block-aboutus>.grid-x .cell h1{margin-bottom:3rem}}@media screen and (max-width: 39.9375em){body .wrapper .block-aboutus>.grid-x .cell h1{margin-bottom:1rem}}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.photo{text-align:center}@media screen and (max-width: 39.9375em){body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.photo{padding-bottom:2rem}}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description ul.tabs{margin-bottom:2rem;border:0}@media print,screen and (min-width: 40em){body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description ul.tabs{margin-bottom:3rem}}@media print,screen and (min-width: 64em){body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description ul.tabs li{float:right}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description ul.tabs li:not(:first-child) a{border-right:0}}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description ul.tabs li a{padding:.8rem 1.5rem;border:1px solid #01a5b4;font-size:.9rem;outline:none}@media screen and (max-width: 63.9375em){body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description ul.tabs li:not(:first-child) a{border-left:0}}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description .tabs-content{margin-bottom:2rem;background-color:rgba(0,0,0,0);color:inherit;border:0}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description p{font-size:.8rem}@media print,screen and (min-width: 40em){body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description p{text-align:right}}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.description p a.button{padding-right:2rem;padding-left:2rem;border:1px solid #01a5b4;color:#01a5b4;margin-bottom:0;background:none}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms p,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms li,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy p,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy li{font-size:.9rem}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms ul,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy ul{list-style:none;margin-left:0}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms p strong,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms a,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy p strong,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy a{font-family:AvenirHeavy;color:#01a5b4;font-size:.95rem}@media screen and (min-width: 64em){body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms a,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy a{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);color:#000}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms a:hover,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy a:hover{color:#8a8a8a}}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms li,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy li{line-height:normal}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms li strong,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy li strong{font-family:AvenirHeavy}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms table,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy table{margin-bottom:1rem;border-collapse:collapse}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms table tr td,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms table tr th,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy table tr td,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy table tr th{padding:.5rem 1rem;border:1px solid #01a5b4;text-align:left;font-size:.9rem}body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.terms table tr th,body .wrapper .block-aboutus>.grid-x .cell .grid-x .cell.privacy table tr th{font-family:AvenirHeavy}body .wrapper .block-view-property{background-color:#fff;padding-top:100px;position:relative;z-index:1}body .wrapper .block-view-property>.grid-x{padding:1rem}@media print,screen and (min-width: 40em){body .wrapper .block-view-property>.grid-x{padding:1.5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x{padding:3.125rem}}body .wrapper .block-view-property>.grid-x.deal-info-bar{background-color:#01a5b4;padding-bottom:0;padding-top:0}body .wrapper .block-view-property>.grid-x.deal-info-bar p{text-align:center;font-size:.9rem;line-height:2.5;color:#fff}body .wrapper .block-view-property>.grid-x.deal-info-bar p a{padding:.2rem .4rem;background-color:#062b48;display:inline-block;line-height:normal;color:#fff}@media screen and (min-width: 40em){body .wrapper .block-view-property>.grid-x.deal-info-bar p{text-align:left}}body .wrapper .block-view-property>.grid-x.header{background-color:#fff}body .wrapper .block-view-property>.grid-x.header .cell.img .preview{position:relative}body .wrapper .block-view-property>.grid-x.header .cell.img .preview img{width:100%}body .wrapper .block-view-property>.grid-x.header .cell.img .preview .owl-theme{opacity:0}body .wrapper .block-view-property>.grid-x.header .cell.img .preview .listing-type{background-color:#062b48;padding:0 1.5rem;position:absolute !important;top:1rem !important;right:1rem !important;line-height:40px;color:#fff;z-index:2}body .wrapper .block-view-property>.grid-x.header .cell.img .preview .listing-type.sold-rental{background-color:#ed1c24}body .wrapper .block-view-property>.grid-x.header .cell.img .preview .sole_mandate{background-image:url(../images/sole-mandate-tag.png);position:absolute !important;top:0rem !important;left:0rem !important;height:4.6875rem;width:4.6875rem;z-index:2}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails{padding-top:1rem}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails{padding-top:1.5rem}}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .owl-theme{opacity:0}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .owl-theme .owl-item .item{position:relative !important}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .owl-theme .owl-item .item:before{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);border:5px solid #01a5b4;visibility:hidden;opacity:0;position:absolute !important;height:100%;width:100%;content:""}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .owl-theme .owl-item.current .item:before{visibility:visible;opacity:1}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .previous-next{list-style-type:none;margin:0}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .previous-next:after{display:block;clear:both;content:""}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .previous-next li{float:right}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .previous-next li:last-child{margin-right:.5rem}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .previous-next li a{background-color:#01a5b4;text-align:center;line-height:45px;display:block;color:#fff;height:45px;width:45px}body .wrapper .block-view-property>.grid-x.header .cell.img .thumbnails .previous-next li a span{line-height:inherit;display:block}}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.header .cell.desc{padding-left:3.125rem}}@media screen and (max-width: 63.9375em){body .wrapper .block-view-property>.grid-x.header .cell.desc .contact{margin-bottom:1rem;margin-top:1rem}}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.header .cell.desc .contact{margin-bottom:1.5rem}}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact .view-drone-img a{display:table;height:42px;width:100%}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact .view-drone-img a span,body .wrapper .block-view-property>.grid-x.header .cell.desc .contact .view-drone-img a strong{vertical-align:middle;display:table-cell}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact .view-drone-img a span{color:#112b46;font-size:38px}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact .view-drone-img a strong{font-family:AvenirHeavy;text-decoration:underline;padding-left:10px}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact ul{list-style-type:none;margin:0}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact ul li{margin-left:1rem;text-align:center}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact ul li a{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);border:1px solid #01a5b4;padding:0 1rem;line-height:40px;display:block}body .wrapper .block-view-property>.grid-x.header .cell.desc .contact ul li a:hover{background-color:#01a5b4;color:#fff}body .wrapper .block-view-property>.grid-x.header .cell.desc h1{font-family:AvenirBlackOblique;color:#01a5b4;font-size:1.5rem}body .wrapper .block-view-property>.grid-x.header .cell.desc>p{color:#01a5b4;font-size:.85rem;line-height:1.5}body .wrapper .block-view-property>.grid-x.header .cell.desc>p.categories{text-align:right}body .wrapper .block-view-property>.grid-x.header .cell.desc>p.categories span{display:block}body .wrapper .block-view-property>.grid-x.header .cell.desc>p.categories span a{color:#062b48}body .wrapper .block-view-property>.grid-x.header .cell.desc .details p.price,body .wrapper .block-view-property>.grid-x.header .cell.desc .details p.main-features{font-family:AvenirBlackOblique;color:#062b48;font-size:1.3rem}body .wrapper .block-view-property>.grid-x.header .cell.desc .details p.price{margin-bottom:1.5rem}body .wrapper .block-view-property>.grid-x.header .cell.desc .details p.main-features{color:#01a5b4;margin-bottom:0}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell{padding-bottom:.5rem;padding-top:1rem}@media screen and (max-width: 63.9375em){body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell{position:relative}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell:nth-child(2n-1){padding-right:1.5rem}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell:nth-child(2n+0){padding-left:1.5rem}}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell:last-child .grid-x .cell:last-child{border-right:0}}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell .grid-x .cell{padding:0 1rem}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell .grid-x .cell:first-child{padding-right:0}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell .grid-x .cell:last-child{border-right:1px solid #01a5b4}}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell .grid-x .cell p{color:#01a5b4;text-align:center;font-size:.9rem;line-height:normal}body .wrapper .block-view-property>.grid-x.header .cell.desc .details .features-list>.cell .grid-x .cell p strong{font-family:AvenirBlackOblique;font-weight:normal;font-size:1.3rem}body .wrapper .block-view-property>.grid-x.location-plan{background-color:#f1f1f1}body .wrapper .block-view-property>.grid-x.location-plan .cell.info p{color:#01a5b4}body .wrapper .block-view-property>.grid-x.location-plan .cell.info p.location{font-family:AvenirMediumOblique}body .wrapper .block-view-property>.grid-x.location-plan .cell.info p.location strong{font-family:AvenirBlackOblique}body .wrapper .block-view-property>.grid-x.location-plan .cell.info p.address{font-family:AvenirMediumOblique}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.location-plan .cell.info p.address{margin-bottom:2.5rem}}body .wrapper .block-view-property>.grid-x.location-plan .cell.info p.call-to-action a.button{padding-right:2rem;padding-left:2rem;border:1px solid #01a5b4;color:#01a5b4;font-size:inherit;margin-bottom:0;background:none}@media screen and (max-width: 63.9375em){body .wrapper .block-view-property>.grid-x.location-plan .cell.tab{padding-top:2rem}}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab ul.tabs{border:0}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.location-plan .cell.tab ul.tabs li{float:right}}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab ul.tabs li a{padding:.8rem 1.5rem;border:1px solid #01a5b4;font-size:.9rem;border-bottom:0;outline:none}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content{border:1px solid #01a5b4}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .pano{position:relative;height:300px;cursor:move}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .pano .controls{display:none}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map{height:300px}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw{box-sizing:border-box}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw .google-map-info-window{padding:1rem 0 1rem 1.5rem}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw .google-map-info-window h1{font-family:AvenirHeavy;color:#01a5b4;font-size:1.1rem;margin-bottom:0}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw .google-map-info-window h2{font-family:AvenirLightOblique;margin-bottom:1.1rem;color:#01a5b4;font-size:.9rem}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw .google-map-info-window img{margin-bottom:1.1rem;width:100%}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw .google-map-info-window p{text-align:center;margin-bottom:0}body .wrapper .block-view-property>.grid-x.location-plan .cell.tab .tabs-content .tabs-panel .google-map .gm-style-iw .google-map-info-window p a{font-size:.8rem;margin-bottom:0}body .wrapper .block-view-property>.grid-x.features-similar{background-color:#01a5b4;color:#fff}body .wrapper .block-view-property>.grid-x.features-similar>.cell p.title{font-family:AvenirBlackOblique}body .wrapper .block-view-property>.grid-x.features-similar>.cell ul{list-style-type:none;margin:0}body .wrapper .block-view-property>.grid-x.features-similar>.cell ul li{font-size:.9rem}body .wrapper .block-view-property>.grid-x.features-similar>.cell.features{position:relative}body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell{position:relative}@media screen and (max-width: 39.9375em){body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell{padding-bottom:1rem}body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell:last-child{padding-bottom:0}}@media print,screen and (min-width: 40em){body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell:not(:last-child){padding-right:1rem}}@media print,screen and (min-width: 40em)and (min-width: 64em){body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell:not(:last-child){padding-right:5%}}@media print,screen and (min-width: 40em){body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell:not(:last-child):after{position:absolute !important;top:0rem !important;right:0rem !important;bottom:0rem !important;background-color:#fff;content:"";width:1px}body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell:not(:first-child){padding-left:1rem}}@media print,screen and (min-width: 40em)and (min-width: 64em){body .wrapper .block-view-property>.grid-x.features-similar>.cell.features .grid-x.features-block>.cell:not(:first-child){padding-left:5%}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar{background-color:#f1f1f1}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell p.title{font-family:AvenirBlackOblique;color:#01a5b4}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell ul{list-style-type:none;margin:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell ul li{font-size:.9rem}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact{padding-right:1.5625rem;padding-top:.25rem}}@media screen and (max-width: 63.9375em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact{margin-bottom:2rem}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact ul.tabs{border:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact ul.tabs li a{padding:.8rem 1.5rem;background-color:#01a5b4;font-size:.9rem;border-left:0;border-left:0;outline:none;color:#fff}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact ul.tabs li.is-active a{background-color:#fff;color:#01a5b4}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content{padding:1rem;background-color:#fff;border:1px solid #fff;color:#01a5b4}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content{padding:2rem}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x .cell.team figure{background-color:#062b48;border-radius:50%;overflow:hidden}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x .cell.telephone{padding-left:1.3rem}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x .cell.telephone{padding-left:2rem}}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x .cell.telephone p{font-size:1.3rem}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x .cell.telephone p span{display:block}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x .cell.call-to-action a.button{margin-bottom:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form{padding-top:2rem;display:none}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell{padding:.3125rem 0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell p.notes{font-size:.8rem}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=text],body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=email],body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=tel],body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell select,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell textarea{border:1px solid #01a5b4;font-size:.9rem;margin-bottom:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=text].error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=email].error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=tel].error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell select.error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell textarea.error{border-color:#cc4b37}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=text]::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=email]::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=tel]::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell select::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell textarea::placeholder{color:#000}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell input[type=submit]{margin-bottom:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell.drp{position:relative !important}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell.drp:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;pointer-events:none;font-size:1.3rem;content:"";color:#01a5b4;right:1.3rem;top:50%}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell.drp select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/blank.png);background-color:rgba(0,0,0,0);color:#062b48;padding-right:3rem}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell.drp select{width:140px}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .contact-details .grid-x.ask-for-phone-form .cell.submit{text-align:right}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell{padding:.3125rem 0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=text],body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=email],body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=tel],body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell select,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell textarea{border:1px solid #01a5b4;font-size:.9rem;margin-bottom:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=text].error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=email].error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=tel].error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell select.error,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell textarea.error{border-color:#cc4b37}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=text]::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=email]::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=tel]::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell select::placeholder,body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell textarea::placeholder{color:#000}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell input[type=submit]{margin-bottom:0;width:145px}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell.drp{position:relative !important}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell.drp:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute !important;pointer-events:none;font-size:1.3rem;content:"";color:#01a5b4;right:1.3rem;top:50%}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell.drp select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../images/blank.png);background-color:rgba(0,0,0,0);color:#062b48;padding-right:3rem}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell.drp select{width:140px}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.contact .grid-x.tab-contact .tabs-content .enquiry-form .grid-x .cell.submit{text-align:right}@media print,screen and (min-width: 64em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar{padding-left:1.5625rem}}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item{padding:.1875rem .1875rem .8125rem .1875rem}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a{border:1px solid #01a5b4;position:relative !important;display:block !important;padding:1.25rem;color:#01a5b4}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a h2{font-size:inherit}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a h2:after{display:block;content:"";clear:both}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a h2.name{font-family:AvenirHeavy;line-height:normal;font-size:.9rem}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a figure{margin-bottom:1rem;position:relative !important;overflow:hidden}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a figure img{-webkit-transition:all 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);width:100%}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a figure figcaption{position:absolute !important;line-height:1.5625rem;background-color:#01a5b4;height:1.5625rem;text-align:center;font-size:.8rem;padding:0 7px;color:#fff;right:10px;top:10px}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a figure figcaption.sold-rental{background-color:#ed1c24}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a figure span.sole_mandate{background-image:url(../images/sole-mandate-tag.png);position:absolute !important;top:0rem !important;left:0rem !important;height:4.6875rem;width:4.6875rem}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a p{line-height:normal;font-size:.8rem}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a p.location{text-align:right}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a p.price{font-size:.85rem}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a p.recomTxt{font-family:AvenirBlackOblique;text-align:center;font-size:.9rem;margin-bottom:0}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a span.call-to-action{-webkit-transform:translateX(-50%) translateY(50%);-moz-transform:translateX(-50%) translateY(50%);-ms-transform:translateX(-50%) translateY(50%);-o-transform:translateX(-50%) translateY(50%);transform:translateX(-50%) translateY(50%);background-color:#01a5b4;position:absolute !important;line-height:1.5625rem;height:1.5625rem;width:5.625rem;text-align:center;font-size:.8rem;color:#fff;bottom:0;left:50%}body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item a:hover figure img{-webkit-transform:scale(1.2) rotate(2deg);-moz-transform:scale(1.2) rotate(2deg);-ms-transform:scale(1.2) rotate(2deg);-o-transform:scale(1.2) rotate(2deg);transform:scale(1.2) rotate(2deg)}@media screen and (max-width: 63.9375em){body .wrapper .block-view-property>.grid-x.agent-inquiry-similar>.cell.similar .grid-x.properties .cell .item{padding-bottom:1.875rem}}body .wrapper>.grid-x.deal-info-bar{-webkit-transition:all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);position:fixed !important;right:0rem !important;bottom:0rem !important;left:0rem !important;background-color:#062b48;padding:0 1rem;z-index:10}@media print,screen and (min-width: 40em){body .wrapper>.grid-x.deal-info-bar{padding:0 1.5rem}}@media print,screen and (min-width: 64em){body .wrapper>.grid-x.deal-info-bar{padding:0 3.125rem}}body .wrapper>.grid-x.deal-info-bar.hidden{visibility:hidden;opacity:0}body .wrapper>.grid-x.deal-info-bar p{text-align:center;font-size:.9rem;line-height:2.5;color:#fff}@media print,screen and (min-width: 64em){body .wrapper>.grid-x.deal-info-bar p{text-align:left}}@media screen and (max-width: 39.9375em){body .wrapper>.grid-x.deal-info-bar p span.call2actions{display:block}}body .wrapper>.grid-x.deal-info-bar p span.call2actions a{padding:.2rem .4rem;background-color:#01a5b4;display:inline-block;line-height:normal;color:#fff}body .wrapper footer.grid-x{padding:1rem}@media print,screen and (min-width: 40em){body .wrapper footer.grid-x{padding:.75rem 1.5rem}}@media print,screen and (min-width: 64em){body .wrapper footer.grid-x{padding:1.5625rem 3.125rem}}body .wrapper footer.grid-x .cell.social ul.grid-x{list-style-type:none;margin:0}@media screen and (max-width: 39.9375em){body .wrapper footer.grid-x .cell.social ul.grid-x{padding-bottom:1rem;justify-content:center}}body .wrapper footer.grid-x .cell.social ul.grid-x li.cell{padding-right:.625rem}body .wrapper footer.grid-x .cell.social ul.grid-x li.cell a{display:block;width:30px}body .wrapper footer.grid-x .cell.social ul.grid-x li.cell a img{width:100%}body .wrapper footer.grid-x .cell.copy{text-align:center;font-size:.7rem;color:#fff}@media screen and (max-width: 39.9375em){body .wrapper footer.grid-x .cell.search{display:none}}@media print,screen and (min-width: 40em){body .wrapper footer.grid-x .cell.search{text-align:right}body .wrapper footer.grid-x .cell.search a{display:inline-block;text-align:center;line-height:30px;font-size:1.2rem;color:#fff;width:30px}}.zsiq_floatmain,.zsiq_custommain{z-index:200000 !important}.cookies-display-message{padding:1rem 1rem 6rem;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:300000 !important;background:#01a5b4;position:fixed;height:auto;width:100%;bottom:0;left:50%}.cookies-display-message p{font-size:.9rem;margin-bottom:0;color:#fff}@media screen and (max-width: 39.9375em){.cookies-display-message p{font-size:.75rem}}.cookies-display-message p strong{color:#062b48;font-size:.95rem}@media screen and (max-width: 39.9375em){.cookies-display-message p strong{font-size:.85rem}}.cookies-display-message p>a{-webkit-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.cookies-display-message p>a.cookies-agree-btn{background:#062b48;text-transform:uppercase;display:inline-block;margin:.5rem auto 0;text-align:center;line-height:30px;font-size:.9rem;color:#fff;height:30px;width:100px}.cookies-display-message p>a.cookies-agree-btn span{font-family:AvenirRoman;font-size:.85rem;color:#fff}.cookies-display-message p>a:first-child{color:#062b48}@media screen and (min-width: 64em){.cookies-display-message p>a:hover:first-child{text-decoration:underline;color:#fff}.cookies-display-message p>a:hover.cookies-agree-btn{background:#fff}.cookies-display-message p>a:hover.cookies-agree-btn span{color:#062b48}}@media screen and (min-width: 40em)and (max-width: 63.9375em){.cookies-display-message{padding:1rem 1.5rem 2.5rem}}@media screen and (min-width: 64em){.cookies-display-message{padding:1rem 3.5rem}}
