.element--card{height:100%;position:relative;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:350px;margin:0 auto;-webkit-box-shadow:rgba(0,0,0,.24) 0 3px 8px;box-shadow:rgba(0,0,0,.24) 0 3px 8px;border-radius:5px;overflow:hidden;background-color:#fff}@media (min-width:768px){.element--card{max-width:initial}}.element--card__icon{position:absolute;top:30px;left:30px;font-size:30px;height:50px;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color-primary);background-color:var(--color-secondary);border-radius:10px;-webkit-transition:all .2s linear;transition:all .2s linear}.element--card__icon i{-webkit-transition:all .2s linear;transition:all .2s linear}@media (min-width:768px){.element--card__icon{height:70px;width:70px;font-size:40px}}.element--card__content{padding:15px;z-index:3;position:relative;pointer-events:none}@media (min-width:768px){.element--card__content{padding:30px}}.element--card__content__pretitle{margin-bottom:15px}.element--card__content__pretitle p{font-weight:700}.element--card__content__title{margin-bottom:15px}.element--card:hover .element--card__img>div{-webkit-transform:scale(1.2);transform:scale(1.2)}.element--card--icon{padding:100px 15px 15px}@media (min-width:768px){.element--card--icon{padding:120px 0 0}}.element--card--txt{padding:15px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.element--card--txt-image--left .element--card__img,.element--card--txt-image--right .element--card__img{position:relative;z-index:1;height:200px;width:100%;overflow:hidden}.element--card--txt-image--left .element--card__img>div,.element--card--txt-image--right .element--card__img>div{background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:768px){.element--card--txt-image--left .element--card__img,.element--card--txt-image--right .element--card__img{height:225px}}@media (min-width:992px){.element--card--txt-image--left,.element--card--txt-image--right{--card-img-width:200px}.element--card--txt-image--left .element--card__content,.element--card--txt-image--right .element--card__content{padding:30px}.element--card--txt-image--left .element--card__img,.element--card--txt-image--right .element--card__img{width:var(--card-img-width);-webkit-box-flex:0;-ms-flex:0 0 var(--card-img-width);flex:0 0 var(--card-img-width);overflow:hidden;position:relative;height:initial}.element--card--txt-image--left .element--card__img>div,.element--card--txt-image--right .element--card__img>div{background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:absolute;top:0;left:0;right:0;bottom:0}.element--card--txt-image--left .element--card__content,.element--card--txt-image--right .element--card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (min-width:1200px){.element--card--txt-image--left,.element--card--txt-image--right{--card-img-width:250px}}@media (min-width:992px){.element--card--txt-image--left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:992px){.element--card--txt-image--right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.element--card--txt-image--top{--card-img-height:200px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.element--card--txt-image--top{--card-img-height:225px}}@media (min-width:992px){.element--card--txt-image--top{--card-img-height:250px}}@media (min-width:1200px){.element--card--txt-image--top{--card-img-height:275px}}.element--card--txt-image--top .element--card__img{position:relative;z-index:1;height:var(--card-img-height);overflow:hidden}.element--card--txt-image--top .element--card__img>div{background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:absolute;top:0;left:0;right:0;bottom:0}.element--img-card{--card-min-height:300px;--card-padding:15px;--card-content-padding:10px 15px;min-height:var(--card-min-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100%;position:relative;overflow:hidden;padding:var(--card-padding)}@media (min-width:576px){.element--img-card{--card-min-height:320px}}@media (min-width:768px){.element--img-card{--card-min-height:330px;--card-padding:30px;--card-content-padding:15px 30px}}@media (min-width:992px){.element--img-card{--card-min-height:340px}}@media (min-width:1200px){.element--img-card{--card-min-height:350px}}.element--img-card__content{z-index:2;padding:var(--card-content-padding);background-color:var(--color-white)}.element--img-card__content__tax{margin-top:5px}.element--img-card__content__tax p{text-transform:uppercase;color:var(--color-secondary);font-weight:700}.element--img-card__img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;-webkit-transition:all .5s ease;transition:all .5s ease}.element--img-card:hover .element--img-card__img{-webkit-transform:scale(1.05);transform:scale(1.05)}.slick-slider{position:relative}.slick-slide{outline:0}.custom-slick-arrow,.slick-arrow{height:42px;width:42px;border:2px solid var(--color-primary);border-radius:50%;background:0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:0;position:absolute}.custom-slick-arrow:before,.slick-arrow:before{display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:Font Awesome\ 6 Free;font-weight:900;color:var(--color-primary);opacity:1;font-size:20px}.custom-slick-arrow.slick-disabled,.slick-arrow.slick-disabled{opacity:.6}.custom-slick-arrow.slick-disabled:before,.slick-arrow.slick-disabled:before{opacity:.6}.custom-slick-arrow.custom-slick-next:before,.custom-slick-arrow.slick-next:before,.slick-arrow.custom-slick-next:before,.slick-arrow.slick-next:before{content:"\f061"}.custom-slick-arrow.custom-slick-prev:before,.custom-slick-arrow.slick-prev:before,.slick-arrow.custom-slick-prev:before,.slick-arrow.slick-prev:before{content:"\f060"}.slick-dots{padding:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute}.slick-dots li{height:14px;width:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 7.5px}.slick-dots li button{line-height:14px;height:14px;width:14px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;-webkit-transition:all ease .35s;transition:all ease .35s;background:0 0;border:none;font-size:0}.slick-dots li button:before{font-family:Font Awesome\ 6 Free;height:14px;width:14px;line-height:14px;font-size:14px;content:"\f111";font-weight:900;color:rgba(0,0,0,.2);opacity:1}.slick-dots li.slick-active button{opacity:1;-webkit-transform:scale(1.5);transform:scale(1.5)}.slick-dots li.slick-active button:before{opacity:1;color:var(--color-primary)}.slick-track{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.slick-slide{height:inherit!important}