@charset "UTF-8";
html{overflow-y:scroll}.loadmask{z-index:1002;position:absolute;top:0;left:0;background-color:rgba(250,250,251,.5);width:100%;height:100%;zoom:1}.loadmask-msg{z-index:20001;position:absolute;top:0;left:0;height:32px;width:32px;padding:2px}.loadmask-msg div{background-image:url('../../multimedia/imagem/load_overlay_loader.svg');background-repeat:no-repeat;height:32px;width:32px;cursor:wait}.masked{}.masked-relative{position:relative!important}.masked-hidden{visibility:hidden!important}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[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}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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);
  }

  100% {
    -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);
  }

  100% {
    -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 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -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(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -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);
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -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);
  }

  100% {
    -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 {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face{font-family:'swiper-icons';src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0 - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}:root{}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}:root{}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.notie-container{font-size:1.6rem;height:auto;left:0;position:fixed;text-align:center;width:100%;z-index:2147483647;box-sizing:border-box;-o-box-shadow:0 0 5px 0 rgba(0,0,0,.5);-ms-box-shadow:0 0 5px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.5);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5)}@media screen and (max-width:900px){.notie-container{font-size:1.4rem}}@media screen and (max-width:750px){.notie-container{font-size:1.2rem}}@media screen and (max-width:400px){.notie-container{font-size:1rem}}.notie-background-success{background-color:#66bb6a}.notie-background-warning{background-color:#ffa726}.notie-background-error{background-color:#ef5350}.notie-background-info{background-color:#26c6da}.notie-background-neutral{background-color:#A0A0A0}.notie-background-overlay{background-color:#FFF}.notie-textbox{color:#FFF;padding:20px}.notie-textbox-inner{margin:0 auto;max-width:900px}.notie-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:2147483646}.notie-button{color:#FFF;padding:10px;cursor:pointer}.notie-element{color:#FFF;padding:10px}.notie-element-half{display:inline-block;width:50%;box-sizing:border-box}.notie-element-third{display:inline-block;width:33.3333%;box-sizing:border-box}.notie-alert{cursor:pointer}.notie-input-field{background-color:#FFF;border:0;font-family:inherit;font-size:inherit;outline:0;padding:10px;text-align:center;width:100%;box-sizing:border-box}.notie-select-choice-repeated{border-bottom:1px solid rgba(255,255,255,.2);box-sizing:border-box}.notie-date-selector-inner{margin:0 auto;max-width:900px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.notie-date-selector-inner [contenteditable],.notie-date-selector-inner [contenteditable]:focus{outline:0 solid transparent}.notie-date-selector-up{transform:rotate(180deg)}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}meta.foundation-version{font-family:"/{{VERSION}}/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 640px)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:641px)/";width:641px}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:641px) and (max-width:1024px)/";width:641px}meta.foundation-mq-large{font-family:"/only screen and (min-width:1025px)/";width:1025px}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:1025px) and (max-width:1440px)/";width:1025px}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:1441px)/";width:1441px}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:1441px) and (max-width:1920px)/";width:1441px}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:1921px)/";width:1921px}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{box-sizing:border-box}html,body{font-size:16px}body{background:#fff;color:#2A2A2A;padding:0;margin:0;font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";font-weight:normal;font-style:normal;line-height:1.5;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none!important}.left{float:left!important}.right{float:right!important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none!important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.accordion{margin-bottom:0}.accordion:before,.accordion:after{content:" ";display:table}.accordion:after{clear:both}.accordion .accordion-navigation,.accordion dd{display:block;margin-bottom:0!important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#e8e8e8}.accordion .accordion-navigation>a,.accordion dd>a{background:#EFEFEF;color:#222;padding:1rem;display:block;font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";font-size:1rem}.accordion .accordion-navigation>a:hover,.accordion dd>a:hover{background:#e3e3e3}.accordion .accordion-navigation>.content,.accordion dd>.content{display:none;padding:.9375rem}.accordion .accordion-navigation>.content.active,.accordion dd>.content.active{display:block;background:#FFF}[class*=block-grid-]{display:block;padding:0;margin:0 -.625rem}[class*=block-grid-]:before,[class*=block-grid-]:after{content:" ";display:table}[class*=block-grid-]:after{clear:both}[class*=block-grid-]>li,[class*=block-grid-]>div{display:block;height:auto;float:left;padding:0 .625rem 1.25rem}@media only screen{.small-block-grid-1>li,.small-block-grid-1>div{width:100%;list-style:none}.small-block-grid-1>li:nth-of-type(1n),.small-block-grid-1>div:nth-of-type(1n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1),.small-block-grid-1>div:nth-of-type(1n+1){clear:both}.small-block-grid-2>li,.small-block-grid-2>div{width:50%;list-style:none}.small-block-grid-2>li:nth-of-type(1n),.small-block-grid-2>div:nth-of-type(1n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1),.small-block-grid-2>div:nth-of-type(2n+1){clear:both}.small-block-grid-3>li,.small-block-grid-3>div{width:33.3333333333%;list-style:none}.small-block-grid-3>li:nth-of-type(1n),.small-block-grid-3>div:nth-of-type(1n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1),.small-block-grid-3>div:nth-of-type(3n+1){clear:both}.small-block-grid-4>li,.small-block-grid-4>div{width:25%;list-style:none}.small-block-grid-4>li:nth-of-type(1n),.small-block-grid-4>div:nth-of-type(1n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1),.small-block-grid-4>div:nth-of-type(4n+1){clear:both}.small-block-grid-5>li,.small-block-grid-5>div{width:20%;list-style:none}.small-block-grid-5>li:nth-of-type(1n),.small-block-grid-5>div:nth-of-type(1n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1),.small-block-grid-5>div:nth-of-type(5n+1){clear:both}.small-block-grid-6>li,.small-block-grid-6>div{width:16.6666666667%;list-style:none}.small-block-grid-6>li:nth-of-type(1n),.small-block-grid-6>div:nth-of-type(1n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1),.small-block-grid-6>div:nth-of-type(6n+1){clear:both}.small-block-grid-7>li,.small-block-grid-7>div{width:14.2857142857%;list-style:none}.small-block-grid-7>li:nth-of-type(1n),.small-block-grid-7>div:nth-of-type(1n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1),.small-block-grid-7>div:nth-of-type(7n+1){clear:both}.small-block-grid-8>li,.small-block-grid-8>div{width:12.5%;list-style:none}.small-block-grid-8>li:nth-of-type(1n),.small-block-grid-8>div:nth-of-type(1n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1),.small-block-grid-8>div:nth-of-type(8n+1){clear:both}.small-block-grid-9>li,.small-block-grid-9>div{width:11.1111111111%;list-style:none}.small-block-grid-9>li:nth-of-type(1n),.small-block-grid-9>div:nth-of-type(1n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1),.small-block-grid-9>div:nth-of-type(9n+1){clear:both}.small-block-grid-10>li,.small-block-grid-10>div{width:10%;list-style:none}.small-block-grid-10>li:nth-of-type(1n),.small-block-grid-10>div:nth-of-type(1n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1),.small-block-grid-10>div:nth-of-type(10n+1){clear:both}.small-block-grid-11>li,.small-block-grid-11>div{width:9.0909090909%;list-style:none}.small-block-grid-11>li:nth-of-type(1n),.small-block-grid-11>div:nth-of-type(1n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1),.small-block-grid-11>div:nth-of-type(11n+1){clear:both}.small-block-grid-12>li,.small-block-grid-12>div{width:8.3333333333%;list-style:none}.small-block-grid-12>li:nth-of-type(1n),.small-block-grid-12>div:nth-of-type(1n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1),.small-block-grid-12>div:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:641px){.medium-block-grid-1>li,.medium-block-grid-1>div{width:100%;list-style:none}.medium-block-grid-1>li:nth-of-type(1n),.medium-block-grid-1>div:nth-of-type(1n){clear:none}.medium-block-grid-1>li:nth-of-type(1n+1),.medium-block-grid-1>div:nth-of-type(1n+1){clear:both}.medium-block-grid-2>li,.medium-block-grid-2>div{width:50%;list-style:none}.medium-block-grid-2>li:nth-of-type(1n),.medium-block-grid-2>div:nth-of-type(1n){clear:none}.medium-block-grid-2>li:nth-of-type(2n+1),.medium-block-grid-2>div:nth-of-type(2n+1){clear:both}.medium-block-grid-3>li,.medium-block-grid-3>div{width:33.3333333333%;list-style:none}.medium-block-grid-3>li:nth-of-type(1n),.medium-block-grid-3>div:nth-of-type(1n){clear:none}.medium-block-grid-3>li:nth-of-type(3n+1),.medium-block-grid-3>div:nth-of-type(3n+1){clear:both}.medium-block-grid-4>li,.medium-block-grid-4>div{width:25%;list-style:none}.medium-block-grid-4>li:nth-of-type(1n),.medium-block-grid-4>div:nth-of-type(1n){clear:none}.medium-block-grid-4>li:nth-of-type(4n+1),.medium-block-grid-4>div:nth-of-type(4n+1){clear:both}.medium-block-grid-5>li,.medium-block-grid-5>div{width:20%;list-style:none}.medium-block-grid-5>li:nth-of-type(1n),.medium-block-grid-5>div:nth-of-type(1n){clear:none}.medium-block-grid-5>li:nth-of-type(5n+1),.medium-block-grid-5>div:nth-of-type(5n+1){clear:both}.medium-block-grid-6>li,.medium-block-grid-6>div{width:16.6666666667%;list-style:none}.medium-block-grid-6>li:nth-of-type(1n),.medium-block-grid-6>div:nth-of-type(1n){clear:none}.medium-block-grid-6>li:nth-of-type(6n+1),.medium-block-grid-6>div:nth-of-type(6n+1){clear:both}.medium-block-grid-7>li,.medium-block-grid-7>div{width:14.2857142857%;list-style:none}.medium-block-grid-7>li:nth-of-type(1n),.medium-block-grid-7>div:nth-of-type(1n){clear:none}.medium-block-grid-7>li:nth-of-type(7n+1),.medium-block-grid-7>div:nth-of-type(7n+1){clear:both}.medium-block-grid-8>li,.medium-block-grid-8>div{width:12.5%;list-style:none}.medium-block-grid-8>li:nth-of-type(1n),.medium-block-grid-8>div:nth-of-type(1n){clear:none}.medium-block-grid-8>li:nth-of-type(8n+1),.medium-block-grid-8>div:nth-of-type(8n+1){clear:both}.medium-block-grid-9>li,.medium-block-grid-9>div{width:11.1111111111%;list-style:none}.medium-block-grid-9>li:nth-of-type(1n),.medium-block-grid-9>div:nth-of-type(1n){clear:none}.medium-block-grid-9>li:nth-of-type(9n+1),.medium-block-grid-9>div:nth-of-type(9n+1){clear:both}.medium-block-grid-10>li,.medium-block-grid-10>div{width:10%;list-style:none}.medium-block-grid-10>li:nth-of-type(1n),.medium-block-grid-10>div:nth-of-type(1n){clear:none}.medium-block-grid-10>li:nth-of-type(10n+1),.medium-block-grid-10>div:nth-of-type(10n+1){clear:both}.medium-block-grid-11>li,.medium-block-grid-11>div{width:9.0909090909%;list-style:none}.medium-block-grid-11>li:nth-of-type(1n),.medium-block-grid-11>div:nth-of-type(1n){clear:none}.medium-block-grid-11>li:nth-of-type(11n+1),.medium-block-grid-11>div:nth-of-type(11n+1){clear:both}.medium-block-grid-12>li,.medium-block-grid-12>div{width:8.3333333333%;list-style:none}.medium-block-grid-12>li:nth-of-type(1n),.medium-block-grid-12>div:nth-of-type(1n){clear:none}.medium-block-grid-12>li:nth-of-type(12n+1),.medium-block-grid-12>div:nth-of-type(12n+1){clear:both}}@media only screen and (min-width:1025px){.large-block-grid-1>li,.large-block-grid-1>div{width:100%;list-style:none}.large-block-grid-1>li:nth-of-type(1n),.large-block-grid-1>div:nth-of-type(1n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1),.large-block-grid-1>div:nth-of-type(1n+1){clear:both}.large-block-grid-2>li,.large-block-grid-2>div{width:50%;list-style:none}.large-block-grid-2>li:nth-of-type(1n),.large-block-grid-2>div:nth-of-type(1n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1),.large-block-grid-2>div:nth-of-type(2n+1){clear:both}.large-block-grid-3>li,.large-block-grid-3>div{width:33.3333333333%;list-style:none}.large-block-grid-3>li:nth-of-type(1n),.large-block-grid-3>div:nth-of-type(1n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1),.large-block-grid-3>div:nth-of-type(3n+1){clear:both}.large-block-grid-4>li,.large-block-grid-4>div{width:25%;list-style:none}.large-block-grid-4>li:nth-of-type(1n),.large-block-grid-4>div:nth-of-type(1n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1),.large-block-grid-4>div:nth-of-type(4n+1){clear:both}.large-block-grid-5>li,.large-block-grid-5>div{width:20%;list-style:none}.large-block-grid-5>li:nth-of-type(1n),.large-block-grid-5>div:nth-of-type(1n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1),.large-block-grid-5>div:nth-of-type(5n+1){clear:both}.large-block-grid-6>li,.large-block-grid-6>div{width:16.6666666667%;list-style:none}.large-block-grid-6>li:nth-of-type(1n),.large-block-grid-6>div:nth-of-type(1n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1),.large-block-grid-6>div:nth-of-type(6n+1){clear:both}.large-block-grid-7>li,.large-block-grid-7>div{width:14.2857142857%;list-style:none}.large-block-grid-7>li:nth-of-type(1n),.large-block-grid-7>div:nth-of-type(1n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1),.large-block-grid-7>div:nth-of-type(7n+1){clear:both}.large-block-grid-8>li,.large-block-grid-8>div{width:12.5%;list-style:none}.large-block-grid-8>li:nth-of-type(1n),.large-block-grid-8>div:nth-of-type(1n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1),.large-block-grid-8>div:nth-of-type(8n+1){clear:both}.large-block-grid-9>li,.large-block-grid-9>div{width:11.1111111111%;list-style:none}.large-block-grid-9>li:nth-of-type(1n),.large-block-grid-9>div:nth-of-type(1n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1),.large-block-grid-9>div:nth-of-type(9n+1){clear:both}.large-block-grid-10>li,.large-block-grid-10>div{width:10%;list-style:none}.large-block-grid-10>li:nth-of-type(1n),.large-block-grid-10>div:nth-of-type(1n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1),.large-block-grid-10>div:nth-of-type(10n+1){clear:both}.large-block-grid-11>li,.large-block-grid-11>div{width:9.0909090909%;list-style:none}.large-block-grid-11>li:nth-of-type(1n),.large-block-grid-11>div:nth-of-type(1n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1),.large-block-grid-11>div:nth-of-type(11n+1){clear:both}.large-block-grid-12>li,.large-block-grid-12>div{width:8.3333333333%;list-style:none}.large-block-grid-12>li:nth-of-type(1n),.large-block-grid-12>div:nth-of-type(1n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1),.large-block-grid-12>div:nth-of-type(12n+1){clear:both}}.f-dropdown{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#FFF;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #FFF transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:89}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:88}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown.drop-right{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#FFF;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:2px;max-width:200px}.f-dropdown.drop-right>*:first-child{margin-top:0}.f-dropdown.drop-right>*:last-child{margin-bottom:0}.f-dropdown.drop-right:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent #FFF transparent transparent;border-right-style:solid;position:absolute;top:10px;left:-12px;z-index:89}.f-dropdown.drop-right:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent #ccc transparent transparent;border-right-style:solid;position:absolute;top:9px;left:-14px;z-index:88}.f-dropdown.drop-left{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#FFF;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:0;margin-left:-2px;max-width:200px}.f-dropdown.drop-left>*:first-child{margin-top:0}.f-dropdown.drop-left>*:last-child{margin-bottom:0}.f-dropdown.drop-left:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent transparent #FFF;border-left-style:solid;position:absolute;top:10px;right:-12px;left:auto;z-index:89}.f-dropdown.drop-left:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent transparent #ccc;border-left-style:solid;position:absolute;top:9px;right:-14px;left:auto;z-index:88}.f-dropdown.drop-top{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;width:100%;max-height:none;height:auto;background:#FFF;border:solid 1px #ccc;font-size:.875rem;z-index:89;margin-top:-2px;margin-left:0;max-width:200px}.f-dropdown.drop-top>*:first-child{margin-top:0}.f-dropdown.drop-top>*:last-child{margin-bottom:0}.f-dropdown.drop-top:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:#FFF transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-12px;left:10px;right:auto;z-index:89}.f-dropdown.drop-top:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:#ccc transparent transparent transparent;border-top-style:solid;position:absolute;top:auto;bottom:-14px;left:9px;right:auto;z-index:88}.f-dropdown li{font-size:.875rem;cursor:pointer;line-height:1.125rem;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#EEE}.f-dropdown li.radius{border-radius:5px}.f-dropdown li a{display:block;padding:.5rem;color:#555}.f-dropdown.content{position:absolute;left:-9999px;list-style:none;margin-left:0;outline:none;padding:1.25rem;width:100%;height:auto;max-height:none;background:#FFF;border:solid 1px #ccc;font-size:.875rem;z-index:89;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}.f-dropdown.mega{width:100%!important;max-width:100%!important}.f-dropdown.mega.open{left:0!important}form{margin:0 0 1rem}form .row .row{margin:0 -.5rem}form .row .row .column,form .row .row .columns{padding:0 .5rem}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row .row.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.5rem}label{font-size:.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:normal;line-height:1.5;margin-bottom:0}label.right{float:none!important;text-align:right}label.inline{margin:0 0 1rem 0;padding:.5625rem 0}label small{text-transform:capitalize;color:#676767}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:.875rem;height:2.4375rem;line-height:2.4375rem}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;border:none}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;border:none}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-right-radius:5px}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#333;border-color:#ccc}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#333;border-color:#ccc}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea{-webkit-appearance:none;background-color:#FFF;font-family:inherit;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:var(--input-box-shadow,none);color:#2A2A2A;display:block;font-size:1rem;margin:0 0 1rem 0;padding:.5rem;height:2.4375rem;width:100%;border-radius:var(--input-border-radius,5px);transition:all 0.15s ease,height 0s,width 0s;box-sizing:border-box}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus{background-color:#FFF;border-color:#999;outline:none;box-shadow:0 1px 1px rgba(0,0,0,.03),0 3px 6px rgba(0,0,0,.02),0 0 0 3px rgba(153,153,153,.3),0 1px 1px 0 rgba(153,153,153,.08)}input[type=text]:disabled,input[type=password]:disabled,input[type=date]:disabled,input[type=datetime]:disabled,input[type=datetime-local]:disabled,input[type=month]:disabled,input[type=week]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=color]:disabled,textarea:disabled{background-color:#DDD;cursor:default}input[type=text][disabled],input[type=text][readonly],fieldset[disabled] input[type=text],input[type=password][disabled],input[type=password][readonly],fieldset[disabled] input[type=password],input[type=date][disabled],input[type=date][readonly],fieldset[disabled] input[type=date],input[type=datetime][disabled],input[type=datetime][readonly],fieldset[disabled] input[type=datetime],input[type=datetime-local][disabled],input[type=datetime-local][readonly],fieldset[disabled] input[type=datetime-local],input[type=month][disabled],input[type=month][readonly],fieldset[disabled] input[type=month],input[type=week][disabled],input[type=week][readonly],fieldset[disabled] input[type=week],input[type=email][disabled],input[type=email][readonly],fieldset[disabled] input[type=email],input[type=number][disabled],input[type=number][readonly],fieldset[disabled] input[type=number],input[type=search][disabled],input[type=search][readonly],fieldset[disabled] input[type=search],input[type=tel][disabled],input[type=tel][readonly],fieldset[disabled] input[type=tel],input[type=time][disabled],input[type=time][readonly],fieldset[disabled] input[type=time],input[type=url][disabled],input[type=url][readonly],fieldset[disabled] input[type=url],input[type=color][disabled],input[type=color][readonly],fieldset[disabled] input[type=color],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#DDD;cursor:default}form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse select{border-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-right-radius:5px}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px}form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse textarea,form .row .postfix-radius.row.collapse select{border-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px}form .row .postfix-radius.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-right-radius:5px}form .row .prefix-round.row.collapse input,form .row .prefix-round.row.collapse textarea,form .row .prefix-round.row.collapse select{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}form .row .prefix-round.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse input,form .row .postfix-round.row.collapse textarea,form .row .postfix-round.row.collapse select{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}form .row .postfix-round.row.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px}input[type=submit]{-webkit-appearance:none}textarea[rows]{height:auto}textarea{max-width:100%}select{-webkit-appearance:none!important;border-radius:5px;background-color:#FFF;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:100% center;background-repeat:no-repeat;background-size:1.5em 1.5em;border-style:solid;border-width:1px;border-color:#ccc;padding:.5rem;font-size:1rem;font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";color:#2A2A2A;line-height:normal;height:2.4375rem}select::-ms-expand{display:none}select:disabled{background-color:#DDD;cursor:default}select:focus{background-color:#FFF;border-color:#999;outline:none;box-shadow:0 1px 1px rgba(0,0,0,.03),0 3px 6px rgba(0,0,0,.02),0 0 0 3px rgba(153,153,153,.3),0 1px 1px 0 rgba(153,153,153,.08)}input[type=file],input[type=checkbox],input[type=radio],select{margin:0 0 1rem 0}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}input[type=file]{width:100%}fieldset{border:1px solid #DDD;padding:1.25rem;margin:1.125rem 0}fieldset legend{font-weight:bold;background:#FFF;padding:0 .1875rem;margin:0;margin-left:-.1875rem}span.error,small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#FFF}.error input,.error textarea,.error select{margin-bottom:0}.error input[type=checkbox],.error input[type=radio]{margin-bottom:1rem}.error label,.error label.error{color:#f04124}.error small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:normal;font-style:italic;background:#f04124;color:#FFF}.error>label>small{color:#676767;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}.error span.error-message{display:block}input.error,textarea.error,select.error{margin-bottom:0}label.error{color:#f04124}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:103.75rem}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-.9375rem;margin-right:-.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}[class*=column]+[class*=column]:last-child{float:right}[class*=column]+[class*=column].end{float:left}@media only screen{.small-push-0{position:relative;left:0%;right:auto}.small-pull-0{position:relative;right:0%;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0%!important}.small-offset-1{margin-left:8.3333333333%!important}.small-offset-2{margin-left:16.6666666667%!important}.small-offset-3{margin-left:25%!important}.small-offset-4{margin-left:33.3333333333%!important}.small-offset-5{margin-left:41.6666666667%!important}.small-offset-6{margin-left:50%!important}.small-offset-7{margin-left:58.3333333333%!important}.small-offset-8{margin-left:66.6666666667%!important}.small-offset-9{margin-left:75%!important}.small-offset-10{margin-left:83.3333333333%!important}.small-offset-11{margin-left:91.6666666667%!important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}}@media only screen and (min-width:641px){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0%!important}.medium-offset-1{margin-left:8.3333333333%!important}.medium-offset-2{margin-left:16.6666666667%!important}.medium-offset-3{margin-left:25%!important}.medium-offset-4{margin-left:33.3333333333%!important}.medium-offset-5{margin-left:41.6666666667%!important}.medium-offset-6{margin-left:50%!important}.medium-offset-7{margin-left:58.3333333333%!important}.medium-offset-8{margin-left:66.6666666667%!important}.medium-offset-9{margin-left:75%!important}.medium-offset-10{margin-left:83.3333333333%!important}.medium-offset-11{margin-left:91.6666666667%!important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:1025px){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0%!important}.large-offset-1{margin-left:8.3333333333%!important}.large-offset-2{margin-left:16.6666666667%!important}.large-offset-3{margin-left:25%!important}.large-offset-4{margin-left:33.3333333333%!important}.large-offset-5{margin-left:41.6666666667%!important}.large-offset-6{margin-left:50%!important}.large-offset-7{margin-left:58.3333333333%!important}.large-offset-8{margin-left:66.6666666667%!important}.large-offset-9{margin-left:75%!important}.large-offset-10{margin-left:83.3333333333%!important}.large-offset-11{margin-left:91.6666666667%!important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:1441px){.xlarge-push-0{position:relative;left:0%;right:auto}.xlarge-pull-0{position:relative;right:0%;left:auto}.xlarge-push-1{position:relative;left:8.3333333333%;right:auto}.xlarge-pull-1{position:relative;right:8.3333333333%;left:auto}.xlarge-push-2{position:relative;left:16.6666666667%;right:auto}.xlarge-pull-2{position:relative;right:16.6666666667%;left:auto}.xlarge-push-3{position:relative;left:25%;right:auto}.xlarge-pull-3{position:relative;right:25%;left:auto}.xlarge-push-4{position:relative;left:33.3333333333%;right:auto}.xlarge-pull-4{position:relative;right:33.3333333333%;left:auto}.xlarge-push-5{position:relative;left:41.6666666667%;right:auto}.xlarge-pull-5{position:relative;right:41.6666666667%;left:auto}.xlarge-push-6{position:relative;left:50%;right:auto}.xlarge-pull-6{position:relative;right:50%;left:auto}.xlarge-push-7{position:relative;left:58.3333333333%;right:auto}.xlarge-pull-7{position:relative;right:58.3333333333%;left:auto}.xlarge-push-8{position:relative;left:66.6666666667%;right:auto}.xlarge-pull-8{position:relative;right:66.6666666667%;left:auto}.xlarge-push-9{position:relative;left:75%;right:auto}.xlarge-pull-9{position:relative;right:75%;left:auto}.xlarge-push-10{position:relative;left:83.3333333333%;right:auto}.xlarge-pull-10{position:relative;right:83.3333333333%;left:auto}.xlarge-push-11{position:relative;left:91.6666666667%;right:auto}.xlarge-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.xlarge-1{width:8.3333333333%}.xlarge-2{width:16.6666666667%}.xlarge-3{width:25%}.xlarge-4{width:33.3333333333%}.xlarge-5{width:41.6666666667%}.xlarge-6{width:50%}.xlarge-7{width:58.3333333333%}.xlarge-8{width:66.6666666667%}.xlarge-9{width:75%}.xlarge-10{width:83.3333333333%}.xlarge-11{width:91.6666666667%}.xlarge-12{width:100%}.xlarge-offset-0{margin-left:0%!important}.xlarge-offset-1{margin-left:8.3333333333%!important}.xlarge-offset-2{margin-left:16.6666666667%!important}.xlarge-offset-3{margin-left:25%!important}.xlarge-offset-4{margin-left:33.3333333333%!important}.xlarge-offset-5{margin-left:41.6666666667%!important}.xlarge-offset-6{margin-left:50%!important}.xlarge-offset-7{margin-left:58.3333333333%!important}.xlarge-offset-8{margin-left:66.6666666667%!important}.xlarge-offset-9{margin-left:75%!important}.xlarge-offset-10{margin-left:83.3333333333%!important}.xlarge-offset-11{margin-left:91.6666666667%!important}.xlarge-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.xlarge-centered,.columns.xlarge-centered{margin-left:auto;margin-right:auto;float:none}.column.xlarge-uncentered,.columns.xlarge-uncentered{margin-left:0;margin-right:0;float:left}.column.xlarge-centered:last-child,.columns.xlarge-centered:last-child{float:none}.column.xlarge-uncentered:last-child,.columns.xlarge-uncentered:last-child{float:left}.column.xlarge-uncentered.opposite,.columns.xlarge-uncentered.opposite{float:right}.row.xlarge-collapse>.column,.row.xlarge-collapse>.columns{padding-left:0;padding-right:0}.row.xlarge-collapse .row{margin-left:0;margin-right:0}.row.xlarge-uncollapse>.column,.row.xlarge-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}}@media only screen and (min-width:1921px){.xxlarge-push-0{position:relative;left:0%;right:auto}.xxlarge-pull-0{position:relative;right:0%;left:auto}.xxlarge-push-1{position:relative;left:8.3333333333%;right:auto}.xxlarge-pull-1{position:relative;right:8.3333333333%;left:auto}.xxlarge-push-2{position:relative;left:16.6666666667%;right:auto}.xxlarge-pull-2{position:relative;right:16.6666666667%;left:auto}.xxlarge-push-3{position:relative;left:25%;right:auto}.xxlarge-pull-3{position:relative;right:25%;left:auto}.xxlarge-push-4{position:relative;left:33.3333333333%;right:auto}.xxlarge-pull-4{position:relative;right:33.3333333333%;left:auto}.xxlarge-push-5{position:relative;left:41.6666666667%;right:auto}.xxlarge-pull-5{position:relative;right:41.6666666667%;left:auto}.xxlarge-push-6{position:relative;left:50%;right:auto}.xxlarge-pull-6{position:relative;right:50%;left:auto}.xxlarge-push-7{position:relative;left:58.3333333333%;right:auto}.xxlarge-pull-7{position:relative;right:58.3333333333%;left:auto}.xxlarge-push-8{position:relative;left:66.6666666667%;right:auto}.xxlarge-pull-8{position:relative;right:66.6666666667%;left:auto}.xxlarge-push-9{position:relative;left:75%;right:auto}.xxlarge-pull-9{position:relative;right:75%;left:auto}.xxlarge-push-10{position:relative;left:83.3333333333%;right:auto}.xxlarge-pull-10{position:relative;right:83.3333333333%;left:auto}.xxlarge-push-11{position:relative;left:91.6666666667%;right:auto}.xxlarge-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.xxlarge-1{width:8.3333333333%}.xxlarge-2{width:16.6666666667%}.xxlarge-3{width:25%}.xxlarge-4{width:33.3333333333%}.xxlarge-5{width:41.6666666667%}.xxlarge-6{width:50%}.xxlarge-7{width:58.3333333333%}.xxlarge-8{width:66.6666666667%}.xxlarge-9{width:75%}.xxlarge-10{width:83.3333333333%}.xxlarge-11{width:91.6666666667%}.xxlarge-12{width:100%}.xxlarge-offset-0{margin-left:0%!important}.xxlarge-offset-1{margin-left:8.3333333333%!important}.xxlarge-offset-2{margin-left:16.6666666667%!important}.xxlarge-offset-3{margin-left:25%!important}.xxlarge-offset-4{margin-left:33.3333333333%!important}.xxlarge-offset-5{margin-left:41.6666666667%!important}.xxlarge-offset-6{margin-left:50%!important}.xxlarge-offset-7{margin-left:58.3333333333%!important}.xxlarge-offset-8{margin-left:66.6666666667%!important}.xxlarge-offset-9{margin-left:75%!important}.xxlarge-offset-10{margin-left:83.3333333333%!important}.xxlarge-offset-11{margin-left:91.6666666667%!important}.xxlarge-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.xxlarge-centered,.columns.xxlarge-centered{margin-left:auto;margin-right:auto;float:none}.column.xxlarge-uncentered,.columns.xxlarge-uncentered{margin-left:0;margin-right:0;float:left}.column.xxlarge-centered:last-child,.columns.xxlarge-centered:last-child{float:none}.column.xxlarge-uncentered:last-child,.columns.xxlarge-uncentered:last-child{float:left}.column.xxlarge-uncentered.opposite,.columns.xxlarge-uncentered.opposite{float:right}.row.xxlarge-collapse>.column,.row.xxlarge-collapse>.columns{padding-left:0;padding-right:0}.row.xxlarge-collapse .row{margin-left:0;margin-right:0}.row.xxlarge-uncollapse>.column,.row.xxlarge-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}}.label{font-weight:normal;font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;margin-bottom:auto;padding:.25rem .5rem .25rem;font-size:.6875rem;background-color:#ED5B1A;color:#FFF}.label.radius{border-radius:5px}.label.round{border-radius:1000px}.label.alert{background-color:#f04124;color:#FFF}.label.warning{background-color:#f08a24;color:#FFF}.label.success{background-color:#43AC6A;color:#FFF}.label.secondary{background-color:#e7e7e7;color:#333}.label.info{background-color:#a0d3e8;color:#333}table{background:#FFF;margin-bottom:1.25rem;border:solid 1px #DDD;table-layout:auto}table caption{background:transparent;color:#222;font-size:1rem;font-weight:bold}table thead{background:#F5F5F5}table thead tr th,table thead tr td{padding:.5rem .625rem .625rem;font-size:16px;font-weight:bold;color:#222}table tfoot{background:#F5F5F5}table tfoot tr th,table tfoot tr td{padding:.5rem .625rem .625rem;font-size:16px;font-weight:bold;color:#222}table tr th,table tr td{padding:.5625rem .625rem;font-size:16px;color:#222;text-align:left}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#F9F9F9}table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{display:table-cell;line-height:1.125rem}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}@media only screen and (max-width:640px){.small-only-text-left{text-align:left!important}.small-only-text-right{text-align:right!important}.small-only-text-center{text-align:center!important}.small-only-text-justify{text-align:justify!important}}@media only screen{.small-text-left{text-align:left!important}.small-text-right{text-align:right!important}.small-text-center{text-align:center!important}.small-text-justify{text-align:justify!important}}@media only screen and (min-width:641px) and (max-width:1024px){.medium-only-text-left{text-align:left!important}.medium-only-text-right{text-align:right!important}.medium-only-text-center{text-align:center!important}.medium-only-text-justify{text-align:justify!important}}@media only screen and (min-width:641px){.medium-text-left{text-align:left!important}.medium-text-right{text-align:right!important}.medium-text-center{text-align:center!important}.medium-text-justify{text-align:justify!important}}@media only screen and (min-width:1025px) and (max-width:1440px){.large-only-text-left{text-align:left!important}.large-only-text-right{text-align:right!important}.large-only-text-center{text-align:center!important}.large-only-text-justify{text-align:justify!important}}@media only screen and (min-width:1025px){.large-text-left{text-align:left!important}.large-text-right{text-align:right!important}.large-text-center{text-align:center!important}.large-text-justify{text-align:justify!important}}@media only screen and (min-width:1441px) and (max-width:1920px){.xlarge-only-text-left{text-align:left!important}.xlarge-only-text-right{text-align:right!important}.xlarge-only-text-center{text-align:center!important}.xlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:1441px){.xlarge-text-left{text-align:left!important}.xlarge-text-right{text-align:right!important}.xlarge-text-center{text-align:center!important}.xlarge-text-justify{text-align:justify!important}}@media only screen and (min-width:1921px) and (max-width:999999px){.xxlarge-only-text-left{text-align:left!important}.xxlarge-only-text-right{text-align:right!important}.xxlarge-only-text-center{text-align:center!important}.xxlarge-only-text-justify{text-align:justify!important}}@media only screen and (min-width:1921px){.xxlarge-text-left{text-align:left!important}.xxlarge-text-right{text-align:right!important}.xxlarge-text-center{text-align:center!important}.xxlarge-text-justify{text-align:justify!important}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}a{color:#ED5B1A;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#d24c10}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1rem;line-height:1.6;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p.lead{font-size:1.21875rem;line-height:1.6}p aside{font-size:.875rem;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";font-weight:normal;font-style:normal;color:#2A2A2A;text-rendering:optimizeLegibility;margin-top:.2rem;margin-bottom:.5rem;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#757575;line-height:0}h1{font-size:2.345344rem}h2{font-size:1.94549rem}h3{font-size:1.8845rem}h4{font-size:1.3775rem}h5{font-size:1.3rem}h6{font-size:1.125rem}.subheader{line-height:1.4;color:#757575;font-weight:normal;margin-top:.2rem;margin-bottom:.5rem}hr{border:solid #DDD;border-width:2px 0 0;clear:both;margin:1.25rem 0 1.125rem;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#333;background-color:#f8f8f8;border-width:1px;border-style:solid;border-color:#dfdfdf;padding:.125rem .3125rem .0625rem}ul,ol,dl{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ul,ul li ol{margin-left:1.25rem;margin-bottom:0}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle;margin-left:1.1rem}ul.disc{list-style-type:disc;margin-left:1.1rem}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ul,ol li ol{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:bold}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#2A2A2A;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #DDD}blockquote{margin:0 0 1.25rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #DDD}blockquote cite{display:block;font-size:.8125rem;color:#5b5b5b}blockquote cite:before{content:"— "}blockquote cite a,blockquote cite a:visited{color:#5b5b5b}blockquote,blockquote p{line-height:1.6;color:#757575}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #DDD;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:.9375rem}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 .0625rem}@media only screen and (min-width:641px){h1,h2,h3,h4,h5,h6{line-height:1.1}h1{font-size:2.970344rem}h2{font-size:2.57049rem}h3{font-size:2.197rem}h4{font-size:1.69rem}h5{font-size:1.3rem}h6{font-size:1.125rem}}.print-only{display:none!important}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;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}.hide-on-print{display:none!important}.print-only{display:block!important}.hide-for-print{display:none!important}.show-for-print{display:inherit!important}}@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row!important}th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:641px){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row!important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:1025px){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row!important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:1441px){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xlarge,table.show-for-xlarge-down,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up,table.hide-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xlarge,thead.show-for-xlarge-down,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up,thead.hide-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xlarge,tbody.show-for-xlarge-down,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up,tbody.hide-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xlarge,tr.show-for-xlarge-down,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up,tr.hide-for-xxlarge,tr.show-for-xxlarge-down{display:table-row!important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xlarge,td.show-for-xlarge,th.show-for-xlarge-down,td.show-for-xlarge-down,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up,th.hide-for-xxlarge,td.hide-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}@media only screen and (min-width:1921px){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.hide-for-xlarge,.hide-for-xlarge-down,.show-for-xxlarge-only,.show-for-xxlarge-up,.show-for-xxlarge,.show-for-xxlarge-down{display:inherit!important}.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.show-for-xlarge,.show-for-xlarge-down,.hide-for-xxlarge-only,.hide-for-xxlarge-up,.hide-for-xxlarge,.hide-for-xxlarge-down{display:none!important}.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xlarge,.hidden-for-xlarge-down,.visible-for-xxlarge-only,.visible-for-xxlarge-up,.visible-for-xxlarge,.visible-for-xxlarge-down{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xlarge,.visible-for-xlarge-down,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up,.hidden-for-xxlarge,.hidden-for-xxlarge-down{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xlarge,table.hide-for-xlarge-down,table.show-for-xxlarge-only,table.show-for-xxlarge-up,table.show-for-xxlarge,table.show-for-xxlarge-down{display:table!important}thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xlarge,thead.hide-for-xlarge-down,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up,thead.show-for-xxlarge,thead.show-for-xxlarge-down{display:table-header-group!important}tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xlarge,tbody.hide-for-xlarge-down,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up,tbody.show-for-xxlarge,tbody.show-for-xxlarge-down{display:table-row-group!important}tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xlarge,tr.hide-for-xlarge-down,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up,tr.show-for-xxlarge,tr.show-for-xxlarge-down{display:table-row!important}th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xlarge,td.hide-for-xlarge,th.hide-for-xlarge-down,td.hide-for-xlarge-down,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up,th.show-for-xxlarge,td.show-for-xxlarge,th.show-for-xxlarge-down,td.show-for-xxlarge-down{display:table-cell!important}}.show-for-landscape,.hide-for-portrait{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.hide-for-landscape,table.show-for-portrait{display:table!important}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}@media only screen and (orientation:landscape){.show-for-landscape,.hide-for-portrait{display:inherit!important}.hide-for-landscape,.show-for-portrait{display:none!important}table.show-for-landscape,table.hide-for-portrait{display:table!important}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group!important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group!important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row!important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell!important}}@media only screen and (orientation:portrait){.show-for-portrait,.hide-for-landscape{display:inherit!important}.hide-for-portrait,.show-for-landscape{display:none!important}table.show-for-portrait,table.hide-for-landscape{display:table!important}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group!important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group!important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row!important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell!important}}.show-for-touch{display:none!important}.hide-for-touch{display:inherit!important}.touch .show-for-touch{display:inherit!important}.touch .hide-for-touch{display:none!important}table.hide-for-touch{display:table!important}.touch table.show-for-touch{display:table!important}thead.hide-for-touch{display:table-header-group!important}.touch thead.show-for-touch{display:table-header-group!important}tbody.hide-for-touch{display:table-row-group!important}.touch tbody.show-for-touch{display:table-row-group!important}tr.hide-for-touch{display:table-row!important}.touch tr.show-for-touch{display:table-row!important}td.hide-for-touch{display:table-cell!important}.touch td.show-for-touch{display:table-cell!important}th.hide-for-touch{display:table-cell!important}.touch th.show-for-touch{display:table-cell!important}@media print{.show-for-print{display:block}.hide-for-print{display:none}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}}button{outline:none}button,.button,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a:last-child{border-style:solid;border-width:0;cursor:pointer;font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";font-weight:normal;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;border-radius:0;display:inline-block;transition:all 0.15s ease;box-shadow:none;--btn-color:#fff;--btn-bg-color:#ED5B1A;--btn-border-color:#ED5B1A;--btn-border-width:1px;color:var(--btn-color);background-color:var(--btn-bg-color);border:solid var(--btn-border-width,1px) var(--btn-border-color);padding-top:1em;padding-right:2em;padding-bottom:1.0625em;padding-left:2em;text-decoration:none!important;will-change:transform;line-height:1.2em;vertical-align:middle;border-radius:var(--border-radius,5px);font-weight:600;font-size:.875rem;text-transform:uppercase;font-weight:500;padding:.8rem 1.5rem;letter-spacing:1.25px}button:focus,.button:focus,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao:focus,.bloco.bloco-texto-12-colunas a:focus:last-child{--btn-color:#f2f2f2;--btn-bg-color:#c5470f;--btn-border-color:#c5470f;color:var(--btn-color);background-color:var(--btn-bg-color);border:solid var(--btn-border-width,1px) var(--btn-border-color);text-decoration:none!important}button:hover,.button:hover,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao:hover,.bloco.bloco-texto-12-colunas a:hover:last-child{--btn-color:#f2f2f2;--btn-bg-color:#dc5011;--btn-border-color:#dc5011;color:var(--btn-color);background-color:var(--btn-bg-color);border:solid var(--btn-border-width,1px) var(--btn-border-color);text-decoration:none!important}button:active,.button:active,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action:active,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao:active,.bloco.bloco-texto-12-colunas a:active:last-child{--btn-color:#e6e6e6;--btn-bg-color:#c5470f;--btn-border-color:#c5470f;color:var(--btn-color);background-color:var(--btn-bg-color);border:solid var(--btn-border-width,1px) var(--btn-border-color);transform:translate3d(0,1px,0)}button.disabled,button.disabled:focus,button.disabled:active,button.disabled:hover,button[disabled],button[disabled]:focus,button[disabled]:active,button[disabled]:hover,.button.disabled,.button.disabled:focus,.button.disabled:active,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:active,.button[disabled]:hover,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .disabled.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.disabled:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto [disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas [disabled].bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a[disabled]:last-child{--btn-color:#fff;--btn-bg-color:#ED5B1A;--btn-border-color:#ED5B1A;opacity:.5;cursor:not-allowed;transform:translate3d(0,0,0);box-shadow:none}button.no-margin-bottom,.button.no-margin-bottom,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .no-margin-bottom.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .no-margin-bottom.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.no-margin-bottom:last-child{margin-bottom:0}button.button-ghost,button.ghost,button.button-open,.button.button-ghost,.button.ghost,.button.button-open,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-ghost.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-ghost:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .ghost.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.ghost:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-open.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-open:last-child{--btn-color:#ED5B1A;--btn-bg-color:transparent;--btn-border-color:#ED5B1A;border:var(--btn-border,solid var(--btn-border-width,1px) var(--btn-border-color))}button.button-ghost:focus,button.ghost:focus,button.button-open:focus,.button.button-ghost:focus,.button.ghost:focus,.button.button-open:focus,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus,.bloco.bloco-texto-12-colunas .button-ghost.bloco-texto-12-colunas__botao:focus,.bloco.bloco-texto-12-colunas a.button-ghost:focus:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus,.bloco.bloco-texto-12-colunas .ghost.bloco-texto-12-colunas__botao:focus,.bloco.bloco-texto-12-colunas a.ghost:focus:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus,.bloco.bloco-texto-12-colunas .button-open.bloco-texto-12-colunas__botao:focus,.bloco.bloco-texto-12-colunas a.button-open:focus:last-child{--btn-color:#f2f2f2;--btn-bg-color:#c5470f;--btn-border-color:#c5470f;text-decoration:none!important}button.button-ghost:focus svg,button.ghost:focus svg,button.button-open:focus svg,.button.button-ghost:focus svg,.button.ghost:focus svg,.button.button-open:focus svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus svg,.bloco.bloco-texto-12-colunas .button-ghost.bloco-texto-12-colunas__botao:focus svg,.bloco.bloco-texto-12-colunas a.button-ghost:focus:last-child svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus svg,.bloco.bloco-texto-12-colunas .ghost.bloco-texto-12-colunas__botao:focus svg,.bloco.bloco-texto-12-colunas a.ghost:focus:last-child svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus svg,.bloco.bloco-texto-12-colunas .button-open.bloco-texto-12-colunas__botao:focus svg,.bloco.bloco-texto-12-colunas a.button-open:focus:last-child svg{fill:var(--btn-color)}button.button-ghost:hover,button.ghost:hover,button.button-open:hover,.button.button-ghost:hover,.button.ghost:hover,.button.button-open:hover,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover,.bloco.bloco-texto-12-colunas .button-ghost.bloco-texto-12-colunas__botao:hover,.bloco.bloco-texto-12-colunas a.button-ghost:hover:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover,.bloco.bloco-texto-12-colunas .ghost.bloco-texto-12-colunas__botao:hover,.bloco.bloco-texto-12-colunas a.ghost:hover:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover,.bloco.bloco-texto-12-colunas .button-open.bloco-texto-12-colunas__botao:hover,.bloco.bloco-texto-12-colunas a.button-open:hover:last-child{--btn-color:#f2f2f2;--btn-bg-color:#dc5011;--btn-border-color:#dc5011;text-decoration:none!important}button.button-ghost:hover svg,button.ghost:hover svg,button.button-open:hover svg,.button.button-ghost:hover svg,.button.ghost:hover svg,.button.button-open:hover svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover svg,.bloco.bloco-texto-12-colunas .button-ghost.bloco-texto-12-colunas__botao:hover svg,.bloco.bloco-texto-12-colunas a.button-ghost:hover:last-child svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover svg,.bloco.bloco-texto-12-colunas .ghost.bloco-texto-12-colunas__botao:hover svg,.bloco.bloco-texto-12-colunas a.ghost:hover:last-child svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover svg,.bloco.bloco-texto-12-colunas .button-open.bloco-texto-12-colunas__botao:hover svg,.bloco.bloco-texto-12-colunas a.button-open:hover:last-child svg{fill:var(--btn-color)}button.button-ghost.disabled,button.button-ghost[disabled],button.button-ghost.disabled:hover,button.button-ghost[disabled]:hover,button.ghost.disabled,button.ghost[disabled],button.ghost.disabled:hover,button.ghost[disabled]:hover,button.button-open.disabled,button.button-open[disabled],button.button-open.disabled:hover,button.button-open[disabled]:hover,.button.button-ghost.disabled,.button.button-ghost[disabled],.button.button-ghost.disabled:hover,.button.button-ghost[disabled]:hover,.button.ghost.disabled,.button.ghost[disabled],.button.ghost.disabled:hover,.button.ghost[disabled]:hover,.button.button-open.disabled,.button.button-open[disabled],.button.button-open.disabled:hover,.button.button-open[disabled]:hover,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-ghost.disabled.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-ghost.disabled:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-ghost[disabled].bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-ghost[disabled]:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .ghost.disabled.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.ghost.disabled:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .ghost[disabled].bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.ghost[disabled]:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-open.disabled.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-open.disabled:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-open[disabled].bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-open[disabled]:last-child{opacity:.5;--btn-color:#ED5B1A;--btn-bg-color:transparent;--btn-border-color:#ED5B1A}button.button-link,.button.button-link,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-link.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-link:last-child{--btn-color:#ED5B1A;--btn-bg-color:transparent;--btn-border-color:transparent}button.button-link:focus,.button.button-link:focus,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus,.bloco.bloco-texto-12-colunas .button-link.bloco-texto-12-colunas__botao:focus,.bloco.bloco-texto-12-colunas a.button-link:focus:last-child{--btn-color:#f2f2f2;--btn-bg-color:#c5470f;--btn-border-color:#c5470f;text-decoration:none!important}button.button-link:hover,.button.button-link:hover,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover,.bloco.bloco-texto-12-colunas .button-link.bloco-texto-12-colunas__botao:hover,.bloco.bloco-texto-12-colunas a.button-link:hover:last-child{--btn-color:#f2f2f2;--btn-bg-color:#dc5011;--btn-border-color:#dc5011;text-decoration:none!important}button.button-link.disabled,button.button-link[disabled],button.button-link.disabled:hover,button.button-link[disabled]:hover,.button.button-link.disabled,.button.button-link[disabled],.button.button-link.disabled:hover,.button.button-link[disabled]:hover,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-link.disabled.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-link.disabled:last-child,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-link[disabled].bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-link[disabled]:last-child{opacity:.5;--btn-color:#ED5B1A;--btn-bg-color:transparent;--btn-border-color:transparent}button.simple,.button.simple,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .simple.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .simple.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.simple:last-child{border-color:transparent}button.button-round,.button.button-round,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-round.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-round:last-child{line-height:1.2em;padding:1em}button.button-round .icon,.button.button-round .icon,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon,.bloco.bloco-texto-12-colunas .button-round.bloco-texto-12-colunas__botao .icon,.bloco.bloco-texto-12-colunas a.button-round:last-child .icon{width:1.2em;height:1.2em;display:inline-flex;align-items:center;justify-content:center}button.button-round.small,.button.button-round.small,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.small.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-round.small.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-round.small:last-child{line-height:1em;padding:.7em}button.button-round.x-small,.button.button-round.x-small,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.x-small.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button-round.x-small.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button-round.x-small:last-child{padding:.5em}button.large,.button.large,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .large.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .large.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.large:last-child{padding-top:1.125rem;padding-right:2.25rem;padding-bottom:1.1875rem;padding-left:2.25rem;font-size:1.25rem}button.mobile-expand,.button.mobile-expand,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .mobile-expand.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .mobile-expand.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.mobile-expand:last-child{padding-right:0;padding-left:0;width:100%}button.expand,.button.expand,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .expand.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .expand.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.expand:last-child{padding-right:0;padding-left:0;width:100%}button.small,.button.small,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .small.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .small.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.small:last-child{padding:.7em 1.2em;font-size:.8125rem;height:auto}button.x-small,.button.x-small,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .x-small.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .x-small.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.x-small:last-child{height:auto;padding:.5em 1.2em;font-size:.7rem}button .icon,.button .icon,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao .icon,.bloco.bloco-texto-12-colunas a:last-child .icon{display:inline-block;width:1em;height:1em;vertical-align:middle;position:relative}button .icon+*:not(.ripple),.button .icon+*:not(.ripple),.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon+*:not(.ripple),.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao .icon+*:not(.ripple),.bloco.bloco-texto-12-colunas a:last-child .icon+*:not(.ripple){margin-left:5px}button .icon svg,.button .icon svg,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon svg,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao .icon svg,.bloco.bloco-texto-12-colunas a:last-child .icon svg{position:absolute;top:0;left:0;width:100%;height:100%}button span,.button span,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action span,.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao span,.bloco.bloco-texto-12-colunas a:last-child span{vertical-align:middle}button.button--white,.button.button--white,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button--white.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button--white.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button--white:last-child{color:white;border-color:white}button.button--dark-gray,.button.button--dark-gray,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button--dark-gray.bloco-texto-img-full-width__row__coluna-texto__call-2-action,.bloco.bloco-texto-12-colunas .button--dark-gray.bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a.button--dark-gray:last-child{background-color:#2A2A2A;border-color:#2A2A2A}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea,select,.card-input{background-color:#FFF;font-family:inherit;border-style:solid;border-width:1px;border-color:#ccc;box-shadow:var(--input-box-shadow,none);color:#2A2A2A;display:block;font-size:1rem;margin:0 0 1rem 0;padding:.5rem;height:2.4375rem;width:100%;border-radius:var(--input-border-radius,5px);transition:all 0.15s ease,height 0s,width 0s;box-sizing:border-box}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus,select:focus,.card-input:focus{background-color:#FFF;border-color:#999;outline:none;box-shadow:0 1px 1px rgba(0,0,0,.03),0 3px 6px rgba(0,0,0,.02),0 0 0 3px rgba(153,153,153,.3),0 1px 1px 0 rgba(153,153,153,.08)}input[type=text]:disabled,input[type=password]:disabled,input[type=date]:disabled,input[type=datetime]:disabled,input[type=datetime-local]:disabled,input[type=month]:disabled,input[type=week]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=color]:disabled,textarea:disabled,select:disabled,.card-input:disabled{background-color:#DDD;cursor:default}input[disabled][type=text],input[disabled][type=password],input[disabled][type=date],input[disabled][type=datetime],input[disabled][type=datetime-local],input[disabled][type=month],input[disabled][type=week],input[disabled][type=email],input[disabled][type=number],input[disabled][type=search],input[disabled][type=tel],input[disabled][type=time],input[disabled][type=url],input[disabled][type=color],textarea[disabled],select[disabled],[disabled].card-input,input[readonly][type=text],input[readonly][type=password],input[readonly][type=date],input[readonly][type=datetime],input[readonly][type=datetime-local],input[readonly][type=month],input[readonly][type=week],input[readonly][type=email],input[readonly][type=number],input[readonly][type=search],input[readonly][type=tel],input[readonly][type=time],input[readonly][type=url],input[readonly][type=color],textarea[readonly],select[readonly],[readonly].card-input,fieldset[disabled] input[type=text],fieldset[disabled] input[type=password],fieldset[disabled] input[type=date],fieldset[disabled] input[type=datetime],fieldset[disabled] input[type=datetime-local],fieldset[disabled] input[type=month],fieldset[disabled] input[type=week],fieldset[disabled] input[type=email],fieldset[disabled] input[type=number],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=time],fieldset[disabled] input[type=url],fieldset[disabled] input[type=color],fieldset[disabled] textarea,fieldset[disabled] select,fieldset[disabled] .card-input{background-color:#DDD;cursor:default}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,input[type=color]:focus,textarea:focus,select:focus,.card-input:focus{background-color:#FFF;border-color:#999;outline:none;box-shadow:0 1px 1px rgba(0,0,0,.03),0 3px 6px rgba(0,0,0,.02),0 0 0 3px rgba(153,153,153,.3),0 1px 1px 0 rgba(153,153,153,.08)}input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder,.card-input::-webkit-input-placeholder{color:#CCC}input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=month]:-moz-placeholder,input[type=week]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=url]:-moz-placeholder,input[type=color]:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder,.card-input:-moz-placeholder{color:#CCC}input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder,.card-input:-ms-input-placeholder{color:#CCC}input[type=text]::placeholder,input[type=password]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=month]::placeholder,input[type=week]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=color]::placeholder,textarea::placeholder,select::placeholder,.card-input::placeholder{color:#CCC}input[type=text].error,input[type=password].error,input[type=date].error,input[type=datetime].error,input[type=datetime-local].error,input[type=month].error,input[type=week].error,input[type=email].error,input[type=number].error,input[type=search].error,input[type=tel].error,input[type=time].error,input[type=url].error,input[type=color].error,textarea.error,select.error,.card-input.error{margin-bottom:0}select{padding-right:30px}label{font-size:1rem;font-weight:500;margin-bottom:5px}label small{text-transform:none}input+small.explicacao{display:block;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;color:#737373}input.error+small.explicacao{margin-top:.3rem;margin-bottom:0}small.error,div.error{text-align:left;background-color:transparent;color:#FF544C;padding:5px 0 0 0}.captcha img{width:100%;margin-bottom:16px}label.custom-switch{position:relative;display:inline-block;height:34px;margin:0 0 1rem 0}label.custom-switch input{opacity:0;width:0;height:0;position:absolute}label.custom-switch .text-label{padding-left:70px;height:34px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}label.custom-switch .text-label span{display:inline-block}label.custom-switch .text-label:before{width:60px;content:"";display:block;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:0.4s;transition:0.4s}label.custom-switch .text-label:after{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white;-webkit-transition:0.4s;transition:0.4s}label.custom-switch input:checked+.text-label:before{background-color:#ED5B1A}label.custom-switch input:focus+.text-label{}label.custom-switch input:checked+.text-label:after{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}label.custom-switch input+.text-label .off{opacity:1;visibility:visible;width:auto;height:auto;float:left;transition:opacity 0.1s linear 0.1s,visibilty 0s linear 0.2s,width 0s linear 0.2s,height 0s linear 0.2s}label.custom-switch input+.text-label .on{opacity:0;visibility:hidden;width:0;height:0;overflow:hidden;float:left;transition:opacity 0.1s,visibilty 0s linear 0.1s,width 0s linear 0.1s,height 0s linear 0.1s}label.custom-switch input:checked+.text-label .on{opacity:1;visibility:visible;width:auto;height:auto;transition:opacity 0.1s linear 0.1s,visibilty 0s linear 0.2s,width 0s linear 0.2s,height 0s linear 0.2s}label.custom-switch input:checked+.text-label .off{opacity:0;visibility:hidden;width:0;height:0;overflow:hidden;transition:opacity 0.1s,visibilty 0s linear 0.1s,width 0s linear 0.1s,height 0s linear 0.1s}label.custom-switch .text-label:before{box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}label.custom-switch.round .text-label:before{border-radius:34px}label.custom-switch.round .text-label:after{border-radius:50%}input.custom-checkbox{float:left;opacity:0;margin:0;height:1px;width:1px}input.custom-checkbox~label{--cor-checkboxes:#ED5B1A;--cor-checkboxes-checked:#FFF;--cor-checkboxes-checked-bg:#ED5B1A;--checkboxes-border-thickness:2px;position:relative;padding-left:30px;margin-bottom:1em;margin-left:0}input.custom-checkbox~label.error{margin-bottom:4px}input.custom-checkbox~label:before{display:block;position:absolute;content:"";border:solid var(--checkboxes-border-thickness) var(--cor-checkboxes);height:20px;width:20px;left:0;top:50%;margin-top:-10px;border-radius:2px;transition:0.28s ease}input.custom-checkbox~label:after{transform:scale3d(0,0,0) rotate(-45deg);display:block;position:absolute;content:"";height:8px;width:14px;left:3px;top:50%;margin-top:-6px;color:white;border:3px solid var(--cor-checkboxes-checked);border-width:0 0 3px 3px;color:var(--cor-checkboxes-checked);transition:0.28s ease}input.custom-checkbox:focus~label:before{box-shadow:0 0 0 4px rgba(0,0,0,.1)}input.custom-checkbox:checked~label:before{background-color:var(--cor-checkboxes-checked-bg);border-color:var(--cor-checkboxes-checked-bg)}input.custom-checkbox:checked~label:after{transform:scale3d(1,1,1) rotate(-45deg)}input.custom-checkbox:disabled~label:before{cursor:not-allowed;opacity:.2}input.custom-checkbox:disabled~label:after{cursor:not-allowed;opacity:.8}input.custom-radiobutton{float:left;opacity:0;margin:0;height:1px;width:1px}input.custom-radiobutton~label{--cor-checkboxes:#ED5B1A;--cor-checkboxes-checked:#FFF;--cor-checkboxes-checked-bg:#ED5B1A;--checkboxes-border-thickness:2px;position:relative;padding-left:30px;margin-bottom:1em;margin-left:0}input.custom-radiobutton~label.error{margin-bottom:4px}input.custom-radiobutton~label:before{display:block;position:absolute;content:"";border:solid var(--checkboxes-border-thickness) var(--cor-checkboxes);height:20px;width:20px;left:0;top:50%;margin-top:-10px;border-radius:2px;transition:0.28s ease}input.custom-radiobutton~label:after{transform:scale3d(0,0,0) rotate(-45deg);display:block;position:absolute;content:"";height:8px;width:14px;left:3px;top:50%;margin-top:-6px;color:white;border:3px solid var(--cor-checkboxes-checked);border-width:0 0 3px 3px;color:var(--cor-checkboxes-checked);transition:0.28s ease}input.custom-radiobutton:focus~label:before{box-shadow:0 0 0 4px rgba(0,0,0,.1)}input.custom-radiobutton:checked~label:before{background-color:var(--cor-checkboxes-checked-bg);border-color:var(--cor-checkboxes-checked-bg)}input.custom-radiobutton:checked~label:after{transform:scale3d(1,1,1) rotate(-45deg)}input.custom-radiobutton:disabled~label:before{cursor:not-allowed;opacity:.2}input.custom-radiobutton:disabled~label:after{cursor:not-allowed;opacity:.8}input.custom-radiobutton~label:before{border-radius:50%}input.custom-radiobutton~label:after{border:none;border-radius:50%;width:14px;height:14px;top:50%;margin-top:-7px;border:solid 3px white}.dialog.dialog-error{width:100%;background:#FFF;text-align:left;max-width:500px;position:relative}.dialog.dialog-error .buttons-wrapper{display:flex;justify-content:space-between;padding-top:20px}.dialog.dialog-error .buttons-wrapper .button{max-width:50%;margin-right:2px;margin-left:2px;flex:1 1 0%;padding-left:10px;padding-right:10px}@media only screen and (max-width:640px){.dialog.dialog-error .buttons-wrapper .button{width:100%}}.dialog.dialog-error h4{color:#DE4440;font-size:1.69rem;text-align:center}.dialog.dialog-success{width:100%;background:#FFF;text-align:left;max-width:500px;position:relative;text-align:center}.dialog.dialog-success .buttons-wrapper{display:flex;justify-content:space-between;padding-top:20px}.dialog.dialog-success .buttons-wrapper .button{max-width:50%;margin-right:2px;margin-left:2px;flex:1 1 0%;padding-left:10px;padding-right:10px}@media only screen and (max-width:640px){.dialog.dialog-success .buttons-wrapper .button{width:100%}}.dialog.dialog-success h4{color:#2A2A2A;font-size:1.69rem}.dialog.dialog-pagamento{--dialog-padding:30px;min-height:0;max-width:400px;border-radius:8px}.dialog.dialog-pagamento .dialog-content{min-height:100px;display:grid;align-content:center}.dialog.dialog-pagamento .dialog-content h4{text-align:center}.dialog#definir-entrega-dialog{--max-width:500px;max-width:var(--max-width)}.dialog{--dialog-padding:30px 15px;position:relative;min-height:200px;width:100%;max-width:650px;background:#fff;padding:var(--dialog-padding)!important;text-align:left;margin:0 auto;opacity:0;will-change:transform,opacity;box-shadow:0 50px 100px rgba(50,50,50,.1),0 15px 35px rgba(50,50,50,.15),0 5px 15px rgba(0,0,0,.1);transition:all 0.2s ease-in-out;transform:scale3d(.8,.8,.8)}.fancybox-container--ready .dialog{transform:scale3d(1,1,1);opacity:1}.dialog .fancybox-close-small{background-color:#ddd;outline:none!important;height:30px;position:absolute;top:0;border:none;transition:background-color 0.15s ease,color 0.15s ease}.dialog .fancybox-close-small:hover{background-color:#e04343;color:#fff}.dialog .fancybox-close-small:hover:after{color:#fff;background:transparent}.dialog .fancybox-close-small:after{color:#222;top:0;right:0;width:100%;height:100%;border-radius:0;line-height:30px;background:transparent;outline:none!important}.dialog .button{margin-bottom:4px}.dialog h3{margin-bottom:2rem;text-align:left}.dialog h4{margin-bottom:2rem;text-align:left}.dialog.ajax-dialog .dialog-content{backface-visibility:hidden;will-change:max-height,opacity;transition:max-height 300ms ease-out,opacity 300ms ease-out}.dialog .dialog-content{padding:0}.dialog.dialog-4{max-width:400px}.dialog.dialog-6{max-width:520px}.dialog.dialog-8{max-width:640px}.dialog.dialog-9{max-width:760px}.dialog.dialog-10{max-width:880px}.my-dropdown-wrapper{position:relative;display:inline-block}.my-dropdown-wrapper:not(.my-dropdown--on-click):hover{z-index:2}.my-dropdown-wrapper:not(.my-dropdown--on-click):hover .my-dropdown{opacity:1;visibility:visible;transition:opacity 0.2s ease,visibility 0s ease 0s,transform 0.2s ease;transform:translate3d(0,0,0)}.my-dropdown-wrapper.my-dropdown--on-click{outline:none}.my-dropdown-wrapper.my-dropdown--on-click .my-dropdown{transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}.my-dropdown-wrapper.my-dropdown--on-click.active .my-dropdown{opacity:1;visibility:visible;transition:opacity 0.2s ease,visibility 0s ease 0s,transform 0.2s ease;transform:translate3d(0,0,0)}.my-dropdown-wrapper .my-dropdown-trigger:after{display:inline-block;content:"";border:solid 4px;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}.my-dropdown-wrapper .my-dropdown{opacity:0;visibility:hidden;transition:opacity 0.2s ease 0.2s,visibility 0s ease 0.4s,transform 0.2s ease 0.2s;transform:translate3d(0,-22px,0);position:absolute;padding-top:10px;min-width:120%;min-width:calc(100% + 34px)}.my-dropdown-wrapper .my-dropdown-inner{position:relative;list-style:none;margin:0;padding:8px 0;background-color:white;display:block;box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);box-shadow:0 13px 27px -5px rgba(0,0,0,.25),0 8px 16px -8px rgba(0,0,0,.2);border-radius:2px}.my-dropdown-wrapper .my-dropdown-inner:before{content:"";display:block;position:absolute;top:-10px;left:8px;border:12px solid transparent;border-bottom-width:12px;border-bottom-color:white;border-top-color:transparent;border-top-width:0}.my-dropdown-wrapper .my-dropdown-inner li{text-align:left}.my-dropdown-wrapper .my-dropdown-inner li a{padding:3px 15px;text-decoration:none;display:block;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;color:#ED5B1A;background-color:transparent;white-space:nowrap}@media only screen and (max-width:1024px){.my-dropdown-wrapper .my-dropdown-inner li a{padding-top:8px;padding-bottom:8px}}.my-dropdown-wrapper .my-dropdown-inner li a:hover{background-color:#ff9d47;color:white}.my-dropdown-wrapper .my-dropdown-inner li a .icon{display:inline-block;margin-right:10px}.my-dropdown-wrapper.my-dropdown--right .my-dropdown{right:0;transform-origin:calc(100% - 20px) -9px}.my-dropdown-wrapper.my-dropdown--right .my-dropdown .my-dropdown-inner:before{left:auto;right:8px}.my-dropdown-wrapper.my-dropdown--no-arrow .my-dropdown .my-dropdown-inner:before{display:none}.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger{margin:0;color:#2A2A2A}.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:hover,.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:focus,.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:active{background-color:#EEE;border-color:#EEE}.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:after{display:none}.my-dropdown-wrapper.my-dropdown--options-dropdown.my-dropdown--right .my-dropdown{right:0}.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown{padding-top:0}.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown .my-dropdown-inner:before{display:none}#cookiesbar{--background-color:#FFF;--overlay-background-color:#000;--border-color:#CCC;--switch-background-color:#DDD;--switch-checked-background-color:#66bb6a;position:fixed;z-index:9999999}#cookiesbar #cookiesbar__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--overlay-background-color);opacity:0;z-index:10;visibility:hidden;transition:opacity 0.4s,visibility 0s 0.4s}#cookiesbar #cookiesbar__inner-wrapper{position:fixed;top:0;left:0;bottom:0;max-width:450px;width:90%;background-color:var(--background-color);z-index:20;overflow-y:auto;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);transition:transform 0.3s;padding:30px 30px}#cookiesbar a{text-decoration:underline}#cookiesbar #cookiesbar__accept-recommended-settings{margin-bottom:0;padding-left:1em;padding-right:1em}#cookiesbar #cookiesbar__list{border-top:solid 1px var(--border-color);margin-top:30px;list-style:none;margin-left:0;padding-left:0}#cookiesbar .cookiesbar__list_item{border-bottom:solid 1px var(--border-color);padding-top:26px;padding-left:0;padding-bottom:14px}#cookiesbar.open #cookiesbar__overlay{visibility:visible;opacity:.4;transition:opacity 0.4s,visibility 0s 0s}#cookiesbar.open #cookiesbar__inner-wrapper{-webkit-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0)}#cookiesbar .cookiesbar__item-title{display:flex;align-items:center;justify-content:space-between}#cookiesbar .cookiesbar__item-title h5{display:inline-block;width:calc(100% - 150px)}#cookiesbar .cookiesbar__switch__wrapper{display:inline-block;vertical-align:middle;float:right}#cookiesbar .cookiesbar__switch__wrapper *{vertical-align:middle}#cookiesbar .cookiesbar__switch{display:inline-block;margin-bottom:0}#cookiesbar .cookiesbar__switch input{opacity:0;position:absolute;margin-bottom:0}#cookiesbar .cookiesbar__switch .cookiesbar__switch__background{display:inline-block;background-color:var(--switch-background-color);border-radius:100px;width:48px;height:24px;transition:all 0.2s ease}#cookiesbar .cookiesbar__switch .cookiesbar__switch__handle{display:block;border-radius:100%;height:24px;width:24px;padding:2px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:all 0.2s ease}#cookiesbar .cookiesbar__switch .cookiesbar__switch__handle:before{content:"";display:block;background-color:white;width:20px;height:20px;border-radius:100%}#cookiesbar .cookiesbar__switch input:checked~.cookiesbar__switch__background{background-color:var(--switch-checked-background-color)}#cookiesbar .cookiesbar__switch input:checked~.cookiesbar__switch__background .cookiesbar__switch__handle{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}header{background-color:white}header #header-top{background-color:#ED5B1A;color:white}header #header-top a{color:white}header #header-bottom{background-color:White}@media only screen and (max-width:1289px){header{--menu-drawer-left:0;--menu-drawer-right:auto;--menu-drawer-transform-x:-100%;--menu-drawer-max-width:300px;--menu-drawer-width:100%;--menu-submenu-open-transform-x:-20px;--menu-submenu-open-opacity:0;--menu-submenu-open-pointer-events:none;--menu-submenu-open-position:fixed;--menu-submenu-open-height:auto;--menu-submenu-closed-height:auto;--menu-submenu-open-transition:all 0.10s ease-out 0.10s,visibility 0s;--menu-submenu-closed-transition:all 0.10s ease-out,visibility 0s 0.10s;--menu-swipe-handle-left:0;--menu-swipe-handle-right:auto;--menu-handle-button-width:30px;--menu-handle-button-height:30px;--menu-handle-button-background:transparent;--menu-handle-button-color:#2A2A2A;--menu-handle-button-padding:0;--menu-handle-button-inner-translate:11px;--menu-close-button-width:30px;--menu-close-button-height:30px;--menu-close-button-background:transparent;--menu-close-button-padding:0;--menu-close-button-color:#2A2A2A;--menu-item-color:#2A2A2A;--menu-item-font-size:.9rem;--menu-item-font-weight:500;--menu-item-line-height:inherit;--menu-item-padding-top:10px;--menu-item-padding-bottom:10px;--menu-item-padding-left:15px;--menu-item-padding-right:15px;--menu-submenu-item-font-size:.9rem;--menu-submenu-item-font-weight:500;--menu-submenu-item-line-height:inherit;--menu-submenu-padding-top:60px;--menu-header-height:60px;--menu-header-padding-top:0;--menu-header-padding-bottom:0;--menu-header-padding-left:15px;--menu-header-padding-right:15px;--menu-submenu-header-height:60px;--menu-submenu-header-display:flex}header #header-bottom #header-bottom-cart-mobile-wrapper{gap:.6rem}header .menu--on-the-right{--menu-drawer-left:auto;--menu-drawer-right:0;--menu-drawer-transform-x:100%;--menu-submenu-open-transform-x:20px;--menu-swipe-handle-left:auto;--menu-swipe-handle-right:0}header .header-bottom-mobile__right{order:3;display:flex;align-items:center;min-width:40px;justify-content:flex-end}header .header-bottom-mobile__right#header-bottom-cart-mobile-wrapper .my-cart-wrapper>a{width:auto;height:100%}header .header-bottom-mobile__right#header-bottom-cart-mobile-wrapper .my-cart-wrapper>a svg,header .header-bottom-mobile__right#header-bottom-cart-mobile-wrapper .my-cart-wrapper>a img{display:inline-block;vertical-align:sub;height:100%;width:22px}header #menu-handle::before,header #menu-handle::after,header #menu-handle span,header .menu-mobile__close-button::before,header .menu-mobile__close-button::after,header .menu-mobile__close-button span,header .menu-mobile__submenu__close-button::before,header .menu-mobile__submenu__close-button::after,header .menu-mobile__submenu__close-button span{background:currentColor}header #menu-handle::before,header #menu-handle::after,header .menu-mobile__close-button::before,header .menu-mobile__close-button::after,header .menu-mobile__submenu__close-button::before,header .menu-mobile__submenu__close-button::after{content:"";position:absolute;height:2px;left:var(--menu-handle-button-inner-left,var(--menu-handle-button-padding));right:var(--menu-handle-button-inner-right,var(--menu-handle-button-padding));top:calc(50% - 1px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s);transition-delay:0.35s}header #menu-handle span,header .menu-mobile__close-button span,header .menu-mobile__submenu__close-button span{position:absolute;height:2px;left:var(--menu-handle-button-inner-left,var(--menu-handle-button-padding));right:var(--menu-handle-button-inner-right,var(--menu-handle-button-padding));overflow:hidden;text-indent:200%;transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s);transform:translate3d(0,-1px,0);transition-delay:0.25s}header #menu-handle::before,header .menu-mobile__close-button::before,header .menu-mobile__submenu__close-button::before{transform:translate3d(0,calc(var(--menu-handle-button-inner-translate,var(--menu-handle-button-inner-translate)) * -1),0)}header #menu-handle::after,header .menu-mobile__close-button::after,header .menu-mobile__submenu__close-button::after{transform:translate3d(0,calc(var(--menu-handle-button-inner-translate,var(--menu-handle-button-inner-translate)) * 1),0)}header #menu-handle{background:var(--menu-handle-button-background);border:none;width:var(--menu-handle-button-width);max-width:var(--menu-handle-button-width);height:var(--menu-handle-button-height);padding:var(--menu-handle-button-padding);outline:none;position:relative;z-index:1001;margin-bottom:0;color:var(--menu-handle-button-color)}header #menu-large{display:none}header #menu-mobile{display:block;position:fixed;visibility:hidden;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:1002;transition:all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s,visibility 0.15s cubic-bezier(.785,.135,.15,.86) 0.15s}header #menu-mobile.menu--has-submenu-open #menu-mobile__inner-wrapper .menu-mobile__header [data-item-to-animate-first-level],header #menu-mobile.menu--has-submenu-open #menu-mobile__inner-wrapper .menu-mobile__footer [data-item-to-animate-first-level]{opacity:var(--menu-submenu-open-opacity);pointer-events:var(--menu-submenu-open-pointer-events);transform:translate3d(calc(var(--menu-submenu-open-transform-x) * -1),0,0);transition:all 0.1s cubic-bezier(.785,.135,.15,.86),visibility 0s 0s}header #menu-mobile.menu--has-submenu-open #menu-mobile__inner-wrapper .menu-mobile__first-level>.menu__item>a{opacity:var(--menu-submenu-open-opacity);transform:translate3d(calc(var(--menu-submenu-open-transform-x) * -1),0,0);transition:all 0.1s cubic-bezier(.785,.135,.15,.86),visibility 0s 0s}header #menu-mobile .menu-mobile__close-button{position:relative;left:0;top:0;order:var(--menu-close-button-order,0);background:var(--menu-close-button-background,var(--menu-handle-button-background));border:var(--menu-close-button-border,none);width:var(--menu-close-button-width,var(--menu-handle-button-width));max-width:var(--menu-close-button-width,var(--menu-handle-button-width));height:var(--menu-close-button-height,var(--menu-handle-button-height));padding:var(--menu-close-button-padding,var(--menu-handle-button-padding));outline:none;z-index:1001;margin-bottom:0;color:var(--menu-close-button-color,var(--menu-item-color))}header #menu-mobile .menu-mobile__close-button:before,header #menu-mobile .menu-mobile__close-button:after{width:100%;transform:rotate3d(0,0,1,0);transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s)}header #menu-mobile .menu-mobile__close-button span{opacity:0}html.menu-opened header #menu-mobile #menu-handle:before,html.menu-opened header #menu-mobile #menu-handle:after,html.menu-opened header #menu-mobile .menu-mobile__close-button:before,html.menu-opened header #menu-mobile .menu-mobile__close-button:after{transition:all 0.1s cubic-bezier(.785,.135,.15,.86),visibility 0s 0s;transition-delay:0.3s,0s}html.menu-opened header #menu-mobile #menu-handle span,html.menu-opened header #menu-mobile .menu-mobile__close-button span{opacity:0}html.menu-opened header #menu-mobile #menu-handle::before,html.menu-opened header #menu-mobile .menu-mobile__close-button::before{transform:rotate3d(0,0,1,45deg)}html.menu-opened header #menu-mobile #menu-handle::after,html.menu-opened header #menu-mobile .menu-mobile__close-button::after{transform:rotate3d(0,0,1,135deg)}header #menu-mobile .menu__item--has-submenu.opened>.menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__close-button span{width:70%}header #menu-mobile .menu__item--has-submenu.opened>.menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__close-button:before,header #menu-mobile .menu__item--has-submenu.opened>.menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__close-button:after{width:45%}header #menu-mobile .menu__item--has-submenu.opened>.menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__close-button::before{transform:rotate3d(0,0,1,45deg)}header #menu-mobile .menu__item--has-submenu.opened>.menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__close-button::after{transform:rotate3d(0,0,1,-45deg)}header #menu-mobile button.menu-mobile__submenu__close-button{left:15px;top:0;background:var(--menu-close-button-background,var(--menu-handle-button-background));border:var(--menu-close-button-border,none);width:var(--menu-close-button-width,var(--menu-handle-button-width));max-width:var(--menu-close-button-width,var(--menu-handle-button-width));height:var(--menu-close-button-height,var(--menu-handle-button-height));padding:var(--menu-close-button-padding,var(--menu-handle-button-padding));outline:none;position:relative;z-index:1001;margin-bottom:0;color:var(--menu-close-button-color,var(--menu-item-color))}header #menu-mobile button.menu-mobile__submenu__close-button span{opacity:1;margin-left:0;width:10%;transform:translateY(0) rotate3d(0,0,1,0deg);transform-origin:0;top:calc(50% - 1px);border-radius:2px}header #menu-mobile button.menu-mobile__submenu__close-button:before,header #menu-mobile button.menu-mobile__submenu__close-button:after{-webkit-transform-origin:0;transform-origin:0;width:10%;border-radius:2px;margin-left:1px}header #menu-mobile button.menu-mobile__submenu__close-button::before{transform:rotate3d(0,0,1,45deg)}header #menu-mobile button.menu-mobile__submenu__close-button::after{transform:rotate3d(0,0,1,-45deg)}header #menu-mobile #menu-mobile__inner-wrapper{z-index:1004;list-style:none;margin:0;transform:translate3d(var(--menu-drawer-transform-x),0,0);transition:transform 0.2s cubic-bezier(.785,.135,.15,.86);position:fixed;top:0;left:var(--menu-drawer-left);right:var(--menu-drawer-right);bottom:0;background-color:#FFF;height:100%;max-width:var(--menu-drawer-max-width,300px);width:var(--menu-drawer-width,100%);overflow-x:hidden;overflow-y:auto;color:var(--menu-item-color,#2A2A2A)}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header{height:var(--menu-header-height,60px);padding-top:var(--menu-header-padding-top,0);padding-bottom:var(--menu-header-padding-bottom,0);padding-left:var(--menu-header-padding-left,15px);padding-right:var(--menu-header-padding-right,15px);top:0;left:0;right:0;background-color:rgba(0,0,0,.02);display:flex;align-items:center;justify-content:space-between}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header .menu-header-spacer{flex:1 1 auto}header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile>a>span{text-transform:uppercase}header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile .menu__submenu{text-transform:uppercase}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header{font-size:var(--menu-header-font-size,.75em);font-weight:var(--menu-header-font-weight,400)}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header>.menu__items>.menu__item>*:not(.menu__submenu){font-size:var(--menu-header-font-size,.75em)}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer{font-size:var(--menu-footer-font-size,.75em);font-weight:var(--menu-footer-font-weight,400)}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer>.menu__items>.menu__item>*:not(.menu__submenu){padding-left:var(--menu-item-padding-left);font-size:var(--menu-footer-font-size,.75em)}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header [data-item-to-animate-first-level],header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer [data-item-to-animate-first-level]{opacity:1;transform:none;transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s)}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer{padding-top:40px}header #menu-mobile #menu-mobile__inner-wrapper ul{list-style:none;margin:0;padding-top:var(--menu-ul-padding-top,10px);padding-bottom:var(--menu-ul-padding-bottom,10px)}header #menu-mobile #menu-mobile__inner-wrapper .menu__items{font-size:var(--menu-item-font-size,.9rem);font-weight:var(--menu-item-font-weight,500);line-height:var(--menu-item-line-height,inherit)}header #menu-mobile #menu-mobile__inner-wrapper .menu__items>.menu__item{padding:0}header #menu-mobile #menu-mobile__inner-wrapper .menu__items>.menu__item>a{display:block;padding:var(--menu-item-padding-top) var(--menu-item-padding-right) var(--menu-item-padding-bottom) var(--menu-item-padding-left);transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s)}header #menu-mobile #menu-mobile__inner-wrapper .menu__items>.menu__item.menu__item--active>a{background-color:var(--menu-selected-item-background-color,rgba(237,91,26,.1));color:var(--menu-selected-item-color,#ED5B1A)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu-open>*>a{opacity:0;transform:translate3d(20px,0,0);transition:all 0.1s cubic-bezier(.785,.135,.15,.86),visibility 0s 0s}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu{position:static;z-index:1002}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu>a{position:relative;padding-right:calc(var(--menu-item-padding-right) + 20px)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu>a:after{content:"";position:absolute;top:50%;right:calc((var(--menu-item-padding-right) + 20px) / 2);width:8px;height:8px;display:var(--menu-item-has-submenu-caret-display,inline-block);box-sizing:border-box;border-top:2px solid currentColor;border-left:2px solid currentColor;transform-origin:center;transform:translate(-50%,-50%) rotate(135deg)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu.opened>.menu__submenu{visibility:visible;opacity:1;height:var(--menu-submenu-open-height,auto);transform:translate3d(0,0,0);transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu.opened>.menu__submenu>.menu-mobile__submenu__header{visibility:visible;opacity:1;transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu{padding-top:var(--menu-submenu-padding-top,60px);display:block;visibility:hidden;position:var(--menu-submenu-open-position,fixed);height:var(--menu-submenu-closed-height,auto);opacity:0;top:0;bottom:0;right:0;left:0;z-index:1003;overflow:hidden;background-color:var(--menu-drawer-submenu-background,#FFF);transition:var(--menu-submenu-closed-transition,all 0.15s ease-out,visibility 0s 0.15s);transform:translate3d(var(--menu-submenu-open-transform-x),0,0);font-size:var(--menu-submenu-item-font-size,.9rem);font-weight:var(--menu-submenu-item-font-weight,500);line-height:var(--menu-submenu-item-line-height,inherit);--menu-item-font-size:var(--menu-submenu-item-font-size);--menu-item-font-weight:var(--menu-submenu-item-font-weight);--menu-item-line-height:var(--menu-submenu-item-line-height)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu.menu__submenu--has-submenu-open>.menu-mobile__submenu__header{opacity:0;pointer-events:var(--menu-submenu-open-pointer-events);transform:translate3d(calc(var(--menu-submenu-open-transform-x) * -1),0,0);transition:all 0.1s cubic-bezier(.785,.135,.15,.86),visibility 0s 0s}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu.menu__submenu--has-submenu-open>.menu__items>.menu__item>a{opacity:0;transform:translate3d(calc(var(--menu-submenu-open-transform-x) * -1),0,0);transition:all 0.1s cubic-bezier(.785,.135,.15,.86),visibility 0s 0s}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu ul{padding-top:var(--menu-submenu-ul-padding-top,var(--menu-ul-padding-top,10px));padding-bottom:var(--menu-submenu-ul-padding-bottom,var(--menu-ul-padding-bottom,10px))}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu>a{position:relative}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu .menu__item{--menu-item-color:var(--menu-submenu-item-color)}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu>.menu-mobile__submenu__header{position:absolute;cursor:pointer;height:var(--menu-submenu-header-height,60px);padding:0 var(--menu-submenu-header-padding-right,15px) 0 var(--menu-submenu-header-padding-left,15px);top:0;left:0;right:0;visibility:hidden;background-color:rgba(0,0,0,.02);transition:var(--menu-submenu-open-transition,all 0.1s cubic-bezier(.785,.135,.15,.86) 0.15s,visibility 0s 0.1s);display:var(--menu-submenu-header-display,flex);align-items:center;opacity:1}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__close-button{left:0;flex:0 0 auto}header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu>.menu-mobile__submenu__header .menu-mobile__submenu__title{text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;font-size:.9em;overflow:hidden;flex:1 0 0%}header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__first-level{position:static}header #menu-mobile #menu-mobile__inner-wrapper a{display:inline-block;color:var(--menu-item-color,#2A2A2A)}header #menu-mobile #menu-mobile__overlay{z-index:1003;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all 0.2s ease-out}header #menu-mobile__swipe-handle{position:fixed;z-index:1000;top:0;left:var(--menu-swipe-handle-left);right:var(--menu-swipe-handle-right);bottom:0;width:15px}header #header-bottom-right-wrapper{display:flex;align-items:center}header #header-bottom-right-wrapper .menu-large__first-level{display:none}header #header-bottom-logo-wrapper{margin-right:-10px}header #header-bottom-cart-mobile-wrapper #header-bottom-search a img{filter:invert(92%) sepia(1%) saturate(2790%) hue-rotate(346deg) brightness(104%) contrast(97%);width:16px;height:16px}html.menu-opened header #menu-large{display:none}html.menu-opened header #menu-mobile{display:block;visibility:visible;opacity:1;transition:opacity 0s,visibility 0s}html.menu-opened header #menu-mobile #menu-mobile__inner-wrapper{transform:translate3d(0%,0,0);transition:transform 0.3s cubic-bezier(.785,.135,.15,.86)}html.menu-opened header #menu-mobile #menu-mobile__overlay{visibility:visible;opacity:1}header#header{position:relative;z-index:2;height:60px}header#header #header-inner{height:60px}header#header #header-top{display:none}header#header #header-bottom{height:100%}header#header #header-bottom #header-bottom-inner-wrapper{height:60px;align-items:stretch;justify-content:center}header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper{text-align:center;order:2;flex-grow:1;display:flex;align-items:center;justify-content:center}header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper img{max-height:45px}#template-carrinho-wrapper header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper{justify-content:left}header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-menu-wrapper{display:flex;align-items:center;order:1;height:100%;min-height:30px;min-width:40px}header#header #header-bottom #header-bottom-inner-wrapper #search-bar__trigger__mobile-wrapper{order:unset}header#header .lang-wrapper-large{display:none}header#header .currency-wrapper-large{display:none}}@media only screen and (min-width:1290px){header .header-bottom-mobile__right{display:none}header #menu-handle,header #menu-close{display:none}header .menu-mobile__submenu__header{display:none}header #menu-mobile{display:none}header #menu-large{display:block;opacity:1;z-index:1000;visibility:visible!important;position:relative;overflow:visible}header #menu-large #menu-mobile__overlay{display:none}header #menu-large #menu-login-mobile{display:none}header #menu-large .menu-mobile__submenu__header{display:none}header #menu-large #menu-large__inner-wrapper{position:relative;overflow:visible;max-width:none;padding-top:0;transform:translate3d(0%,0,0)}header #menu-large #menu-large__inner-wrapper ul{list-style:none;margin:0;padding:0;transform:translate3d(0%,0,0)}header #menu-large #menu-large__inner-wrapper li{list-style:none;position:relative}header #menu-large #menu-large__inner-wrapper .menu-large__first-level{position:relative;height:auto;max-width:none;width:auto}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item:last-child:not(.menu__item--has-submenu){padding-right:0}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item{display:inline-block;position:relative;padding-left:12px;padding-right:12px;vertical-align:middle}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.my-cart-wrapper{padding-left:0}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.my-cart-wrapper>a{width:auto;height:100%}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.my-cart-wrapper>a svg,header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.my-cart-wrapper>a img{display:inline-block;vertical-align:sub;height:100%;width:22px}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.menu__item--active{color:#ED5B1A}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.menu__item--active>a{color:inherit;border-bottom:currentColor solid 2px}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.menu__item--has-submenu:after{content:"";color:inherit;position:absolute;right:2px;top:50%;margin-top:-3px;border:solid 4px currentColor;border-color:currentColor transparent transparent transparent}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item>a{padding-left:0;padding-right:0;display:inline-block;border-bottom:transparent 2px solid;color:#2A2A2A}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item>a:hover{color:#ED5B1A}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item .menu__submenu{opacity:0;visibility:hidden}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item .menu__submenu a{display:block;white-space:nowrap}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item .menu__submenu a:hover{color:#ED5B1A}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item .menu__submenu .menu__item--active{color:#ED5B1A}header #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item .menu__submenu .menu__item--active a{color:inherit}header #menu-large #menu-large__inner-wrapper .menu__item--has-submenu:hover>.menu__submenu{opacity:1;visibility:visible}header #menu-large #menu-large__inner-wrapper .menu__submenu{position:absolute;background-color:#FFF;box-shadow:0 4px 12px rgba(0,0,0,.2);min-width:100%;left:0;top:auto;bottom:auto;transition:all 0.2s ease-out}header #menu-large #menu-large__inner-wrapper .menu__submenu .menu__item a{color:#2A2A2A;display:block;padding:7px 12px}header #menu-large #menu-large__inner-wrapper .menu__submenu .menu__submenu{left:100%;top:100%}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper{position:relative;display:inline-block}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper:not(.my-dropdown--on-click):hover{z-index:2}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper:not(.my-dropdown--on-click):hover .my-dropdown{opacity:1;visibility:visible;transition:opacity 0.2s ease,visibility 0s ease 0s,transform 0.2s ease;transform:translate3d(0,0,0)}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--on-click{outline:none}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--on-click .my-dropdown{transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--on-click.active .my-dropdown{opacity:1;visibility:visible;transition:opacity 0.2s ease,visibility 0s ease 0s,transform 0.2s ease;transform:translate3d(0,0,0)}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-trigger:after{display:inline-block;content:"";border:solid 4px;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown{opacity:0;visibility:hidden;transition:opacity 0.2s ease 0.2s,visibility 0s ease 0.4s,transform 0.2s ease 0.2s;transform:translate3d(0,-22px,0);position:absolute;padding-top:10px;min-width:120%;min-width:calc(100% + 34px)}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner{position:relative;list-style:none;margin:0;padding:8px 0;background-color:white;display:block;box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);box-shadow:0 13px 27px -5px rgba(0,0,0,.25),0 8px 16px -8px rgba(0,0,0,.2);border-radius:2px}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner:before{content:"";display:block;position:absolute;top:-10px;left:8px;border:12px solid transparent;border-bottom-width:12px;border-bottom-color:white;border-top-color:transparent;border-top-width:0}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li{text-align:left}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a{padding:3px 15px;text-decoration:none;display:block;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;color:#ED5B1A;background-color:transparent;white-space:nowrap}}@media only screen and (min-width:1290px) and (max-width:1024px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a{padding-top:8px;padding-bottom:8px}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a:hover{background-color:#ff9d47;color:white}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a .icon{display:inline-block;margin-right:10px}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--right .my-dropdown{right:0;transform-origin:calc(100% - 20px) -9px}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--right .my-dropdown .my-dropdown-inner:before{left:auto;right:8px}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--no-arrow .my-dropdown .my-dropdown-inner:before{display:none}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger{margin:0;color:#2A2A2A}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:hover,header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:focus,header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:active{background-color:#EEE;border-color:#EEE}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:after{display:none}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown.my-dropdown--right .my-dropdown{right:0}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown{padding-top:0}header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown .my-dropdown-inner:before{display:none}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .icon{margin-right:10px}}@media only screen and (min-width:1290px){header #menu-large #menu-large__inner-wrapper .lang-wrapper-mobile{display:none!important}}@media only screen and (min-width:1290px){header#header #header-top{padding-top:12px;padding-bottom:12px}header#header #header-top .header-top__center-column{text-align:center}header#header #header-top .header-top__center-column img{margin-right:8px}header#header #header-top .header-top__right-column{display:flex;justify-content:flex-end;gap:1rem}header#header #header-top .header-top__right-column .header-top__right-column__idiomas{display:flex;align-items:center;gap:5px}header#header #header-top .header-top__right-column .header-top__right-column__idiomas a{text-transform:uppercase}header#header #header-top .header-top__right-column .header-top__right-column__idiomas a.active{font-weight:600;color:#2A2A2A}header#header #header-top .header-top__right-column .header-top__right-column__idiomas .separador:last-child{display:none}header#header #header-bottom{background-color:White}header#header #header-bottom #search-bar__trigger__mobile-wrapper{display:none}header#header #header-bottom #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item{text-transform:uppercase;font-weight:500;border-bottom:none}header#header #header-bottom #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item a{border-bottom:none}header#header #header-bottom #menu-large #menu-large__inner-wrapper .menu-large__first-level>.menu__item.menu__item--active{border-bottom:none}header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper{min-width:20%}header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-right-wrapper{min-width:20%;text-align:right}header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-right-wrapper ul{list-style:none;display:flex;justify-content:flex-end;gap:1rem;margin-left:0;margin-bottom:0;align-items:center}header#header.header-with-headroom{height:144px}header#header.header-with-headroom #header-inner{height:144px}header#header #header-top #header-top-right{text-align:right}header#header #header-bottom{padding-top:15px;padding-bottom:15px}header#header .lang-wrapper-large{display:inline-block;text-transform:uppercase;margin-left:5px}header#header .lang-wrapper-large a{display:block;text-align:center}header#header .lang-wrapper-large a.active{font-weight:bold}header#header .currency-wrapper-large{margin-left:5px}}.top-content-inner .slider-item .slider-item-outer-content-wrapper.slider-item-video{position:absolute;top:50%;width:100%;text-align:center;transform:translateY(-50%)}.top-content-inner .slider-item .slider-item-outer-content-wrapper.slider-item-video button.link-video{padding:0;background-color:transparent;border-color:transparent;width:60px;height:60px}.top-content-inner .slider-item .slider-item-outer-content-wrapper.slider-item-video button.link-video svg{width:60px;height:60px}.slider-item{outline:none}div.slider-dots,.slider-container>div.slider-dots{padding:0;margin-left:0;bottom:0;position:relative;text-align:center;z-index:1}div.slider-dots .slider-dot,.slider-container>div.slider-dots .slider-dot{width:12px;height:12px;display:inline-block;margin:0 5px;outline:none;border-radius:50%;cursor:pointer;background-color:transparent;box-shadow:inset 0 0 0 2px currentColor;transition:box-shadow 0.3s ease,transform 0.3s ease}div.slider-dots .slider-dot.slider-dot-active,.slider-container>div.slider-dots .slider-dot.slider-dot-active{transform:scale3d(1.3,1.3,1.3);box-shadow:inset 0 0 0 8px currentColor}.top-content-inner .slider-item{outline:none}.top-content-inner div.slider-dots,.top-content-inner .slider-container>div.slider-dots{padding:0;margin-left:0;bottom:0;position:absolute;text-align:center;z-index:1}.top-content-inner div.slider-dots .slider-dot,.top-content-inner .slider-container>div.slider-dots .slider-dot{width:12px;height:12px;display:inline-block;margin:0 5px;outline:none;border-radius:50%;cursor:pointer;background-color:transparent;box-shadow:inset 0 0 0 2px #fff;transition:box-shadow 0.3s ease,transform 0.3s ease}.top-content-inner div.slider-dots .slider-dot.slider-dot-active,.top-content-inner .slider-container>div.slider-dots .slider-dot.slider-dot-active{transform:scale3d(1.3,1.3,1.3);box-shadow:inset 0 0 0 8px #fff}.swiper-button-prev,.swiper-button-next{border-radius:2rem;background-color:#ED5B1A;width:2.3rem;height:2.3rem}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.6}.swiper-button-prev:after,.swiper-button-next:after{content:"";background-position:center;background-size:contain;background-repeat:no-repeat;width:1rem;height:1.3rem}.swiper-button-prev:after{background-image:url("../../multimedia/imagem/left-arrow.svg");margin-left:-2px}.swiper-button-next:after{background-image:url("../../multimedia/imagem/right-arrow.svg");margin-right:-2px}.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-bullets .slider-dot{border:2px solid #ED5B1A;opacity:1;width:.75rem;height:.75rem;background-color:transparent;box-shadow:none!important}.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-bullets .swiper-pagination-bullet.slider-dot-active,.swiper-pagination-bullets .slider-dot.swiper-pagination-bullet-active,.swiper-pagination-bullets .slider-dot.slider-dot-active{background-color:#ED5B1A!important}@media (max-width:1024px) and (orientation:portrait){#area-home .swiper-button-prev,#area-home .swiper-button-next{display:none}#area-home .top-content-inner .slider-item-outer-content-wrapper{position:absolute;height:100%;width:100%;display:flex;align-items:center;top:0}#area-home .top-content-inner .slider-item-outer-content-wrapper .conteudo-slider .titulo-slider{font-size:1.728rem;color:white;text-align:center}}@media (min-width:1024px),(orientation:landscape){#area-home .top-content-inner .slider-item-outer-content-wrapper{position:absolute;height:100%;width:100%;display:flex;align-items:center;top:0}#area-home .top-content-inner .slider-item-outer-content-wrapper .conteudo-slider .titulo-slider{font-size:2.197rem;color:white;text-align:center}#area-home .top-content-inner .swiper-button-prev{left:2.75rem}#area-home .top-content-inner .swiper-button-next{right:2.75rem}}footer#footer{background-color:#EEE}footer#footer .footer__footer-top{width:100%;max-width:103.75rem;display:grid;grid-template-columns:4fr 3fr 3fr 4fr;gap:30px;padding:2rem 15px;margin:0 auto}@media only screen and (max-width:1024px){footer#footer .footer__footer-top{grid-template-columns:2fr 2fr 3fr;font-size:.9rem}footer#footer .footer__footer-top .footer__footer-top__col-1{grid-column:1/-1}footer#footer .footer__footer-top p,footer#footer .footer__footer-top ul,footer#footer .footer__footer-top div{font-size:.9rem}}@media (max-width:760px){footer#footer .footer__footer-top{grid-template-columns:1fr 1fr}footer#footer .footer__footer-top .footer__footer-top__col-4{grid-column:1/-1}}footer#footer .footer__footer-top .footer__footer-top__titulo{font-weight:bold;margin-bottom:1.6rem;line-height:1.2em}@media only screen and (max-width:1024px){footer#footer .footer__footer-top .footer__footer-top__titulo{--h4-font-size:var(--h5-font-size)}}footer#footer .footer__footer-top .footer__footer-top__subtitulo{font-weight:bold}footer#footer .footer__footer-top .footer__footer-top__logo{margin-bottom:1rem}footer#footer .footer__footer-top .footer__footer-top__contactos-grupo{margin-bottom:1rem}footer#footer .footer__footer-top .footer__footer-top__contactos-grupo:last-child{margin-bottom:0}footer#footer .footer__footer-top .footer__footer-top__social{margin-bottom:2.4rem}footer#footer .footer__footer-top .footer__footer-top__social a img,footer#footer .footer__footer-top .footer__footer-top__social a svg{width:2em}footer#footer .footer__footer-top .footer__footer-top__newsletter .footer__footer-top__titulo{margin-bottom:.5rem}footer#footer .footer__footer-top .menu-footer{list-style-type:none;margin:0 0 1rem}footer#footer .footer__footer-bottom{padding:15px 0}footer#footer .footer__footer-bottom .menu-footer-legal{list-style-type:none;margin-left:0;margin-bottom:0}footer#footer .footer__footer-bottom .menu-footer-legal li{display:inline-block;margin-right:10px}.bloco{margin-bottom:var(--section-margin)}.bloco:last-child{margin-bottom:0}.bloco:last-child{margin-bottom:0}.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__preTitulo{text-transform:uppercase;margin-top:0;margin-bottom:2rem;color:#ED5B1A;font-weight:500}.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__titulo{margin-bottom:2rem}.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__texto{font-size:clamp(1.1rem,2vw,1.5rem)}.bloco.bloco-texto-12-colunas .bloco-texto-12-colunas__botao,.bloco.bloco-texto-12-colunas a:last-child{margin-top:2rem;margin-bottom:0}.bloco.bloco-texto-img-full-width{background-color:#F8F8F8!important}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row{display:flex;align-items:center;padding-left:0}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto{padding-left:max(.9375rem,(100vw - 17px - 103.75rem) / 2);width:50%;padding-right:3.75rem;padding-top:2rem;padding-bottom:2rem}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto p:last-child{margin-bottom:0}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__pre-titulo{color:#ED5B1A;font-weight:500;margin-bottom:1.5rem;text-transform:uppercase}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo{margin-bottom:1.5rem}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo h1,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo h2,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo h3{margin:0}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__pos-titulo{font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action{margin-top:1rem;margin-bottom:0}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img{flex-grow:1;align-self:stretch;width:50%}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img img{object-fit:cover;height:100%}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img .swiper-container{position:relative}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img .swiper-container .swiper-pagination{bottom:1rem;position:absolute}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img iframe,.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img video{width:100%;height:100%;aspect-ratio:16/9}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--invertido .bloco-texto-img-full-width__row{flex-direction:row-reverse;padding-left:0}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--invertido .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto{padding-right:max(.9375rem,(100vw - 17px - 103.75rem) / 2);padding-left:3.75rem}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row{color:white;position:relative;padding-left:0;align-items:stretch}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto{background-color:#ED5B1A;display:flex;align-content:space-between;flex-wrap:wrap;position:relative}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__texto{padding-bottom:6rem;height:100%;display:flex;flex-wrap:wrap;align-content:center}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__texto .bloco-texto-img-full-width__row__coluna-texto__pre-titulo{color:white;display:block;width:100%}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__texto .bloco-texto-img-full-width__row__coluna-texto__titulo{color:white;display:block;width:100%}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__texto .bloco-texto-img-full-width__row__coluna-texto__titulo *{color:white}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width--estilo-2__footer{padding-left:max(.9375rem,(100vw - 17px - 103.75rem) / 2);padding-top:1.5rem;padding-bottom:1.5rem;padding-right:3.75rem;background-color:#2A2A2A;width:100%;position:absolute;bottom:0;left:0}.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--estilo-2 .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width--estilo-2__footer .bloco-texto-img-full-width--estilo-2__footer__titulo{font-size:1.3rem}.bloco.bloco-full-width-imagem-quadrada-texto.bloco-full-width-imagem-quadrada-texto--bg-cinzento-claro{padding:var(--default-section-margin) 0}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row{display:flex;flex-wrap:wrap;align-items:center}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row .bloco-full-width-imagem-quadrada-texto__row__coluna-imagem img{width:100%}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row .bloco-full-width-imagem-quadrada-texto__row__coluna-texto{padding-left:3.75rem}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row .bloco-full-width-imagem-quadrada-texto__row__coluna-texto .bloco-full-width-imagem-quadrada-texto__row__coluna-texto__texto>:last-child{margin-bottom:0}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row .bloco-full-width-imagem-quadrada-texto__row__coluna-texto .bloco-full-width-imagem-quadrada-texto__row__coluna-texto__titulo{margin-bottom:1.5rem}.bloco.bloco-newsletter{overflow:hidden;position:relative;color:white}.bloco.bloco-newsletter img{position:absolute;object-fit:cover;bottom:0;top:0;left:0;height:100%;width:100%;z-index:-1}.bloco.bloco-newsletter .bloco-newsletter__conteudo{text-align:center;padding-top:4.44rem;padding-bottom:4.44rem;position:relative;overflow:hidden}.bloco.bloco-newsletter .bloco-newsletter__conteudo .bloco-newsletter__conteudo__titulo{color:white;font-weight:400;margin-top:0;z-index:1}.bloco.bloco-newsletter .bloco-newsletter__conteudo .bloco-newsletter__conteudo__texto{color:white;margin-bottom:1rem;z-index:1}.bloco.bloco-newsletter .bloco-newsletter__conteudo .bloco-newsletter__conteudo__formulario{z-index:1}.bloco.bloco-newsletter .bloco-newsletter__conteudo .bloco-newsletter__conteudo__formulario .wrapper-termos-condicoes{text-align:center}.bloco.bloco-newsletter .bloco-newsletter__conteudo .bloco-newsletter__conteudo__formulario .wrapper-termos-condicoes label{display:inline-block}.bloco.bloco-newsletter form small.error{color:white}.bloco.bloco-newsletter form .wrapper-termos-condicoes input{display:none}.bloco.bloco-newsletter form .wrapper-termos-condicoes label{color:white;display:block;text-align:left}.bloco.bloco-newsletter form .wrapper-termos-condicoes label:before{border:solid var(--checkboxes-border-thickness) white}.bloco.bloco-newsletter form .wrapper-termos-condicoes label:after{height:6px;width:12px;left:4px;top:57%}.bloco.bloco-newsletter form .wrapper-termos-condicoes label a{color:white;text-decoration:underline}.bloco.bloco-newsletter form .wrapper-termos-condicoes small.error{float:left}.bloco.bloco-4-colunas .bloco-4-colunas__colunas{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.87rem}.bloco.bloco-4-colunas .bloco-4-colunas__colunas .bloco-4-colunas__colunas__coluna .bloco-4-colunas__colunas__coluna__conteudo{margin-top:1.5rem}.bloco.bloco-4-colunas .bloco-4-colunas__colunas .bloco-4-colunas__colunas__coluna .bloco-4-colunas__colunas__coluna__conteudo p:last-child{margin-bottom:0}@media only screen and (max-width:1024px){.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row{flex-direction:column!important}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto{width:100%;padding-left:0.9375rem!important;padding-right:0.9375rem!important}.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img{width:100%}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row .bloco-full-width-imagem-quadrada-texto__row__coluna-texto{padding-left:.9375rem}.bloco.bloco-4-colunas .bloco-4-colunas__colunas{display:grid;grid-template-columns:repeat(2,1fr)}.bloco-newsletter__conteudo{padding-left:.9375rem;padding-right:.9375rem}}@media only screen and (max-width:640px){.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row{flex-direction:column-reverse}.bloco.bloco-full-width-imagem-quadrada-texto .bloco-full-width-imagem-quadrada-texto__row .bloco-full-width-imagem-quadrada-texto__row__coluna-texto{margin-bottom:4rem}.bloco.bloco-newsletter .bloco-newsletter__conteudo .bloco-newsletter__conteudo__formulario .form-newsletter form label{color:white}.bloco.bloco-4-colunas .bloco-4-colunas__colunas{display:grid;grid-template-columns:repeat(1,1fr)}}#area-carrinho div.content-outer-wrapper{padding-top:0;padding-bottom:0}#area-carrinho label{cursor:default}#area-carrinho label[for]{cursor:pointer}#area-carrinho .checkout-padded-container{margin:1rem 0 2rem 0}#area-carrinho .checkout-padded-container>label>a{text-decoration:none}#area-carrinho .checkout-padded-container+.checkout-padded-container{padding-top:0}#area-carrinho .checkout-continuar-wrapper{padding:0;margin-bottom:2rem}#area-carrinho .checkout-continuar-wrapper .button{margin:0}@media only screen and (max-width:640px){#area-carrinho .checkout-continuar-wrapper.fixed{padding:20px 15px;background-color:#FFF;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -5px 20px rgba(0,0,0,.1)}#area-carrinho .checkout-continuar-wrapper.fixed .button{display:block}}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-erro a{font-weight:bold;text-decoration:underline}#area-carrinho #area-carrinho-inner,#area-carrinho #area-checkout-inner{max-width:1024px;margin:0 auto}#area-carrinho #carrinho-vazio{text-align:center;margin:3rem 0}#area-carrinho .area-checkout--encomenda-finalizada #carrinho-conteudo-wrapper{grid-template-columns:fit-content(640px);justify-content:center}@media (max-width:768px){#area-carrinho .area-checkout--encomenda-finalizada #carrinho-left-column{}}#area-carrinho #carrinho-left-column>div:last-child .checkout-passo{margin-bottom:0}#area-carrinho #carrinho-resumo-wrapper{margin-top:2rem}@media (max-width:768px){#area-carrinho #carrinho-resumo-wrapper{margin-top:1rem}}#area-carrinho #carrinho-resumo-wrapper .custom-checkbox+label{font-weight:normal}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-button-checkout-wrapper{padding:0;margin-top:0}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-button-checkout-wrapper button{width:100%;margin-bottom:0}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper{margin-bottom:2rem}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout{margin-bottom:2rem}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout label{margin-bottom:0}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout>div{margin-bottom:1rem}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper #carrinho-resumo__oferta__input-wrapper{margin-bottom:1rem}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper .carrinho-resumo__oferta__label{font-weight:normal;margin-bottom:0}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper .carrinho-resumo__oferta__label .icon{display:inline-block;line-height:20px;width:20px;text-align:center;border-radius:10px;background-color:#F89406;color:white}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper #carrinho-resumo__oferta__texto{margin-bottom:0}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper{margin-bottom:2rem}@media (max-width:768px){#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper{margin-bottom:1.5rem}}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper{display:flex;margin-bottom:5px}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper input{-webkit-box-flex:2;-webkit-flex:2 1 auto;-moz-box-flex:2;-moz-flex:2 1 auto;-ms-flex:2 1 auto;flex:2 1 auto;height:2.4375rem;margin-bottom:0}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper button{font-size:.8rem;padding:5px 10px;height:2.4375rem;margin:0;margin-left:5px;flex:1 1 auto}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state{font-size:.9rem;vertical-align:middle;line-height:18px;display:flex;align-items:center;margin-bottom:5px}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state.valid{color:#66bb6a}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state.invalid{color:#D91E18}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state span{display:inline-block}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon{display:inline-block;height:16px;width:16px;margin-right:5px}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon svg{height:100%;width:100%;fill:currentColor}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon svg *{fill:currentColor}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper--checkout{margin-bottom:1rem;line-height:1.125rem;display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem}#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-valores-wrapper{padding:0;margin-top:2rem;padding-bottom:2rem}@media (max-width:768px){#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-valores-wrapper{margin-top:1rem;padding-bottom:1rem}}#area-carrinho #carrinho-resumo-wrapper label{cursor:default}#area-carrinho #carrinho-conteudo-wrapper{display:grid;grid-template-columns:minmax(calc(100% - 420px),65%) minmax(330px,35%);gap:90px;min-height:60vh;padding-bottom:30px}@media only screen and (max-width:1024px){#area-carrinho #carrinho-conteudo-wrapper{gap:45px;grid-template-columns:calc(100% - 345px) 300px}}@media (max-width:768px){#area-carrinho #carrinho-conteudo-wrapper{gap:30px;grid-template-columns:100%}#area-carrinho #carrinho-conteudo-wrapper #carrinho-resumo-bottom{position:fixed;bottom:0;left:0;right:0;width:100%;background:white;z-index:1;box-shadow:0 -2px 10px rgba(0,0,0,.2);margin:0;padding:10px 15px}}#area-carrinho #conteudo-carrinho{border:none;margin:2rem 0 0 0;font-size:.9rem}#area-carrinho #conteudo-carrinho .carrinho-item{padding:0 0 1rem 0;position:relative;font-size:1em;margin:1rem 0;border-bottom:solid 1px #eee;display:flex;flex-wrap:nowrap;gap:1rem}#area-carrinho #conteudo-carrinho .carrinho-item:last-child{border-bottom:none;margin-bottom:1rem}#area-carrinho #conteudo-carrinho .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario{display:none}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper{max-width:110px;max-height:160px;flex:0 0 15%;text-align:center}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper a{display:inline-block;height:100%}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper img{border-radius:var(--border-radius);max-height:100%}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo{position:relative;padding-right:0;flex:1 1 0%;display:flex;flex-direction:column;gap:8px}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .my-dropdown--options-dropdown{position:absolute;top:-5px;right:0}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-label{font-weight:600}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-weight:600;font-size:1.2em;line-height:1.2em;margin-bottom:0}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a{font-size:1em;text-decoration:none}@media only screen and (max-width:640px){#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-size:1em}}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo{font-size:.7em}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao{margin-bottom:0}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes{display:block;margin-bottom:0;color:#666}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valores{display:flex;justify-content:space-between;gap:10px}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd{display:inline-block;min-width:50px;background-color:white;width:auto;padding-right:20px;height:auto;padding-bottom:4px;padding-top:4px;margin-bottom:0;min-height:2.2em}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha{margin-bottom:0}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total{font-size:1.1em;line-height:1.1em;font-weight:600;display:inline-block;text-align:right}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper{align-self:center;text-align:right;line-height:1.3em}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario{color:#666;font-size:.9em}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-remover{position:absolute;top:0;right:0;height:26px;width:26px;padding:5px;margin:0;background-color:transparent;color:inherit;border:none}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-remover svg{width:16px;height:16px;color:inherit}#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-remover svg path{fill:currentColor}#area-carrinho #conteudo-carrinho .carrinho-item.changed span.sub-total{display:none}#area-carrinho #conteudo-carrinho .carrinho-item.changed button.refresh-line{display:block}#area-carrinho #conteudo-carrinho .carrinho-item .preco-antigo{font-size:.8em;text-decoration:line-through;opacity:.8}#area-carrinho #conteudo-carrinho .carrinho-item button.refresh-line{display:none;margin:0;line-height:20px;padding:3px 10px;font-size:13px;height:auto}#area-carrinho #carrinho-produtos-sugeridos-wrapper{margin-top:3rem}#area-carrinho .mensagem-produto-extra-sugerido{--bg:#F5F5F5;--border:solid 1px #e8e8e8;--margin:0 0 10px 0;--padding:15px;--gap:10px;--font-size:16px;background-color:var(--bg,#F5F5F5);border:var(--border,solid 1px #e8e8e8);margin:var(--margin);padding:var(--padding,10px);font-size:var(--font-size,16px)}#area-carrinho .mensagem-produto-extra-sugerido .info-intro{margin-bottom:10px}#area-carrinho .mensagem-produto-extra-sugerido .produto{display:flex;align-items:center;gap:var(--gap,10px)}#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-img-wrapper{max-width:70px;flex:0 0 70px}#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-info-wrapper{flex:1 1 auto}#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .produto-nome{font-weight:var(--preco-nome-font-weight,bold);margin-right:10px}#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .preco-antigo{text-decoration:line-through;font-size:.8em;opacity:var(--preco-antigo-opacity,.5)}#area-carrinho .mensagem-produto-extra-sugerido .produto button{margin-bottom:0}#area-carrinho #resumo-valores-encomenda{}#area-carrinho #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis]{padding:10px}#area-carrinho #resumo-valores-encomenda table{width:100%;border:none;margin-bottom:0;background:transparent;color:inherit}#area-carrinho #resumo-valores-encomenda table tr{background-color:transparent;color:inherit}#area-carrinho #resumo-valores-encomenda table tr td{padding:0;padding-bottom:10px;background-color:transparent;color:inherit}#area-carrinho #resumo-valores-encomenda table tr td:nth-child(2){text-align:right}#area-carrinho #resumo-valores-encomenda table tr.valor-total-wrapper td{font-size:1.3em;font-weight:bold}#area-carrinho #resumo-valores-encomenda table tr.iva-incluido-wrapper{border-bottom:none}#area-carrinho #resumo-valores-encomenda table tr.iva-incluido-wrapper td{border-bottom:none;padding-bottom:0}#area-carrinho #resumo-valores-encomenda table tr.iva-incluido-wrapper span{font-weight:normal;font-size:.8em}#area-carrinho .adicionar-morada{margin-bottom:0}#area-carrinho .checkout-passo{margin-bottom:4rem}#area-carrinho .checkout-passo .checkout-passo-titulo{position:relative;font-weight:bold}#area-carrinho .checkout-passo .checkout-passo-titulo a{margin-bottom:0;font-size:.7rem;float:right}#area-carrinho .checkout-passo .checkout-passo-titulo a span.icon{margin-right:3px}#area-carrinho .checkout-passo .checkout-passo-titulo .icon-check{display:inline-block;height:1.2em;line-height:1.2em;width:1.2em;color:#66bb6a;background-color:currentColor;vertical-align:middle;text-align:center;margin-right:5px;margin-left:5px}#area-carrinho .checkout-passo .checkout-passo-titulo .icon-check svg{display:inline-block;text-align:center;height:1.2em;color:currentColor}#area-carrinho .checkout-passo .checkout-passo-titulo .icon-check svg *{fill:currentColor}#area-carrinho .checkout-passo .checkout-passo-inner-wrapper{background-color:#FFF;border:none;position:relative;transition:box-shadow 0.3s ease-out}#area-carrinho .checkout-passo .checkout-tabs{display:flex;padding:0;margin:2rem 0 2rem 0;gap:15px}#area-carrinho .checkout-passo .checkout-tabs>div{position:relative;flex:1 1 0%;margin-right:0}#area-carrinho .checkout-passo .checkout-tabs>div input{opacity:0;position:absolute;top:0;z-index:-1}#area-carrinho .checkout-passo .checkout-tabs>div input:checked~label{border:var(--checked-border,solid 1px currentColor);outline:var(--checked-outline,solid 1px currentColor)}#area-carrinho .checkout-passo .checkout-tabs>div label{margin:0;height:100%;width:100%;padding:15px;background-color:transparent;font-size:1rem;display:flex;align-items:center;border-radius:var(--border-radius,6px);border:var(--border,solid 1px #CCC);outline:var(--outline,solid 1px transparent)}#area-carrinho .checkout-passo .checkout-tabs>div label:hover{border:var(--hover-border,solid 1px #AAA)}#area-carrinho .checkout-passo .checkout-tabs>div label span{flex:1 1 auto;display:inline-block;vertical-align:middle}#area-carrinho .checkout-passo .checkout-tabs>div label span svg{float:left}#area-carrinho .checkout-passo .checkout-tabs>div label span svg *{fill:currentColor}#area-carrinho .checkout-passo .checkout-tabs>div label span.checkout-tab-icon{max-width:32px;margin-right:10px}@media only screen and (max-width:640px){#area-carrinho .checkout-passo .checkout-tabs>div label{font-size:13px;line-height:1.5em;flex-direction:column;justify-content:flex-start;text-align:center}#area-carrinho .checkout-passo .checkout-tabs>div label span.checkout-tab-icon{flex:0 0 0%;margin-right:0}#area-carrinho .checkout-passo .checkout-tabs>div label span.checkout-tab-icon svg{width:24px;height:auto}}#area-carrinho .checkout-passo a .icon{display:inline-block;vertical-align:middle}#area-carrinho .checkout-passo a .icon svg{width:.9em;height:.9em}#area-carrinho .checkout-passo .adicionar-morada{position:relative;vertical-align:middle}#area-carrinho .checkout-passo .adicionar-morada span{display:inline-block;vertical-align:middle}#area-carrinho .checkout-passo .adicionar-morada .icon{width:1em;height:1em;text-align:center;display:inline-block;position:absolute}#area-carrinho .checkout-passo .adicionar-morada .icon svg{width:100%;height:100%;position:absolute;top:0;left:0}#area-carrinho .checkout-passo .checkout-passo-descricao-wrapper .checkout-passo-descricao-icon-wrapper{float:left;width:32px;min-height:1px}#area-carrinho .checkout-passo .checkout-passo-descricao-wrapper .checkout-passo-descricao{margin-left:47px}#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo{display:grid;gap:0 10px;grid-template-columns:110px auto;margin-bottom:1rem}#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo select,#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo input{margin-bottom:0}#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo .error:not(input){grid-column:1/span 2;margin-bottom:0}#area-carrinho .column-title{font-weight:bold}#area-carrinho .icon svg *{fill:currentColor}#area-carrinho .metodos-expedicao-inexistentes .checkout-metodo-item{vertical-align:middle}#area-carrinho .metodos-expedicao-inexistentes span{vertical-align:middle}#area-carrinho .metodos-expedicao-inexistentes .icon{display:inline-block;width:24px;height:24px;vertical-align:middle;line-height:1.2em}#area-carrinho .metodos-expedicao-inexistentes .icon svg{width:100%;height:100%}#area-carrinho .metodos-expedicao-inexistentes .icon svg *{fill:currentColor}#area-carrinho #checkout-facturacao-moradas,#area-carrinho #checkout-expedicao-moradas{margin-bottom:10px}#area-carrinho .checkout-expedicao-morada-item,#area-carrinho .checkout-facturacao-morada-item{padding:10px 0;display:flex}#area-carrinho .checkout-expedicao-morada-item+.checkout-expedicao-morada-item,#area-carrinho .checkout-expedicao-morada-item+.checkout-facturacao-morada-item,#area-carrinho .checkout-facturacao-morada-item+.checkout-expedicao-morada-item,#area-carrinho .checkout-facturacao-morada-item+.checkout-facturacao-morada-item{border-top:solid 1px #eee}#area-carrinho .checkout-expedicao-morada-item>div,#area-carrinho .checkout-facturacao-morada-item>div{flex:1 1 0%;width:calc(100% - 100px)}#area-carrinho .checkout-expedicao-morada-item>.button-editar-morada,#area-carrinho .checkout-facturacao-morada-item>.button-editar-morada{min-width:50px;font-size:.9rem}#area-carrinho .checkout-expedicao-morada-item label,#area-carrinho .checkout-facturacao-morada-item label{display:block;font-weight:normal;margin-bottom:0}#area-carrinho .checkout-expedicao-morada-item label span,#area-carrinho .checkout-facturacao-morada-item label span{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#area-carrinho #area-checkout{padding-bottom:100px}#area-carrinho #area-checkout #carrinho-conteudo-wrapper #resumo-valores-encomenda{margin-top:2rem}#area-carrinho #area-checkout #carrinho-conteudo-wrapper #conteudo-carrinho{border:none;font-size:.8rem;margin:2rem 0 0}#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item{padding-left:0;padding-right:0}#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-img-wrapper{width:50px;flex:1 0 50px;max-width:50px;min-width:50px}#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-img-wrapper img{margin-bottom:0;border-radius:var(--border-radius)}#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-erro a{font-weight:bold;text-decoration:underline}#area-carrinho #area-checkout .checkout-finalizar-aviso{padding-top:10px;display:block;font-size:.8em}#area-carrinho .checkout-finalizar-pagamento-info{font-size:.85rem;border-top:solid 1px #eee;padding-top:20px}#area-carrinho .checkout-finalizar-pagamento-info *{font-size:1em}#area-carrinho .checkout-finalizar-pagamento-info p{margin-bottom:1.25em}#area-carrinho .checkout-finalizar-pagamento-info p:last-child{margin-bottom:0}#area-carrinho .checkout-finalizar-pagamento-info .checkout-finalizar-pagamento-info-logo{height:30px;width:auto;margin-bottom:10px}#area-carrinho #checkout-expedicao-metodos-wrapper fieldset,#area-carrinho #checkout-pagamento-metodos-wrapper fieldset,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper fieldset{padding-bottom:4px}#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-metodo-item,#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-metodo-item,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item{padding:10px 0}#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-metodo-item label,#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-metodo-item label,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item label{margin:0}#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-metodo-item+.checkout-metodo-item,#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-metodo-item+.checkout-metodo-item,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item+.checkout-metodo-item{border-top:solid 1px #eee}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data{max-width:200px;margin-bottom:0}#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes,#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes{display:block;padding-left:30px;padding-top:10px}#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper,#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper{padding-left:0}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-campos-adicionais__wrapper,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-campos-adicionais__wrapper,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-campos-adicionais__wrapper{padding-left:30px;padding-top:10px}#area-carrinho #checkout-expedicao-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-carrinho #checkout-pagamento-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-item-info-adicional{display:flex;flex-wrap:wrap}@media only screen and (max-width:640px){#area-carrinho #checkout-expedicao-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-carrinho #checkout-pagamento-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-item-info-adicional{display:block}#area-carrinho #checkout-expedicao-metodos-wrapper input:checked~.metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-carrinho #checkout-pagamento-metodos-wrapper input:checked~.metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-item-info-adicional .metodo-item-info-adicional-coluna{width:100%}}#area-carrinho #checkout-expedicao-metodos-wrapper input:checked~.metodo-campos-adicionais__wrapper,#area-carrinho #checkout-pagamento-metodos-wrapper input:checked~.metodo-campos-adicionais__wrapper,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-campos-adicionais__wrapper{display:block;padding-left:30px;padding-top:10px}#area-carrinho #checkout-expedicao-metodos-wrapper input:checked~.checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper,#area-carrinho #checkout-pagamento-metodos-wrapper input:checked~.checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked~.checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper{display:block;padding-left:0;padding-top:10px}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional{display:flex;flex-wrap:wrap;font-size:.8rem}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna{padding-top:5px;padding-bottom:10px;padding-right:5px;width:50%}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo{font-weight:600}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full{width:100%}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional table,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional table,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional table{font-size:inherit;border:none}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional table td,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional table td,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional table td{font-size:inherit}@media only screen and (max-width:1024px){#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional{display:block}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna{width:100%}}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao{display:flex;align-items:center}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .icone,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .icone,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .icone{max-width:30px;margin-right:8px;display:inline-block}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-top,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-top,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-top{font-weight:normal}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold{font-weight:600}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-bottom,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-bottom,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-bottom{font-size:.9em;color:#888;font-weight:normal}#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-bottom span,#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-bottom span,#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-bottom span{margin-left:0}#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__flex-wrapper{display:flex;margin-bottom:1rem;gap:0 10px}#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__campo{max-width:200px;margin-bottom:0}#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__button{height:2.4375rem;margin-bottom:0}#area-subscricoes div.content-outer-wrapper{padding-top:0;padding-bottom:0}#area-subscricoes label{cursor:default}#area-subscricoes label[for]{cursor:pointer}#area-subscricoes .checkout-padded-container{margin:1rem 0 2rem 0}#area-subscricoes .checkout-padded-container>label>a{text-decoration:none}#area-subscricoes .checkout-padded-container+.checkout-padded-container{padding-top:0}#area-subscricoes .checkout-continuar-wrapper{padding:0;margin-bottom:2rem}#area-subscricoes .checkout-continuar-wrapper .button{margin:0}@media only screen and (max-width:640px){#area-subscricoes .checkout-continuar-wrapper.fixed{padding:20px 15px;background-color:#FFF;position:fixed;bottom:0;left:0;right:0;z-index:1000;box-shadow:0 -5px 20px rgba(0,0,0,.1)}#area-subscricoes .checkout-continuar-wrapper.fixed .button{display:block}}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-erro a{font-weight:bold;text-decoration:underline}#area-subscricoes #area-carrinho-inner,#area-subscricoes #area-checkout-inner{max-width:1024px;margin:0 auto}#area-subscricoes #carrinho-vazio{text-align:center;margin:3rem 0}#area-subscricoes .area-checkout--encomenda-finalizada #carrinho-conteudo-wrapper{grid-template-columns:fit-content(640px);justify-content:center}@media (max-width:768px){#area-subscricoes .area-checkout--encomenda-finalizada #carrinho-left-column{}}#area-subscricoes #carrinho-left-column>div:last-child .checkout-passo{margin-bottom:0}#area-subscricoes #carrinho-resumo-wrapper{margin-top:2rem}@media (max-width:768px){#area-subscricoes #carrinho-resumo-wrapper{margin-top:1rem}}#area-subscricoes #carrinho-resumo-wrapper .custom-checkbox+label{font-weight:normal}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo-button-checkout-wrapper{padding:0;margin-top:0}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo-button-checkout-wrapper button{width:100%;margin-bottom:0}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper{margin-bottom:2rem}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout{margin-bottom:2rem}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout label{margin-bottom:0}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout>div{margin-bottom:1rem}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper #carrinho-resumo__oferta__input-wrapper{margin-bottom:1rem}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper .carrinho-resumo__oferta__label{font-weight:normal;margin-bottom:0}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper .carrinho-resumo__oferta__label .icon{display:inline-block;line-height:20px;width:20px;text-align:center;border-radius:10px;background-color:#F89406;color:white}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper #carrinho-resumo__oferta__texto{margin-bottom:0}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper{margin-bottom:2rem}@media (max-width:768px){#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper{margin-bottom:1.5rem}}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper{display:flex;margin-bottom:5px}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper input{-webkit-box-flex:2;-webkit-flex:2 1 auto;-moz-box-flex:2;-moz-flex:2 1 auto;-ms-flex:2 1 auto;flex:2 1 auto;height:2.4375rem;margin-bottom:0}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper button{font-size:.8rem;padding:5px 10px;height:2.4375rem;margin:0;margin-left:5px;flex:1 1 auto}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state{font-size:.9rem;vertical-align:middle;line-height:18px;display:flex;align-items:center;margin-bottom:5px}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state.valid{color:#66bb6a}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state.invalid{color:#D91E18}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state span{display:inline-block}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon{display:inline-block;height:16px;width:16px;margin-right:5px}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon svg{height:100%;width:100%;fill:currentColor}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon svg *{fill:currentColor}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper--checkout{margin-bottom:1rem;line-height:1.125rem;display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem}#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo-valores-wrapper{padding:0;margin-top:2rem;padding-bottom:2rem}@media (max-width:768px){#area-subscricoes #carrinho-resumo-wrapper .carrinho-resumo-valores-wrapper{margin-top:1rem;padding-bottom:1rem}}#area-subscricoes #carrinho-resumo-wrapper label{cursor:default}#area-subscricoes #carrinho-conteudo-wrapper{display:grid;grid-template-columns:minmax(calc(100% - 420px),65%) minmax(330px,35%);gap:90px;min-height:60vh;padding-bottom:30px}@media only screen and (max-width:1024px){#area-subscricoes #carrinho-conteudo-wrapper{gap:45px;grid-template-columns:calc(100% - 345px) 300px}}@media (max-width:768px){#area-subscricoes #carrinho-conteudo-wrapper{gap:30px;grid-template-columns:100%}#area-subscricoes #carrinho-conteudo-wrapper #carrinho-resumo-bottom{position:fixed;bottom:0;left:0;right:0;width:100%;background:white;z-index:1;box-shadow:0 -2px 10px rgba(0,0,0,.2);margin:0;padding:10px 15px}}#area-subscricoes #conteudo-carrinho{border:none;margin:2rem 0 0 0;font-size:.9rem}#area-subscricoes #conteudo-carrinho .carrinho-item{padding:0 0 1rem 0;position:relative;font-size:1em;margin:1rem 0;border-bottom:solid 1px #eee;display:flex;flex-wrap:nowrap;gap:1rem}#area-subscricoes #conteudo-carrinho .carrinho-item:last-child{border-bottom:none;margin-bottom:1rem}#area-subscricoes #conteudo-carrinho .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario{display:none}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper{max-width:110px;max-height:160px;flex:0 0 15%;text-align:center}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper a{display:inline-block;height:100%}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper img{border-radius:var(--border-radius);max-height:100%}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo{position:relative;padding-right:0;flex:1 1 0%;display:flex;flex-direction:column;gap:8px}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .my-dropdown--options-dropdown{position:absolute;top:-5px;right:0}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-label{font-weight:600}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-weight:600;font-size:1.2em;line-height:1.2em;margin-bottom:0}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a{font-size:1em;text-decoration:none}@media only screen and (max-width:640px){#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-size:1em}}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo{font-size:.7em}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao{margin-bottom:0}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes{display:block;margin-bottom:0;color:#666}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valores{display:flex;justify-content:space-between;gap:10px}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd{display:inline-block;min-width:50px;background-color:white;width:auto;padding-right:20px;height:auto;padding-bottom:4px;padding-top:4px;margin-bottom:0;min-height:2.2em}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha{margin-bottom:0}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total{font-size:1.1em;line-height:1.1em;font-weight:600;display:inline-block;text-align:right}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper{align-self:center;text-align:right;line-height:1.3em}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario{color:#666;font-size:.9em}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-remover{position:absolute;top:0;right:0;height:26px;width:26px;padding:5px;margin:0;background-color:transparent;color:inherit;border:none}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-remover svg{width:16px;height:16px;color:inherit}#area-subscricoes #conteudo-carrinho .carrinho-item .carrinho-item-remover svg path{fill:currentColor}#area-subscricoes #conteudo-carrinho .carrinho-item.changed span.sub-total{display:none}#area-subscricoes #conteudo-carrinho .carrinho-item.changed button.refresh-line{display:block}#area-subscricoes #conteudo-carrinho .carrinho-item .preco-antigo{font-size:.8em;text-decoration:line-through;opacity:.8}#area-subscricoes #conteudo-carrinho .carrinho-item button.refresh-line{display:none;margin:0;line-height:20px;padding:3px 10px;font-size:13px;height:auto}#area-subscricoes #carrinho-produtos-sugeridos-wrapper{margin-top:3rem}#area-subscricoes .mensagem-produto-extra-sugerido{--bg:#F5F5F5;--border:solid 1px #e8e8e8;--margin:0 0 10px 0;--padding:15px;--gap:10px;--font-size:16px;background-color:var(--bg,#F5F5F5);border:var(--border,solid 1px #e8e8e8);margin:var(--margin);padding:var(--padding,10px);font-size:var(--font-size,16px)}#area-subscricoes .mensagem-produto-extra-sugerido .info-intro{margin-bottom:10px}#area-subscricoes .mensagem-produto-extra-sugerido .produto{display:flex;align-items:center;gap:var(--gap,10px)}#area-subscricoes .mensagem-produto-extra-sugerido .produto .produto-img-wrapper{max-width:70px;flex:0 0 70px}#area-subscricoes .mensagem-produto-extra-sugerido .produto .produto-info-wrapper{flex:1 1 auto}#area-subscricoes .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .produto-nome{font-weight:var(--preco-nome-font-weight,bold);margin-right:10px}#area-subscricoes .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .preco-antigo{text-decoration:line-through;font-size:.8em;opacity:var(--preco-antigo-opacity,.5)}#area-subscricoes .mensagem-produto-extra-sugerido .produto button{margin-bottom:0}#area-subscricoes #resumo-valores-encomenda{}#area-subscricoes #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis]{padding:10px}#area-subscricoes #resumo-valores-encomenda table{width:100%;border:none;margin-bottom:0;background:transparent;color:inherit}#area-subscricoes #resumo-valores-encomenda table tr{background-color:transparent;color:inherit}#area-subscricoes #resumo-valores-encomenda table tr td{padding:0;padding-bottom:10px;background-color:transparent;color:inherit}#area-subscricoes #resumo-valores-encomenda table tr td:nth-child(2){text-align:right}#area-subscricoes #resumo-valores-encomenda table tr.valor-total-wrapper td{font-size:1.3em;font-weight:bold}#area-subscricoes #resumo-valores-encomenda table tr.iva-incluido-wrapper{border-bottom:none}#area-subscricoes #resumo-valores-encomenda table tr.iva-incluido-wrapper td{border-bottom:none;padding-bottom:0}#area-subscricoes #resumo-valores-encomenda table tr.iva-incluido-wrapper span{font-weight:normal;font-size:.8em}#area-subscricoes .adicionar-morada{margin-bottom:0}#area-subscricoes .checkout-passo{margin-bottom:4rem}#area-subscricoes .checkout-passo .checkout-passo-titulo{position:relative;font-weight:bold}#area-subscricoes .checkout-passo .checkout-passo-titulo a{margin-bottom:0;font-size:.7rem;float:right}#area-subscricoes .checkout-passo .checkout-passo-titulo a span.icon{margin-right:3px}#area-subscricoes .checkout-passo .checkout-passo-titulo .icon-check{display:inline-block;height:1.2em;line-height:1.2em;width:1.2em;color:#66bb6a;background-color:currentColor;vertical-align:middle;text-align:center;margin-right:5px;margin-left:5px}#area-subscricoes .checkout-passo .checkout-passo-titulo .icon-check svg{display:inline-block;text-align:center;height:1.2em;color:currentColor}#area-subscricoes .checkout-passo .checkout-passo-titulo .icon-check svg *{fill:currentColor}#area-subscricoes .checkout-passo .checkout-passo-inner-wrapper{background-color:#FFF;border:none;position:relative;transition:box-shadow 0.3s ease-out}#area-subscricoes .checkout-passo .checkout-tabs{display:flex;padding:0;margin:2rem 0 2rem 0;gap:15px}#area-subscricoes .checkout-passo .checkout-tabs>div{position:relative;flex:1 1 0%;margin-right:0}#area-subscricoes .checkout-passo .checkout-tabs>div input{opacity:0;position:absolute;top:0;z-index:-1}#area-subscricoes .checkout-passo .checkout-tabs>div input:checked~label{border:var(--checked-border,solid 1px currentColor);outline:var(--checked-outline,solid 1px currentColor)}#area-subscricoes .checkout-passo .checkout-tabs>div label{margin:0;height:100%;width:100%;padding:15px;background-color:transparent;font-size:1rem;display:flex;align-items:center;border-radius:var(--border-radius,6px);border:var(--border,solid 1px #CCC);outline:var(--outline,solid 1px transparent)}#area-subscricoes .checkout-passo .checkout-tabs>div label:hover{border:var(--hover-border,solid 1px #AAA)}#area-subscricoes .checkout-passo .checkout-tabs>div label span{flex:1 1 auto;display:inline-block;vertical-align:middle}#area-subscricoes .checkout-passo .checkout-tabs>div label span svg{float:left}#area-subscricoes .checkout-passo .checkout-tabs>div label span svg *{fill:currentColor}#area-subscricoes .checkout-passo .checkout-tabs>div label span.checkout-tab-icon{max-width:32px;margin-right:10px}@media only screen and (max-width:640px){#area-subscricoes .checkout-passo .checkout-tabs>div label{font-size:13px;line-height:1.5em;flex-direction:column;justify-content:flex-start;text-align:center}#area-subscricoes .checkout-passo .checkout-tabs>div label span.checkout-tab-icon{flex:0 0 0%;margin-right:0}#area-subscricoes .checkout-passo .checkout-tabs>div label span.checkout-tab-icon svg{width:24px;height:auto}}#area-subscricoes .checkout-passo a .icon{display:inline-block;vertical-align:middle}#area-subscricoes .checkout-passo a .icon svg{width:.9em;height:.9em}#area-subscricoes .checkout-passo .adicionar-morada{position:relative;vertical-align:middle}#area-subscricoes .checkout-passo .adicionar-morada span{display:inline-block;vertical-align:middle}#area-subscricoes .checkout-passo .adicionar-morada .icon{width:1em;height:1em;text-align:center;display:inline-block;position:absolute}#area-subscricoes .checkout-passo .adicionar-morada .icon svg{width:100%;height:100%;position:absolute;top:0;left:0}#area-subscricoes .checkout-passo .checkout-passo-descricao-wrapper .checkout-passo-descricao-icon-wrapper{float:left;width:32px;min-height:1px}#area-subscricoes .checkout-passo .checkout-passo-descricao-wrapper .checkout-passo-descricao{margin-left:47px}#area-subscricoes .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo{display:grid;gap:0 10px;grid-template-columns:110px auto;margin-bottom:1rem}#area-subscricoes .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo select,#area-subscricoes .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo input{margin-bottom:0}#area-subscricoes .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo .error:not(input){grid-column:1/span 2;margin-bottom:0}#area-subscricoes .column-title{font-weight:bold}#area-subscricoes .icon svg *{fill:currentColor}#area-subscricoes .metodos-expedicao-inexistentes .checkout-metodo-item{vertical-align:middle}#area-subscricoes .metodos-expedicao-inexistentes span{vertical-align:middle}#area-subscricoes .metodos-expedicao-inexistentes .icon{display:inline-block;width:24px;height:24px;vertical-align:middle;line-height:1.2em}#area-subscricoes .metodos-expedicao-inexistentes .icon svg{width:100%;height:100%}#area-subscricoes .metodos-expedicao-inexistentes .icon svg *{fill:currentColor}#area-subscricoes #checkout-facturacao-moradas,#area-subscricoes #checkout-expedicao-moradas{margin-bottom:10px}#area-subscricoes .checkout-expedicao-morada-item,#area-subscricoes .checkout-facturacao-morada-item{padding:10px 0;display:flex}#area-subscricoes .checkout-expedicao-morada-item+.checkout-expedicao-morada-item,#area-subscricoes .checkout-expedicao-morada-item+.checkout-facturacao-morada-item,#area-subscricoes .checkout-facturacao-morada-item+.checkout-expedicao-morada-item,#area-subscricoes .checkout-facturacao-morada-item+.checkout-facturacao-morada-item{border-top:solid 1px #eee}#area-subscricoes .checkout-expedicao-morada-item>div,#area-subscricoes .checkout-facturacao-morada-item>div{flex:1 1 0%;width:calc(100% - 100px)}#area-subscricoes .checkout-expedicao-morada-item>.button-editar-morada,#area-subscricoes .checkout-facturacao-morada-item>.button-editar-morada{min-width:50px;font-size:.9rem}#area-subscricoes .checkout-expedicao-morada-item label,#area-subscricoes .checkout-facturacao-morada-item label{display:block;font-weight:normal;margin-bottom:0}#area-subscricoes .checkout-expedicao-morada-item label span,#area-subscricoes .checkout-facturacao-morada-item label span{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#area-subscricoes #area-checkout{padding-bottom:100px}#area-subscricoes #area-checkout #carrinho-conteudo-wrapper #resumo-valores-encomenda{margin-top:2rem}#area-subscricoes #area-checkout #carrinho-conteudo-wrapper #conteudo-carrinho{border:none;font-size:.8rem;margin:2rem 0 0}#area-subscricoes #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item{padding-left:0;padding-right:0}#area-subscricoes #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-img-wrapper{width:50px;flex:1 0 50px;max-width:50px;min-width:50px}#area-subscricoes #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-img-wrapper img{margin-bottom:0;border-radius:var(--border-radius)}#area-subscricoes #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-erro a{font-weight:bold;text-decoration:underline}#area-subscricoes #area-checkout .checkout-finalizar-aviso{padding-top:10px;display:block;font-size:.8em}#area-subscricoes .checkout-finalizar-pagamento-info{font-size:.85rem;border-top:solid 1px #eee;padding-top:20px}#area-subscricoes .checkout-finalizar-pagamento-info *{font-size:1em}#area-subscricoes .checkout-finalizar-pagamento-info p{margin-bottom:1.25em}#area-subscricoes .checkout-finalizar-pagamento-info p:last-child{margin-bottom:0}#area-subscricoes .checkout-finalizar-pagamento-info .checkout-finalizar-pagamento-info-logo{height:30px;width:auto;margin-bottom:10px}#area-subscricoes #checkout-expedicao-metodos-wrapper fieldset,#area-subscricoes #checkout-pagamento-metodos-wrapper fieldset,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper fieldset{padding-bottom:4px}#area-subscricoes #checkout-expedicao-metodos-wrapper .checkout-metodo-item,#area-subscricoes #checkout-pagamento-metodos-wrapper .checkout-metodo-item,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item{padding:10px 0}#area-subscricoes #checkout-expedicao-metodos-wrapper .checkout-metodo-item label,#area-subscricoes #checkout-pagamento-metodos-wrapper .checkout-metodo-item label,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item label{margin:0}#area-subscricoes #checkout-expedicao-metodos-wrapper .checkout-metodo-item+.checkout-metodo-item,#area-subscricoes #checkout-pagamento-metodos-wrapper .checkout-metodo-item+.checkout-metodo-item,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item+.checkout-metodo-item{border-top:solid 1px #eee}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data{max-width:200px;margin-bottom:0}#area-subscricoes #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes,#area-subscricoes #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes{display:block;padding-left:30px;padding-top:10px}#area-subscricoes #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper{padding-left:0}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-campos-adicionais__wrapper{padding-left:30px;padding-top:10px}#area-subscricoes #checkout-expedicao-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-subscricoes #checkout-pagamento-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-item-info-adicional{display:flex;flex-wrap:wrap}@media only screen and (max-width:640px){#area-subscricoes #checkout-expedicao-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-subscricoes #checkout-pagamento-metodos-wrapper input:checked~.metodo-item-info-adicional,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-item-info-adicional{display:block}#area-subscricoes #checkout-expedicao-metodos-wrapper input:checked~.metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-subscricoes #checkout-pagamento-metodos-wrapper input:checked~.metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-item-info-adicional .metodo-item-info-adicional-coluna{width:100%}}#area-subscricoes #checkout-expedicao-metodos-wrapper input:checked~.metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-pagamento-metodos-wrapper input:checked~.metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper input:checked~.metodo-campos-adicionais__wrapper{display:block;padding-left:30px;padding-top:10px}#area-subscricoes #checkout-expedicao-metodos-wrapper input:checked~.checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-pagamento-metodos-wrapper input:checked~.checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper input:checked~.checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper{display:block;padding-left:0;padding-top:10px}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional{display:flex;flex-wrap:wrap;font-size:.8rem}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna{padding-top:5px;padding-bottom:10px;padding-right:5px;width:50%}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo{font-weight:600}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full{width:100%}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional table,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional table,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional table{font-size:inherit;border:none}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional table td,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional table td,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional table td{font-size:inherit}@media only screen and (max-width:1024px){#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional{display:block}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna{width:100%}}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-descricao,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-descricao,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao{display:flex;align-items:center}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-descricao .icone,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-descricao .icone,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .icone{max-width:30px;margin-right:8px;display:inline-block}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-top,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-top,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-top{font-weight:normal}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold{font-weight:600}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-bottom,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-bottom,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-bottom{font-size:.9em;color:#888;font-weight:normal}#area-subscricoes #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-bottom span,#area-subscricoes #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-bottom span,#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-bottom span{margin-left:0}#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__flex-wrapper{display:flex;margin-bottom:1rem;gap:0 10px}#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__campo{max-width:200px;margin-bottom:0}#area-subscricoes #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__button{height:2.4375rem;margin-bottom:0}#area-conta-cupoes .cupao-outer-wrapper{display:inline-block}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper{border-width:1px;border-style:solid;position:relative;display:flex;align-items:center;width:auto;outline:none}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-icone{padding:8px 18px;width:70px;max-height:50px;text-align:center;background-color:#ff9d47;border-right:1px solid;line-height:1}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-icone svg{fill:#FFF}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-codigo{width:auto;padding:10px 20px;line-height:1}#area-conta-cupoes #cupoes__lista .cupoes__lista__item{border:solid 1px #e2e2e2;padding:15px 15px;margin-bottom:15px;background-color:white;border-radius:var(--border-radius)}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__label{font-weight:bold;font-size:.6rem;display:block}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__header{display:flex;gap:0 10px;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__header .cupoes__lista__item__codigo{user-select:all}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__detalhes{display:flex;gap:0 2rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__detalhes label{cursor:default}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__footer{display:flex;gap:5px}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .estado-utilizacao{font-size:.7rem;font-weight:500;text-transform:uppercase;padding:5px 10px;position:relative;border-radius:5px;display:inline-block;vertical-align:middle;color:var(--alerta-color);background-color:var(--alerta-background-color);border-color:var(--alerta-border-color)}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .estado-utilizacao.utilizado{--alerta-color:hsl(142deg,56%,27%);--alerta-background-color:hsl(142deg,76%,93%);--alerta-border-color:hsl(142deg,69%,58%)}#area-conta-cupoes #cupoes__lista .cupoes__lista__item .estado-utilizacao.pendente{--alerta-color:hsl(48deg,65%,31%);--alerta-background-color:hsl(48deg,91%,90%);--alerta-border-color:hsl(48deg,96%,53%)}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper{box-shadow:0 10px 50px 0 rgba(0,0,0,.1);border:solid 1px #ddd;border-radius:10px;overflow:hidden;margin-bottom:25px}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-icone{text-align:center;border-right:none}#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-codigo{width:auto;line-height:1}#area-historico-encomendas .alerta-pagamento{position:relative;padding:5px 15px;border-radius:5px;display:inline-block;vertical-align:middle;color:var(--alerta-color);background-color:var(--alerta-background-color);border-color:var(--alerta-border-color)}#area-historico-encomendas .alerta-pagamento.concluida{--alerta-color:hsl(142deg,56%,27%);--alerta-background-color:hsl(142deg,76%,93%);--alerta-border-color:hsl(142deg,69%,58%)}#area-historico-encomendas .alerta-pagamento.anulada{--alerta-color:hsl(347deg,86%,43%);--alerta-background-color:hsl(347deg,90%,94%);--alerta-border-color:hsl(347deg,91%,71%)}#area-historico-encomendas .alerta-pagamento.pendente{--alerta-color:hsl(48deg,65%,31%);--alerta-background-color:hsl(48deg,91%,90%);--alerta-border-color:hsl(48deg,96%,53%)}#area-historico-encomendas .historico-encomendas__lista__item{border:solid 1px #e2e2e2;padding:15px 15px;margin-bottom:15px;background-color:white;border-radius:var(--border-radius)}#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__label{font-weight:bold;font-size:.6rem;display:block}#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__header{display:flex;gap:0 10px;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem}#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__detalhes{display:flex;gap:0 2rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__detalhes label{cursor:default}#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__footer{display:flex;gap:5px}#area-historico-encomendas .historico-encomendas__lista__item .alerta-pagamento{font-size:.7rem;font-weight:500;text-transform:uppercase;padding:5px 10px}#area-consultar-encomenda{margin-bottom:0;border:none}#area-consultar-encomenda .alerta-pagamento{position:relative;padding:5px 15px;border-radius:5px;display:inline-block;vertical-align:middle;color:var(--alerta-color);background-color:var(--alerta-background-color);border-color:var(--alerta-border-color)}#area-consultar-encomenda .alerta-pagamento.concluida{--alerta-color:hsl(142deg,56%,27%);--alerta-background-color:hsl(142deg,76%,93%);--alerta-border-color:hsl(142deg,69%,58%)}#area-consultar-encomenda .alerta-pagamento.anulada{--alerta-color:hsl(347deg,86%,43%);--alerta-background-color:hsl(347deg,90%,94%);--alerta-border-color:hsl(347deg,91%,71%)}#area-consultar-encomenda .alerta-pagamento.pendente{--alerta-color:hsl(48deg,65%,31%);--alerta-background-color:hsl(48deg,91%,90%);--alerta-border-color:hsl(48deg,96%,53%)}#area-consultar-encomenda .conta-titulo-pagina{vertical-align:middle}#area-consultar-encomenda .conta-titulo-pagina span{display:inline-block;vertical-align:middle;margin-right:10px}#area-consultar-encomenda .conta-titulo-pagina span~span{margin-right:0}#area-consultar-encomenda .conta-titulo-pagina .alerta-pagamento{}#area-consultar-encomenda .flex-row{display:flex;flex-wrap:wrap}#area-consultar-encomenda .flex-row .columns{float:none}#area-consultar-encomenda .encomenda-info-container{border:solid 1px #e2e2e2;padding:1.6rem 20px;margin-bottom:0;background-color:white;border-radius:var(--border-radius)}#area-consultar-encomenda .encomenda-info-container>div{border-bottom:solid 1px #e2e2e2;margin-bottom:1.6rem;padding-bottom:1.6rem}#area-consultar-encomenda .encomenda-info-container>div:last-child{margin-bottom:0;border:none;padding-bottom:0}#area-consultar-encomenda .encomenda-info-container>div p:last-child{margin-bottom:0}#area-consultar-encomenda .encomenda-info-container h5{margin-bottom:1rem}#area-consultar-encomenda #carrinho-conteudo-wrapper{display:grid;grid-template-columns:minmax(calc(100% - 420px),65%) minmax(330px,35%);gap:90px;min-height:60vh;padding-bottom:30px}@media only screen and (max-width:1024px){#area-consultar-encomenda #carrinho-conteudo-wrapper{gap:45px;grid-template-columns:calc(100% - 345px) 300px}}@media (max-width:768px){#area-consultar-encomenda #carrinho-conteudo-wrapper{gap:30px;grid-template-columns:100%}#area-consultar-encomenda #carrinho-conteudo-wrapper #carrinho-resumo-bottom{position:fixed;bottom:0;left:0;right:0;width:100%;background:white;z-index:1;box-shadow:0 -2px 10px rgba(0,0,0,.2);margin:0;padding:10px 15px}}#area-consultar-encomenda #conteudo-encomenda{border:none;margin:2rem 0 0 0;font-size:.9rem}#area-consultar-encomenda #conteudo-encomenda .carrinho-item{padding:0 0 1rem 0;position:relative;font-size:1em;margin:1rem 0;border-bottom:solid 1px #eee;display:flex;flex-wrap:nowrap;gap:1rem}#area-consultar-encomenda #conteudo-encomenda .carrinho-item:last-child{border-bottom:none;margin-bottom:1rem}#area-consultar-encomenda #conteudo-encomenda .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario{display:none}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-img-wrapper{max-width:110px;max-height:160px;flex:0 0 15%;text-align:center}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-img-wrapper a{display:inline-block;height:100%}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-img-wrapper img{border-radius:var(--border-radius);max-height:100%}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo{position:relative;padding-right:0;flex:1 1 0%;display:flex;flex-direction:column;gap:8px}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .my-dropdown--options-dropdown{position:absolute;top:-5px;right:0}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-label{font-weight:600}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-weight:600;font-size:1.2em;line-height:1.2em;margin-bottom:0}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a{font-size:1em;text-decoration:none}@media only screen and (max-width:640px){#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-size:1em}}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo{font-size:.7em}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao{margin-bottom:0}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes{display:block;margin-bottom:0;color:#666}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-valores{display:flex;justify-content:space-between;gap:10px}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd{display:inline-block;min-width:50px;background-color:white;width:auto;padding-right:20px;height:auto;padding-bottom:4px;padding-top:4px;margin-bottom:0;min-height:2.2em}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha{margin-bottom:0}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total{font-size:1.1em;line-height:1.1em;font-weight:600;display:inline-block;text-align:right}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper{align-self:center;text-align:right;line-height:1.3em}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario{color:#666;font-size:.9em}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-remover{position:absolute;top:0;right:0;height:26px;width:26px;padding:5px;margin:0;background-color:transparent;color:inherit;border:none}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-remover svg{width:16px;height:16px;color:inherit}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-remover svg path{fill:currentColor}#area-consultar-encomenda #conteudo-encomenda .carrinho-item.changed span.sub-total{display:none}#area-consultar-encomenda #conteudo-encomenda .carrinho-item.changed button.refresh-line{display:block}#area-consultar-encomenda #conteudo-encomenda .carrinho-item .preco-antigo{font-size:.8em;text-decoration:line-through;opacity:.8}#area-consultar-encomenda #conteudo-encomenda .carrinho-item button.refresh-line{display:none;margin:0;line-height:20px;padding:3px 10px;font-size:13px;height:auto}#area-consultar-encomenda #resumo-valores-encomenda{}#area-consultar-encomenda #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis]{padding:10px}#area-consultar-encomenda #resumo-valores-encomenda table{width:100%;border:none;margin-bottom:0;background:transparent;color:inherit}#area-consultar-encomenda #resumo-valores-encomenda table tr{background-color:transparent;color:inherit}#area-consultar-encomenda #resumo-valores-encomenda table tr td{padding:0;padding-bottom:10px;background-color:transparent;color:inherit}#area-consultar-encomenda #resumo-valores-encomenda table tr td:nth-child(2){text-align:right}#area-consultar-encomenda #resumo-valores-encomenda table tr.valor-total-wrapper td{font-size:1.3em;font-weight:bold}#area-consultar-encomenda #resumo-valores-encomenda table tr.iva-incluido-wrapper{border-bottom:none}#area-consultar-encomenda #resumo-valores-encomenda table tr.iva-incluido-wrapper td{border-bottom:none;padding-bottom:0}#area-consultar-encomenda #resumo-valores-encomenda table tr.iva-incluido-wrapper span{font-weight:normal;font-size:.8em}#area-consultar-encomenda #carrinho-conteudo-wrapper{gap:30px;padding-top:0}@media only screen and (max-width:1024px){#area-consultar-encomenda #carrinho-conteudo-wrapper{grid-template-columns:100%}}#area-consultar-encomenda #conteudo-encomenda{margin-bottom:0;margin-top:0;padding-top:0}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper{height:60px;justify-content:flex-start}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper img{max-height:100%}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper{height:60px}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout{height:100%}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout img{max-height:100%}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout img,#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a{display:inline-block;vertical-align:middle;line-height:1}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a{text-transform:uppercase;margin-top:5px;margin-right:20px}@media only screen and (max-width:640px){#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a{display:none}}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a span{font-size:.85rem;line-height:1.2;display:inline-block}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a span.need-help-titulo{font-weight:bold;color:#2A2A2A}#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a span.need-help-contacto{font-weight:normal;font-size:.8rem;color:#2A2A2A}#carrinho-sidebar #carrinho-sidebar-overlay{z-index:1003;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all 0.2s ease-out}#carrinho-sidebar #carrinho-sidebar-content{padding:30px 30px 0;z-index:1004;list-style:none;margin:0;transform:translate3d(100%,0,0);transition:transform 0.2s ease-out;position:fixed;top:0;right:0;bottom:0;background-color:white;height:100%;max-width:440px;width:90%;overflow:auto}@media only screen and (max-width:640px){#carrinho-sidebar #carrinho-sidebar-content{padding:20px 20px 0;font-size:14px}}#carrinho-sidebar #carrinho-sidebar-btn-wrapper{background:inherit;position:sticky;bottom:0}#carrinho-sidebar.opened{display:block;visibility:visible;opacity:1;transition:opacity 0s ease-out,visibility 0s ease-out}#carrinho-sidebar.opened #carrinho-sidebar-overlay{visibility:visible;opacity:1}#carrinho-sidebar.opened #carrinho-sidebar-content{transform:translate3d(0%,0,0);transition:transform 0.2s ease-out}#carrinho-sidebar #carrinho-sidebar-header{position:relative;margin-bottom:30px}#carrinho-sidebar #carrinho-sidebar-header #carrinho-sidebar-btn-close{position:absolute;top:0;right:0;padding:5px;margin:0;background-color:transparent;color:inherit;border:none}#carrinho-sidebar #carrinho-sidebar-header #carrinho-sidebar-btn-close svg{width:16px;height:16px;color:inherit}#carrinho-sidebar #carrinho-sidebar-header #carrinho-sidebar-btn-close svg path{color:inherit;fill:currentColor}#carrinho-sidebar #carrinho-sidebar-btn-checkout{width:100%}#carrinho-sidebar #carrinho-sidebar-totais{margin-bottom:2rem}#carrinho-sidebar #carrinho-sidebar-totais #carrinho-sidebar-total{font-size:1.3em;font-weight:bold}#carrinho-sidebar .carrinho-sidebar-iva-incluido{font-size:.8em}#carrinho-sidebar #carrinho-conteudo-wrapper{display:grid;grid-template-columns:minmax(calc(100% - 420px),65%) minmax(330px,35%);gap:90px;min-height:60vh;padding-bottom:30px}@media only screen and (max-width:1024px){#carrinho-sidebar #carrinho-conteudo-wrapper{gap:45px;grid-template-columns:calc(100% - 345px) 300px}}@media (max-width:768px){#carrinho-sidebar #carrinho-conteudo-wrapper{gap:30px;grid-template-columns:100%}#carrinho-sidebar #carrinho-conteudo-wrapper #carrinho-resumo-bottom{position:fixed;bottom:0;left:0;right:0;width:100%;background:white;z-index:1;box-shadow:0 -2px 10px rgba(0,0,0,.2);margin:0;padding:10px 15px}}#carrinho-sidebar #conteudo-carrinho{border:none;margin:2rem 0 0 0;font-size:.9rem}#carrinho-sidebar #conteudo-carrinho .carrinho-item{padding:0 0 1rem 0;position:relative;font-size:1em;margin:1rem 0;border-bottom:solid 1px #eee;display:flex;flex-wrap:nowrap;gap:1rem}#carrinho-sidebar #conteudo-carrinho .carrinho-item:last-child{border-bottom:none;margin-bottom:1rem}#carrinho-sidebar #conteudo-carrinho .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario{display:none}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper{max-width:110px;max-height:160px;flex:0 0 15%;text-align:center}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper a{display:inline-block;height:100%}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper img{border-radius:var(--border-radius);max-height:100%}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo{position:relative;padding-right:0;flex:1 1 0%;display:flex;flex-direction:column;gap:8px}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .my-dropdown--options-dropdown{position:absolute;top:-5px;right:0}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-label{font-weight:600}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-weight:600;font-size:1.2em;line-height:1.2em;margin-bottom:0}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a{font-size:1em;text-decoration:none}@media only screen and (max-width:640px){#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome{font-size:1em}}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo{font-size:.7em}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao{margin-bottom:0}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes{display:block;margin-bottom:0;color:#666}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valores{display:flex;justify-content:space-between;gap:10px}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd{display:inline-block;min-width:50px;background-color:white;width:auto;padding-right:20px;height:auto;padding-bottom:4px;padding-top:4px;margin-bottom:0;min-height:2.2em}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha{margin-bottom:0}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total{font-size:1.1em;line-height:1.1em;font-weight:600;display:inline-block;text-align:right}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper{align-self:center;text-align:right;line-height:1.3em}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario{color:#666;font-size:.9em}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-remover{position:absolute;top:0;right:0;height:26px;width:26px;padding:5px;margin:0;background-color:transparent;color:inherit;border:none}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-remover svg{width:16px;height:16px;color:inherit}#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-remover svg path{fill:currentColor}#carrinho-sidebar #conteudo-carrinho .carrinho-item.changed span.sub-total{display:none}#carrinho-sidebar #conteudo-carrinho .carrinho-item.changed button.refresh-line{display:block}#carrinho-sidebar #conteudo-carrinho .carrinho-item .preco-antigo{font-size:.8em;text-decoration:line-through;opacity:.8}#carrinho-sidebar #conteudo-carrinho .carrinho-item button.refresh-line{display:none;margin:0;line-height:20px;padding:3px 10px;font-size:13px;height:auto}#carrinho-sidebar #carrinho-produtos-sugeridos-wrapper{margin-top:3rem}#carrinho-sidebar .mensagem-produto-extra-sugerido{--bg:#F5F5F5;--border:solid 1px #e8e8e8;--margin:0 0 10px 0;--padding:15px;--gap:10px;--font-size:16px;background-color:var(--bg,#F5F5F5);border:var(--border,solid 1px #e8e8e8);margin:var(--margin);padding:var(--padding,10px);font-size:var(--font-size,16px)}#carrinho-sidebar .mensagem-produto-extra-sugerido .info-intro{margin-bottom:10px}#carrinho-sidebar .mensagem-produto-extra-sugerido .produto{display:flex;align-items:center;gap:var(--gap,10px)}#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-img-wrapper{max-width:70px;flex:0 0 70px}#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-info-wrapper{flex:1 1 auto}#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .produto-nome{font-weight:var(--preco-nome-font-weight,bold);margin-right:10px}#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .preco-antigo{text-decoration:line-through;font-size:.8em;opacity:var(--preco-antigo-opacity,.5)}#carrinho-sidebar .mensagem-produto-extra-sugerido .produto button{margin-bottom:0}#carrinho-sidebar #resumo-valores-encomenda{}#carrinho-sidebar #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis]{padding:10px}#carrinho-sidebar #resumo-valores-encomenda table{width:100%;border:none;margin-bottom:0;background:transparent;color:inherit}#carrinho-sidebar #resumo-valores-encomenda table tr{background-color:transparent;color:inherit}#carrinho-sidebar #resumo-valores-encomenda table tr td{padding:0;padding-bottom:10px;background-color:transparent;color:inherit}#carrinho-sidebar #resumo-valores-encomenda table tr td:nth-child(2){text-align:right}#carrinho-sidebar #resumo-valores-encomenda table tr.valor-total-wrapper td{font-size:1.3em;font-weight:bold}#carrinho-sidebar #resumo-valores-encomenda table tr.iva-incluido-wrapper{border-bottom:none}#carrinho-sidebar #resumo-valores-encomenda table tr.iva-incluido-wrapper td{border-bottom:none;padding-bottom:0}#carrinho-sidebar #resumo-valores-encomenda table tr.iva-incluido-wrapper span{font-weight:normal;font-size:.8em}.texto-vermelho{color:#D91E18}.texto-azul{color:#66bb6a}.teaxto-laranj{color:#F89406}#area-produto-inner{--produto-wishlist-btn-bg-color:hsl(0,0%,97%);--produto-wishlist-btn-bg-color--hover:hsl(0,0%,92%);--produto-wishlist-btn-color:#ED5B1A;--produto-preco-font-size:1.2rem;--produto-preco-font-weight:bold;--produto-preco-color:inherit}#area-produto-inner .produto-columns{margin:0;margin-bottom:2rem;display:flex;gap:0 30px;align-items:flex-start;--coluna-thumbs-width:50px}#area-produto-inner .produto-columns .coluna-galeria,#area-produto-inner .produto-columns .coluna-detalhes{width:calc(45% - 15px);min-width:100px;padding:0}#area-produto-inner .produto-columns .coluna-galeria{display:flex;flex-wrap:nowrap;gap:15px;width:calc(55% - 15px);position:sticky;top:15px}#area-produto-inner .produto-columns .coluna-galeria .coluna-thumbs{width:var(--coluna-thumbs-width);padding:0}#area-produto-inner .produto-columns .coluna-galeria .coluna-slider{width:calc(100% - var(--coluna-thumbs-width) - 30px);aspect-ratio:1}@media only screen and (max-width:1024px){#area-produto-inner .produto-columns .coluna-detalhes{width:calc(50% - 15px)}#area-produto-inner .produto-columns .coluna-galeria{width:calc(50% - 15px);flex-wrap:wrap;gap:1rem;flex-direction:column}#area-produto-inner .produto-columns .coluna-galeria .coluna-thumbs,#area-produto-inner .produto-columns .coluna-galeria .coluna-slider{width:100%}#area-produto-inner .produto-columns .coluna-galeria .coluna-slider{order:1}#area-produto-inner .produto-columns .coluna-galeria .coluna-thumbs{order:2}}@media only screen and (max-width:640px){#area-produto-inner .produto-columns{flex-wrap:wrap;gap:1rem}#area-produto-inner .produto-columns .coluna-galeria,#area-produto-inner .produto-columns .coluna-detalhes{width:100%}#area-produto-inner .produto-columns .coluna-galeria{top:0;position:relative}}#area-produto-inner .produto-galeria-wrapper{position:relative}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-item{flex:1 0 auto}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-item-img-wrapper{position:relative;display:block;aspect-ratio:1}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-item-img-wrapper img{width:100%}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow{font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";height:80px;width:60px;position:absolute;z-index:10;top:50%;outline:none;transform:translate(0,-50%);cursor:pointer;background-repeat:no-repeat;background-position:center center;filter:drop-shadow(0 0 3px hsla(0deg,0%,0%,.2));border-radius:var(--border-radius);transition:background-color 0.1s ease}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow:focus{outline:none}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow:before{content:""}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow:hover{background-color:rgba(0,0,0,.05)}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow.slider-arrow-prev{left:5px;background-image:url("../../multimedia/imagem/left-arrow.svg")}#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow.slider-arrow-next{right:5px;background-image:url("../../multimedia/imagem/right-arrow.svg")}#area-produto-inner .produto-galeria-wrapper .produto-galeria.zoom-enabled .zoom-wrapper .zoom-target{cursor:zoom-in}#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;height:auto!important}#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target{opacity:1;height:100%;width:100%}#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target>div{position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-position:top center;background-size:contain}#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target .zoom-img{display:none;position:absolute;top:0;right:0;left:0;backface-visibility:hidden}#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target.zoomed .zoom-img{display:block}#area-produto-inner .produto-galeria-wrapper .slider-dots{position:absolute;bottom:0;left:0;right:0;text-align:center;margin-bottom:0}#area-produto-inner .produto-galeria-wrapper .slider-dots .slider-dot{height:10px;width:10px;display:inline-block;box-shadow:inset 0 0 0 1px #000}#area-produto-inner .produto-galeria-wrapper .slider-dots .slider-dot.slider-dot-active{transform:none;box-shadow:inset 0 0 0 8px #000}#area-produto-inner .produto-galeria-thumbs{max-height:100%;height:100%}#area-produto-inner .produto-galeria-thumbs .swiper-wrapper{height:auto}#area-produto-inner .produto-galeria-thumbs .thumb-item{cursor:pointer;text-align:center;width:var(--coluna-thumbs-width);height:var(--coluna-thumbs-width);position:relative}#area-produto-inner .produto-galeria-thumbs .thumb-item.swiper-slide-thumb-active{cursor:default}#area-produto-inner .produto-galeria-thumbs .thumb-item.swiper-slide-thumb-active:after{opacity:1}#area-produto-inner .produto-galeria-thumbs .thumb-item img{width:100%;height:100%;object-fit:cover}#area-produto-inner .produto-galeria-thumbs .thumb-item:after{opacity:0;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;border:solid 2px;transition:opacity 0.2s ease}#area-produto-inner .produto-galeria-thumbs,#area-produto-inner .produto-galeria{opacity:0;transition:opacity 0.2s ease}@media (max-width:768px){#area-produto-inner .produto-galeria .slider-item .img{width:100%}}#area-produto-inner .produto-titulo{text-align:left}#area-produto-inner .produto__preco{margin:1rem 0}#area-produto-inner .produto__preco .preco-wrapper{font-size:var(--produto-preco-font-size);font-weight:var(--produto-preco-font-weight);color:var(--produto-preco-color)}#area-produto-inner .produto__preco .preco-wrapper .preco-antigo{font-size:.8em;opacity:.4;text-decoration:line-through}#area-produto-inner .produto-disponibilidade-expedicao-wrapper{margin:1rem 0}#area-produto-inner .produto__aviso-disponibilidade__wrapper{margin:1rem 0;display:flex}#area-produto-inner .produto__aviso-disponibilidade__wrapper .produto__aviso-disponibilidade{display:inline-flex;align-items:center;gap:0 5px;font-weight:600}#area-produto-inner .produto__aviso-disponibilidade__wrapper .produto__aviso-disponibilidade:not(:hover){text-decoration:none}#area-produto-inner .produto__aviso-disponibilidade__wrapper .produto__aviso-disponibilidade .icon{line-height:1.5;font-size:1.5em}#area-produto-inner .produto__promo-info{font-size:.7em}#area-produto-inner .buttons-wrapper{display:flex;align-items:stretch;gap:1rem 10px;flex-wrap:wrap}#area-produto-inner .buttons-wrapper>*{height:3rem}#area-produto-inner .buttons-wrapper .qtd-wrapper{flex:0 0 60px;display:flex;align-items:center}#area-produto-inner .buttons-wrapper .qtd-wrapper .qtd{flex:1 1 auto;min-width:60px;margin:0;text-align:center;height:100%}#area-produto-inner .buttons-wrapper .wishlist-button{margin:0;flex:0 0 auto;min-width:min-content;padding:10px;aspect-ratio:1;background-color:var(--produto-wishlist-btn-bg-color);border-color:var(--produtop-wishlist-btn-border-color,transparent);color:var(--produto-wishlist-btn-color)}#area-produto-inner .buttons-wrapper .wishlist-button:hover{--produto-wishlist-btn-bg-color:var(--produto-wishlist-btn-bg-color--hover)}#area-produto-inner .buttons-wrapper .wishlist-button .icon{transition:none;width:1.5rem;height:1.5rem;margin:0!important}#area-produto-inner .buttons-wrapper .button{flex:1 1 auto;margin:0;min-width:min-content;padding-left:1rem;padding-right:1rem}#area-produto-inner .buttons-wrapper .produto__add-to-cart{background-color:var(--produto__btn-add-to-cart-bg-color,var(--btn-bg-color));border-color:var(--produto__btn-add-to-cart-border-color,var(--btn-border-color));color:var(--produto__btn-add-to-cart-color,var(--btn-color))}#area-produto-inner .buttons-wrapper .produto__add-to-cart[disabled]{opacity:1;--btn-bg-color:var(--produto__btn-add-to-cart--disabled-bg-color,#CCC);--btn-border-color:var(--produto__btn-add-to-cart--disabled-border-color,var(--produto__btn-add-to-cart--disabled-bg-color,#CCC));--btn-color:var(--produto__btn-add-to-cart--disabled-color,#FFF);text-shadow:0 0 1px hsla(0deg,0%,0%,.5)}#area-produto-inner .produto__propriedade{margin:1rem 0 1.5rem 0;--outline-color:hsl(0,0%,90%);--outline-color-focus:hsl(0 0% 53% / .4);--outline-color-selected:hsl(0,0%,53%)}#area-produto-inner .produto__propriedade .produto__propriedade__label{display:flex;margin-bottom:.5rem;justify-content:space-between}#area-produto-inner .produto__propriedade .produto__propriedade__label .produto__propriedade__titulo{font-weight:500;font-size:1.1rem}#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item{margin-bottom:0}#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item input:focus-visible~.produto__propriedade__valor-item__label{box-shadow:0 0 0 3px var(--outline-color-focus)}#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item input:checked~.produto__propriedade__valor-item__label{outline:solid 2px var(--outline-color-selected)}#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valores{display:flex;gap:1rem;flex-wrap:wrap}#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item{position:relative}#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item .produto__propriedade__valor-item__label{display:block;margin:0;padding:.2rem;text-align:center;outline:solid 1px var(--outline-color);border-radius:2rem}#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item .produto__propriedade__valor-item__label .cor-item-bg{display:block;background-color:var(--cor);width:2rem;height:2rem;border-radius:2rem}#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item .produto__propriedade__valor-item__label:hover{background-color:var(--background-color-hover)}#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valores{display:flex;gap:1rem}#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valor-item{position:relative;flex:1 0 60px;min-width:min-content;max-width:80px}#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valor-item .produto__propriedade__valor-item__label{--background-color:transparent;--background-color-hover:hsl(210deg 20% 98%);display:block;margin:0;width:100%;padding:.75rem 1rem;text-align:center;outline:solid 1px var(--outline-color);border-radius:var(--border-radius);background-color:var(--background-color)}#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valor-item .produto__propriedade__valor-item__label:hover{background-color:var(--background-color-hover)}#area-produto-inner .qtd-wrapper{display:inline-block}#area-produto-inner .qtd-wrapper button,#area-produto-inner .qtd-wrapper input{display:inline-block}#area-produto-inner .qtd-wrapper input{max-width:50px}#area-produto-inner .produto__stock-wrapper{margin:1rem 0}#area-produto-inner .produto__stock-wrapper .stock-unavailable{display:inline-block;color:#FF544C}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper{position:relative}@media only screen and (max-width:1024px){#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow{display:none}}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow{position:absolute;top:calc(50% - 80px);outline:none!important;cursor:pointer}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow.swiper-button-disabled{display:none}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow svg{height:30px;width:20px}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow svg *{fill:currentColor}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow-prev{left:-30px}#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow-next{right:-30px}#area-produto-inner .produto__descricao{margin:2rem 0}#dialog-quick-buy{max-width:1100px}.produto-item-wrapper{margin-bottom:20px;--img-aspect-ratio:100%}.produto-item-wrapper .produto-item{text-align:center;position:relative;display:block}.produto-item-wrapper .produto-item a{text-decoration:none;display:block;text-align:left}.produto-item-wrapper .produto-item a:hover,.produto-item-wrapper .produto-item a:focus{text-decoration:none;color:inherit}.produto-item-wrapper .produto-item .img-outer-wrapper{position:relative;display:block}.produto-item-wrapper .produto-item .wishlist-button{padding:7px;background-color:white;border-radius:50%;line-height:1;top:0;right:5px;position:absolute;z-index:1;display:flex;border:none;margin:calc(var(--img-aspect-ratio) - 1rem - 14px - 5px) 0 0}.produto-item-wrapper .produto-item .wishlist-button .icon{height:1rem;width:1rem}.produto-item-wrapper .produto-item .img-outer-wrapper{padding-top:var(--img-aspect-ratio)}.produto-item-wrapper .produto-item .img-outer-wrapper .img-wrapper,.produto-item-wrapper .produto-item .img-outer-wrapper .img-verso-wrapper{display:block;overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;transition:opacity 0.15s ease}.produto-item-wrapper .produto-item .img-outer-wrapper .img-wrapper img,.produto-item-wrapper .produto-item .img-outer-wrapper .img-verso-wrapper img{width:100%;height:100%;object-fit:contain}.produto-item-wrapper .produto-item .img-outer-wrapper .img-verso-wrapper{opacity:0;background-color:white}.produto-item-wrapper .produto-item .img-outer-wrapper.img-outer-wrapper--tem-verso:hover .img-verso-wrapper{opacity:1}.produto-item-wrapper .produto-item .esgotado,.produto-item-wrapper .produto-item .desconto,.produto-item-wrapper .produto-item .novo{display:inline-block;padding:5px 10px;line-height:1;margin-left:8px;position:absolute;top:5px;right:5px;background-color:#948f8f;color:#FFF;text-transform:uppercase;font-weight:600;font-size:13px;border-radius:var(--border-radius)}.produto-item-wrapper .produto-item .desconto{background-color:#ED5B1A;color:white;text-transform:lowercase}.produto-item-wrapper .produto-item .desconto .ate{font-size:.8em}.produto-item-wrapper .produto-item .novo{background-color:#ED5B1A;color:#FFF;text-transform:uppercase}.produto-item-wrapper .produto-item .produto-nome{text-align:left;line-height:1.2;font-size:1rem;margin-bottom:0}.produto-item-wrapper .produto-item .preco-wrapper{display:inline-block;text-align:left;font-size:.9rem}.produto-item-wrapper .produto-item .preco-wrapper .preco-antigo{text-decoration:line-through;font-size:.8em}.produto-item-wrapper .produto-item .preco-wrapper .preco-novo{color:hsl(347deg,86%,43%)}.produto-item-wrapper .produto-item .preco-wrapper .desde{font-weight:300;font-size:.8em;color:#888}button.wishlist-button{padding:0}button.wishlist-button.add-to-wishlist .remove-from-wishlist-icon{display:none!important}button.wishlist-button.remove-from-wishlist .add-to-wishlist-icon{display:none!important}button.wishlist-button.loading{opacity:.6}button.wishlist-button .icon{transition:none;width:1.5rem;height:1.5rem;margin:0}.wrapper-pagamento-cancelado{}#area-shop-inner #filtragem label{font-weight:normal}#area-shop-inner #filtragem ul{list-style:none;padding-left:0;margin-left:0}#area-shop-inner #filtragem .filtragem-subtitulo{position:relative;display:block}#area-shop-inner #filtragem .remover-filtro{text-decoration:none;display:block;position:absolute;right:0;top:50%;margin-top:-14px}#area-shop-inner #filtragem .remover-filtro span{vertical-align:middle;text-transform:uppercase;font-size:12px;display:inline-block;color:#BBB}#area-shop-inner #filtragem .remover-filtro .icon{margin-left:3px}#area-shop-inner #filtragem .remover-filtro .icon svg{height:10px;width:10px;color:#95360c}#area-shop-inner #filtragem .remover-filtro .icon svg g,#area-shop-inner #filtragem .remover-filtro .icon svg path{fill:#95360c}@media only screen and (max-width:1024px){#area-shop-inner #filtragem #abrir-filtragem-mobile{z-index:1;position:relative;left:0;top:0;margin-bottom:10px;display:inline-block;text-decoration:none;float:right}#area-shop-inner #filtragem #abrir-filtragem-mobile.has-filters:before{content:attr(data-num-filters);display:block;position:absolute;top:-3px;left:-5px;width:12px;height:12px;line-height:12px;border-radius:12px;background-color:#ED5B1A;color:white;z-index:10;font-size:8px;padding:1px;text-align:center}#area-shop-inner #filtragem #abrir-filtragem-mobile .icon{display:inline-block;cursor:pointer;width:24px;height:24px}#area-shop-inner #filtragem #abrir-filtragem-mobile .icon img{position:absolute}#area-shop-inner #filtragem #abrir-filtragem-mobile .icon svg{fill:#f8c1a8}#area-shop-inner #filtragem #container-filtragem .filtragem-titulo{font-size:28px}#area-shop-inner #filtragem #container-filtragem #filtragem-container-footer{position:absolute;bottom:0;z-index:10;padding:15px;right:0;left:0;background-color:white}#area-shop-inner #filtragem #container-filtragem #filtragem-container-footer button{margin-bottom:0}#area-shop-inner #filtragem #container-filtragem #filtragem-overlay{z-index:1003;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all 0.2s ease-out}#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner{padding:50px 20px 20px;position:fixed;background-color:#FFF;top:0;right:0;bottom:0;z-index:1000000;max-width:300px;width:100%;transition:transform 0.2s ease-out;transform:translate3d(100%,0,0)}#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close{opacity:0;visibility:hidden;position:absolute;top:10px;right:20px;display:block;color:#000;width:30px;height:30px;padding:0;margin:0;background:transparent;border:none}#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:before,#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:after{background-color:#000;content:"";position:absolute;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:transform 0.25s}#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:before{transform:rotate3d(0,0,1,45deg)}#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:after{transform:rotate3d(0,0,1,-45deg)}#area-shop-inner #filtragem #container-filtragem .container-filtragem-inner .filtragem-inner-wrapper{overflow:auto;position:absolute;top:50px;bottom:76px;right:0;left:0;padding-left:20px;padding-right:20px}#area-shop-inner #filtragem #container-filtragem.open #filtragem-overlay{opacity:1;visibility:visible}#area-shop-inner #filtragem #container-filtragem.open .container-filtragem-inner{opacity:1;visibility:visible;transition:opacity 0s ease-out 0s,visibility 0s ease-out 0s,transform 0.3s ease-out 0s;transform:translate3d(0%,0,0)}#area-shop-inner #filtragem #container-filtragem.open .container-filtragem-inner ._close{opacity:1;visibility:visible}}@media only screen and (min-width:1025px){#area-shop-inner #filtragem #filtrar-produtos{display:none}#area-shop-inner #filtragem ._close{display:none}#area-shop-inner #filtragem #abrir-filtragem-mobile,#area-shop-inner #filtragem #container-filtragem-mobile{display:none}}.my-cart-link{vertical-align:middle}.my-cart-link .my-cart{display:inline-block;vertical-align:middle;position:relative;width:10px;height:19px}.my-cart-link .my-cart .my-cart__count-wrapper{position:absolute;top:-9.5px;right:0;vertical-align:middle;min-width:19px;height:19px;line-height:19px;border-radius:60px;background-color:#ED5B1A;color:#FFF;display:inline-block;text-align:center;font-size:.8em}.my-cart-link:hover .my-cart .my-cart__count-wrapper{background-color:rgba(237,91,26,.9);color:#FFF}.search-bar__trigger{display:block}.search-bar__trigger .icon{display:block}#search-bar__trigger__mobile-wrapper{order:3;font-size:22px;display:flex;align-items:center}#search-bar{--search-bar-close-left:80%;--search-bar-height:80px;--search-bar-close-color:#222;position:fixed;top:0;bottom:0;right:0;left:0;z-index:10000;pointer-events:none}html.search-bar-open #search-bar{pointer-events:auto}#search-bar #search-bar__overlay{position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,.8);opacity:0;transition:all 0.2s ease}html.search-bar-open #search-bar #search-bar__overlay{opacity:1}#search-bar #search-bar__form{position:absolute;top:0;left:0;right:0;transform:translate3d(0,-100%,0);opacity:0;transition:all 0.2s ease;background:white;box-shadow:0 3px 40px rgba(0,0,0,.2);height:var(--search-bar-height,80px);font-size:22px}@media only screen and (max-width:1024px){#search-bar #search-bar__form{font-size:18px;height:var(--search-bar-height,60px)}}#search-bar #search-bar__form #search-bar__input-wrapper{display:grid;grid-template-columns:30px 1fr 30px;gap:10px;align-items:center;--x:calc(100% - var(--search-bar-close-left));width:max(100% - 2 * var(--x) + 60px,60%);max-width:100%;margin:10px auto;height:calc(100% - 20px)}#search-bar #search-bar__form #search-bar__input-wrapper:before{content:""}@media only screen and (max-width:1024px){#search-bar #search-bar__form #search-bar__input-wrapper{width:calc(80% - 20px);grid-template-columns:30px 1fr 30px}}@media only screen and (max-width:640px){#search-bar #search-bar__form #search-bar__input-wrapper{width:calc(100% - 20px);grid-template-columns:0 1fr 30px}}#search-bar #search-bar__form #search-bar__input{height:100%;font-size:1em;margin:0;text-align:left;padding-left:1em;padding-right:1em;background-color:rgba(0,0,0,.04)}#search-bar #search-bar__form #search-bar__input:focus{background-color:rgba(0,0,0,.07)}#search-bar #search-bar__form #search-bar__input::-webkit-search-decoration,#search-bar #search-bar__form #search-bar__input::-webkit-search-cancel-button,#search-bar #search-bar__form #search-bar__input::-webkit-search-results-button,#search-bar #search-bar__form #search-bar__input::-webkit-search-results-decoration{display:none}#search-bar #search-bar__form #search-bar__close{margin:0;background-color:transparent;padding:0;border:none;width:30px;height:30px;position:relative;cursor:pointer}@media only screen and (max-width:1024px){#search-bar #search-bar__form #search-bar__close:after{content:"";position:absolute;height:20px;width:2px;background-color:var(--search-bar-close-color,#222);left:calc(50% - 1px);top:calc(50% - 10px)}#search-bar #search-bar__form #search-bar__close:before{content:"";position:absolute;height:12px;width:12px;border:solid 2px;border-color:var(--search-bar-close-color,#222) var(--search-bar-close-color,#222) transparent transparent;transform-origin:center center;transform:translate3d(-50%,0,0) rotate(-45deg);left:50%;top:calc(50% - 10px)}}@media only screen and (min-width:1025px){#search-bar #search-bar__form #search-bar__close{align-self:flex-start;margin-top:calc(var(--search-bar-close-top,10px) - 10px + 2.8px)}#search-bar #search-bar__form #search-bar__close:before,#search-bar #search-bar__form #search-bar__close:after{content:"";position:absolute;height:20px;width:2px;background-color:var(--search-bar-close-color,#222);left:calc(50% - 1px);top:calc(50% - 10px)}#search-bar #search-bar__form #search-bar__close:before{transform:rotate(45deg)}#search-bar #search-bar__form #search-bar__close:after{transform:rotate(-45deg)}}html.search-bar-open #search-bar #search-bar__form{transform:translate3d(0,0,0);opacity:1}#search-bar{--search-bar-height:100px}#area-pesquisa #area-pesquisa__form-pesquisa{background-color:var(--form-pesquisa-bg,#F5F5F5);border-radius:5px;padding:2rem}@media only screen and (max-width:640px){#area-pesquisa #area-pesquisa__form-pesquisa{padding:1rem;text-align:left}#area-pesquisa #area-pesquisa__form-pesquisa .titulo--default-margin-bottom,#area-pesquisa #area-pesquisa__form-pesquisa .bloco.bloco-4-colunas h2,.bloco.bloco-4-colunas #area-pesquisa #area-pesquisa__form-pesquisa h2{font-size:1rem}}#area-pesquisa #area-pesquisa__results-tabs{display:flex;gap:10px;overflow:auto;margin:2rem 0;padding:2px 0}#area-pesquisa #area-pesquisa__results-tabs button{margin:0;display:inline-flex;gap:5px;flex-wrap:nowrap}#area-pesquisa #area-pesquisa__results-tabs button .num{border-radius:10px;height:1.2em}#area-pesquisa #area-pesquisa__results-tabs-content a:hover *{color:inherit}#area-pesquisa #area-pesquisa__results-tabs{flex-wrap:wrap}#area-pesquisa #area-pesquisa__results-tabs-content--areas,#area-pesquisa #area-pesquisa__results-tabs-content--areas_negocio,#area-pesquisa #area-pesquisa__results-tabs-content--parceiros{display:grid;gap:2rem}#area-pesquisa .content-outer-wrapper div.content-inner-wrapper{padding-top:2rem}body{font-family:"DM Sans",sans-serif,-apple-system,BlinkMacSystemFont,"Tahoma","Roboto","Helvetica Neue","Ubuntu";font-weight:normal;height:100%;-webkit-font-smoothing:antialiased;--h1-font-size:2.488rem;--h2-font-size:2.074rem;--h3-font-size:1.728rem;--h4-font-size:1.44rem;--h5-font-size:1.2rem;--h6-font-size:1.125rem;--header-font-weight:700;--border-radius:5px}h1,.h1,h2,.h2,h3,.h3,h4,.h4,footer#footer .footer__footer-top .footer__footer-top__titulo,h5,.h5,h6,.h6,footer#footer .footer__footer-top .footer__footer-top__subtitulo{font-size:var(--font-size);font-weight:var(--header-font-weight)}h1,.h1{--font-size:var(--h1-font-size)}h2,.h2{--font-size:var(--h2-font-size)}h3,.h3{--font-size:var(--h3-font-size)}h4,.h4,footer#footer .footer__footer-top .footer__footer-top__titulo{--font-size:var(--h4-font-size)}h5,.h5{--font-size:var(--h5-font-size)}h6,.h6,footer#footer .footer__footer-top .footer__footer-top__subtitulo{--font-size:var(--h6-font-size)}@media only screen and (min-width:641px){body{--h1-font-size:3.052rem;--h2-font-size:2.441rem;--h3-font-size:1.953rem;--h4-font-size:1.563rem;--h5-font-size:1.25rem;--h6-font-size:1.125rem}}@media only screen and (min-width:1025px){body{--h1-font-size:2.97rem;--h2-font-size:2.57rem;--h3-font-size:2.197rem;--h4-font-size:1.69rem;--h5-font-size:1.3rem;--h6-font-size:1.125rem}}.foundation-data-attribute-namespace{font-family:false}article,aside,footer,header,hgroup,main,nav,section{display:block}.clear{clear:both}.relative{position:relative}.centered,.text-center,.center{text-align:center}.text-align-right{text-align:right}.text-align-left{text-align:left}.font-weight-normal{font-weight:normal}.display-block{display:block}.hidden{display:none}.width-100perc{width:100%}.valign-middle{vertical-align:middle}.float-left{float:left}.float-right{float:right}a{color:#ED5B1A}a:hover{color:#ef6c32}.swiper .swiper-pagination{z-index:0;position:relative}.noscriptMessage{font-family:sans-serif;font-size:13px;text-align:center;padding:8px 0;background-color:#FFF9D7;color:#000;font-weight:bold}.noscriptMessage a{text-decoration:none;color:#3B5998}.icon{display:inline-block;display:inline-block;width:1em;height:1em;min-width:1em;position:relative}.icon.icon-1halfx{width:1.5em;height:1.5em}.icon.icon-2x{width:2em;height:2em}.icon.icon-3x{width:3em;height:3em}.icon svg{position:absolute;top:0;left:0;width:100%;height:100%}.icon svg *{fill:currentColor}.notie-container .notie-textbox-inner a{color:#fff}.margin-top-0{margin-top:0}.margin-bottom-0{margin-bottom:0}.margin-right-0{margin-right:0}.margin-left-0{margin-left:0}.padding-top-0{padding-top:0}.padding-bottom-0{padding-bottom:0}.padding-right-0{padding-right:0}.padding-left-0{padding-left:0}.margin-top-5{margin-top:5px}.margin-bottom-5{margin-bottom:5px}.margin-right-5{margin-right:5px}.margin-left-5{margin-left:5px}.padding-top-5{padding-top:5px}.padding-bottom-5{padding-bottom:5px}.padding-right-5{padding-right:5px}.padding-left-5{padding-left:5px}.margin-top-10{margin-top:10px}.margin-bottom-10{margin-bottom:10px}.margin-right-10{margin-right:10px}.margin-left-10{margin-left:10px}.padding-top-10{padding-top:10px}.padding-bottom-10{padding-bottom:10px}.padding-right-10{padding-right:10px}.padding-left-10{padding-left:10px}.margin-top-15{margin-top:15px}.margin-bottom-15{margin-bottom:15px}.margin-right-15{margin-right:15px}.margin-left-15{margin-left:15px}.padding-top-15{padding-top:15px}.padding-bottom-15{padding-bottom:15px}.padding-right-15{padding-right:15px}.padding-left-15{padding-left:15px}.margin-top-20{margin-top:20px}.margin-bottom-20{margin-bottom:20px}.margin-right-20{margin-right:20px}.margin-left-20{margin-left:20px}.padding-top-20{padding-top:20px}.padding-bottom-20{padding-bottom:20px}.padding-right-20{padding-right:20px}.padding-left-20{padding-left:20px}.margin-top-25{margin-top:25px}.margin-bottom-25{margin-bottom:25px}.margin-right-25{margin-right:25px}.margin-left-25{margin-left:25px}.padding-top-25{padding-top:25px}.padding-bottom-25{padding-bottom:25px}.padding-right-25{padding-right:25px}.padding-left-25{padding-left:25px}.margin-top-30{margin-top:30px}.margin-bottom-30{margin-bottom:30px}.margin-right-30{margin-right:30px}.margin-left-30{margin-left:30px}.padding-top-30{padding-top:30px}.padding-bottom-30{padding-bottom:30px}.padding-right-30{padding-right:30px}.padding-left-30{padding-left:30px}.margin-top-35{margin-top:35px}.margin-bottom-35{margin-bottom:35px}.margin-right-35{margin-right:35px}.margin-left-35{margin-left:35px}.padding-top-35{padding-top:35px}.padding-bottom-35{padding-bottom:35px}.padding-right-35{padding-right:35px}.padding-left-35{padding-left:35px}.margin-top-40{margin-top:40px}.margin-bottom-40{margin-bottom:40px}.margin-right-40{margin-right:40px}.margin-left-40{margin-left:40px}.padding-top-40{padding-top:40px}.padding-bottom-40{padding-bottom:40px}.padding-right-40{padding-right:40px}.padding-left-40{padding-left:40px}.margin-top-45{margin-top:45px}.margin-bottom-45{margin-bottom:45px}.margin-right-45{margin-right:45px}.margin-left-45{margin-left:45px}.padding-top-45{padding-top:45px}.padding-bottom-45{padding-bottom:45px}.padding-right-45{padding-right:45px}.padding-left-45{padding-left:45px}.margin-top-50{margin-top:50px}.margin-bottom-50{margin-bottom:50px}.margin-right-50{margin-right:50px}.margin-left-50{margin-left:50px}.padding-top-50{padding-top:50px}.padding-bottom-50{padding-bottom:50px}.padding-right-50{padding-right:50px}.padding-left-50{padding-left:50px}.margin-top-55{margin-top:55px}.margin-bottom-55{margin-bottom:55px}.margin-right-55{margin-right:55px}.margin-left-55{margin-left:55px}.padding-top-55{padding-top:55px}.padding-bottom-55{padding-bottom:55px}.padding-right-55{padding-right:55px}.padding-left-55{padding-left:55px}.margin-top-60{margin-top:60px}.margin-bottom-60{margin-bottom:60px}.margin-right-60{margin-right:60px}.margin-left-60{margin-left:60px}.padding-top-60{padding-top:60px}.padding-bottom-60{padding-bottom:60px}.padding-right-60{padding-right:60px}.padding-left-60{padding-left:60px}.margin-top-65{margin-top:65px}.margin-bottom-65{margin-bottom:65px}.margin-right-65{margin-right:65px}.margin-left-65{margin-left:65px}.padding-top-65{padding-top:65px}.padding-bottom-65{padding-bottom:65px}.padding-right-65{padding-right:65px}.padding-left-65{padding-left:65px}.margin-top-70{margin-top:70px}.margin-bottom-70{margin-bottom:70px}.margin-right-70{margin-right:70px}.margin-left-70{margin-left:70px}.padding-top-70{padding-top:70px}.padding-bottom-70{padding-bottom:70px}.padding-right-70{padding-right:70px}.padding-left-70{padding-left:70px}.margin-top-75{margin-top:75px}.margin-bottom-75{margin-bottom:75px}.margin-right-75{margin-right:75px}.margin-left-75{margin-left:75px}.padding-top-75{padding-top:75px}.padding-bottom-75{padding-bottom:75px}.padding-right-75{padding-right:75px}.padding-left-75{padding-left:75px}.margin-top-80{margin-top:80px}.margin-bottom-80{margin-bottom:80px}.margin-right-80{margin-right:80px}.margin-left-80{margin-left:80px}.padding-top-80{padding-top:80px}.padding-bottom-80{padding-bottom:80px}.padding-right-80{padding-right:80px}.padding-left-80{padding-left:80px}.margin-top-85{margin-top:85px}.margin-bottom-85{margin-bottom:85px}.margin-right-85{margin-right:85px}.margin-left-85{margin-left:85px}.padding-top-85{padding-top:85px}.padding-bottom-85{padding-bottom:85px}.padding-right-85{padding-right:85px}.padding-left-85{padding-left:85px}.margin-top-90{margin-top:90px}.margin-bottom-90{margin-bottom:90px}.margin-right-90{margin-right:90px}.margin-left-90{margin-left:90px}.padding-top-90{padding-top:90px}.padding-bottom-90{padding-bottom:90px}.padding-right-90{padding-right:90px}.padding-left-90{padding-left:90px}.margin-top-95{margin-top:95px}.margin-bottom-95{margin-bottom:95px}.margin-right-95{margin-right:95px}.margin-left-95{margin-left:95px}.padding-top-95{padding-top:95px}.padding-bottom-95{padding-bottom:95px}.padding-right-95{padding-right:95px}.padding-left-95{padding-left:95px}.margin-top-100{margin-top:100px}.margin-bottom-100{margin-bottom:100px}.margin-right-100{margin-right:100px}.margin-left-100{margin-left:100px}.padding-top-100{padding-top:100px}.padding-bottom-100{padding-bottom:100px}.padding-right-100{padding-right:100px}.padding-left-100{padding-left:100px}.margin-top-150{margin-top:150px}.margin-bottom-150{margin-bottom:150px}.margin-right-150{margin-right:150px}.margin-left-150{margin-left:150px}.padding-top-150{padding-top:150px}.padding-bottom-150{padding-bottom:150px}.padding-right-150{padding-right:150px}.padding-left-150{padding-left:150px}.margin-top-200{margin-top:200px}.margin-bottom-200{margin-bottom:200px}.margin-right-200{margin-right:200px}.margin-left-200{margin-left:200px}.padding-top-200{padding-top:200px}.padding-bottom-200{padding-bottom:200px}.padding-right-200{padding-right:200px}.padding-left-200{padding-left:200px}.margin-top-300{margin-top:300px}.margin-bottom-300{margin-bottom:300px}.margin-right-300{margin-right:300px}.margin-left-300{margin-left:300px}.padding-top-300{padding-top:300px}.padding-bottom-300{padding-bottom:300px}.padding-right-300{padding-right:300px}.padding-left-300{padding-left:300px}html,body{margin:0;height:auto}html{overflow-x:hidden}h1,.h1,h2,.h2,h3,.h3,h4,.h4,footer#footer .footer__footer-top .footer__footer-top__titulo,h5,.h5,h6,.h6,footer#footer .footer__footer-top .footer__footer-top__subtitulo{letter-spacing:1px;font-weight:500;margin-top:0}h1,.h1{text-transform:uppercase}h2,.h2{text-transform:uppercase}h3,.h3{text-transform:uppercase}a{color:#2A2A2A}a:hover{color:#ff9d47}.titulo--hidden{display:none}address{font-style:normal}.wrapper.wrapper--flex{display:flex}.wrapper.wrapper--space-between{justify-content:space-between}section{margin-bottom:var(--section-margin)}.no-margin-bottom{margin-bottom:0!important}.no-margin-top{margin-bottom:0!important}.default-margin-bottom{margin-bottom:var(--section-margin)}.default-margin-top{margin-top:var(--section-margin)}.default-padding-top-bottom{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.titulo--default-margin-bottom,.bloco.bloco-4-colunas h2{margin-bottom:1.5rem}.titulo--hidden{display:none}.bg--white{background-color:white!important}.bg--grey{background-color:#F8F8F8!important}.texto--laranja{color:#ED5B1A!important}.texto--preto{color:black!important}.texto--cinzento-claro{color:#F8F8F8!important}.texto--cinzento-escuro{color:#2A2A2A!important}.header-seccao{display:flex;justify-content:space-between;margin-bottom:.6rem}.icon-small{max-width:22px;max-height:19px}.icon-small.icon-small--default-margin-right{margin-right:.5rem}.list--like-h4>li::marker{font-size:clamp(1.44rem,3vw,1.69rem)}.list--like-h3>li::marker{font-size:clamp(1.728rem,3vw,2.197rem)}strong,b{font-weight:600}.alerta{position:relative;padding:10px 15px;border-left:0;border-radius:var(--border-radius);vertical-align:middle;color:var(--alerta-color);background-color:var(--alerta-background-color);border-color:var(--alerta-border-color)}.alerta h1,.alerta h2,.alerta h3,.alerta h4,.alerta h5,.alerta h6{color:inherit}.alerta a:not(.button){font-weight:700;color:inherit}.alerta.small{padding:5px 15px;font-size:13px;border-radius:15px}.alerta.padding-large{padding:15px 15px}.alerta.alerta-grey{--alerta-color:#383d41;--alerta-background-color:#e2e3e5;--alerta-border-color:#d6d8db}.alerta.alerta-success{--alerta-color:hsl(142deg,56%,27%);--alerta-background-color:hsl(142deg,76%,93%);--alerta-border-color:hsl(142deg,69%,58%)}.alerta.alerta-error{--alerta-color:hsl(347deg,86%,43%);--alerta-background-color:hsl(347deg,90%,94%);--alerta-border-color:hsl(347deg,91%,71%)}.alerta.alerta-warning{--alerta-color:hsl(48deg,65%,31%);--alerta-background-color:hsl(48deg,91%,90%);--alerta-border-color:hsl(48deg,96%,53%)}.alerta.alerta-info{--alerta-color:hsl(224deg,74%,48%);--alerta-background-color:hsl(213deg,76%,93%);--alerta-border-color:hsl(213deg,94%,68%)}span.alerta{display:inline-block}.pagination{}.pagination__mode-normal{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;gap:1px;--background-color:transparent;--color:#ED5B1A;--background-color-hover:#ED5B1A;--color-hover:white;--link-text-decoration:none;--link-text-decoration-hover:none;--current-background-color:#ED5B1A;--current-color:white;--item-height:calc(1em + 8px)}.pagination__mode-normal a.pagination__item,.pagination__mode-normal span.pagination__item,.pagination__mode-normal .pagination__dropdown__wrapper{background-color:var(--background-color);color:var(--color);min-width:calc(1em + 8px);height:var(--item-height);line-height:1em;padding:4px;text-decoration:none;text-align:center;border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.pagination__mode-normal a.pagination__item>span,.pagination__mode-normal span.pagination__item>span,.pagination__mode-normal .pagination__dropdown__wrapper>span{min-width:1em;min-height:1em}.pagination__mode-normal a.pagination__item>span.icon,.pagination__mode-normal span.pagination__item>span.icon,.pagination__mode-normal .pagination__dropdown__wrapper>span.icon{min-width:0;min-height:0;width:.7em;height:.7em;vertical-align:middle;display:inline-block}.pagination__mode-normal a.pagination__item>span.text,.pagination__mode-normal span.pagination__item>span.text,.pagination__mode-normal .pagination__dropdown__wrapper>span.text{padding-left:4px;padding-right:4px;display:none}.pagination__mode-normal .pagination__dropdown__wrapper{cursor:pointer;z-index:2;text-decoration:none}.pagination__mode-normal .pagination__dropdown__wrapper a{text-decoration:none}.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown{top:calc(100% - 10px)}.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown .pagination__dropdown__inner{display:grid;background-color:white;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px}.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown .pagination__dropdown__inner:before{display:none}.pagination__mode-normal a.pagination__item:hover{background-color:var(--background-color-hover);color:var(--color-hover);text-decoration:none}.pagination__mode-normal span.pagination__item.current,.pagination__mode-normal span.pagination__item.pagination__item--current{color:#ED5B1A;background-color:var(--current-background-color);color:var(--current-color)}.pagination__mode-normal span.pagination__item.pagination__item--disabled{opacity:.5}.pagination__mode-normal .pagination__info-wrapper__mobile{display:flex;white-space:nowrap;align-items:center}@media only screen and (min-width:1025px){.pagination__mode-normal .pagination__info-wrapper__mobile{display:none}}.pagination__mode-normal .pagination__info-wrapper__mobile select{margin:0;padding-right:20px;padding-top:0;padding-bottom:0;height:var(--item-height)}.pagination__mode-normal .pagination__info-wrapper__mobile .total{padding-left:3px;padding-right:8px}@media only screen and (max-width:1024px){.pagination__mode-normal{gap:5px;--item-height:calc(1em + 18px)}.pagination__mode-normal>a.pagination__item>span.text,.pagination__mode-normal>span.pagination__item>span.text,.pagination__mode-normal>.pagination__dropdown__wrapper>span.text{display:inline-block}.pagination__mode-normal>a.pagination__item:not(.pagination__item__next):not(.pagination__item__prev),.pagination__mode-normal>span.pagination__item:not(.pagination__item__next):not(.pagination__item__prev),.pagination__mode-normal>.pagination__dropdown__wrapper:not(.pagination__item__next):not(.pagination__item__prev){display:none}}.pagination__mode-load-more{text-align:center}.pagination__mode-load-more .pagination__load-next__btn{margin-bottom:10px}.pagination__mode-infinite{text-align:center}.pagination__mode-infinite .pagination__loading{visibility:hidden}.pagination__mode-infinite.pagination--loading .pagination__loading{visibility:visible}.pagination__load-prev__container,.pagination__load-next__container{text-align:center}.pagination__load-prev__container .pagination__load-prev__wrapper,.pagination__load-prev__container .pagination__load-next__wrapper,.pagination__load-next__container .pagination__load-prev__wrapper,.pagination__load-next__container .pagination__load-next__wrapper{padding:1em}.pagination__load-prev__container .pagination__load-prev__btn,.pagination__load-prev__container .pagination__load-next__btn,.pagination__load-next__container .pagination__load-prev__btn,.pagination__load-next__container .pagination__load-next__btn{margin:0}:root{--section-padding:7.8rem;--section-margin:9.41rem}@media only screen and (min-width:641px) and (max-width:1024px){:root{--section-padding:calc(7.8rem / 1.5);--section-margin:calc(9.41rem / 1.5)}}@media only screen and (max-width:640px){:root{--section-padding:3.9rem;--section-margin:4.705rem}.header-seccao{flex-wrap:wrap;justify-content:left;margin-bottom:1rem}.header-seccao a,.header-seccao .button{display:none;margin-top:1.5rem}}#popup-termos-condicoes{max-width:750px}#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-texto{max-height:450px;overflow-y:scroll}#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer #popup-termos-condicoes__btn-cancelar{margin-right:10px;text-decoration:none}@media only screen and (max-width:640px){#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer{display:flex;flex-wrap:wrap;text-align:center}#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer #popup-termos-condicoes__btn-submit{order:0;display:block;width:100%}#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer #popup-termos-condicoes__btn-cancelar{order:1;margin-top:10px;display:block;width:100%}}#popup-share{max-width:400px!important}.search-input-wrapper{visibility:hidden;opacity:0;position:absolute;right:30px;top:-15px;width:200px;max-width:500px;z-index:202}.search-input-wrapper input{height:50px}.persquisa-wrapper{bottom:0;width:100%}.persquisa-wrapper #search-mobile{padding:8px 15px}.persquisa-wrapper #search-mobile form{border-bottom:1px solid #ED5B1A}.persquisa-wrapper #search-mobile form input[type=search]{display:inline-block;max-width:88%;box-shadow:none;padding:0;margin:0;border:0;background-color:transparent;text-align:left;height:40px}.persquisa-wrapper #search-mobile form input[type=search]::-webkit-input-placeholder{color:#bdbdbd}.persquisa-wrapper #search-mobile form input[type=search]::-moz-placeholder{color:#bdbdbd}.persquisa-wrapper #search-mobile form input[type=search]:-ms-input-placeholder{color:#bdbdbd}.persquisa-wrapper #search-mobile form input[type=search]:-moz-placeholder{color:#bdbdbd}.persquisa-wrapper #search-mobile form button{margin-bottom:0;padding:5px 0 5px 5px;background-color:transparent}#search{position:fixed;z-index:10002;box-shadow:0 5px 20px rgba(0,0,0,.1);height:110px}#search .search-close{display:inline-block;width:34px;height:34px;position:absolute;top:10px;right:10px}#search .search-close:before,#search .search-close:after{content:"";position:absolute;height:20px;width:2px;background-color:#231f20;left:50%;top:50%}#search .search-close:before{transform:translateX(-50%) translateY(-50%) rotate(-45deg)}#search .search-close:after{transform:translateX(-50%) translateY(-50%) rotate(45deg)}#search input{width:100%;box-shadow:none;padding:10px 60px;border-bottom:2px solid #ff9d47}#search+.white-overlay{z-index:9999;background-color:rgba(0,0,0,.5)}#search-mobile button{border:0}@media only screen and (min-width:1024px){.persquisa-wrapper{display:none}}#page-loader{display:flex;align-items:center;justify-content:center;position:fixed;z-index:999999;top:0;left:0;height:100vh;width:100vw;background:#EEE;-webkit-animation-delay:0.25s;animation-delay:0.25s;-webkit-animation-duration:600ms;animation-duration:600ms;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);-webkit-animation-name:pageLoaderAnimationOut;animation-name:pageLoaderAnimationOut;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:hidden;backface-visibility:hidden}#page-loader svg *{stroke:#ED5B1A}#page-loader.initial-state{transform:translate3d(0,0,0);-webkit-animation-name:none;animation-name:none}#page-loader.initial-state #page-loader-logo-bg{opacity:1}#page-loader.initial-state~#header #header-inner{opacity:0;transform:translate3d(0,-52px,0)}#page-loader.is-active{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-name:pageLoaderAnimationIn;animation-name:pageLoaderAnimationIn}#page-loader.is-active~#header #header-inner{opacity:0;transition:all 0s ease 0.5s;transform:translate3d(0,-52px,0)}#page-loader.is-active #page-loader-logo-bg{opacity:1;transition:opacity 0.3s linear 0.2s}header#header #header-inner{transition:transform 0.2s ease;position:relative;z-index:900;width:100%;left:0;top:0}header#header.header-with-headroom #header-inner{position:fixed}header#header a{text-decoration:none}header#header #header-top{position:relative;z-index:2}header#header #header-top #header-top-right{display:flex;flex-wrap:wrap;align-items:center;gap:5px 15px;justify-content:flex-end}header#header #header-bottom{position:relative;z-index:1}header#header #header-bottom #header-bottom-inner-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}header#header.headroom--not-top #header-bottom{box-shadow:0 0 12px rgba(0,0,0,.2)}header#header.headroom--pinned #header-inner{transform:translate3d(0,0,0)}header#header.headroom--pinned.headroom--not-top #header-inner{min-height:1px!important;z-index:1000;position:fixed;top:0;left:0;right:0}header#header.headroom--unpinned #header-inner{transform:translate3d(0,-120%,0)}a:not(.button),a:not([class*=button]){--link-color:#2A2A2A;color:var(--link-color);transition:0.2s ease}a:not(.button):hover,a:not([class*=button]):hover{--link-color:#ED5B1A;text-decoration:underline}#main-container{min-height:300px}#main-container .content-outer-wrapper .top-content-inner{display:flex}#main-container .content-outer-wrapper .content-inner-wrapper{padding-top:var(--section-margin);padding-bottom:var(--section-margin)}#main-container #area-home .top-content-inner{display:flex;position:relative}#main-container #area-contactos .wrapper-moradas .wrapper-moradas__morada .wrapper-moradas__morada__titulo{font-weight:500;display:flex;align-items:center}#main-container #area-contactos .wrapper-moradas .wrapper-moradas__morada .wrapper-moradas__morada__titulo:before{content:"";background-image:url("../../multimedia/imagem/vector.svg");background-size:contain;background-repeat:no-repeat;height:20px;width:15px;display:inline-block;margin-right:7px;filter:invert(100%) sepia(45%) saturate(5%) hue-rotate(149deg) brightness(106%) contrast(100%)}#main-container #area-contactos #mapa-wrapper{min-height:400px;margin-top:3rem}#main-container #area-contactos #mapa-embed{display:grid;grid-template-columns:1fr 1fr;gap:10px}#main-container #area-contactos #mapa-embed .mapa-embed--morada1 iframe{display:flex;height:400px;width:100%;min-width:200px}#main-container #area-contactos #mapa-embed .mapa-embed--morada2 iframe{display:flex;height:400px;width:100%;min-width:200px}#main-container #area-noticias #noticias__wrapper{margin-bottom:0}#main-container #area-noticias #texto-autor{margin-bottom:calc(var(--section-margin) / 2)}#main-container #area-noticias section.noticia-outer-wrapper__parceiros{margin-bottom:3rem}#main-container #area-noticias .noticia-outer-wrapper img{max-width:100%!important}#main-container #area-noticias .noticia-outer-wrapper p img{max-width:100%!important}#main-container #area-recrutamento .bloco-texto-img-full-width{margin-bottom:0}#main-container #area-pesquisa .form-pesquisa{margin-bottom:calc(var(--section-margin) / 2)}#main-container #area-pesquisa .form-pesquisa p:last-child{margin-bottom:0}#main-container #area-pesquisa #wrapper-areas .wrapper-areas__item{border-bottom:1px solid black;margin-bottom:calc(var(--section-margin) / 2);padding-bottom:1.5rem}#main-container #area-pesquisa #wrapper-areas .wrapper-areas__item .wrapper-areas__item__titulo-area{padding-top:1.5rem;font-size:clamp(1.44rem,3vw,1.69rem)}#main-container #area-pesquisa #wrapper-areas .wrapper-areas__item .wrapper-areas__item__ver-mais{display:block;margin-top:1.5rem;color:#ED5B1A}#main-container #area-pesquisa #wrapper-areas .wrapper-areas__item a{text-decoration:none}#main-container #area-pesquisa #wrapper-areas .wrapper-areas__item a:hover{text-decoration:none}#main-container .seccao-noticias{background-color:#F8F8F8;padding-bottom:var(--section-padding);padding-top:var(--section-padding)}#main-container .seccao-noticias:not(.no-margin-bottom){margin-bottom:var(--section-margin)}#main-container .seccao-noticias .slider-noticias{overflow:hidden}#main-container #noticias__wrapper a,#main-container .seccao-noticias a{text-decoration:none}#main-container #noticias__wrapper .noticias__wrapper__noticia-item,#main-container .seccao-noticias .noticias__wrapper__noticia-item{margin-bottom:1rem}#main-container #noticias__wrapper .noticias__wrapper__noticia-item .noticias__wrapper__noticia-item__imagem img,#main-container .seccao-noticias .noticias__wrapper__noticia-item .noticias__wrapper__noticia-item__imagem img{width:100%;height:100%;object-fit:cover}#main-container #noticias__wrapper .noticias__wrapper__noticia-item .noticias__wrapper__noticia-item__conteudo__data,#main-container .seccao-noticias .noticias__wrapper__noticia-item .noticias__wrapper__noticia-item__conteudo__data{margin-top:1.2rem;margin-bottom:.6rem;color:#2A2A2A;display:block}#main-container #noticias__wrapper .noticias__wrapper__noticia-item .noticias__wrapper__noticia-item__conteudo__titulo,#main-container .seccao-noticias .noticias__wrapper__noticia-item .noticias__wrapper__noticia-item__conteudo__titulo{color:#2A2A2A;font-size:clamp(1.44rem,2.5vw,1.69rem);font-weight:500;margin-bottom:1.2rem}#main-container #noticias__wrapper{display:grid;grid-gap:1.87rem}#main-container .seccao-parceiros,#main-container .seccao-parceiros-marca{position:relative;text-align:center;overflow:hidden}#main-container .seccao-parceiros h2,#main-container .seccao-parceiros-marca h2{margin-top:0}#main-container .seccao-parceiros:before,#main-container .seccao-parceiros:after,#main-container .seccao-parceiros-marca:before,#main-container .seccao-parceiros-marca:after{content:"";display:block;position:absolute;top:0;bottom:0;width:17%;background-size:cover;z-index:2;background:rgb(255,255,255)}#main-container .seccao-parceiros:before,#main-container .seccao-parceiros-marca:before{left:0;background:linear-gradient(-90deg,rgba(255,255,255,0) 0%,rgb(255,255,255) 80%)}#main-container .seccao-parceiros:after,#main-container .seccao-parceiros-marca:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgb(255,255,255) 80%)}#main-container .slider-parceiros{position:relative;margin-top:4rem}#main-container .slider-parceiros .swiper-wrapper{display:flex;flex-wrap:nowrap;align-items:center}#main-container .slider-parceiros .swiper-button-next,#main-container .slider-parceiros .swiper-button-prev{top:calc(50% - 12px - 24px)}#main-container .slider-parceiros .swiper-pagination-bullets{margin-top:1.5rem}@media only screen and (min-width:1670px){#main-container .slider-parceiros .swiper-button-prev{left:-55px}#main-container .slider-parceiros .swiper-button-next{right:-55px}}#main-container .slider-parceiros .slider-parceiros__item .parceiros__wrapper__parceiro-item{width:100%}#main-container .slider-parceiros .slider-parceiros__item img{transition:filter 0.16s ease-in-out;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.85}#main-container .slider-parceiros .slider-parceiros__item img:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%);opacity:1}#main-container .slider-parceiros:not(.swiper){display:flex;justify-content:center;flex-wrap:wrap;gap:2rem 1.71%}#main-container .slider-parceiros:not(.swiper) .slider-parceiros__item{max-width:11%;min-width:178px;text-align:center;display:flex;align-items:center;justify-content:center}#main-container .lista-parceiros{display:grid;grid-template-columns:repeat(8,1fr);gap:2.5rem}#main-container .lista-parceiros .parceiros__wrapper__parceiro-item{display:flex;align-items:center;justify-content:center}#main-container .lista-parceiros .parceiros__wrapper__parceiro-item img{transition:filter 0.16s ease-in-out;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.85}#main-container .lista-parceiros .parceiros__wrapper__parceiro-item:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%);opacity:1}#main-container #area-promocoes .lista-promocoes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem}#main-container .seccao-promocoes .lista-promocoes,#main-container .area-promocoes .lista-promocoes,#main-container #area-promocoes .lista-promocoes,#main-container .lista-promocoes-parceiro .lista-promocoes,#main-container .seccao-promocoes-area-negocio .lista-promocoes{overflow:hidden}#main-container .seccao-promocoes .lista-promocoes a,#main-container .area-promocoes .lista-promocoes a,#main-container #area-promocoes .lista-promocoes a,#main-container .lista-promocoes-parceiro .lista-promocoes a,#main-container .seccao-promocoes-area-negocio .lista-promocoes a{text-decoration:none}#main-container .seccao-promocoes .lista-promocoes .lista-promocoes__item,#main-container .area-promocoes .lista-promocoes .lista-promocoes__item,#main-container #area-promocoes .lista-promocoes .lista-promocoes__item,#main-container .lista-promocoes-parceiro .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item{position:relative;margin-bottom:1rem}#main-container .seccao-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__link,#main-container .area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__link,#main-container #area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__link,#main-container .lista-promocoes-parceiro .lista-promocoes .lista-promocoes__item .lista-promocoes__item__link,#main-container .seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item .lista-promocoes__item__link{position:absolute;top:0;bottom:0;left:0;right:0}#main-container .seccao-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__titulo,#main-container .area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__titulo,#main-container #area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__titulo,#main-container .lista-promocoes-parceiro .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__titulo,#main-container .seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__titulo{color:#2A2A2A;font-size:clamp(1.44rem,2.5vw,1.69rem);font-weight:500;margin-top:2.19rem;margin-bottom:.7rem;text-transform:uppercase}#main-container .seccao-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__sub-titulo,#main-container .area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__sub-titulo,#main-container #area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__sub-titulo,#main-container .lista-promocoes-parceiro .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__sub-titulo,#main-container .seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo .lista-promocoes__item__conteudo__sub-titulo{color:#ED5B1A;font-size:clamp(1.44rem,2.5vw,1.69rem);font-weight:500;margin-top:0;margin-bottom:0;text-transform:uppercase}#main-container .seccao-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo p,#main-container .area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo p,#main-container #area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo p,#main-container .lista-promocoes-parceiro .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo p,#main-container .seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo p{margin-top:1rem;margin-bottom:0}#main-container .seccao-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo__link,#main-container .area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo__link,#main-container #area-promocoes .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo__link,#main-container .lista-promocoes-parceiro .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo__link,#main-container .seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item .lista-promocoes__item__conteudo__link{color:#ED5B1A;text-decoration:underline;margin-top:1rem;display:block}#main-container .wrapper-ficheiros{display:grid;grid-template-columns:30% 65%;gap:5%}#main-container .wrapper-ficheiros.wrapper-ficheiros-marca{display:block}#main-container .wrapper-ficheiros .wrapper-ficheiros__menu .wrapper-ficheiros__menu__wrapper{background-color:#F8F8F8;padding:2rem 2rem;border-radius:5px;position:sticky;top:150px}#main-container .wrapper-ficheiros .wrapper-ficheiros__menu .wrapper-ficheiros__menu__wrapper .wrapper-ficheiros__menu__wrapper__titulo{font-weight:500;font-size:clamp(1.44rem,3vw,1.69rem);margin-bottom:20px;display:block}#main-container .wrapper-ficheiros .wrapper-ficheiros__menu .wrapper-ficheiros__menu__wrapper ul{margin:0;list-style:none}#main-container .wrapper-ficheiros .wrapper-ficheiros__menu .wrapper-ficheiros__menu__wrapper ul li{font-weight:500;margin-bottom:.5rem}#main-container .wrapper-ficheiros .wrapper-ficheiros__menu .wrapper-ficheiros__menu__wrapper ul li:last-child{margin-bottom:0}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas h2{margin-top:0;margin-bottom:40px}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista{background-color:#F8F8F8;display:block;margin-bottom:var(--section-margin);border-radius:5px;padding:2rem 2rem}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista:last-child{margin-bottom:0}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item{display:flex;justify-content:space-between;gap:1rem;align-items:center;background-color:#ededed;padding:1.5rem 1rem;margin-bottom:1rem;border-radius:5px}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item:last-child{margin-bottom:0}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__nome{font-weight:500;overflow-wrap:break-word;display:grid;grid-template-columns:30px 1fr;align-items:center;gap:10px}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__nome a{padding:.2rem .4rem;margin-bottom:0;min-height:26px;min-width:30px;display:grid;align-items:center}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__nome span{overflow:hidden;display:block}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__coluna-botao{position:relative;white-space:nowrap}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__coluna-botao small{display:block;margin-top:.4rem;line-height:1}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__coluna-botao .button{padding:.7rem 1rem .7rem 2.5rem;margin-bottom:0}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__coluna-botao .button:after{content:"";background-image:url("../../multimedia/imagem/icon_file.svg");width:25px;height:25px;display:block;background-repeat:no-repeat;position:absolute;top:50%;left:10px;transform:translate(0,-50%);filter:invert(1)}#main-container #areas_negocio__wrapper a,#main-container .slider-areas-negocio-destaque a{text-decoration:none}#main-container #areas_negocio__wrapper.slider-areas-negocio-destaque,#main-container .slider-areas-negocio-destaque.slider-areas-negocio-destaque{overflow:hidden}#main-container #areas_negocio__wrapper .areas_negocio__wrapper__area_negocio-item,#main-container .slider-areas-negocio-destaque .areas_negocio__wrapper__area_negocio-item{margin-bottom:2rem}#main-container #areas_negocio__wrapper .areas_negocio__wrapper__area_negocio-item p:last-child,#main-container .slider-areas-negocio-destaque .areas_negocio__wrapper__area_negocio-item p:last-child{margin-bottom:0}#main-container #areas_negocio__wrapper .areas_negocio__wrapper__area_negocio-item .areas_negocio__wrapper__area_negocio-item__conteudo a:nth-child(2),#main-container .slider-areas-negocio-destaque .areas_negocio__wrapper__area_negocio-item .areas_negocio__wrapper__area_negocio-item__conteudo a:nth-child(2){margin-top:1rem;display:block;color:#ED5B1A;text-decoration:underline}#main-container #areas_negocio__wrapper .areas_negocio__wrapper__area_negocio-item .areas_negocio__wrapper__area_negocio-item__conteudo__titulo,#main-container .slider-areas-negocio-destaque .areas_negocio__wrapper__area_negocio-item .areas_negocio__wrapper__area_negocio-item__conteudo__titulo{color:#2A2A2A;font-size:clamp(1.44rem,2.5vw,1.69rem);font-weight:500;margin-bottom:.5rem;margin-top:2rem}#main-container .seccao-downloads-marca .slider-downloads{overflow:hidden}#main-container .seccao-downloads-marca .slider-downloads .slider-downloads__item{margin-bottom:2rem}#main-container .seccao-downloads-marca .slider-downloads .slider-downloads__item .slider-downloads__item__tirgger{position:absolute;top:0;bottom:0;right:0;left:0}#main-container .seccao-downloads-marca .slider-downloads .slider-downloads__item>div{display:flex;justify-content:space-between;margin-top:.7rem;align-items:start;gap:5%}#main-container .seccao-downloads-marca .slider-downloads .slider-downloads__item>div .slider-downloads__item__nome{width:85%;word-break:break-word}#main-container .seccao-downloads-marca .slider-downloads .slider-downloads__item>div .slider-downloads__item__wrapper-btn{background-color:#ED5B1A;display:inline-block;text-align:center;border-radius:4px;padding:3px;min-width:30px;min-height:30px;width:10%}#main-container .form-satisfacao__wrapper-pergunta{margin-bottom:3rem}#main-container .form-satisfacao__wrapper-pergunta__pergunta{font-size:1.3rem;margin-bottom:1.5rem}footer#footer a{text-decoration:none}footer#footer .footer__titulo-seccao{font-weight:500;text-transform:uppercase;display:block;font-size:1.3rem;margin-bottom:1.5rem}footer#footer #footer-top{padding-top:3.25rem;padding-bottom:3.25rem;background-color:#2A2A2A}footer#footer #footer-top .footer-top__coluna-menu .menu-footer{margin-left:0;margin-bottom:0;list-style:none}footer#footer #footer-top .footer-top__coluna-lojas .footer-top__coluna-lojas__morada .footer-top__coluna-lojas__morada__titulo{font-weight:500;display:flex;align-items:center}footer#footer #footer-top .footer-top__coluna-lojas .footer-top__coluna-lojas__morada .footer-top__coluna-lojas__morada__titulo:before{content:"";background-image:url("../../multimedia/imagem/vector.svg");background-size:contain;background-repeat:no-repeat;height:20px;width:15px;display:inline-block;margin-right:7px}footer#footer #footer-top .footer-top__coluna-legal .menu-footer-legal{list-style-type:none;margin-left:0;margin-bottom:0}footer#footer #footer-top .footer-top__coluna-social .footer-top__coluna-social__logos{margin-bottom:1.5rem}footer#footer #footer-top .footer-top__coluna-social .footer-top__coluna-social__logos a{margin-right:.5rem}footer#footer #footer-top .footer-top__coluna-social .footer-top__coluna-social__logos a:last-child{margin-right:0}footer#footer #footer-top *{color:White}footer#footer #footer-bottom{background-color:white}footer#footer #footer-bottom .footer-bottom__wrapper-pagamentos{background-color:#F8F8F8;padding-bottom:1.5rem;padding-top:1.5rem}footer#footer #footer-bottom .footer-bottom__wrapper-pagamentos .footer-bottom__wrapper-pagamentos__logos{display:flex;gap:2rem 1rem;justify-content:space-between;flex-wrap:wrap}footer#footer #footer-bottom .footer-bottom__wrapper-pagamentos .footer-bottom__wrapper-pagamentos__logos img{object-fit:contain}footer#footer #footer-bottom .footer-bottom__wrapper-creditos{padding-top:1rem;padding-bottom:1rem}@media only screen and (max-width:1024px){#main-container #area-promocoes .lista-promocoes{grid-template-columns:repeat(2,1fr)}#main-container .seccao-parceiros .slider-parceiros .swiper-button-prev,#main-container .seccao-parceiros .slider-parceiros .swiper-button-next,#main-container .seccao-parceiros-marca .slider-parceiros .swiper-button-prev,#main-container .seccao-parceiros-marca .slider-parceiros .swiper-button-next{display:none}#main-container .seccao-promocoes .lista-promocoes,#main-container .area-promocoes .lista-promocoes,#main-container .seccao-promocoes-area-negocio .lista-promocoes,#main-container .seccao-promocoes-marcas .lista-promocoes{grid-template-columns:repeat(2,1fr)}#main-container .seccao-promocoes.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item,#main-container .area-promocoes.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .area-promocoes.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-marcas.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-marcas.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item{width:33.33%}#main-container .wrapper-ficheiros{grid-template-columns:1fr;gap:4rem 0}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item{flex-wrap:wrap}#main-container .lista-parceiros{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}#main-container .seccao-downloads-marca .slider-downloads .swiper-button-prev{display:none}#main-container .seccao-downloads-marca .slider-downloads .swiper-button-next{display:none}footer#footer .menu-footer-legal li{margin-left:5px;margin-right:5px}}@media only screen and (max-width:1440px){#main-container #area-contactos #mapa-embed{display:grid;grid-template-columns:1fr}}@media only screen and (min-width:1025px){#search form .search-icon{display:none}footer#footer #footer-bottom .row{display:flex;align-items:flex-end}}@media only screen and (min-width:1441px){#main-container .seccao-noticias .slider-noticias .swiper-button-next{right:-3rem}#main-container .seccao-noticias .slider-noticias .swiper-button-prev{left:-3rem}#main-container .seccao-promocoes .slider-promocoes .lista-promocoes__item,#main-container .seccao-promocoes .slider-downloads .lista-promocoes__item,#main-container .seccao-promocoes .slider-areas-negocio-destaque .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio .slider-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio .slider-downloads .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio .slider-areas-negocio-destaque .lista-promocoes__item,#main-container .seccao-downloads-marca .slider-promocoes .lista-promocoes__item,#main-container .seccao-downloads-marca .slider-downloads .lista-promocoes__item,#main-container .seccao-downloads-marca .slider-areas-negocio-destaque .lista-promocoes__item,#main-container .seccao-areas-negocio .slider-promocoes .lista-promocoes__item,#main-container .seccao-areas-negocio .slider-downloads .lista-promocoes__item,#main-container .seccao-areas-negocio .slider-areas-negocio-destaque .lista-promocoes__item{margin-bottom:2rem}#main-container .seccao-promocoes .slider-promocoes .swiper-button-prev,#main-container .seccao-promocoes .slider-downloads .swiper-button-prev,#main-container .seccao-promocoes .slider-areas-negocio-destaque .swiper-button-prev,#main-container .seccao-promocoes-area-negocio .slider-promocoes .swiper-button-prev,#main-container .seccao-promocoes-area-negocio .slider-downloads .swiper-button-prev,#main-container .seccao-promocoes-area-negocio .slider-areas-negocio-destaque .swiper-button-prev,#main-container .seccao-downloads-marca .slider-promocoes .swiper-button-prev,#main-container .seccao-downloads-marca .slider-downloads .swiper-button-prev,#main-container .seccao-downloads-marca .slider-areas-negocio-destaque .swiper-button-prev,#main-container .seccao-areas-negocio .slider-promocoes .swiper-button-prev,#main-container .seccao-areas-negocio .slider-downloads .swiper-button-prev,#main-container .seccao-areas-negocio .slider-areas-negocio-destaque .swiper-button-prev{margin-top:-2rem;left:-3rem}#main-container .seccao-promocoes .slider-promocoes .swiper-button-next,#main-container .seccao-promocoes .slider-downloads .swiper-button-next,#main-container .seccao-promocoes .slider-areas-negocio-destaque .swiper-button-next,#main-container .seccao-promocoes-area-negocio .slider-promocoes .swiper-button-next,#main-container .seccao-promocoes-area-negocio .slider-downloads .swiper-button-next,#main-container .seccao-promocoes-area-negocio .slider-areas-negocio-destaque .swiper-button-next,#main-container .seccao-downloads-marca .slider-promocoes .swiper-button-next,#main-container .seccao-downloads-marca .slider-downloads .swiper-button-next,#main-container .seccao-downloads-marca .slider-areas-negocio-destaque .swiper-button-next,#main-container .seccao-areas-negocio .slider-promocoes .swiper-button-next,#main-container .seccao-areas-negocio .slider-downloads .swiper-button-next,#main-container .seccao-areas-negocio .slider-areas-negocio-destaque .swiper-button-next{margin-top:-2rem;right:-3rem}}@media (max-width:830px){#main-container #area-contactos #mapa-embed{display:none}}@media only screen and (max-width:640px){#main-container #area-promocoes .lista-promocoes{grid-template-columns:repeat(1,1fr)}#main-container .seccao-promocoes .lista-promocoes,#main-container .area-promocoes .lista-promocoes,#main-container .seccao-promocoes-area-negocio .lista-promocoes,#main-container .seccao-promocoes-marcas .lista-promocoes{grid-template-columns:1fr}#main-container .seccao-promocoes.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item,#main-container .area-promocoes.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .area-promocoes.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-area-negocio.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-marcas.seccao-promocoes-area-negocio .lista-promocoes .lista-promocoes__item,#main-container .seccao-promocoes-marcas.seccao-promocoes-marcas .lista-promocoes .lista-promocoes__item{width:100%}#main-container .wrapper-ficheiros{display:block}#main-container .wrapper-ficheiros .wrapper-ficheiros__menu{margin-bottom:1rem}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item{display:inline-block;width:100%}#main-container .wrapper-ficheiros .wrapper-ficheiros__listas .wrapper-ficheiros__listas__lista .wrapper-ficheiros__listas__lista__item .wrapper-ficheiros__listas__lista__item__nome{margin-bottom:1rem;justify-content:flex-start}#main-container .lista-parceiros{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1rem}#main-container .contactos-wrapper #mapa-wrapper{margin-bottom:3rem}footer#footer #footer-top{text-align:center}footer#footer #footer-top .footer__titulo-seccao{margin-bottom:1rem}footer#footer #footer-top .footer-top__coluna-menu{margin-bottom:2rem}footer#footer #footer-top .footer-top__coluna-lojas{margin-bottom:2rem}footer#footer #footer-top .footer-top__coluna-lojas .footer-top__coluna-lojas__morada__titulo{justify-content:center}footer#footer #footer-top .footer-top__coluna-legal{margin-bottom:2rem}footer#footer #footer-top .footer-top__coluna-social{margin-bottom:2rem}footer#footer #footer-bottom .footer-bottom__wrapper-pagamentos .footer-bottom__wrapper-pagamentos__logos{justify-content:center}}@media (max-width:1024px) and (orientation:portrait){#main-container .top-content-inner .slider-item{width:100%;display:inline-block;padding-top:300px;background-repeat:no-repeat;background-image:var(--bg-portrait)!important;background-size:cover;background-position:center center;position:relative}#main-container .top-content-inner .slider-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.3) 100%)}#main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper h1{color:white}#main-container #area-home .top-content-inner .slider-item{padding-top:80vh}}@media (min-width:1024px),(orientation:landscape){#main-container .top-content-inner .slider-item{width:100%;min-height:300px;background-repeat:no-repeat;background-image:var(--bg-landscape)!important;background-size:cover;background-position:center center;display:flex;align-items:center;justify-content:center}#main-container .top-content-inner .slider-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.3) 100%)}#main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper{z-index:1}#main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper h1{color:white}#main-container #area-home .top-content-inner .slider-item{min-height:635px}}@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}@charset "UTF-8";
/***********************************************
*              Compass Includes                *
************************************************/
/***********************************************
*                  Variáveis                   *
***********************************************/
/**
*   ATENCAO: Funcao não mixin.
*/
/***********************************************
*         Placeholder pseudo-elements          *
************************************************/
/**
* Para ellipsize de texto
*/
/**
* Para ajudar a criar os estilos base de um pseudo elemento
*/
/**
* Para ajudar a gerar um elemento com racio responsive.
*
*   EXEMPLO:
*
*    div {
*       @include responsive-ratio(16,9);
*    }
*/
/*$loadmask-spinner-cor: $cor-2 !default;*/
@-webkit-keyframes loadmaskAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadmaskAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadmaskAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadmaskAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadmask {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.loadmask.fixed {
  position: fixed;
}
.loadmask.fixed + .loadmask-msg {
  position: fixed;
}

/* override do icon a usar na loadmask publica */
.loadmask-msg {
  z-index: 1003;
  position: absolute;
  height: 44px;
  width: 44px;
  top: 50% !important;
  left: 50% !important;
  margin-top: -22px;
  margin-left: -22px;
  padding: 2px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.loadmask-msg div {
  background-image: none;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  cursor: wait;
  position: relative;
  margin: 0 auto 0 auto;
  --animation: loadmaskAnimation 1s infinite linear;
}
.loadmask-msg div:before, .loadmask-msg div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-color: #ED5B1A transparent;
  border-width: 3px;
  border-style: solid;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation: var(--animation);
}
.loadmask-msg div:after {
  display: none;
  animation-delay: -0.5s;
}

/* RIPPLE EFFECT */
.ripple {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: inherit;
  pointer-events: none;
}

.rippleWave {
  backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.7);
  background: rgb(255, 255, 255);
  opacity: 0.45;
  animation: ripple 2s forwards;
  -webkit-animation: ripple 2s forwards;
}

@-webkit-keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
@-moz-keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
@-ms-keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-ms-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -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 {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@-moz-keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@-ms-keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@-webkit-keyframes fromBlur {
  0% {
    transform: scale3d(1, 1, 1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  100% {
    transform: scale3d(1.05, 1.05, 1.05);
    filter: blur(0);
    -webkit-filter: blur(0px);
  }
}
@-moz-keyframes fromBlur {
  0% {
    transform: scale3d(1, 1, 1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  100% {
    transform: scale3d(1.05, 1.05, 1.05);
    filter: blur(0);
    -webkit-filter: blur(0px);
  }
}
@-ms-keyframes fromBlur {
  0% {
    transform: scale3d(1, 1, 1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  100% {
    transform: scale3d(1.05, 1.05, 1.05);
    filter: blur(0);
    -webkit-filter: blur(0px);
  }
}
@keyframes fromBlur {
  0% {
    transform: scale3d(1, 1, 1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  100% {
    transform: scale3d(1.05, 1.05, 1.05);
    filter: blur(0);
    -webkit-filter: blur(0px);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes pageLoaderAnimationIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes pageLoaderAnimationIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes pageLoaderAnimationIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes pageLoaderAnimationIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes pageLoaderAnimationOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes pageLoaderAnimationOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-ms-keyframes pageLoaderAnimationOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes pageLoaderAnimationOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}