body {
    height: 100%;
    font-family: "Open Sans", verdana, helvetica, arial, sans-serif;
    color: #345439
}

.container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3 {
    color: #305040;
    font-size: 14px;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #305040;
    font-size: 14px;
}

section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    /* Controla a sombra da seção interna do container: */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.form-group {
    margin-bottom: 15px;
}

.form-group input[type="file"] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    margin-top: 5px;
}

.form-group input[type="file"]:focus {
    outline: none;
    border-color: #aaa;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

/* Asterisco apenas para campos obrigatórios */
label:has(+ input[required])::after,
label:has(+ select[required])::after {
    content: " *";
    color: red;
}

.nomes-servicos {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

.servico {
    display: flex;
    /* Ativa o Flexbox */
    align-items: center;
    /* Centraliza verticalmente */
    gap: 10px;
    /* Espaço entre os elementos */
    margin-bottom: 40px;
    /* Espaçamento externo */
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Sobrescreve a largura apenas para campos com a classe "campo-quantidade" */
.campo-quantidade {
    width: 10% !important;
    /* Ou um valor fixo (ex.: 100px) */
}

.combobox {
    width: 55%;
}

.tipo-espaco {
    width: 30% !important;
}

button {
    background-color: #6F8672;
    border-radius: 20px;
    /* -webkit-transition: opacity .2sease-out;
    -moz-transition: opacity .2s ease-out; */
    transition: opacity .2sease-out;
    transition-behavior: normal;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-property: opacity;
    display: inline-block;
    padding: 10px 20px;
    min-height: 20px;
    min-width: 20px;       /* Largura mínima fixa */
    max-width: 150px;       /* Largura máxima (opcional) */
    width: auto;  /* Permite ajuste responsivo entre min e max */
    white-space: nowrap;    /* Evita quebra de texto */
    margin: 5px;            /* Espaçamento externo */
    color: #6F8672;
    border: none;
    font-size: 12px;
    color: white;
    /* font-family:  "Open Sans", verdana, helvetica, arial, sans-serif; */
    text-decoration: none;
    word-break: break-word;
    position: relative;
}

button:hover {
    background-color: #A9B6AA;
    color: white;
    transform: scale(1.2)
}

#itens-carrinho {
    margin: 20px 0;
}

.item-carrinho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.item-carrinho button {
    background-color: #e74c3c;
    padding: 5px 10px;
    font-size: 14px;
}

.item-carrinho button:hover {
    background-color: #c0392b;
}

#total-carrinho {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}

#total-carrinho p {
    margin: 5px 0;
    font-size: 18px;
}

.promocional {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promocional input {
    flex: 1;
}

.pagamento {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.acoes-carrinho {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#limpar-carrinho {
    /*     background-color: #e74c3c; */
    background-color: #c87770;
}

#limpar-carrinho:hover {
    background-color: #c0392b;
}

#finalizar-solicitacao {
    background-color: #6F8672;

}

#finalizar-solicitacao:hover {
    background-color: #A9B6AA;
    color: white;
    transform: scale(1.2)
}

.loading {
    color: #3498db;
    font-style: italic;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
        padding: 10px;
    }

    .promocional {
        flex-direction: column;
        align-items: flex-start;
    }

    .acoes-carrinho {
        flex-direction: column;
        gap: 10px;
    }



    .button {
    min-width: 5px;     /* Largura mínima menor no mobile */
    max-width: 10px;    /* Largura máxima maior no mobile */
    padding: 8px 12px;   /* Reduz o padding no mobile */
    font-size: 12px;     /* Fonte menor se necessário */
    box-sizing: border-box; /* Garante que padding não some à largura */
    }
    
    /* Estilo para o botão flutuante do WhatsApp */
    .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
        margin-top: 0;
        border-top: none;
    }

    .whatsapp-link {
        width: 50px;
        height: 50px;
        padding: 8px;
    }
}


/* Estilo para o botão flutuante do WhatsApp */
.whatsapp-float {
    position: relative;
    margin-top: 30px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.whatsapp-link {
    display: inline-block;
    /* background-color: #25D366; */
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
}

.whatsapp-link img {
    display: block;
}

/* estilo dos botões para MOBILE (Telas menores que 768px) */
@media (max-width: 768px) {
    .button {
    min-width: 5px;     /* Largura mínima menor no mobile */
    max-width: 10px;
    padding: 8px 12px;   /* Reduz o padding no mobile */
    font-size: 12px;     /* Fonte menor se necessário */
    box-sizing: border-box; /* Garante que padding não some à largura */
    }
}

/* A partir daqui eu incluí o css completo da locaweb para formatação do header (ícone do menu, itens menu, logotipo, etc) */
 /* Yata Editor v1.10.0 | CSS */
 .owl-carousel,
 .owl-carousel .owl-item,
 .owl-theme .owl-dots,
 .owl-theme .owl-nav {
     -webkit-tap-highlight-color: transparent
 }

 .cs-product-modal,
 .fadeIn {
     -moz-animation: fadeIn .4s
 }

 .owl-carousel {
     display: none;
     width: 100%;
     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-item,
 .owl-carousel .owl-wrapper {
     -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-touch-callout: none
 }

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

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

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

 .cs-form-group .cs-form-file-btn,
 .owl-carousel.owl-drag .owl-item {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none
 }

 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
     background: 0 0;
     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 {
     touch-action: pan-y;
     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: 1s;
     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 .5s ease-in-out
 }

 .owl-carousel .owl-item .owl-lazy {
     opacity: 0;
     transition: opacity .4s ease
 }

 .owl-carousel .owl-item .owl-lazy:not([src]),
 .owl-carousel .owl-item .owl-lazy[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.png) no-repeat;
     cursor: pointer;
     z-index: 1;
     -webkit-backface-visibility: hidden;
     transition: transform .1s ease
 }

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

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

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

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

 .owl-theme .owl-nav {
     margin-top: 10px;
     text-align: center
 }

 .owl-theme .owl-nav [class*=owl-] {
     color: #FFF;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #D6D6D6;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px
 }

 .owl-theme .owl-nav [class*=owl-]:hover {
     background: #869791;
     color: #FFF;
     text-decoration: none
 }

 .owl-theme .owl-nav .disabled {
     opacity: .5;
     cursor: default
 }

 .cs-btn-show-more,
 .cs-form-widget .cs-button,
 .cs-gallery[data-full-image] img.owl-lazy:hover,
 .cs-pointer {
     cursor: pointer
 }

 .owl-theme .owl-nav.disabled+.owl-dots {
     margin-top: 10px
 }

 .owl-theme .owl-dots {
     text-align: center
 }

 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1
 }

 .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity .2s ease;
     border-radius: 30px
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     background: #869791
 }

 .cs-float-l {
     float: left
 }

 .cs-float-r {
     float: right
 }

 .cs-float-n {
     float: none
 }

 .cs-clearfix::after,
 .cs-widgets::after {
     content: "";
     display: block;
     clear: both
 }

 .cs-inline-block {
     display: inline-block
 }

 .cs-inline {
     display: inline
 }

 .cs-block {
     display: block
 }

 .cs-display-none {
     display: none !important
 }

 .cs-center {
     display: block !important;
     margin-left: auto !important;
     margin-right: auto !important;
     float: none !important
 }

 .cs-replace {
     display: block;
     border: none;
     overflow: hidden;
     text-indent: -9999px;
     word-spacing: 999px
 }

 .cs-list,
 .cs-list li,
 .cs-list-auto {
     width: 100%;
     float: left;
     display: block
 }

 .cs-list-auto {
     width: auto
 }

 .cs-link {
     color: #01b1e7;
     text-decoration: none
 }

 .cs-link:focus,
 .cs-link:hover {
     text-decoration: underline
 }

 .cs-color-danger {
     color: #d85553
 }

 .cs-height-full {
     height: 100%
 }

 @-webkit-keyframes fadeIn {

     20%,
     from {
         opacity: 0
     }

     to {
         opacity: 1
     }
 }

 @-moz-keyframes fadeIn {

     20%,
     from {
         opacity: 0
     }

     to {
         opacity: 1
     }
 }

 @keyframes fadeIn {

     20%,
     from {
         opacity: 0
     }

     to {
         opacity: 1
     }
 }

 .fadeIn {
     -webkit-animation: fadeIn .4s;
     animation: fadeIn .4s
 }

 @-webkit-keyframes fadeOut {

     20%,
     from {
         opacity: 1;
         visibility: visible
     }

     to {
         opacity: 0;
         visibility: hidden
     }
 }

 @-moz-keyframes fadeOut {

     20%,
     from {
         opacity: 1;
         visibility: visible
     }

     to {
         opacity: 0;
         visibility: hidden
     }
 }

 @keyframes fadeOut {

     20%,
     from {
         opacity: 1;
         visibility: visible
     }

     to {
         opacity: 0;
         visibility: hidden
     }
 }

 @-webkit-keyframes spin {
     from {
         -webkit-transform: rotate(0)
     }

     to {
         -webkit-transform: rotate(360deg)
     }
 }

 @-moz-keyframes spin {
     from {
         -moz-transform: rotate(0)
     }

     to {
         -moz-transform: rotate(360deg)
     }
 }

 @keyframes spin {
     from {
         -webkit-transform: rotate(0);
         -moz-transform: rotate(0);
         -ms-transform: rotate(0);
         -o-transform: rotate(0);
         transform: rotate(0)
     }

     to {
         -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }

 @-webkit-keyframes animateWidget {
     from {
         opacity: 0;
         transform: scale(.2)
     }

     50% {
         opacity: 1;
         transform: scale(1.2)
     }

     to {
         opacity: 1;
         transform: scale(1)
     }
 }

 @-moz-keyframes animateWidget {
     from {
         opacity: 0;
         transform: scale(.2)
     }

     50% {
         opacity: 1;
         transform: scale(1.2)
     }

     to {
         opacity: 1;
         transform: scale(1)
     }
 }

 @keyframes animateWidget {
     from {
         opacity: 0;
         transform: scale(.2)
     }

     50% {
         opacity: 1;
         transform: scale(1.2)
     }

     to {
         opacity: 1;
         transform: scale(1)
     }
 }

 @-webkit-keyframes fire {

     0%,
     100% {
         -webkit-transform: scale(1) translateY(0) rotate(180deg);
         opacity: 1
     }

     25% {
         -webkit-transform: scale(.3) translateY(-20px) rotate(180deg);
         opacity: .4
     }

     50% {
         -webkit-transform: scale(.8) translateY(0) rotate(180deg);
         opacity: 1
     }

     75% {
         -webkit-transform: scale(1.2) translateY(-20px) rotate(180deg);
         opacity: .4
     }
 }

 @-moz-keyframes fire {

     0%,
     100% {
         -moz-transform: scale(1) translateY(0) rotate(180deg);
         opacity: 1
     }

     25% {
         -moz-transform: scale(.3) translateY(-20px) rotate(180deg);
         opacity: .4
     }

     50% {
         -moz-transform: scale(.8) translateY(0) rotate(180deg);
         opacity: 1
     }

     75% {
         -moz-transform: scale(1.2) translateY(-20px) rotate(180deg);
         opacity: .4
     }
 }

 @keyframes fire {

     0%,
     100% {
         -webkit-transform: scale(1) translateY(0) rotate(180deg);
         -moz-transform: scale(1) translateY(0) rotate(180deg);
         -ms-transform: scale(1) translateY(0) rotate(180deg);
         -o-transform: scale(1) translateY(0) rotate(180deg);
         transform: scale(1) translateY(0) rotate(180deg);
         opacity: 1
     }

     25% {
         -webkit-transform: scale(.3) translateY(-20px) rotate(180deg);
         -moz-transform: scale(.3) translateY(-20px) rotate(180deg);
         -ms-transform: scale(.3) translateY(-20px) rotate(180deg);
         -o-transform: scale(.3) translateY(-20px) rotate(180deg);
         transform: scale(.3) translateY(-20px) rotate(180deg);
         opacity: .4
     }

     50% {
         -webkit-transform: scale(.8) translateY(0) rotate(180deg);
         -moz-transform: scale(.8) translateY(0) rotate(180deg);
         -ms-transform: scale(.8) translateY(0) rotate(180deg);
         -o-transform: scale(.8) translateY(0) rotate(180deg);
         transform: scale(.8) translateY(0) rotate(180deg);
         opacity: 1
     }

     75% {
         -webkit-transform: scale(1.2) translateY(-20px) rotate(180deg);
         -moz-transform: scale(1.2) translateY(-20px) rotate(180deg);
         -ms-transform: scale(1.2) translateY(-20px) rotate(180deg);
         -o-transform: scale(1.2) translateY(-20px) rotate(180deg);
         transform: scale(1.2) translateY(-20px) rotate(180deg);
         opacity: .4
     }
 }

 @-webkit-keyframes smoke {
     0% {
         -webkit-transform: translateY(100%);
         opacity: 1
     }

     50%,
     70% {
         -webkit-transform: translateY(10px);
         opacity: 1
     }

     100%,
     90% {
         -webkit-transform: translateY(10px);
         opacity: 0
     }
 }

 @-moz-keyframes smoke {
     0% {
         -moz-transform: translateY(100%);
         opacity: 1
     }

     50%,
     70% {
         -moz-transform: translateY(10px);
         opacity: 1
     }

     100%,
     90% {
         -moz-transform: translateY(10px);
         opacity: 0
     }
 }

 @keyframes smoke {
     0% {
         -webkit-transform: translateY(100%);
         -moz-transform: translateY(100%);
         -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
         transform: translateY(100%);
         opacity: 1
     }

     50%,
     70% {
         -webkit-transform: translateY(10px);
         -moz-transform: translateY(10px);
         -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
         transform: translateY(10px);
         opacity: 1
     }

     100%,
     90% {
         -webkit-transform: translateY(10px);
         -moz-transform: translateY(10px);
         -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
         transform: translateY(10px);
         opacity: 0
     }
 }

 @-webkit-keyframes smokeShadow {
     0% {
         -webkit-transform: translateY(120%);
         opacity: 1
     }

     50% {
         -webkit-transform: translateY(0);
         opacity: 1
     }

     100%,
     75%,
     85% {
         -webkit-transform: translateY(10%);
         opacity: 0
     }
 }

 @-moz-keyframes smokeShadow {
     0% {
         -moz-transform: translateY(120%);
         opacity: 1
     }

     50% {
         -moz-transform: translateY(0);
         opacity: 1
     }

     100%,
     75%,
     85% {
         -moz-transform: translateY(10%);
         opacity: 0
     }
 }

 @keyframes smokeShadow {
     0% {
         -webkit-transform: translateY(120%);
         -moz-transform: translateY(120%);
         -ms-transform: translateY(120%);
         -o-transform: translateY(120%);
         transform: translateY(120%);
         opacity: 1
     }

     50% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         transform: translateY(0);
         opacity: 1
     }

     100%,
     75%,
     85% {
         -webkit-transform: translateY(10%);
         -moz-transform: translateY(10%);
         -ms-transform: translateY(10%);
         -o-transform: translateY(10%);
         transform: translateY(10%);
         opacity: 0
     }
 }

 @-webkit-keyframes shake {

     0%,
     100%,
     50% {
         -webkit-transform: rotate(0)
     }

     25%,
     75% {
         -webkit-transform: rotate(-2deg)
     }
 }

 @-moz-keyframes shake {

     0%,
     100%,
     50% {
         -moz-transform: rotate(0)
     }

     25%,
     75% {
         -moz-transform: rotate(-2deg)
     }
 }

 @keyframes shake {

     0%,
     100%,
     50% {
         -webkit-transform: rotate(0);
         -moz-transform: rotate(0);
         -ms-transform: rotate(0);
         -o-transform: rotate(0);
         transform: rotate(0)
     }

     25%,
     75% {
         -webkit-transform: rotate(-2deg);
         -moz-transform: rotate(-2deg);
         -ms-transform: rotate(-2deg);
         -o-transform: rotate(-2deg);
         transform: rotate(-2deg)
     }
 }

 @-webkit-keyframes fadeSlideUpIn {

     0%,
     20% {
         -webkit-transform: translateY(40px);
         opacity: 0
     }

     100% {
         -webkit-transform: translateY(0);
         opacity: 1
     }
 }

 @-moz-keyframes fadeSlideUpIn {

     0%,
     20% {
         -moz-transform: translateY(40px);
         opacity: 0
     }

     100% {
         -moz-transform: translateY(0);
         opacity: 1
     }
 }

 @keyframes fadeSlideUpIn {

     0%,
     20% {
         -webkit-transform: translateY(40px);
         -moz-transform: translateY(40px);
         -ms-transform: translateY(40px);
         -o-transform: translateY(40px);
         transform: translateY(40px);
         opacity: 0
     }

     100% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         transform: translateY(0);
         opacity: 1
     }
 }

 @-webkit-keyframes fadeSlideUpOut {
     0% {
         -webkit-transform: translateY(0);
         opacity: 1
     }

     100% {
         -webkit-transform: translateY(40px);
         opacity: 0
     }
 }

 @-moz-keyframes fadeSlideUpOut {
     0% {
         -moz-transform: translateY(0);
         opacity: 1
     }

     100% {
         -moz-transform: translateY(40px);
         opacity: 0
     }
 }

 @keyframes fadeSlideUpOut {
     0% {
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         transform: translateY(0);
         opacity: 1
     }

     100% {
         -webkit-transform: translateY(40px);
         -moz-transform: translateY(40px);
         -ms-transform: translateY(40px);
         -o-transform: translateY(40px);
         transform: translateY(40px);
         opacity: 0
     }
 }

 @-webkit-keyframes fadeSlideLeftIn {

     0%,
     20% {
         -webkit-transform: translateX(30px);
         opacity: 0
     }

     100% {
         -webkit-transform: translateX(0);
         opacity: 1
     }
 }

 @-moz-keyframes fadeSlideLeftIn {

     0%,
     20% {
         -moz-transform: translateX(30px);
         opacity: 0
     }

     100% {
         -moz-transform: translateX(0);
         opacity: 1
     }
 }

 @keyframes fadeSlideLeftIn {

     0%,
     20% {
         -webkit-transform: translateX(30px);
         -moz-transform: translateX(30px);
         -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
         transform: translateX(30px);
         opacity: 0
     }

     100% {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
         opacity: 1
     }
 }

 @-webkit-keyframes fadeSlideLeftOut {
     0% {
         -webkit-transform: translateX(0);
         opacity: 1
     }

     100% {
         -webkit-transform: translateX(30px);
         opacity: 0
     }
 }

 @-moz-keyframes fadeSlideLeftOut {
     0% {
         -moz-transform: translateX(0);
         opacity: 1
     }

     100% {
         -moz-transform: translateX(30px);
         opacity: 0
     }
 }

 @keyframes fadeSlideLeftOut {
     0% {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
         opacity: 1
     }

     100% {
         -webkit-transform: translateX(30px);
         -moz-transform: translateX(30px);
         -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
         transform: translateX(30px);
         opacity: 0
     }
 }

 @-webkit-keyframes fadeSlideRightIn {

     0%,
     20% {
         -webkit-transform: translateX(-30px);
         opacity: 0
     }

     100% {
         -webkit-transform: translateX(0);
         opacity: 1
     }
 }

 @-moz-keyframes fadeSlideRightIn {

     0%,
     20% {
         -moz-transform: translateX(-30px);
         opacity: 0
     }

     100% {
         -moz-transform: translateX(0);
         opacity: 1
     }
 }

 @keyframes fadeSlideRightIn {

     0%,
     20% {
         -webkit-transform: translateX(-30px);
         -moz-transform: translateX(-30px);
         -ms-transform: translateX(-30px);
         -o-transform: translateX(-30px);
         transform: translateX(-30px);
         opacity: 0
     }

     100% {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
         opacity: 1
     }
 }

 @-webkit-keyframes fadeSlideRightOut {
     0% {
         -webkit-transform: translateX(0);
         opacity: 1
     }

     100% {
         -webkit-transform: translateX(-30px);
         opacity: 0
     }
 }

 @-moz-keyframes fadeSlideRightOut {
     0% {
         -moz-transform: translateX(0);
         opacity: 1
     }

     100% {
         -moz-transform: translateX(-30px);
         opacity: 0
     }
 }

 @keyframes fadeSlideRightOut {
     0% {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
         opacity: 1
     }

     100% {
         -webkit-transform: translateX(-30px);
         -moz-transform: translateX(-30px);
         -ms-transform: translateX(-30px);
         -o-transform: translateX(-30px);
         transform: translateX(-30px);
         opacity: 0
     }
 }

 .cs-menu input {
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0
 }

 .cs-disabled {
     cursor: default;
     opacity: .35;
     pointer-events: none
 }

 .cs-menu .cs-menu-items>li>a {
     -webkit-transition: background .25s ease-in, color .25s ease-in;
     -moz-transition: background .25s ease-in, color .25s ease-in;
     transition: background .25s ease-in, color .25s ease-in
 }

 .cs-menu input:checked~.cs-menu-overlay {
     visibility: visible;
     opacity: 1
 }

 .cs-video-widget.cs-widget-empty .cs-video-player,
 .cs-widget-empty.cs-button-widget .cs-button,
 .cs-widget-empty.cs-form-widget form,
 .cs-widget-empty.cs-sale-widget .cs-sale-wrapper {
     visibility: hidden
 }

 .cs-lines,
 .cs-section-full .cs-section-inner,
 .cs-section-full-content .cs-section-inner,
 .cs-section-inner {
     max-width: 940px;
     margin: 0 auto;
     z-index: 1
 }

 .cs-button-widget-empty p,
 .cs-code-widget-empty p,
 .cs-form-message,
 .cs-form-widget-empty p,
 .cs-gallery-widget-empty p,
 .cs-image-widget-empty p,
 .cs-sale-widget-empty p,
 .cs-social-widget-empty p,
 .cs-video-widget-empty p {
     margin-bottom: 10px
 }

 .cs-button-widget-empty,
 .cs-code-widget-empty,
 .cs-form-widget-empty,
 .cs-gallery-widget-empty,
 .cs-image-widget-empty,
 .cs-sale-widget-empty,
 .cs-social-widget-empty,
 .cs-video-widget-empty {
     -webkit-align-content: center;
     -moz-align-content: center;
     align-content: center;
     -ms-flex-line-pack: center;
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
     box-orient: horizontal;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     box-direction: normal;
     -webkit-flex-direction: row;
     -moz-flex-direction: row;
     flex-direction: row;
     -ms-flex-direction: row;
     -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
     box-lines: multiple;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -moz-box-pack: center;
     box-pack: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     -o-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center;
     background: #f5f5f5;
     color: rgba(0, 0, 0, .25);
     font-weight: 600;
     font-family: "Open Sans", verdana, arial, sans-serif;
     font-size: 12px;
     height: 150px;
     padding: 30px 15px;
     text-align: center
 }

 .cs-boxes,
 .cs-menu .cs-menu-items,
 .grid {
     -moz-box-lines: multiple
 }

 .cs-button-widget-empty p,
 .cs-button-widget-empty::before,
 .cs-code-widget-empty p,
 .cs-code-widget-empty::before,
 .cs-form-widget-empty p,
 .cs-form-widget-empty::before,
 .cs-gallery-widget-empty p,
 .cs-gallery-widget-empty::before,
 .cs-image-widget-empty p,
 .cs-image-widget-empty::before,
 .cs-sale-widget-empty p,
 .cs-sale-widget-empty::before,
 .cs-social-widget-empty p,
 .cs-social-widget-empty::before,
 .cs-video-widget-empty p,
 .cs-video-widget-empty::before {
     -webkit-box-flex: 0;
     -moz-box-flex: 0;
     box-flex: 0;
     -webkit-flex: 0 100%;
     -moz-flex: 0 100%;
     -ms-flex: 0 100%;
     flex: 0 100%
 }

 .cs-button-widget-empty svg,
 .cs-code-widget-empty svg,
 .cs-form-widget-empty svg,
 .cs-gallery-widget-empty svg,
 .cs-image-widget-empty svg,
 .cs-sale-widget-empty svg,
 .cs-social-widget-empty svg,
 .cs-video-widget-empty svg {
     fill: rgba(0, 0, 0, .25);
     width: 36px;
     height: 36px
 }

 .cs-button-widget-empty svg::before,
 .cs-code-widget-empty svg::before,
 .cs-form-widget-empty svg::before,
 .cs-gallery-widget-empty svg::before,
 .cs-image-widget-empty svg::before,
 .cs-sale-widget-empty svg::before,
 .cs-social-widget-empty svg::before,
 .cs-video-widget-empty svg::before {
     display: none
 }

 html {
     box-sizing: border-box
 }

 *,
 ::after,
 ::before {
     box-sizing: inherit
 }

 a,
 abbr,
 acronym,
 address,
 applet,
 article,
 aside,
 audio,
 b,
 big,
 blockquote,
 body,
 canvas,
 caption,
 center,
 cite,
 code,
 dd,
 del,
 details,
 dfn,
 div,
 dl,
 dt,
 em,
 embed,
 fieldset,
 figcaption,
 figure,
 footer,
 form,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 header,
 hgroup,
 html,
 i,
 iframe,
 img,
 ins,
 kbd,
 label,
 legend,
 li,
 mark,
 menu,
 nav,
 object,
 ol,
 output,
 p,
 pre,
 q,
 ruby,
 s,
 samp,
 section,
 small,
 span,
 strike,
 strong,
 sub,
 summary,
 sup,
 table,
 tbody,
 td,
 tfoot,
 th,
 thead,
 time,
 tr,
 tt,
 u,
 ul,
 var,
 video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 97%; /* Ajuste do tamanho da fonte dos label */
     background: 0 0
 }

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
     display: block
 }

 body::after,
 html::after {
     content: "";
     display: block;
     clear: both
 }

 ol,
 ul {
     list-style: none
 }

 blockquote,
 q {
     quotes: none
 }

 blockquote::after,
 blockquote::before,
 q::after,
 q::before {
     content: "";
     content: none
 }

 table {
     border-collapse: collapse;
     border-spacing: 0
 }

 body {
     height: 100%;
     font-family: "Open Sans", verdana, helvetica, arial, sans-serif
 }

 .cs-lines {
     min-height: inherit
 }

 @media all and (-ms-high-contrast:none),
 (-ms-high-contrast:active) {
     .cs-line {
         height: 100%
     }
 }

 .cs-boxes {
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-lines: multiple;
     box-lines: multiple;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap
 }

 .cs-box {
     min-width: 10px;
     padding: 0 10px;
     -webkit-box-flex: 1;
     -moz-box-flex: 1;
     box-flex: 1;
     -webkit-flex: 1 0 300px;
     -moz-flex: 1 0 300px;
     -ms-flex: 1 0 300px;
     flex: 1 0 300px
 }

 .cs-widget {
     float: left;
     margin: 10px 0;
     min-width: 100%
 }

 .cs-boxes>.cs-widget {
     min-width: 0;
     max-width: 200px
 }

 .cs-widget-empty {
     height: 150px
 }

 .cs-widget-empty.cs-text-widget {
     height: 65px
 }

 .cs-widget-empty.cs-gallery-widget {
     height: 370px
 }

 .cs-btn-show-more {
     height: 32px;
     border: none;
     padding: 5px 14px;
     border-radius: 5px;
     background: #01b1e7;
     font-size: 15px;
     color: #fff
 }

 .cs-button-widget,
 .cs-preview-widget-edit {
     text-align: center
 }

 .cs-button-widget .cs-button,
 .cs-preview-widget-edit .cs-button {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     display: inline-block;
     padding: 10px 35px;
     min-height: 39px;
     color: #000;
     border: none;
     font-size: 14px;
     text-decoration: none;
     word-break: break-word;
     position: relative
 }

 .cs-button-widget .cs-button:focus,
 .cs-button-widget .cs-button:hover,
 .cs-preview-widget-edit .cs-button:focus,
 .cs-preview-widget-edit .cs-button:hover {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     opacity: .6
 }

 .cs-button-alignment-left {
     text-align: left
 }

 .cs-button-alignment-center {
     text-align: center
 }

 .cs-button-alignment-right {
     text-align: right
 }

 [class*=cs-button-theme] {
     z-index: 2
 }

 [class*=cs-button-theme] span {
     position: relative;
     z-index: 2
 }

 .cs-button-theme-2::before {
     content: "";
     background: #fff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: 2px;
     z-index: 1
 }

 .cs-button-theme-3,
 .cs-button-theme-4,
 .cs-button-theme-6,
 .cs-button-theme-8 {
     box-shadow: inset 0 -4px rgba(0, 0, 0, .3)
 }

 .cs-button-theme-4::before,
 .cs-button-theme-7::before,
 .cs-button-theme-8::before {
     content: "";
     background: #fff;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: 2px;
     z-index: 1
 }

 .cs-button-theme-5,
 .cs-button-theme-6,
 .cs-button-theme-7,
 .cs-button-theme-7::before,
 .cs-button-theme-8,
 .cs-button-theme-8::before {
     border-radius: 20px
 }

 .cs-button-theme-4::before,
 .cs-button-theme-6::before,
 .cs-button-theme-8::before {
     margin: 2px 2px 4px
 }

 .cs-cart-widget .cs-cart-badge {
     display: none;
     position: absolute;
     top: -8px;
     right: -8px;
     line-height: 19px;
     height: 20px;
     padding: 0 6px;
     border-radius: 10px;
     border: 1px solid #adadad;
     font-size: 13px
 }

 .cs-cart-widget.cs-button-alignment-left .cs-button {
     margin: 0
 }

 .cs-cart-widget.cs-button-alignment-center .cs-button {
     margin: 0 auto
 }

 .cs-cart-widget.cs-button-alignment-right .cs-button {
     margin: 0 0 0 auto
 }

 .cs-cart-widget .cs-button {
     border-radius: 5px;
     display: block;
     height: 40px;
     padding: 4px;
     text-decoration: none;
     text-align: center;
     position: relative
 }

 .cs-cart-widget .cs-button .cs-ico-cart {
     display: block;
     margin: 0 auto;
     max-height: 30px;
     max-width: 30px
 }

 .cs-cart-widget .cs-button.cs-cart-button-theme-1 {
     max-width: 140px
 }

 .cs-cart-widget .cs-button.cs-cart-button-theme-1 .cs-ico-cart {
     display: inline-block
 }

 .cs-cart-widget .cs-button.cs-cart-button-theme-1:after {
     bottom: 10px;
     content: "Carrinho";
     font-size: 15px;
     position: relative;
     margin-left: 10px
 }

 .cs-cart-widget .cs-button.cs-cart-button-theme-2 {
     max-width: 69px
 }

 .cs-cart-widget .cs-button.cs-cart-button-theme-3 {
     height: auto;
     max-width: 140px
 }

 .cs-cart-widget .cs-button.cs-cart-button-theme-3:after {
     content: "Carrinho";
     font-size: 15px;
     display: block;
     text-align: center
 }

 .cs-code-widget {
     max-width: 100%;
     min-height: 25px
 }

 .cs-code-widget p {
     word-break: break-word
 }

 .cs-comment-widget iframe {
     width: 100% !important
 }

 .cs-form-widget {
     max-width: 100%
 }

 .cs-form-widget .cs-button {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     display: inline-block;
     padding: 10px 35px;
     color: #000;
     border: none;
     font-size: 14px;
     text-decoration: none;
     word-break: break-word;
     min-width: 100%;
     min-height: auto;
     line-height: 25px;
     overflow: hidden;
     position: relative
 }

 .cs-form-widget .cs-button:focus,
 .cs-form-widget .cs-button:hover {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     opacity: .6
 }

 .cs-form-widget .cs-button::after {
     content: "";
     display: block;
     width: 20px;
     height: 20px;
     border-radius: 20px;
     border: 2px solid transparent;
     background: 0 0;
     opacity: 0;
     position: absolute;
     top: calc(50% - 10px);
     right: 10px;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
     -webkit-animation: spin 1s infinite linear;
     -moz-animation: spin 1s infinite linear;
     animation: spin 1s infinite linear
 }

 .cs-form-widget .cs-button[disabled] {
     opacity: .8
 }

 .cs-form-widget .cs-button[disabled]::after {
     opacity: 1;
     box-shadow: 0 0 10px 200px rgba(0, 0, 0, .7);
     border-color: #666 #fff #666 #666;
     background: rgba(0, 0, 0, .6);
     -webkit-transition: all 1s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
     -moz-transition: all 1s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out;
     transition: all 1s ease-in-out, border-color .2s ease-in-out, opacity .2s ease-in-out
 }

 .cs-form-content {
     position: absolute;
     opacity: 0;
     top: 0;
     left: -2000px
 }

 .cs-form-group {
     padding-bottom: 10px
 }

 .cs-form-group label {
     display: none
 }

 .cs-form-group label.cs-field-error {
     display: block;
     font-size: 12px;
     color: #d85553
 }

 .cs-form-group textarea {
     display: block;
     min-height: 100px
 }

 .cs-form-group input,
 .cs-form-group textarea {
     padding: 7px 15px 10px
 }

 .cs-form-group input,
 .cs-form-group select,
 .cs-form-group textarea {
     width: 100%;
     border: 1px solid #ccc;
     border-radius: 2px;
     color: #666;
     font-size: 14px;
     font-family: Helvetica, Arial, sans-serif
 }

 .cs-form-group input::-webkit-input-placeholder,
 .cs-form-group select::-webkit-input-placeholder,
 .cs-form-group textarea::-webkit-input-placeholder {
     color: rgba(102, 102, 102, .5)
 }

 .cs-form-group input::-moz-placeholder,
 .cs-form-group select::-moz-placeholder,
 .cs-form-group textarea::-moz-placeholder {
     color: rgba(102, 102, 102, .5)
 }

 .cs-form-group input:-moz-placeholder,
 .cs-form-group select:-moz-placeholder,
 .cs-form-group textarea:-moz-placeholder {
     color: rgba(102, 102, 102, .5)
 }

 .cs-form-group input:-ms-input-placeholder,
 .cs-form-group select:-ms-input-placeholder,
 .cs-form-group textarea:-ms-input-placeholder {
     color: rgba(102, 102, 102, .5)
 }

 .cs-form-group input.cs-field-error,
 .cs-form-group select.cs-field-error,
 .cs-form-group textarea.cs-field-error {
     border-color: #d85553
 }

 .cs-form-group input.cs-field-error:focus,
 .cs-form-group select.cs-field-error:focus,
 .cs-form-group textarea.cs-field-error:focus {
     outline: 0;
     box-shadow: 0 0 1px 2px rgba(216, 85, 83, .4)
 }

 .cs-form-group select {
     height: 36px;
     background-color: #fff;
     padding-left: 13px
 }

 .cs-form-group .cs-form-file-btn {
     text-align: center;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     user-select: none
 }

 .cs-form-group .cs-form-file-input {
     display: none
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
     .cs-form-group select {
         padding-left: 0;
         text-indent: 10px
     }
 }

 .cs-form-message {
     color: #fff;
     border-radius: 3px;
     font-size: 11px;
     text-align: left
 }

 .cs-form-message::before {
     display: inline-block;
     width: 9px;
     margin-right: 7px
 }

 .cs-form-message-valid {
     padding: 8px 15px 10px;
     background: #53d791
 }

 .cs-form-message-valid::before {
     content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path fill="#ffffff" d="M22.6,9.6L11.9,19.7c-0.9,0.9-2.5,0.9-3.4,0l-5.3-5c-0.9-0.9-0.9-2.3,0-3.2c0.9-0.9,2.5-0.9,3.4,0l3.2,3 c0.2,0.2,0.6,0.2,0.9,0l8.5-8.1c0.9-0.9,2.5-0.9,3.4,0c0.5,0.4,0.7,1,0.7,1.6C23.3,8.6,23,9.2,22.6,9.6z"/></svg>')
 }

 .cs-form-message-invalid {
     padding: 8px 15px 10px;
     background: #d85553
 }

 .cs-form-message-invalid::before {
     content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffffff" d="M21.419 16l9.471-9.471c1.497-1.497 1.497-3.923 0-5.419s-3.923-1.497-5.419 0l-9.471 9.471-9.471-9.497c-1.497-1.497-3.923-1.497-5.419 0s-1.497 3.923 0 5.419l9.471 9.497-9.497 9.471c-1.497 1.497-1.497 3.923 0 5.419 0.748 0.748 1.729 1.135 2.71 1.135s1.961-0.361 2.71-1.135l9.497-9.471 9.471 9.471c0.748 0.748 1.729 1.135 2.71 1.135s1.961-0.361 2.71-1.135c1.497-1.497 1.497-3.923 0-5.419l-9.471-9.471z"></path></svg>');
     width: 7px
 }

 @media only screen and (min-width:768px) {
     .cs-box {
         -webkit-box-flex: 1;
         -moz-box-flex: 1;
         box-flex: 1;
         -webkit-flex: 1 0 100px;
         -moz-flex: 1 0 100px;
         -ms-flex: 1 0 100px;
         flex: 1 0 100px
     }

     .cs-form-widget .cs-button {
         min-width: 175px
     }

     .cs-form-message {
         -webkit-align-self: center;
         -moz-align-self: center;
         align-self: center;
         -ms-flex-item-align: center;
         margin-bottom: 0
     }

     .cs-form-group:last-child {
         padding: 20px 0 0;
         display: -webkit-box;
         display: -moz-box;
         display: box;
         display: -webkit-flex;
         display: -moz-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -moz-box-pack: justify;
         box-pack: justify;
         -webkit-justify-content: space-between;
         -moz-justify-content: space-between;
         -ms-justify-content: space-between;
         -o-justify-content: space-between;
         justify-content: space-between;
         -ms-flex-pack: justify;
         -webkit-box-align: baseline;
         -moz-box-align: baseline;
         box-align: baseline;
         -webkit-align-items: baseline;
         -moz-align-items: baseline;
         -ms-align-items: baseline;
         -o-align-items: baseline;
         align-items: baseline;
         -ms-flex-align: baseline
     }

     .cs-form-group:last-child .cs-form-message {
         margin-right: 15px
     }

     .cs-form-widget.cs-form-button-left .cs-form-group:last-child {
         -webkit-box-orient: horizontal;
         -moz-box-orient: horizontal;
         box-orient: horizontal;
         -webkit-box-direction: reverse;
         -moz-box-direction: reverse;
         box-direction: reverse;
         -webkit-flex-direction: row-reverse;
         -moz-flex-direction: row-reverse;
         flex-direction: row-reverse;
         -ms-flex-direction: row-reverse
     }

     .cs-form-widget.cs-form-button-left .cs-form-group:last-child .cs-form-message {
         margin-right: 0;
         margin-left: 15px
     }

     .cs-form-widget.cs-form-button-center .cs-form-group:last-child {
         -webkit-box-orient: vertical;
         -moz-box-orient: vertical;
         box-orient: vertical;
         -webkit-box-direction: normal;
         -moz-box-direction: normal;
         box-direction: normal;
         -webkit-flex-direction: column;
         -moz-flex-direction: column;
         flex-direction: column;
         -ms-flex-direction: column;
         -webkit-box-pack: center;
         -moz-box-pack: center;
         box-pack: center;
         -webkit-justify-content: center;
         -moz-justify-content: center;
         -ms-justify-content: center;
         -o-justify-content: center;
         justify-content: center;
         -ms-flex-pack: center;
         -webkit-box-align: center;
         -moz-box-align: center;
         box-align: center;
         -webkit-align-items: center;
         -moz-align-items: center;
         -ms-align-items: center;
         -o-align-items: center;
         align-items: center;
         -ms-flex-align: center
     }

     .cs-form-widget.cs-form-button-center .cs-form-group:last-child .cs-form-message-invalid,
     .cs-form-widget.cs-form-button-center .cs-form-group:last-child .cs-form-message-valid {
         margin: 0 0 10px
     }
 }

 .cs-gallery-empty.grid .cs-gallery-widget-empty {
     height: 100%;
     padding: 0
 }

 .cs-gallery-empty.grid .empty-item-info {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0;
     transform: translate(0, -50%)
 }

 .grid {
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-lines: multiple;
     box-lines: multiple;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap
 }

 .grid .image-wrapper {
     position: relative;
     overflow: hidden
 }

 .grid .image-wrapper:before {
     content: "";
     display: block
 }

 .grid .square-grid:before {
     padding-bottom: 100%
 }

 .grid .stretched-grid:before {
     padding-bottom: 150%
 }

 .grid .cs-grid-footer {
     margin: 10px auto 20px
 }

 .grid img {
     position: absolute;
     left: -100%;
     right: -100%;
     top: -100%;
     bottom: -100%;
     margin: auto
 }

 .cs-gallery-widget .owl-carousel .owl-item {
     height: 350px;
     position: relative;
     overflow: hidden
 }

 .cs-gallery-widget .owl-carousel .owl-item a {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     overflow: hidden
 }

 .cs-gallery-widget .owl-carousel .owl-item img {
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     top: 50%;
     left: 50%;
     position: absolute
 }

 .cs-gallery-widget .owl-carousel .owl-next,
 .cs-gallery-widget .owl-carousel .owl-prev {
     position: absolute;
     top: 0;
     height: 100%;
     width: 65px;
     margin: 0;
     outline: 0;
     color: #f5f5f5 !important
 }

 .cs-gallery-widget .owl-carousel .owl-next:hover,
 .cs-gallery-widget .owl-carousel .owl-prev:hover {
     background-color: transparent
 }

 .cs-gallery-widget .owl-carousel .owl-next:hover span,
 .cs-gallery-widget .owl-carousel .owl-prev:hover span {
     text-shadow: 0 0 10px #30302F
 }

 .cs-gallery-widget .owl-carousel .owl-next span,
 .cs-gallery-widget .owl-carousel .owl-prev span {
     display: flex;
     justify-content: center;
     font-size: 90px;
     padding-bottom: 24px;
     text-shadow: 0 0 5px rgba(48, 48, 47, .5)
 }

 .cs-gallery-widget .owl-carousel .owl-prev {
     left: 0
 }

 .cs-gallery-widget .owl-carousel .owl-next {
     right: 0
 }

 .cs-gallery-widget .owl-carousel .owl-dots {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     transform: translate(0, 100%)
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number,
 .cs-gallery-widget .owl-carousel .owl-dots-as-square,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail {
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
     box-orient: horizontal;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     box-direction: normal;
     -webkit-flex-direction: row;
     -moz-flex-direction: row;
     flex-direction: row;
     -ms-flex-direction: row;
     -webkit-box-pack: center;
     -moz-box-pack: center;
     box-pack: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     -o-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot,
 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot {
     -webkit-box-flex: 0;
     -moz-box-flex: 0;
     box-flex: 0;
     -webkit-flex: 0 70px;
     -moz-flex: 0 70px;
     -ms-flex: 0 70px;
     flex: 0 70px;
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     margin: 1px;
     position: relative;
     border: 1px solid #adadad;
     box-shadow: inset 2px 3px 5px 0 rgba(0, 0, 0, .18);
     background-color: #fff;
     counter-increment: gallery-item
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot:last-of-type,
 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot:last-of-type,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot:last-of-type {
     margin-right: 0
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot:first-of-type,
 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot:first-of-type,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot:first-of-type {
     margin-left: 0
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot span,
 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot span,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot span {
     width: 100%;
     height: 100%;
     background: 0 0;
     margin: 0
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number {
     counter-reset: gallery-item
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot {
     counter-increment: gallery-item;
     height: 28px;
     top: -20px
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot span::before {
     content: counter(gallery-item);
     color: #404040;
     font-size: 14px;
     line-height: 28px
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot.active {
     background-color: #ebebeb;
     box-shadow: 0 4px 5px 0 rgba(1, 1, 1, .18) inset
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-number .owl-dot.active span::before {
     color: #5e6567;
     font-weight: 700
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 50%;
     height: 44px;
     top: -18px
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot::before,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot::before {
     background-color: #f2f3f3;
     bottom: 0;
     content: "";
     left: 0;
     opacity: .5;
     position: absolute;
     right: 0;
     top: 0;
     transition: background-color .3s ease;
     will-change: background-color
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot.active::before,
 .cs-gallery-widget .owl-carousel .owl-dots-as-thumbnail .owl-dot.active::before {
     background-color: #000;
     opacity: .4
 }

 .cs-gallery-widget .owl-carousel .owl-dots-as-square .owl-dot {
     top: 10px;
     margin: 0 5px
 }

 .cs-gallery.owl-dots-navigation-small .owl-dots {
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
     box-orient: horizontal;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     box-direction: normal;
     -webkit-flex-direction: row;
     -moz-flex-direction: row;
     flex-direction: row;
     -ms-flex-direction: row;
     -webkit-box-pack: initial;
     -moz-box-pack: initial;
     box-pack: initial;
     -webkit-justify-content: initial;
     -moz-justify-content: initial;
     -ms-justify-content: initial;
     -o-justify-content: initial;
     justify-content: initial;
     -ms-flex-pack: initial;
     overflow: hidden;
     scroll-behavior: smooth
 }

 .cs-gallery.owl-dots-navigation-small .owl-dots-as-thumbnail .owl-dot {
     top: -1px;
     min-width: 60px
 }

 .cs-gallery.owl-dots-navigation-small .owl-dots-as-square .owl-dot {
     min-width: 68px;
     min-height: 50px
 }

 .cs-gallery.owl-dots-navigation-small .owl-dots-as-number .owl-dot {
     top: -1px;
     min-width: 68px
 }

 .cs-gallery-widget {
     max-width: 100%
 }

 .cs-gallery-widget .item-full img {
     height: 100%;
     width: auto
 }

 .cs-gallery-widget-empty {
     margin-bottom: 20px
 }

 .cs-gallery-widget-empty .owl-item {
     height: 350px
 }

 .owl-carousel .cs-gallery-widget-empty {
     height: 100%
 }

 .cs-gallery-larger {
     padding-bottom: 60px
 }

 .cs-gallery-smaller {
     padding-bottom: 30px
 }

 .cs-gallery-smallest {
     padding-bottom: 45px
 }

 .cs-full-image-link {
     color: #fff;
     display: block;
     text-decoration: none
 }

 .cs-image-widget {
     max-width: 100%
 }

 .cs-image-widget .cs-chosen-image {
     max-width: 100%;
     display: block;
     margin: 0 auto
 }

 .cs-image-alignment-left .cs-chosen-image {
     float: left
 }

 .cs-image-alignment-right .cs-chosen-image {
     float: right
 }

 .cs-languages-list.cs-language-alignment-right {
     text-align: right
 }

 .cs-languages-list.cs-language-alignment-right .cs-language {
     margin-left: 20px
 }

 .cs-language {
     display: inline-block;
     max-width: 42px;
     width: 42px;
     height: 42px
 }

 .cs-language a img,
 .cs-language a svg,
 .cs-menu input:checked~.cs-menu-button .cs-ico-menu-close {
     display: block
 }

 .cs-language.cs-is-active,
 .cs-language:hover {
     -webkit-transition: border-color .1s ease-in;
     -moz-transition: border-color .1s ease-in;
     transition: border-color .1s ease-in;
     border-radius: 50%;
     border: 2px solid #01b1e7
 }

 .cs-language.cs-is-active a img,
 .cs-language.cs-is-active a svg,
 .cs-language:hover a img,
 .cs-language:hover a svg {
     border-radius: 50%;
     border: 2px solid #fff;
     width: 38px;
     height: 38px
 }

 .cs-menu input:checked~.cs-menu-items {
     -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     transform: translate(0, 0);
     -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
     transition: all .2s ease-out
 }

 .cs-menu input:checked~.cs-menu-button {
     -webkit-transform: translate(-250px, 0);
     -moz-transform: translate(-250px, 0);
     -ms-transform: translate(-250px, 0);
     -o-transform: translate(-250px, 0);
     transform: translate(-250px, 0);
     -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
     transition: all .2s ease-out
 }

 .cs-menu input:checked~.cs-menu-button .cs-ico-menu {
     display: none
 }

 .cs-menu .cs-menu-items {
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-lines: multiple;
     box-lines: multiple;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     position: relative
 }

 .cs-menu .cs-menu-items>li {
     margin: 5px 4px;
     z-index: 1
 }

 .cs-menu .cs-menu-items>li.cs-is-active>a {
     font-weight: 600
 }

 .cs-menu .cs-menu-items>li:hover {
     z-index: 2
 }

 .cs-menu .cs-menu-items>li:hover .cs-submenu-items {
     opacity: 1;
     left: 0;
     -webkit-transition: opacity .2s ease-in-out;
     -moz-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out
 }

 .cs-menu .cs-menu-items>li>a {
     display: block;
     padding: 5px 10px;
     text-decoration: none
 }

 @media only screen and (max-width:767px) {
     .cs-menu .cs-has-submenu {
         position: relative
     }

     .cs-menu .cs-has-submenu::before {
         content: "";
         position: absolute;
         background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path class="st0" d="M23.3,8.9L23.3,8.9C23.8,8.4,24,7.7,24,7c-0.2-1.4-1.4-2.5-2.7-2.5c-0.7,0-1.4,0.2-1.8,0.9l0,0l-7.6,8.2 L4.3,5.4l0,0C3.9,4.7,3.2,4.5,2.5,4.5C1.1,4.5,0,5.7,0,7c0,0.7,0.2,1.4,0.7,1.8l0,0l9.4,10.3c0.5,0.5,1.1,0.9,1.8,0.9 c0.7,0,1.4-0.2,1.8-0.9L23.3,8.9z"/></svg>');
         right: 20px;
         top: 18px;
         height: 12px;
         width: 12px
     }
 }

 .cs-menu .cs-has-submenu.cs-show-submenu {
     z-index: 2
 }

 .cs-menu .cs-has-submenu.cs-show-submenu .cs-submenu-items {
     opacity: 1;
     left: 0
 }

 .cs-menu .cs-submenu-items {
     opacity: 0;
     min-width: 100%;
     z-index: 2;
     font-size: 0;
     position: absolute;
     top: 100%;
     white-space: nowrap
 }

 .cs-menu .cs-submenu-items::before {
     content: "";
     display: block;
     height: 9px;
     position: absolute;
     top: -9px;
     right: 0;
     left: 0;
     background: 0 0
 }

 .cs-menu .cs-submenu-items li:first-child::before {
     display: none
 }

 .cs-menu .cs-submenu-items a {
     display: block;
     padding: 4px 20px 5px;
     text-decoration: none
 }

 .cs-menu .cs-menu-button {
     display: none;
     padding: 17px
 }

 .cs-menu .cs-menu-button .cs-ico-menu,
 .cs-menu .cs-menu-button .cs-ico-menu-close {
     opacity: .9
 }

 .cs-menu .cs-menu-button .cs-ico-menu-close {
     display: none
 }

 @media only screen and (max-width:767px) {
     .cs-section .cs-menu {
         position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         z-index: 3
     }

     .cs-section .cs-menu .cs-menu-overlay {
         position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         visibility: hidden;
         opacity: 0;
         -webkit-transition: opacity .25s ease-in;
         -moz-transition: opacity .25s ease-in;
         transition: opacity .25s ease-in;
         background: rgba(0, 0, 0, .6);
         z-index: 1
     }

     .cs-section .cs-menu .cs-menu-button {
         z-index: 2;
         background: rgba(0, 0, 0, .6);
         cursor: pointer;
         display: block;
         height: 56px;
         width: 56px;
         position: absolute;
         top: 0;
         right: 0;
         -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
         transform: translate(0, 0);
         -webkit-transition: all .25s ease-in;
         -moz-transition: all .25s ease-in;
         transition: all .25s ease-in
     }

     .cs-section .cs-menu .cs-menu-items {
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         display: block;
         -webkit-transform: translate(100%, 0);
         -moz-transform: translate(100%, 0);
         -ms-transform: translate(100%, 0);
         -o-transform: translate(100%, 0);
         transform: translate(100%, 0);
         -webkit-transition: all .25s ease-in;
         -moz-transition: all .25s ease-in;
         transition: all .25s ease-in;
         background: rgba(255, 255, 255, .9);
         width: 250px;
         will-change: transform;
         overflow: auto;
         z-index: 2
     }

     .cs-section .cs-menu .cs-menu-items li {
         display: block;
         margin: 0
     }

     .cs-section .cs-menu .cs-menu-items a {
         max-width: 100%;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
         word-wrap: normal;
         padding: 13px 47px 13px 20px;
         font-size: 18px;
         display: block;
         color: #000
     }

     .cs-section .cs-menu .cs-submenu-items {
         visibility: visible;
         opacity: 1;
         position: relative
     }

     .cs-section .cs-menu .cs-submenu-items::before {
         display: none
     }

     .cs-section .cs-menu .cs-submenu-items a {
         padding: 7px 47px 7px 34px
     }
 }

 @media only screen and (min-width:768px) {

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li.cs-is-active>a,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a:focus:not(.cs-external-link),
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a:hover {
         font-weight: 400
     }

     .cs-menu a {
         outline: 0
     }

     .cs-menu .cs-has-submenu .cs-submenu-items {
         left: -9999px
     }

     .cs-menu.cs-menu-horizontal.cs-menu-right ul {
         -webkit-box-pack: end;
         -moz-box-pack: end;
         box-pack: end;
         -webkit-justify-content: flex-end;
         -moz-justify-content: flex-end;
         -ms-justify-content: flex-end;
         -o-justify-content: flex-end;
         justify-content: flex-end;
         -ms-flex-pack: end
     }

     .cs-menu.cs-menu-horizontal.cs-menu-left ul {
         -webkit-box-pack: start;
         -moz-box-pack: start;
         box-pack: start;
         -webkit-justify-content: flex-start;
         -moz-justify-content: flex-start;
         -ms-justify-content: flex-start;
         -o-justify-content: flex-start;
         justify-content: flex-start;
         -ms-flex-pack: start
     }

     .cs-menu.cs-menu-horizontal.cs-menu-center ul {
         -webkit-box-pack: center;
         -moz-box-pack: center;
         box-pack: center;
         -webkit-justify-content: center;
         -moz-justify-content: center;
         -ms-justify-content: center;
         -o-justify-content: center;
         justify-content: center;
         -ms-flex-pack: center
     }

     .cs-menu.cs-menu-vertical .cs-menu-items {
         -webkit-box-orient: vertical;
         -moz-box-orient: vertical;
         box-orient: vertical;
         -webkit-box-direction: normal;
         -moz-box-direction: normal;
         box-direction: normal;
         -webkit-flex-direction: column;
         -moz-flex-direction: column;
         flex-direction: column;
         -ms-flex-direction: column
     }

     .cs-menu.cs-menu-vertical .cs-menu-items>li.cs-show-submenu .cs-submenu-items,
     .cs-menu.cs-menu-vertical .cs-menu-items>li:hover .cs-submenu-items {
         left: calc(100% + 10px);
         top: 0;
         -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
         transform: translate(0, 0)
     }

     .cs-menu.cs-menu-vertical .cs-menu-items>li.cs-show-submenu .cs-submenu-items::before,
     .cs-menu.cs-menu-vertical .cs-menu-items>li:hover .cs-submenu-items::before {
         height: auto;
         width: 10px;
         position: absolute;
         top: 0;
         right: auto;
         bottom: 0;
         left: -10px
     }

     .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items>li.cs-show-submenu .cs-submenu-items,
     .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items>li:hover .cs-submenu-items,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items>li.cs-show-submenu .cs-submenu-items,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items>li:hover .cs-submenu-items {
         left: auto;
         right: calc(100% + 10px)
     }

     .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items>li.cs-show-submenu .cs-submenu-items::before,
     .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items>li:hover .cs-submenu-items::before,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items>li.cs-show-submenu .cs-submenu-items::before,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items>li:hover .cs-submenu-items::before {
         right: -10px;
         left: auto
     }

     .cs-menu.cs-menu-vertical .cs-submenu-items {
         min-width: 20%
     }

     .cs-menu.cs-menu-vertical.cs-menu-right ul {
         -webkit-box-align: end;
         -moz-box-align: end;
         box-align: end;
         -webkit-align-items: flex-end;
         -moz-align-items: flex-end;
         -ms-align-items: flex-end;
         -o-align-items: flex-end;
         align-items: flex-end;
         -ms-flex-align: end
     }

     .cs-menu.cs-menu-vertical.cs-menu-left ul {
         -webkit-box-align: start;
         -moz-box-align: start;
         box-align: start;
         -webkit-align-items: flex-start;
         -moz-align-items: flex-start;
         -ms-align-items: flex-start;
         -o-align-items: flex-start;
         align-items: flex-start;
         -ms-flex-align: start
     }

     .cs-menu.cs-menu-vertical.cs-menu-center ul {
         -webkit-box-align: center;
         -moz-box-align: center;
         box-align: center;
         -webkit-align-items: center;
         -moz-align-items: center;
         -ms-align-items: center;
         -o-align-items: center;
         align-items: center;
         -ms-flex-align: center
     }

     .cs-menu.cs-menu-theme-1 .cs-menu-items>li {
         padding: 5px 18px 6px;
         margin: 0;
         position: relative
     }

     .cs-menu.cs-menu-theme-1 .cs-menu-items>li>a {
         padding: 5px 2px 3px;
         border-bottom: 1px solid transparent
     }

     .cs-menu.cs-menu-theme-1.cs-menu-vertical .cs-menu-items>li {
         width: 100%;
         padding: 2px 8px 3px;
         display: -webkit-box;
         display: -moz-box;
         display: box;
         display: -webkit-flex;
         display: -moz-flex;
         display: -ms-flexbox;
         display: flex
     }

     .cs-menu.cs-menu-theme-1.cs-menu-vertical .cs-menu-items>li>a {
         display: inline-block;
         padding: 4px 5px 2px;
         border-bottom: 2px solid transparent
     }

     .cs-menu.cs-menu-theme-1.cs-menu-vertical.cs-menu-right .cs-menu-items>li {
         -webkit-box-pack: end;
         -moz-box-pack: end;
         box-pack: end;
         -webkit-justify-content: flex-end;
         -moz-justify-content: flex-end;
         -ms-justify-content: flex-end;
         -o-justify-content: flex-end;
         justify-content: flex-end;
         -ms-flex-pack: end
     }

     .cs-menu.cs-menu-theme-1.cs-menu-vertical.cs-menu-center .cs-menu-items>li {
         -webkit-box-pack: center;
         -moz-box-pack: center;
         box-pack: center;
         -webkit-justify-content: center;
         -moz-justify-content: center;
         -ms-justify-content: center;
         -o-justify-content: center;
         justify-content: center;
         -ms-flex-pack: center
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items>li {
         margin: 8px 10px;
         white-space: normal;
         position: relative
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-has-submenu>a {
         padding-right: 22px;
         display: inline-block
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-has-submenu>a::after {
         content: "";
         -webkit-transform: rotate(45deg) translate(0, -20%);
         -moz-transform: rotate(45deg) translate(0, -20%);
         -ms-transform: rotate(45deg) translate(0, -20%);
         -o-transform: rotate(45deg) translate(0, -20%);
         transform: rotate(45deg) translate(0, -20%);
         -webkit-transform-origin: top center;
         -moz-transform-origin: top center;
         -ms-transform-origin: top center;
         -o-transform-origin: top center;
         transform-origin: top center;
         height: 7px;
         width: 7px;
         -webkit-transition: all .25s ease-in-out;
         -moz-transition: all .25s ease-in-out;
         transition: all .25s ease-in-out;
         display: inline-block;
         margin-left: 7px;
         border-left: 1px solid transparent;
         border-top: 1px solid transparent
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-2 .cs-menu-items>li:hover>a::after {
         -webkit-transform: rotate(225deg) translate(0, -50%);
         -moz-transform: rotate(225deg) translate(0, -50%);
         -ms-transform: rotate(225deg) translate(0, -50%);
         -o-transform: rotate(225deg) translate(0, -50%);
         transform: rotate(225deg) translate(0, -50%)
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items {
         padding: 10px 0;
         opacity: 1;
         -webkit-transform: translate(-10px, 0);
         -moz-transform: translate(-10px, 0);
         -ms-transform: translate(-10px, 0);
         -o-transform: translate(-10px, 0);
         transform: translate(-10px, 0)
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items li {
         position: relative
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items li:before {
         position: absolute;
         left: 0;
         top: 7px;
         bottom: 5px;
         width: 1px;
         height: auto;
         opacity: 1
     }

     .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li {
         margin: 0;
         padding: 2px 5px 4px
     }

     .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li>a {
         padding: 4px 4px 5px
     }

     .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::after {
         -webkit-transform: rotate(-45deg) translate(0, -1px);
         -moz-transform: rotate(-45deg) translate(0, -1px);
         -ms-transform: rotate(-45deg) translate(0, -1px);
         -o-transform: rotate(-45deg) translate(0, -1px);
         transform: rotate(-45deg) translate(0, -1px);
         -webkit-transform-origin: center center;
         -moz-transform-origin: center center;
         -ms-transform-origin: center center;
         -o-transform-origin: center center;
         transform-origin: center center
     }

     .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::after {
         float: left;
         margin: 4px 7px 0 -2px;
         -webkit-transform: rotate(-225deg) translate(0, -1px);
         -moz-transform: rotate(-225deg) translate(0, -1px);
         -ms-transform: rotate(-225deg) translate(0, -1px);
         -o-transform: rotate(-225deg) translate(0, -1px);
         transform: rotate(-225deg) translate(0, -1px)
     }

     .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li:hover>a::after {
         -webkit-transform: rotate(-225deg) translate(0, 1px);
         -moz-transform: rotate(-225deg) translate(0, 1px);
         -ms-transform: rotate(-225deg) translate(0, 1px);
         -o-transform: rotate(-225deg) translate(0, 1px);
         transform: rotate(-225deg) translate(0, 1px)
     }

     .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li.cs-show-submenu>a::after,
     .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li:hover>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li.cs-show-submenu>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items>li:hover>a::after {
         margin-top: 5px;
         -webkit-transform: rotate(-45deg) translate(0, -1px);
         -moz-transform: rotate(-45deg) translate(0, -1px);
         -ms-transform: rotate(-45deg) translate(0, -1px);
         -o-transform: rotate(-45deg) translate(0, -1px);
         transform: rotate(-45deg) translate(0, -1px)
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li {
         margin: 3px 0;
         position: relative
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li.cs-is-active>a::after {
         visibility: visible;
         opacity: 1
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a {
         padding: 10px 20px;
         position: relative
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a::before {
         content: "";
         position: absolute;
         bottom: 0;
         left: 0;
         height: 1px;
         width: 100%;
         opacity: .3
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a::after {
         content: "";
         visibility: hidden;
         opacity: 0;
         position: absolute;
         bottom: -1px;
         left: 0;
         height: 3px;
         width: 100%
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li:hover>a::after,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a:focus:not(.cs-external-link)::after,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a:hover::after {
         visibility: visible;
         opacity: 1
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items .cs-submenu-items {
         top: calc(100% + 7px);
         padding: 10px 0
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items .cs-show-submenu>a::after {
         visibility: visible;
         opacity: 1
     }

     .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items {
         padding: 6px 0 6px 10px
     }

     .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items>li {
         margin: 0;
         padding: 6px 8px 4px
     }

     .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items>li:first-child {
         padding-top: 0
     }

     .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items>li:last-child {
         padding-bottom: 0
     }

     .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items>li>a {
         padding: 0 5px 4px
     }

     .cs-menu.cs-menu-theme-4 .cs-menu-items>li {
         position: relative
     }

     .cs-menu.cs-menu-theme-4 .cs-menu-items>li>a {
         padding: 8px 16px;
         border-radius: 6px
     }

     .cs-menu.cs-menu-theme-4 .cs-menu-items .cs-submenu-items {
         top: calc(100% + 7px);
         border-radius: 6px;
         padding: 10px 0
     }

     .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items {
         padding: 9px 0 0 10px
     }

     .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items>li {
         margin: 0
     }

     .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items>li>a {
         padding: 8px 16px 7px
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li {
         position: relative
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li>a {
         padding: 5px 16px;
         border-radius: 25px;
         position: relative;
         z-index: 3
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-has-submenu>a {
         padding-right: 25px
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-has-submenu>a::after {
         content: "";
         height: 0;
         width: 0;
         border-bottom: 5px solid #ccc;
         border-left: 5px solid transparent;
         border-right: 5px solid transparent;
         position: absolute;
         top: 50%;
         right: 8px;
         -webkit-transform: translate(0, -50%);
         -moz-transform: translate(0, -50%);
         -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
         transform: translate(0, -50%);
         -webkit-transition: all .25s ease-in-out;
         -moz-transition: all .25s ease-in-out;
         transition: all .25s ease-in-out
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-has-submenu:hover>a::after {
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         transform: rotate(180deg);
         -webkit-transition: all .25s ease-in-out;
         -moz-transition: all .25s ease-in-out;
         transition: all .25s ease-in-out
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items {
         -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
         transform: translate(0, 0);
         top: 0;
         padding: 0 3px;
         border-radius: 13px
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items li {
         margin: 0 10px
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items a {
         padding-left: 4px;
         padding-right: 4px
     }

     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items {
         padding-top: 2px
     }

     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li {
         margin: 4px 8px 0
     }

     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li>a {
         padding: 5px 16px 6px
     }

     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a {
         padding-right: 25px
     }

     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::after {
         top: calc(50% - 3px);
         -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
         transform: rotate(-90deg)
     }

     .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a {
         padding: 5px 16px 6px 25px
     }

     .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::after {
         left: 8px;
         -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
         transform: rotate(90deg)
     }

     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu:hover>a::after {
         top: calc(50% - 2px);
         -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
         -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
         transform: rotate(90deg)
     }

     .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu:hover>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items>li.cs-has-submenu:hover>a::after {
         -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
         transform: rotate(-90deg)
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items {
         border-radius: 20px;
         box-shadow: 4px 0 rgba(0, 0, 0, .3) inset, -4px 0 rgba(0, 0, 0, .3) inset
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items>li {
         margin: 0;
         white-space: normal;
         position: relative
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items>li:first-child {
         padding-left: 5px
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items>li:first-child::before {
         display: none
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items>li::before {
         content: "";
         width: 0;
         border-right: 1px solid rgba(0, 0, 0, .2);
         border-left: 1px solid rgba(255, 255, 255, .1);
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items>li>a {
         padding: 12px 25px 12px 20px;
         display: inline-block
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items {
         border-radius: 0 0 20px 20px;
         padding: 0 4px 12px
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items li {
         position: relative
     }

     .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items li:before {
         position: absolute;
         left: 0;
         top: 7px;
         bottom: 5px;
         width: 1px;
         height: auto;
         opacity: 1
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items {
         padding: 3px 2px;
         box-shadow: 0 4px rgba(0, 0, 0, .3) inset, 0 -4px rgba(0, 0, 0, .3) inset
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items>li {
         width: calc(100% - 4px);
         margin: 0 2px
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items>li:first-child {
         padding-left: 0
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items>li::before {
         content: "";
         height: 0;
         width: auto;
         border: none;
         border-top: 1px solid rgba(0, 0, 0, .2);
         border-bottom: 1px solid rgba(255, 255, 255, .1);
         position: absolute;
         top: -1px;
         right: 0;
         bottom: auto;
         left: 0
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items>li>a {
         display: block;
         padding: 8px 20px 7px
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items>li .cs-submenu-items {
         border-radius: 20px;
         padding: 4px
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items>li .cs-submenu-items::before {
         width: 15px
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical.cs-menu-right .cs-menu-items>li>a {
         text-align: right
     }

     .cs-menu.cs-menu-theme-6.cs-menu-vertical.cs-menu-center .cs-menu-items>li>a {
         text-align: center
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items {
         box-shadow: 0 6px 7px -6px rgba(0, 0, 0, .6);
         border-radius: 4px
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items>li {
         margin: 2px 0;
         position: relative
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items>li:first-child::before {
         display: none
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items>li::before {
         content: "";
         width: 0;
         border-right: 1px solid rgba(0, 0, 0, .2);
         border-left: 1px solid rgba(255, 255, 255, .1);
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items>li>a {
         padding: 11px 20px
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items {
         padding-bottom: 10px;
         box-shadow: 0 6px 7px -6px rgba(0, 0, 0, .6)
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items li {
         position: relative
     }

     .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items li:before {
         position: absolute;
         left: 0;
         top: 7px;
         bottom: 5px;
         width: 1px;
         height: auto;
         opacity: 1
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items>li {
         width: calc(100% - 4px);
         margin: 0 2px
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items>li:first-child {
         padding-left: 0
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items>li::before {
         content: "";
         height: 0;
         width: auto;
         border: none;
         border-top: 1px solid rgba(0, 0, 0, .2);
         border-bottom: 1px solid rgba(255, 255, 255, .1);
         position: absolute;
         top: -1px;
         right: 0;
         bottom: auto;
         left: 0
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items>li>a {
         display: block;
         padding: 7px 14px 8px
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items>li .cs-submenu-items {
         padding: 5px 0
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical.cs-menu-right .cs-menu-items>li>a {
         text-align: right
     }

     .cs-menu.cs-menu-theme-7.cs-menu-vertical.cs-menu-center .cs-menu-items>li>a {
         text-align: center
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items {
         border-radius: 4px;
         box-shadow: 2px 2px 3px rgba(0, 0, 0, .3)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li {
         margin: 0;
         position: relative
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu>a::before {
         content: "";
         height: 0;
         width: 0;
         border-bottom: 6.5px solid rgba(0, 0, 0, .5);
         border-left: 6.5px solid transparent;
         border-right: 6.5px solid transparent;
         position: absolute;
         bottom: 0;
         left: 50%;
         -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
         transform: translateX(-50%)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu:hover>a {
         background: rgba(0, 0, 0, .5)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::before,
     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu:hover>a::before {
         opacity: 0
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-has-submenu:hover>a::after {
         content: "";
         height: 0;
         width: 0;
         border-left: 6.5px solid transparent;
         border-right: 6.5px solid transparent;
         border-top: 6.5px solid rgba(0, 0, 0, .5);
         position: absolute;
         bottom: -6px;
         left: 50%;
         -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
         transform: translateX(-50%)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-is-active>a {
         background: rgba(0, 0, 0, .5)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li>a {
         padding: 12px 20px 9px;
         position: relative
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li>a:focus:not(.cs-external-link),
     .cs-menu.cs-menu-theme-8 .cs-menu-items>li>a:hover {
         background: rgba(0, 0, 0, .5)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items {
         top: calc(100% + 9px)
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items a:focus,
     .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items a:hover {
         background: rgba(0, 0, 0, .5)
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items {
         padding: 6px 0
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li {
         width: 100%
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::before {
         position: absolute;
         right: -3px;
         bottom: 50%;
         left: auto;
         -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
         -moz-transform: translateX(0) translateY(50%) rotate(-90deg);
         -ms-transform: translateX(0) translateY(50%) rotate(-90deg);
         -o-transform: translateX(0) translateY(50%) rotate(-90deg);
         transform: translateX(0) translateY(50%) rotate(-90deg)
     }

     .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::before,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu>a::before {
         right: auto;
         left: -2px;
         -webkit-transform: translateX(0) translateY(50%) rotate(90deg);
         -moz-transform: translateX(0) translateY(50%) rotate(90deg);
         -ms-transform: translateX(0) translateY(50%) rotate(90deg);
         -o-transform: translateX(0) translateY(50%) rotate(90deg);
         transform: translateX(0) translateY(50%) rotate(90deg)
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu:hover>a::after {
         position: absolute;
         right: -9px;
         bottom: 50%;
         left: auto;
         -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
         -moz-transform: translateX(0) translateY(50%) rotate(-90deg);
         -ms-transform: translateX(0) translateY(50%) rotate(-90deg);
         -o-transform: translateX(0) translateY(50%) rotate(-90deg);
         transform: translateX(0) translateY(50%) rotate(-90deg)
     }

     .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu:hover>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li.cs-has-submenu:hover>a::after {
         right: auto;
         left: -9px;
         -webkit-transform: translateX(0) translateY(50%) rotate(90deg);
         -moz-transform: translateX(0) translateY(50%) rotate(90deg);
         -ms-transform: translateX(0) translateY(50%) rotate(90deg);
         -o-transform: translateX(0) translateY(50%) rotate(90deg);
         transform: translateX(0) translateY(50%) rotate(90deg)
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items>li>a {
         padding: 7px 15px
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical.cs-menu-right .cs-menu-items>li>a {
         text-align: right
     }

     .cs-menu.cs-menu-theme-8.cs-menu-vertical.cs-menu-center .cs-menu-items>li>a {
         text-align: center
     }

     .cs-menu.cs-menu-theme-9 .cs-menu-items>li {
         position: relative
     }

     .cs-menu.cs-menu-theme-9 .cs-menu-items>li::before {
         content: ".";
         display: inline-block;
         margin-right: 10px;
         font-size: 18px;
         position: relative;
         top: -3px
     }

     .cs-menu.cs-menu-theme-9 .cs-menu-items>li>a {
         display: inline-block;
         padding: 9px
     }

     .cs-menu.cs-menu-theme-9 .cs-menu-items .cs-submenu-items {
         padding: 10px 0
     }

     .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items>li {
         margin: 5px 10px 1px
     }

     .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items>li::before {
         margin: 0
     }

     .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items>li>a {
         padding: 0 3px
     }

     .cs-aside-right .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items>li>a,
     .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items>li>a {
         float: left;
         margin: 7px 5px 0 0
     }
 }

 .cs-sale-widget .cs-chosen-image {
     max-width: 100%;
     max-height: 290px;
     margin-bottom: 15px
 }

 .cs-sale-widget .cs-title {
     font-size: 14px;
     font-weight: 700
 }

 .cs-sale-widget .cs-description {
     font-size: 13px;
     margin: 10px 0
 }

 .cs-sale-widget .cs-value {
     font-size: 24px;
     font-weight: 700;
     margin: 30px 0 15px
 }

 .cs-sale-widget .cs-button,
 .cs-showcase-product .cs-button {
     color: #000;
     border: none;
     text-decoration: none;
     position: relative;
     font-size: 13px;
     min-height: 39px;
     cursor: pointer;
     word-break: break-word
 }

 .cs-sale-widget .cs-button {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     display: inline-block;
     padding: 10px 35px
 }

 .cs-sale-widget .cs-button:focus,
 .cs-sale-widget .cs-button:hover {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     opacity: .6
 }

 .cs-showcase-products {
     max-width: 100%;
     display: flex;
     flex-wrap: wrap
 }

 .cs-showcase-product {
     flex: 1 1 calc(100% / 1 - 20px);
     margin: 10px;
     cursor: pointer;
     text-align: center
 }

 @media only screen and (min-width:520px) {
     .cs-showcase-product {
         max-width: calc(100% / 2 - 20px)
     }
 }

 @media only screen and (min-width:768px) {
     .cs-showcase-product {
         max-width: calc(100% / 4 - 20px)
     }

     .cs-showcase-1-per-row .cs-showcase-product {
         flex: 1 1 calc(100% / 1 - 20px);
         max-width: calc(100% / 1 - 20px)
     }

     .cs-showcase-2-per-row .cs-showcase-product {
         flex: 1 1 calc(100% / 2 - 20px);
         max-width: calc(100% / 2 - 20px)
     }

     .cs-showcase-3-per-row .cs-showcase-product {
         flex: 1 1 calc(100% / 3 - 20px);
         max-width: calc(100% / 3 - 20px)
     }

     .cs-showcase-4-per-row .cs-showcase-product {
         flex: 1 1 calc(100% / 4 - 20px);
         max-width: calc(100% / 4 - 20px)
     }

     .cs-showcase-5-per-row .cs-showcase-product {
         flex: 1 1 calc(100% / 5 - 20px);
         max-width: calc(100% / 5 - 20px)
     }

     .cs-product-modal .cs-product-price {
         float: left
     }
 }

 .cs-showcase-product p {
     margin: 0;
     padding-top: 5px;
     font-size: 14px
 }

 .cs-showcase-description .cs-showcase-product p {
     height: 59px;
     overflow: hidden
 }

 .cs-showcase-product span,
 .cs-showcase-product strong {
     display: block;
     margin: 0;
     padding-top: 5px
 }

 .cs-showcase-modern .cs-showcase-product strong {
     padding-bottom: 5px;
     padding-top: 0
 }

 .cs-showcase-product .cs-button {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     display: inline-block;
     padding: 10px 35px;
     margin-top: 10px
 }

 .cs-showcase-product .cs-button:focus,
 .cs-showcase-product .cs-button:hover {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     opacity: .6
 }

 .cs-showcase-product .cs-button span {
     margin: 0;
     padding: 0
 }

 .cs-showcase-description .cs-showcase-product {
     display: flex;
     align-items: flex-start
 }

 .cs-showcase-description .cs-showcase-product div {
     flex: 1
 }

 .cs-showcase-info {
     padding-bottom: 5px
 }

 .cs-showcase-card .cs-showcase-info,
 .cs-showcase-modern .cs-showcase-info {
     border: 1px solid rgba(0, 0, 0, .4);
     border-top: none;
     padding: 0 5px 5px
 }

 .cs-showcase-image {
     padding-top: 100%;
     background: center no-repeat;
     background-size: cover
 }

 .cs-showcase-portrait .cs-showcase-image {
     padding-top: 150%
 }

 .cs-showcase-landscape .cs-showcase-image {
     padding-top: 56%
 }

 .cs-showcase-description .cs-showcase-image {
     padding-top: 35%;
     max-width: calc(40% - 15px);
     margin-right: 15px
 }

 .cs-showcase-description.cs-showcase-landscape .cs-showcase-image {
     padding-top: 20%
 }

 .cs-showcase-description.cs-showcase-portrait .cs-showcase-image {
     padding-top: 55%
 }

 .cs-showcase-card .cs-showcase-image,
 .cs-showcase-modern .cs-showcase-image {
     border: 1px solid rgba(0, 0, 0, .4)
 }

 .cs-product-modal {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     overflow: auto;
     background-color: rgba(0, 0, 0, .4);
     z-index: 4;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
     -webkit-animation: fadeIn .4s;
     animation: fadeIn .4s
 }

 .cs-product-modal .cs-product-content {
     background-color: #fff;
     border-radius: 5px;
     padding: 40px;
     text-align: left;
     width: 960px;
     max-width: 960px;
     margin: auto;
     display: flex;
     position: relative;
     -webkit-animation: fadeIn .8s;
     -moz-animation: fadeIn .8s;
     animation: fadeIn .8s
 }

 .cs-product-modal .cs-product-close {
     position: absolute;
     cursor: pointer;
     top: 15px;
     right: 15px;
     width: 15px;
     height: 15px;
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ9JREFUeNq8ldENgjAQhmkncAU2YAMlPhvZANxAJtANlAnECdT4bHCEjsAIjOB/phA00N4Z9ZLLFej/5bhe2yD4kal2cL1Va4QlvIbni3nccCHQJggpnDQFtEbZD1uETW+ugcccOLQZwqH3ijShtg/Tt/kRvIJoIoSSkSbSDp0TPgLtrAUXErgHalDC+xOMwRlhxYH7oLQ2L13BFB3hOxe0XXAlrR0HOgj+AD7YmkrYSiyoE2zhBM4cU0JAa1e7jWWceTI+jfX5/2r8ra7Qwj7OuTtUC6CU0Z67Q5UA2kiSaDNOJQuD59KTufPYdB72HnhX44sE6oHThjH9O2+GQN7YRWIbtPT7ib2WSkroIcAAd9+eJ6//GkYAAAAASUVORK5CYII=) center no-repeat;
     background-size: contain
 }

 .cs-product-modal .cs-product-information {
     width: 100%;
     padding: 0 0 0 55px
 }

 @media only screen and (max-width:767px) {
     .cs-product-modal .cs-product-content {
         flex-direction: column
     }

     .cs-product-modal .cs-product-information {
         text-align: center;
         padding: 20px 0 0
     }
 }

 .cs-product-modal .cs-product-information .cs-product-out-of-stock,
 .cs-product-modal .cs-product-information .cs-product-unavailable {
     background: #e6e8e9;
     border-radius: 5px;
     color: #666;
     display: none;
     padding: 50px 0;
     text-align: center
 }

 .cs-product-modal .cs-product-information[data-status=unavailable] .cs-product-action,
 .cs-product-modal .cs-product-information[data-status=unavailable] .cs-product-price {
     display: none
 }

 .cs-product-modal .cs-product-information[data-status=unavailable] .cs-product-unavailable {
     display: block
 }

 .cs-product-modal .cs-product-information[data-status=out-of-stock] .cs-product-action,
 .cs-product-modal .cs-product-information[data-status=out-of-stock] .cs-product-price {
     display: none
 }

 .cs-product-modal .cs-product-information[data-status=out-of-stock] .cs-product-out-of-stock,
 .cs-product-modal .cs-product-quantity-select span {
     display: block
 }

 .cs-product-modal .cs-product-title {
     color: #354a5f;
     font-size: 25px
 }

 .cs-product-modal .cs-product-description {
     color: #666;
     margin: 15px 0 30px;
     font-size: 14px
 }

 .cs-product-modal .cs-product-quantity-select,
 .cs-product-modal .cs-product-variations {
     margin-botton: 20px
 }

 .cs-product-modal .cs-product-quantity,
 .cs-product-modal .cs-product-select,
 .cs-product-modal .cs-product-variation {
     background: 0 0;
     border: 1px solid #e6e8e9;
     border-radius: 5px;
     display: inline-block;
     height: 32px;
     margin: 0 12px 12px 0;
     position: relative;
     overflow: hidden;
     width: calc(33.3% - 12px)
 }

 @media only screen and (max-width:767px) {

     .cs-product-modal .cs-product-quantity,
     .cs-product-modal .cs-product-select,
     .cs-product-modal .cs-product-variation {
         display: block;
         margin: 12px 0;
         width: 100%
     }
 }

 .cs-product-modal .cs-product-quantity,
 .cs-product-modal .cs-product-quantity>*,
 .cs-product-modal .cs-product-select,
 .cs-product-modal .cs-product-select>*,
 .cs-product-modal .cs-product-variation,
 .cs-product-modal .cs-product-variation>* {
     cursor: pointer
 }

 .cs-product-modal .cs-product-quantity:after,
 .cs-product-modal .cs-product-select:after,
 .cs-product-modal .cs-product-variation:after {
     -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -ms-transform: rotate(135deg);
     -o-transform: rotate(135deg);
     transform: rotate(135deg);
     border-right: 1px solid #001015;
     border-top: 1px solid #001015;
     content: "";
     display: inline-block;
     height: 6px;
     position: absolute;
     right: 12px;
     top: 9px;
     width: 6px
 }

 .cs-product-modal .cs-product-select.required.invalid,
 .cs-product-modal .required.invalid.cs-product-quantity,
 .cs-product-modal .required.invalid.cs-product-variation {
     border: 1px solid red
 }

 .cs-product-modal .cs-product-quantity select,
 .cs-product-modal .cs-product-select select,
 .cs-product-modal .cs-product-variation select {
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background: 0 0;
     border: none;
     padding: 6px 6px 6px 8px;
     width: 100%;
     height: 100%
 }

 .cs-product-modal .cs-product-information {
     overflow: auto
 }

 .cs-product-modal .cs-product-price {
     color: #adadad;
     font-weight: 700
 }

 .cs-product-modal .cs-product-price .price-discount {
     text-decoration: line-through
 }

 .cs-product-modal .cs-product-price .price-discount-percentage {
     color: #67809f;
     font-size: 12px
 }

 .cs-product-modal .cs-product-price .price-current {
     color: #354a5f;
     font-size: 50px
 }

 .cs-product-modal .cs-product-action {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     display: inline-block;
     padding: 10px 35px;
     min-height: 39px;
     border: none;
     font-size: 14px;
     text-decoration: none;
     word-break: break-word;
     position: relative;
     color: #fff;
     background-color: #67809f;
     font-weight: 700;
     margin-top: 15px
 }

 .cs-product-modal .cs-product-action:focus,
 .cs-product-modal .cs-product-action:hover {
     -webkit-transition: opacity .2s ease-out;
     -moz-transition: opacity .2s ease-out;
     transition: opacity .2s ease-out;
     opacity: .6
 }

 .cs-product-modal .cs-product-action[data-is-loading=true] {
     pointer-events: none
 }

 .cs-product-modal .cs-product-action[data-is-loading=true]:before {
     content: "";
     top: 13px;
     left: 10px;
     border: 2px solid #354a5f;
     border-left-color: transparent;
     position: absolute;
     z-index: 2;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     border-bottom-color: transparent;
     -webkit-animation: spin .4s infinite;
     -moz-animation: spin .4s infinite;
     animation: spin .4s infinite
 }

 .cs-product-modal .cs-product-gallery {
     flex: 1
 }

 @media only screen and (min-width:768px) {
     .cs-product-modal .cs-product-action {
         float: right
     }

     .cs-product-modal .cs-product-gallery {
         min-width: 283px
     }
 }

 .cs-product-modal .cs-product-photo {
     height: 283px;
     overflow: hidden;
     border: 1px solid #adadad;
     border-radius: 5px;
     display: flex
 }

 .cs-product-modal .cs-product-photo img {
     display: block;
     margin: auto;
     max-width: 100%;
     max-height: 100%;
     border-radius: 5px
 }

 .cs-product-modal .cs-product-photos {
     display: flex;
     align-items: center;
     padding: 20px 8px 0
 }

 .cs-product-modal .cs-product-thumbnails {
     overflow: hidden;
     flex: 1;
     margin: 0 4px
 }

 .cs-product-modal .cs-product-thumbnails ul {
     display: flex;
     transition: all .5s ease-in-out
 }

 .cs-product-modal .cs-product-thumbnails ul li {
     display: flex;
     flex: 1 0 calc(33.3% - 15px);
     margin: 0 7.5px;
     height: 65px;
     border: 1px solid #adadad;
     border-radius: 5px;
     cursor: pointer;
     overflow: hidden
 }

 .cs-product-modal .cs-product-thumbnails ul li.active {
     border: 2px solid #666
 }

 .cs-product-modal .cs-product-thumbnails ul img {
     display: block;
     margin: auto;
     max-width: 100%;
     max-height: 100%;
     border-radius: 5px
 }

 .cs-product-modal .cs-product-next,
 .cs-product-modal .cs-product-prev {
     display: block;
     min-width: 12px;
     height: 12px;
     border-left: 1px solid #adadad;
     border-top: 1px solid #adadad;
     cursor: pointer;
     transform: rotate(320deg)
 }

 .cs-product-modal .cs-product-next {
     border-left: none;
     border-right: 1px solid #adadad;
     transform: rotate(40deg)
 }

 .cs-product-modal .cs-product-feedback {
     text-align: left
 }

 .cs-product-modal .cs-product-feedback .feedback-error,
 .cs-product-modal .cs-product-feedback .feedback-success {
     margin-top: 10px;
     padding: 10px;
     border-radius: 5px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background-color: rgba(103, 128, 159, .3);
     color: #354a5f
 }

 .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a,
 .cs-product-modal .cs-product-feedback .feedback-success .feedback-actions a {
     display: block;
     border-color: #354a5f;
     color: #354a5f;
     text-align: center
 }

 .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a.cs-button,
 .cs-product-modal .cs-product-feedback .feedback-success .feedback-actions a.cs-button {
     background: #fff;
     border: 1px solid #354a5f;
     border-radius: 5px;
     padding: 5px 15px;
     text-decoration: none
 }

 .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a:nth-child(2),
 .cs-product-modal .cs-product-feedback .feedback-success .feedback-actions a:nth-child(2) {
     margin-top: 5px
 }

 .cs-product-modal .cs-product-feedback .feedback-error {
     background-color: rgba(216, 85, 83, .3);
     color: #d85553
 }

 .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a.cs-button {
     border-color: #d85553;
     color: #d85553
 }

 .cs-social-widget {
     max-width: 100%;
     min-height: 25px
 }

 .cs-social-widget img,
 .cs-social-widget svg {
     width: 40px;
     height: 40px;
     margin: 2px
 }

 .cs-social-widget img {
     border-radius: 50%
 }

 .cs-social-widget a {
     text-decoration: none
 }

 .cs-social-widget .cs-social-colors {
     display: flex;
     flex-wrap: wrap
 }

 .cs-social-alignment-left {
     justify-content: flex-start
 }

 .cs-social-alignment-center {
     justify-content: center
 }

 .cs-social-alignment-right {
     justify-content: flex-end
 }

 .cs-social-positioning-horizontal {
     flex-direction: row
 }

 .cs-social-positioning-vertical {
     flex-direction: column
 }

 .cs-social-positioning-vertical.cs-social-alignment-left {
     align-items: flex-start
 }

 .cs-social-positioning-vertical.cs-social-alignment-center {
     align-items: center
 }

 .cs-social-positioning-vertical.cs-social-alignment-right {
     align-items: flex-end
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-facebook {
     fill: #2C5C9B;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-instagram {
     fill: #F14E76;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-twitter {
     fill: #00ACEE;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-linkedin {
     fill: #005A89;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-pinterest {
     fill: #CD2928;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-youtube {
     fill: #F83F37;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-1 .cs-ico-empty-social {
     fill: #01b1e7;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-2 svg {
     fill: #666;
     color: transparent
 }

 .cs-social-colors.cs-social-theme-3 svg {
     color: #666;
     fill: transparent
 }

 .cs-social-colors.cs-social-theme-4 svg {
     stroke: #666;
     fill: transparent;
     color: transparent;
     stroke-width: .3;
     stroke-linecap: round
 }

 .cs-text-widget-placeholder {
     min-height: 65px;
     line-height: 65px;
     display: block;
     text-align: center;
     font-size: 14px
 }

 .cs-section-full-content .infinite-background-item input,
 .cs-section-full-content .infinite-background-item label,
 .cs-text-widget-placeholder+.text-editor {
     display: none
 }

 .cs-text-widget .text-editor ol,
 .cs-text-widget .text-editor ul {
     list-style-position: inside;
     list-style-type: disc;
     word-break: break-word
 }

 .cs-text-widget .text-editor ol {
     list-style-type: decimal
 }

 .cs-text-widget .text-editor h1,
 .cs-text-widget .text-editor h2,
 .cs-text-widget .text-editor h3,
 .cs-text-widget .text-editor h4,
 .cs-text-widget .text-editor h5,
 .cs-text-widget .text-editor h6 {
     font-weight: 400;
     word-break: break-word
 }

 .cs-text-widget .text-editor p {
     word-break: break-word
 }

 .cs-text-widget .text-editor h1 {
     font-size: 72px
 }

 .cs-text-widget .text-editor h2 {
     font-size: 60px
 }

 .cs-text-widget .text-editor h3 {
     font-size: 48px
 }

 .cs-text-widget .text-editor h4 {
     font-size: 36px
 }

 .cs-text-widget .text-editor h5 {
     font-size: 24px
 }

 .cs-text-widget .text-editor h6 {
     font-size: 18px
 }

 .cs-video-widget {
     max-width: 100%
 }

 .cs-video-player {
     position: relative;
     padding-top: 55%
 }

 .cs-video-player iframe {
     position: absolute;
     top: 0;
     left: 0
 }

 .cs-section-inner {
     min-height: inherit;
     max-width: 944px
 }

 .cs-section-full .cs-section-inner,
 .cs-section-full-content .cs-lines,
 .cs-section-full-content .cs-section-inner {
     max-width: 100%
 }

 @media only screen and (max-width:767px) {
     .cs-section-full {
         width: 100%
     }
 }

 .cs-section-full-content .cs-section-menu {
     left: initial;
     right: 0;
     width: 4px
 }

 @media only screen and (max-width:767px) {
     .cs-section-full-content {
         width: 100%
     }
 }

 .cs-section-vertical .cs-lines {
     display: -webkit-box;
     display: -moz-box;
     display: box;
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -moz-box-orient: vertical;
     box-orient: vertical;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     box-direction: normal;
     -webkit-flex-direction: column;
     -moz-flex-direction: column;
     flex-direction: column;
     -ms-flex-direction: column;
     -webkit-box-pack: center;
     -moz-box-pack: center;
     box-pack: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     -o-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center
 }

 .cs-section-sticky {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 3
 }

 .cs-section-fixed {
     position: fixed;
     top: 0;
     right: 0;
     left: 0
 }

 @media only screen and (min-width:768px) {

     .cs-aside,
     header {
         position: relative
     }

     header {
         z-index: 3
     }

     .cs-aside {
         max-width: 940px;
         margin: 0 auto;
         z-index: 2
     }

     .cs-aside sidebar.cs-section {
         width: 200px;
         position: absolute;
         top: 0
     }

     .cs-aside sidebar.cs-section .cs-box {
         min-width: 100%
     }

     .cs-aside-left sidebar.cs-section {
         left: 0
     }

     .cs-aside-left~section .cs-lines {
         padding-left: 205px
     }

     .cs-aside-right sidebar.cs-section {
         left: calc(100% - 200px)
     }

     .cs-aside-right~section .cs-lines {
         padding-right: 205px
     }
 }

 @media only screen and (max-width:767px) {
     .cs-aside .cs-menu-widget {
         margin: 0
     }
 }

 /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
 .pswp {
     display: none;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     overflow: hidden;
     -ms-touch-action: none;
     touch-action: none;
     z-index: 1500;
     -webkit-text-size-adjust: 100%;
     -webkit-backface-visibility: hidden;
     outline: 0
 }

 .pswp * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box
 }

 .pswp img {
     max-width: none
 }

 .pswp--animate_opacity {
     opacity: .001;
     will-change: opacity;
     -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
     transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
 }

 .pswp--open {
     display: block
 }

 .pswp--zoom-allowed .pswp__img {
     cursor: -webkit-zoom-in;
     cursor: -moz-zoom-in;
     cursor: zoom-in
 }

 .pswp--zoomed-in .pswp__img {
     cursor: -webkit-grab;
     cursor: -moz-grab;
     cursor: grab
 }

 .pswp--dragging .pswp__img {
     cursor: -webkit-grabbing;
     cursor: -moz-grabbing;
     cursor: grabbing
 }

 .pswp__bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-backface-visibility: hidden;
     will-change: opacity
 }

 .pswp__scroll-wrap {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: hidden
 }

 .pswp__container,
 .pswp__zoom-wrap {
     -ms-touch-action: none;
     touch-action: none;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0
 }

 .pswp__container,
 .pswp__img {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none
 }

 .pswp__zoom-wrap {
     position: absolute;
     width: 100%;
     -webkit-transform-origin: left top;
     -ms-transform-origin: left top;
     transform-origin: left top;
     -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
     transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
 }

 .pswp__bg {
     will-change: opacity;
     -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
     transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
 }

 .pswp--animated-in .pswp__bg,
 .pswp--animated-in .pswp__zoom-wrap {
     -webkit-transition: none;
     transition: none
 }

 .pswp__container,
 .pswp__zoom-wrap {
     -webkit-backface-visibility: hidden
 }

 .pswp__item {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     overflow: hidden
 }

 .pswp__img {
     position: absolute;
     width: auto;
     height: auto;
     top: 0;
     left: 0
 }

 .pswp__img--placeholder {
     -webkit-backface-visibility: hidden
 }

 .pswp__img--placeholder--blank {
     background: #222
 }

 .pswp--ie .pswp__img {
     width: 100% !important;
     height: auto !important;
     left: 0;
     top: 0
 }

 .pswp__error-msg {
     position: absolute;
     left: 0;
     top: 50%;
     width: 100%;
     text-align: center;
     font-size: 14px;
     line-height: 16px;
     margin-top: -8px;
     color: #ccc
 }

 .pswp__error-msg a {
     color: #ccc;
     text-decoration: underline
 }

 /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
 .pswp__button {
     width: 44px;
     height: 44px;
     position: relative;
     background: 0 0;
     cursor: pointer;
     overflow: visible;
     -webkit-appearance: none;
     display: block;
     border: 0;
     padding: 0;
     margin: 0;
     float: right;
     opacity: .75;
     -webkit-transition: opacity .2s;
     transition: opacity .2s;
     -webkit-box-shadow: none;
     box-shadow: none
 }

 .pswp__button:focus,
 .pswp__button:hover {
     opacity: 1
 }

 .pswp__button:active {
     outline: 0;
     opacity: .9
 }

 .pswp__button::-moz-focus-inner {
     padding: 0;
     border: 0
 }

 .pswp__ui--over-close .pswp__button--close {
     opacity: 1
 }

 .pswp__button,
 .pswp__button--arrow--left:before,
 .pswp__button--arrow--right:before {
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
     background-size: 264px 88px;
     width: 44px;
     height: 44px
 }

 @media (-webkit-min-device-pixel-ratio:1.1),
 (-webkit-min-device-pixel-ratio:1.09375),
 (min-resolution:105dpi),
 (min-resolution:1.1dppx) {

     .pswp--svg .pswp__button,
     .pswp--svg .pswp__button--arrow--left:before,
     .pswp--svg .pswp__button--arrow--right:before {
         background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+)
     }

     .pswp--svg .pswp__button--arrow--left,
     .pswp--svg .pswp__button--arrow--right {
         background: 0 0
     }
 }

 .pswp__button--close {
     background-position: 0 -44px
 }

 .pswp__button--share {
     background-position: -44px -44px
 }

 .pswp__button--fs {
     display: none
 }

 .pswp--supports-fs .pswp__button--fs {
     display: block
 }

 .pswp--fs .pswp__button--fs {
     background-position: -44px 0
 }

 .pswp__button--zoom {
     display: none;
     background-position: -88px 0
 }

 .pswp--zoom-allowed .pswp__button--zoom {
     display: block
 }

 .pswp--zoomed-in .pswp__button--zoom {
     background-position: -132px 0
 }

 .pswp--touch .pswp__button--arrow--left,
 .pswp--touch .pswp__button--arrow--right {
     visibility: hidden
 }

 .pswp__button--arrow--left,
 .pswp__button--arrow--right {
     background: 0 0;
     top: 50%;
     margin-top: -50px;
     width: 70px;
     height: 100px;
     position: absolute
 }

 .pswp__button--arrow--left {
     left: 0
 }

 .pswp__button--arrow--right {
     right: 0
 }

 .pswp__button--arrow--left:before,
 .pswp__button--arrow--right:before {
     content: '';
     top: 35px;
     background-color: rgba(0, 0, 0, .3);
     height: 30px;
     width: 32px;
     position: absolute
 }

 .pswp__button--arrow--left:before {
     left: 6px;
     background-position: -138px -44px
 }

 .pswp__button--arrow--right:before {
     right: 6px;
     background-position: -94px -44px
 }

 .pswp__counter,
 .pswp__share-modal {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }

 .pswp__share-modal {
     display: block;
     background: rgba(0, 0, 0, .5);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     padding: 10px;
     position: absolute;
     z-index: 1600;
     opacity: 0;
     -webkit-transition: opacity .25s ease-out;
     transition: opacity .25s ease-out;
     -webkit-backface-visibility: hidden;
     will-change: opacity
 }

 .pswp__share-modal--hidden {
     display: none
 }

 .pswp__share-tooltip {
     z-index: 1620;
     position: absolute;
     background: #fff;
     top: 56px;
     border-radius: 2px;
     display: block;
     width: auto;
     right: 44px;
     -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
     box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
     -webkit-transform: translateY(6px);
     -ms-transform: translateY(6px);
     transform: translateY(6px);
     -webkit-transition: -webkit-transform .25s;
     transition: transform .25s;
     -webkit-backface-visibility: hidden;
     will-change: transform
 }

 .pswp__share-tooltip a {
     display: block;
     padding: 8px 12px;
     color: #000;
     text-decoration: none;
     font-size: 14px;
     line-height: 18px
 }

 .pswp__share-tooltip a:hover {
     text-decoration: none;
     color: #000
 }

 .pswp__share-tooltip a:first-child {
     border-radius: 2px 2px 0 0
 }

 .pswp__share-tooltip a:last-child {
     border-radius: 0 0 2px 2px
 }

 .pswp__share-modal--fade-in {
     opacity: 1
 }

 .pswp__share-modal--fade-in .pswp__share-tooltip {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0)
 }

 .pswp--touch .pswp__share-tooltip a {
     padding: 16px 12px
 }

 a.pswp__share--facebook:before {
     content: '';
     display: block;
     width: 0;
     height: 0;
     position: absolute;
     top: -12px;
     right: 15px;
     border: 6px solid transparent;
     border-bottom-color: #fff;
     -webkit-pointer-events: none;
     -moz-pointer-events: none;
     pointer-events: none
 }

 a.pswp__share--facebook:hover {
     background: #3e5c9a;
     color: #fff
 }

 a.pswp__share--facebook:hover:before {
     border-bottom-color: #3e5c9a
 }

 a.pswp__share--twitter:hover {
     background: #55acee;
     color: #fff
 }

 a.pswp__share--pinterest:hover {
     background: #ccc;
     color: #ce272d
 }

 a.pswp__share--download:hover {
     background: #ddd
 }

 .pswp__counter {
     position: absolute;
     left: 0;
     top: 0;
     height: 44px;
     font-size: 13px;
     line-height: 44px;
     color: #fff;
     opacity: .75;
     padding: 0 10px
 }

 .pswp__caption {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     min-height: 44px
 }

 .pswp__caption small {
     font-size: 11px;
     color: #bbb
 }

 .pswp__caption__center {
     text-align: left;
     max-width: 420px;
     margin: 0 auto;
     font-size: 13px;
     padding: 10px;
     line-height: 20px;
     color: #ccc
 }

 .pswp__caption--empty {
     display: none
 }

 .pswp__caption--fake {
     visibility: hidden
 }

 .pswp__preloader {
     width: 44px;
     height: 44px;
     position: absolute;
     top: 0;
     left: 50%;
     margin-left: -22px;
     opacity: 0;
     -webkit-transition: opacity .25s ease-out;
     transition: opacity .25s ease-out;
     will-change: opacity;
     direction: ltr
 }

 .pswp__preloader__icn {
     width: 20px;
     height: 20px;
     margin: 12px
 }

 .pswp__preloader--active {
     opacity: 1
 }

 .pswp__preloader--active .pswp__preloader__icn {
     background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat
 }

 .pswp--css_animation .pswp__preloader--active {
     opacity: 1
 }

 .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
     -webkit-animation: clockwise .5s linear infinite;
     animation: clockwise .5s linear infinite
 }

 .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
     -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
     animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
 }

 .pswp--css_animation .pswp__preloader__icn {
     background: 0 0;
     opacity: .75;
     width: 14px;
     height: 14px;
     position: absolute;
     left: 15px;
     top: 15px;
     margin: 0
 }

 .pswp--css_animation .pswp__preloader__cut {
     position: relative;
     width: 7px;
     height: 14px;
     overflow: hidden
 }

 .pswp--css_animation .pswp__preloader__donut {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     width: 14px;
     height: 14px;
     border: 2px solid #fff;
     border-radius: 50%;
     border-left-color: transparent;
     border-bottom-color: transparent;
     position: absolute;
     top: 0;
     left: 0;
     background: 0 0;
     margin: 0
 }

 @media screen and (max-width:1024px) {
     .pswp__preloader {
         position: relative;
         left: auto;
         top: auto;
         margin: 0;
         float: right
     }
 }

 @-webkit-keyframes clockwise {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0)
     }

     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }

 @keyframes clockwise {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0)
     }

     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }

 @-webkit-keyframes donut-rotate {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0)
     }

     50% {
         -webkit-transform: rotate(-140deg);
         transform: rotate(-140deg)
     }

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

 @keyframes donut-rotate {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0)
     }

     50% {
         -webkit-transform: rotate(-140deg);
         transform: rotate(-140deg)
     }

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

 .pswp__ui {
     -webkit-font-smoothing: auto;
     visibility: visible;
     opacity: 1;
     z-index: 1550
 }

 .pswp__top-bar {
     position: absolute;
     left: 0;
     top: 0;
     height: 44px;
     width: 100%
 }

 .pswp--has_mouse .pswp__button--arrow--left,
 .pswp--has_mouse .pswp__button--arrow--right,
 .pswp__caption,
 .pswp__top-bar {
     -webkit-backface-visibility: hidden;
     will-change: opacity;
     -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
     transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
 }

 .pswp--has_mouse .pswp__button--arrow--left,
 .pswp--has_mouse .pswp__button--arrow--right {
     visibility: visible
 }

 .pswp__caption,
 .pswp__top-bar {
     background-color: rgba(0, 0, 0, .5)
 }

 .pswp__ui--fit .pswp__caption,
 .pswp__ui--fit .pswp__top-bar {
     background-color: rgba(0, 0, 0, .3)
 }

 .pswp__ui--idle .pswp__top-bar {
     opacity: 0
 }

 .pswp__ui--idle .pswp__button--arrow--left,
 .pswp__ui--idle .pswp__button--arrow--right {
     opacity: 0
 }

 .pswp__ui--hidden .pswp__button--arrow--left,
 .pswp__ui--hidden .pswp__button--arrow--right,
 .pswp__ui--hidden .pswp__caption,
 .pswp__ui--hidden .pswp__top-bar {
     opacity: .001
 }

 .pswp__ui--one-slide .pswp__button--arrow--left,
 .pswp__ui--one-slide .pswp__button--arrow--right,
 .pswp__ui--one-slide .pswp__counter {
     display: none
 }

 .pswp__element--disabled {
     display: none !important
 }

 .pswp--minimal--dark .pswp__top-bar {
     background: 0 0
 }

 body {
     background-color: #ffffff;
 }

 .cs-page .text-editor p,
 .cs-page .text-editor ol,
 .cs-page .text-editor ul {
     font-family: 'Montserrat';
     font-size: 18px;
     color: #345439;
 }

 .cs-page .text-editor h1,
 .cs-page .text-editor h2,
 .cs-page .text-editor h3,
 .cs-page .text-editor h4,
 .cs-page .text-editor h5,
 .cs-page .text-editor h6 {
     font-family: 'Montserrat';
     color: #345439;
 }

 .cs-page .cs-showcase-product {
     font-family: 'Montserrat';
     font-size: 18px;
 }

 .cs-menu a {
     font-size: 14px;
     font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
     -webkit-font-smoothing: antialiased; /* Melhora a renderização no iOS */
     text-rendering: optimizeLegibility;
 }

 .cs-section .cs-menu .cs-menu-button {
     background: rgba(255, 255, 255, 0);
 }

 .cs-menu-button .cs-ico-menu,
 .cs-menu-button .cs-ico-menu-close {
     fill: #345439;
 }

 .cs-language.cs-is-active,
 .cs-language:hover {
     border-color: #345439;
 }

 @media only screen and (min-width: 768px) {

     .cs-menu a,
     .cs-menu.cs-menu-theme-9 .cs-menu-items>li::before {
         color: #345439;
     }

     .cs-menu .cs-menu-items>li>a:hover,
     .cs-menu .cs-menu-items>li.cs-is-active>a,
     .cs-menu .cs-menu-items>li:hover>a {
         color: #a35311;
     }

     .cs-menu .cs-submenu-items li::before {
         background: #345439;
     }

     .cs-menu .cs-submenu-items li a {
         color: #345439;
     }

     .cs-menu.cs-menu-theme-1,
     .cs-menu.cs-menu-theme-1 .cs-submenu-items,
     .cs-menu.cs-menu-theme-6 .cs-submenu-items,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li.cs-show-submenu>a::after {
         background: rgba(255, 255, 255, 0);
     }

     .cs-menu .cs-submenu-items li a:hover,
     .cs-menu.cs-menu-theme-1 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-2 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-3 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-4 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-6 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-7 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-8 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-9 .cs-menu-items li a:focus,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-4 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-6 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-7 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-8 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-9 .cs-menu-items>li.cs-show-submenu>a {
         color: #a35311;
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-has-submenu>a::after {
         border-color: #345439;
     }

     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after,
     .cs-menu.cs-menu-theme-2 .cs-menu-items>li:hover>a::after,
     .cs-menu.cs-menu-theme-2 .cs-menu-items>li.cs-is-active>a::after,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li:hover>a,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li.cs-show-submenu:hover>a,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li>a:focus,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li>a:hover .cs-menu.cs-menu-theme-1 .cs-menu-items>li.cs-is-active>a:hover,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li.cs-is-active>a:focus,
     .cs-menu.cs-menu-theme-1 .cs-menu-items>li.cs-is-active>a {
         border-color: #a35311;
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-is-active.cs-has-submenu>a::after {
         border-bottom-color: #a35311;
     }

     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a:hover::before,
     .cs-menu.cs-menu-theme-3 .cs-submenu-items li::before {
         background: #345439;
     }

     .cs-menu.cs-menu-theme-3 .cs-submenu-items,
     .cs-menu.cs-menu-theme-2 .cs-submenu-items,
     .cs-menu.cs-menu-theme-7 .cs-submenu-items {
         background: rgba(255, 255, 255, 0);
     }

     .cs-menu.cs-menu-theme-4 .cs-menu-items>li:hover>a,
     .cs-menu.cs-menu-theme-4 .cs-menu-items>li>a:hover,
     .cs-menu.cs-menu-theme-4 .cs-menu-items>li>a:focus,
     .cs-menu.cs-menu-theme-4 .cs-menu-items>li.cs-is-active>a,
     .cs-menu.cs-menu-theme-4 .cs-menu-items>li.cs-show-submenu>a,
     .cs-menu.cs-menu-theme-5 .cs-menu-items>li:hover>a,
     .cs-menu.cs-menu-theme-5 .cs-menu-items>li a:focus,
     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-is-active>a,
     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-show-submenu>a {
         background: rgba(255, 255, 255, 0);
         color: #a35311;
     }

     .cs-menu.cs-menu-theme-5:not(.cs-menu-vertical) .cs-menu-items .cs-submenu-items {
         padding-top: calc(20px + 14px);
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items {
         background: rgba(255, 255, 255, 0);
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items li.cs-has-submenu>a::after {
         border-bottom-color: #345439;
     }

     .cs-menu.cs-menu-theme-5 .cs-menu-items>li:hover.cs-has-submenu>a::after,
     .cs-menu.cs-menu-theme-5 .cs-menu-items>li.cs-has-submenu.cs-show-submenu>a::after {
         border-bottom-color: #a35311;
     }

     .cs-menu.cs-menu-theme-4 .cs-submenu-items,
     .cs-menu.cs-menu-theme-9 .cs-submenu-items,
     .cs-menu.cs-menu-theme-6 .cs-menu-items,
     .cs-menu.cs-menu-theme-7 .cs-menu-items,
     .cs-menu.cs-menu-theme-8 .cs-menu-items,
     .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a::before,
     .cs-menu.cs-menu-theme-3 .cs-menu-items>li>a::after {
         background: rgba(255, 255, 255, 0);
     }

     .cs-menu.cs-menu-theme-8 .cs-menu-items>li>a::before {
         border-top-color: rgba(255, 255, 255, 0);
     }

     .cs-menu-vertical.cs-menu-theme-3 .cs-menu-items::before {
         background: {
                 {
                 navAttr.navBackground
             }
         }

         ;
     }
 }

 .cs-section[id="b229e9bf-7713-4837-bb02-40bb7d3c3540"] {
     min-height: 125.203125px;
 }

 .cs-section[id="b229e9bf-7713-4837-bb02-40bb7d3c3540"] .cs-section-inner {
     min-height: 125.203125px;
     background-color: transparent;
 }

 .cs-section[id="47d62a12-6909-4cef-a15c-3e7c2aec54da"] {
     min-height: 0px;
 }

 .cs-section[id="47d62a12-6909-4cef-a15c-3e7c2aec54da"] .cs-section-inner {
     min-height: 0px;
     background-color: ;
     background-image: url(https://yata-apix-308439c3-610e-4e48-91ba-f588f0f07bbc.s3-object.locaweb.com.br/2851364ccc4a4193bc41bb49b4ae9613.png);
     background-size: auto auto;
     background-repeat: no-repeat;
     background-position: center center;
     background-attachment: fixed;
 }

 .cs-section[id="9fe8f8fd-014f-40fb-82f2-5ff8bd16e15c"] {
     min-height: auto;
 }

 .cs-section[id="9fe8f8fd-014f-40fb-82f2-5ff8bd16e15c"] .cs-section-inner {
     min-height: auto;
     background-color: rgba(255, 255, 255, 0);
 }

 .cs-box[id="db7b23e9-3c1b-4c07-8f7f-d8200776c25c"] {
     flex-grow: 0.2194789475435391;
 }

 .cs-box[id="b5c3c970-8d0e-41bb-9ddb-0b0754f17952"] {
     flex-grow: 1;
 }

 .cs-box[id="8701c8bd-dfaf-434c-9620-0349a3938f38"] {
     flex-grow: 1.780519055700861;
 }

 .cs-widget[id="67df9a8a-2295-47f1-874e-f6d59c42f6f7"] {
     background-color: transparent;
 }

 .cs-widget[id="1b768d24-699e-4b2b-a373-c4a3ecc3cb1b"] {
     background-color: transparent;
 }