@media(min-width:1200px) {
    .navbar-offcanvas {
        display: none
    }
}

@media(max-width:1200px) {
    .offcanvas-stop-scrolling {
        height: 100%;
        overflow: hidden
    }

    .offcanvas-stop-scrolling .header-sm-nav-backdrop {
        display: block
    }

    .navbar-default .navbar-offcanvas {
        background-color: #f8f8f8
    }

    .navbar-inverse .navbar-offcanvas {
        background-color: #222
    }

    .navbar-offcanvas {
        position: fixed;
        width: 100%;
        max-width: 250px;
        height: 100%;
        left: -250px;
        top: 0;
        z-index: 5000;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        transition: all .15s ease-in;
        overflow: auto
    }

    .navbar-offcanvas.in {
        box-shadow: 0 0 20px rgba(0, 0, 0, .3)
    }

    .navbar-offcanvas.navbar-offcanvas-fade {
        opacity: 0
    }

    .navbar-offcanvas.navbar-offcanvas-fade.in {
        opacity: 1
    }

    .navbar-offcanvas.offcanvas-transform.in {
        -ms-transform: translateX(250px);
        transform: translateX(250px)
    }

    .navbar-offcanvas.offcanvas-position.in {
        left: 0
    }

    .navbar-offcanvas.navbar-offcanvas-right {
        left: auto;
        right: -250px
    }

    .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
        -ms-transform: translateX(-250px);
        transform: translateX(-250px)
    }

    .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
        left: auto;
        right: 0
    }

    .navbar-offcanvas .dropdown.active .caret {
        border-top: 0;
        border-bottom: 4px solid
    }

    .navbar-offcanvas .dropdown-menu {
        position: relative;
        width: 100%;
        border: inherit;
        box-shadow: none;
        transition: height .15s ease-in
    }

    .navbar-offcanvas .dropdown-menu.shown {
        display: block;
        margin-bottom: 10px
    }
}

.offcanvas-toggle .icon-bar {
    background: #000;
    transition: all .25s ease-in-out
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
    -ms-transform: rotate(45deg) translate(5px, 4px);
    transform: rotate(45deg) translate(5px, 4px)
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
    opacity: 0
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px)
}

@keyframes lc-loader {
    to {
        opacity: .5;
        transform: translate3d(0, -1rem, 0)
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .87);
    z-index: 999;
    display: -ms-flexbox;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #ccc
}

.loader-enable {
    display: -ms-flexbox;
    display: flex !important
}

.loader>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader>.h3 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    margin: 0
}

.loader small {
    line-height: 2;
    font-style: italic
}

.loader>.lc-loader {
    display: flex;
    justify-content: center
}

.lc-loader>div {
    width: 2rem;
    height: 2rem;
    margin: 2rem .5rem;
    background: #ccc;
    border-radius: 50%;
    animation: lc-loader .5s infinite alternate
}

.lc-loader>div:nth-child(2) {
    animation-delay: .2s
}

.lc-loader>div:nth-child(3) {
    animation-delay: .4s
}

:root {
    --dpo-parent-font-size-title: 36px;
    --dpo-parent-font-size-text: 24px;
    --dpo-parent-line-height: calc(1 + calc(24/36));
    --dpo-section-border-radius: 10px;
    --dpo-section-box-shadow: 0 1px 14px #7f7f7f66
}

.dpo-page-section {
    width: 100%;
    margin: 5% auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: var(--dpo-parent-line-height)
}

.dpo-page-section__contact-background-container {
    font-size: 1px;
    color: transparent
}

.dpo-page-section__contact-background-container::selection {
    background-color: transparent;
    color: transparent
}

.dpo-page-section__content-main-container {
    border-radius: var(--dpo-section-border-radius);
    box-shadow: var(--dpo-section-box-shadow);
    max-width: 1140px;
    margin: auto;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat
}

.dpo-page-section__image-container {
    margin: 0;
    padding: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.dpo-page-section__image {
    max-width: 100%
}

.dpo-page-section__title {
    font-size: var(--dpo-parent-font-size-title)
}

.dpo-page-section__address {
    font-style: normal
}

.dpo-page-section__address strong {
    font-weight: bold
}

a.dpo-page-section__address__link:visited, a.dpo-page-section__address__link:active, a.dpo-page-section__address__link:link {
    text-decoration: none;
    color: initial
}

.dpo-page-section__header {
    font-family: 'Work Sans', sans-serif
}

@media only screen and (max-width:576px) {
    .dpo-page-section {
        font-size: 1rem
    }

    .dpo-page-section__content-main-container {
        width: 95%;
        background-image: url('../lean-commerce-lgpd-background-mobile.html')
    }

    .dpo-page-section__image-container {
        width: 100%
    }

    .dpo-page-section__image {
        width: 80%
    }

    .dpo-page-section__article {
        padding: 8%
    }

    .dpo-page-section__title, .dpo-page-section__article p {
        font-size: 100%
    }

    .dpo-page-section__address {
        width: 100%
    }

    .dpo-page-section__address p {
        font-size: 95%
    }

    .dpo-page-section__address {
        width: 100%;
        margin: -7.5% auto auto auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: var(--dpo-section-box-shadow);
        background-color: #fff
    }

    .dpo-page-section__address p {
        padding: 7%
    }

    .dpo-page-section__address__link--email {
        word-break: break-all
    }
}

@media only screen and (min-width:577px) {
    .dpo-page-section {
        font-size: 1em
    }

    .dpo-page-section__content-main-container {
        width: 95%;
        background-image: url('../lean-commerce-lgpd-background-mobile.html')
    }

    .dpo-page-section__image-container {
        width: 100%
    }

    .dpo-page-section__image {
        width: 50%
    }

    .dpo-page-section__article {
        padding: 8% 8% 4% 8%
    }

    .dpo-page-section__title, .dpo-page-section__article p, .dpo-page-section__address p {
        font-size: 100%
    }

    .dpo-page-section__article p {
        width: 100%
    }

    .dpo-page-section__address {
        width: 100%
    }

    .dpo-page-section__address {
        width: 100%;
        margin: -7.5% auto auto auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: var(--dpo-section-box-shadow);
        background-color: #fff
    }

    .dpo-page-section__address p {
        padding: 4%
    }

    .dpo-page-section__address__link--email {
        word-break: break-all
    }
}

@media only screen and (min-width:768px) {
    .dpo-page-section__content-main-container {
        width: 80%
    }
}

@media only screen and (min-width:992px) {
    .dpo-page-section {
        font-size: 125%
    }
}

@media only screen and (min-width:1200px) {
    .dpo-page-section {
        font-size: 150%
    }

    .dpo-page-section__content-main-container {
        background-image: url('../lean-commerce-lgpd-background-desktop.html');
        padding-bottom: 4%
    }

    .dpo-page-section__contact-background-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 160px;
        width: 100%;
        position: absolute;
        left: 0
    }

    .dpo-page-section__article {
        padding: 4%
    }

    .dpo-page-section__title, .dpo-page-section__article p {
        padding: 2%
    }

    .dpo-page-section__contact-background {
        border-radius: var(--dpo-section-border-radius);
        box-shadow: var(--dpo-section-box-shadow);
        background-color: #fff;
        height: 160px;
        width: 910px
    }

    .dpo-page-section__image-container {
        background-image: none;
        width: 55%;
        margin: -3% auto auto 9%;
        display: block
    }

    .dpo-page-section__image {
        width: 76%
    }

    .dpo-page-section__contact-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 0
    }

    .dpo-page-section__address {
        width: 90%;
        margin: -.5% auto auto -2%;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent
    }
}

@media only screen and (min-width:1400px) {
    .dpo-page-section__image-container {
        margin: -2.8% 3% auto 10%
    }

    .dpo-page-section__image {
        width: 72%
    }

    .dpo-page-section__address {
        margin: -4.5% auto auto -8%
    }

    .dpo-page-section__address p {
        padding-top: 11%
    }
}

@font-face {
    font-family: 'icon-pix';
    src: url('../icon-pix87c3.html?23294195');
    src: url('../icon-pix87c3.html?23294195#iefix') format('embedded-opentype'), url('../icon-pix87c3-2.html?23294195') format('woff2'), url('../icon-pix87c3-3.html?23294195') format('woff'), url('../icon-pix87c3-4.html?23294195') format('truetype'), url('../icon-pix87c3-5.html?23294195#icon-pix') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-pix-"]:before, [class*=" icon-pix-"]:before {
    font-family: "icon-pix";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-pix-outline:before {
    content: ''
}

.icon-pix-solid:before {
    content: ''
}

@charset "UTF-8";

.easy-autocomplete {
    position: relative;
    width: 100% !important
}

.easy-autocomplete input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    color: #555;
    float: none;
    padding: 6px 12px
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
    border-color: #41db00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
    border-color: #41db00
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-dark {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul {
    border-color: #333
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
    border-color: rgba(0, 0, 0, .8);
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
    background-color: rgba(0, 0, 0, .8);
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
    background-color: rgba(64, 64, 64, .8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue {
    color: #fff
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
    border-color: #5a91cb;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
    background-color: #6d9ed1;
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple {
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul {
    border-color: #333
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    max-height: 300px;
    overflow-y: scroll
}

.easy-autocomplete-container::-webkit-scrollbar {
    width: 14.9px
}

.easy-autocomplete-container::-webkit-scrollbar-track {
    background-color: #fff
}

.easy-autocomplete-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box
}

.easy-autocomplete-container::-webkit-scrollbar-thumb:hover {
    background-color: #aaa
}

.easy-autocomplete-container a, .easy-autocomplete-container a:hover {
    color: #000
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul li {
    width: 100%;
    float: left
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    background: inherit;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal
}

.easy-autocomplete-container ul li b {
    font-weight: bold
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.lean-autocomplete-img {
    max-width: 50px !important;
    max-height: 60px;
    margin: auto
}

.lean-autocomplete-container {
    display: inline-block;
    text-align: left
}

.busca .fulltext-search-box {
    float: unset !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url('../ajax-loader-2.html') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../slickd41d.html?');
    src: url('../slickd41d.html?#iefix') format('embedded-opentype'), url('../slick.html') format('woff'), url('../slick-2.html') format('truetype'), url('../slick-3.html#slick') format('svg');
    font-display: swap
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@charset "UTF-8";

.ms-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: auto !important;
    top: auto !important
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.ms-choice>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px
}

.ms-choice>span.placeholder {
    color: #999
}

.ms-choice>div.icon-close {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: 16px
}

.ms-choice>div.icon-close:before {
    content: '×';
    color: #888;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -14px
}

.ms-choice>div.icon-close:hover:before {
    color: #333
}

.ms-choice>div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px
}

.ms-choice>div.icon-caret.open {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.ms-drop {
    width: auto;
    min-width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px
}

.ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 2px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
    box-sizing: border-box
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0
}

.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: .25rem 8px
}

.ms-drop ul>li .disabled {
    font-weight: normal !important;
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: default
}

.ms-drop ul>li.multiple {
    display: block;
    float: left
}

.ms-drop ul>li.group {
    clear: both
}

.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ms-drop ul>li label {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer
}

.ms-drop ul>li label.optgroup {
    font-weight: bold
}

.ms-drop ul>li.hide-radio {
    padding: 0
}

.ms-drop ul>li.hide-radio:focus, .ms-drop ul>li.hide-radio:hover {
    background-color: #f8f9fa
}

.ms-drop ul>li.hide-radio.selected {
    color: #fff;
    background-color: #007bff
}

.ms-drop ul>li.hide-radio label {
    margin-bottom: 0;
    padding: 5px 8px
}

.ms-drop ul>li.hide-radio input {
    display: none
}

.ms-drop ul>li.option-level-1 label {
    padding-left: 28px
}

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.ms-drop .ms-no-results {
    display: none
}

.ms-parent.form-control {
    padding: 0
}

.ms-parent.form-control .ms-choice {
    height: 100%;
    border: 0
}

.ms-parent.form-control .ms-choice>span {
    top: 50%;
    transform: translateY(-50%)
}

.ms-parent.form-control.form-control-sm .ms-drop input[type=radio], .ms-parent.form-control.form-control-sm .ms-drop input[type=checkbox] {
    margin-top: .4rem
}

.ms-parent.form-control.form-control-lg .ms-drop input[type=radio], .ms-parent.form-control.form-control-lg .ms-drop input[type=checkbox] {
    margin-top: .5rem
}
