@charset "UTF-8";

.absolute-center {
    left: 50%;
    transform: translate(-50%, -50%)
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

/*!
Theme Name: Cyzone
Theme URI: https://github.com/altimea/generator-wordpress-theme-altimea
Author: Altimea S.A.C.
Author URI: http://altimea.com
Description: Plantilla para la página web oficial de Cyzone
Version: 1.0.0
Text Domain: cyzone-theme
*/
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
 * Path to images to read from css
 */
/**
 * Fonts
 */
/*$font-path: 'https://cdn1-marcas.belcorp.biz/wp-content/themes/esika/fonts/';*/
@font-face {
    font-family: Brown-Bold;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/llbrownok/BrownStd-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/llbrownok/BrownStd-Bold.woff2) format("woff2"), url(fonts/llbrownok/BrownStd-Bold.woff) format("woff"), url(fonts/llbrownok/BrownStd-Bold.ttf) format("truetype"), url(fonts/llbrownok/BrownStd-Bold.svg#Brown-Bold) format("svg")
}

@font-face {
    font-family: Brown-Regular;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/llbrownok/BrownStd-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/llbrownok/BrownStd-Regular.woff2) format("woff2"), url(fonts/llbrownok/BrownStd-Regular.woff) format("woff"), url(fonts/llbrownok/BrownStd-Regular.ttf) format("truetype"), url(fonts/llbrownok/BrownStd-Regular.svg#Brown-Regular) format("svg")
}

@font-face {
    font-family: Brown-Light;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/llbrownok/BrownStd-Light.eot?#iefix) format("embedded-opentype"), url(fonts/llbrownok/BrownStd-Light.woff2) format("woff2"), url(fonts/llbrownok/BrownStd-Light.woff) format("woff"), url(fonts/llbrownok/BrownStd-Light.ttf) format("truetype"), url(fonts/llbrownok/BrownStd-Light.svg#Brown-Light) format("svg")
}

@font-face {
    font-family: Brown-Thin;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/llbrownok/BrownStd-Thin.eot?#iefix) format("embedded-opentype"), url(fonts/llbrownok/BrownStd-Thin.woff2) format("woff2"), url(fonts/llbrownok/BrownStd-Thin.woff) format("woff"), url(fonts/llbrownok/BrownStd-Thin.ttf) format("truetype"), url(fonts/llbrownok/BrownStd-Thin.svg#Brown-Thin) format("svg")
}

.shops-map__subtitle strong, .shops-map__title {
    font-family: Brown-Bold, sans-serif
}

.shops-map {
    padding: 32px 36px
}

@media (min-width:48em) {
    .shops-map {
        padding-right: 0;
        float: right;
        width: 100%;
        max-width: none
    }
}

@media (min-width:64em) {
    .shops-map {
        width: 98%
    }
}

.shops-map__title {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.shops-map__title strong {
    color: #000;
    font-size: 30px;
    display: block
}

.shops-map__subtitle {
    font-family: Brown-Regular, sans-serif;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 30px
}

.shops-map__subtitle a {
    text-decoration: underline
}

.shops-map .shop__view, .shops-map__results, .shops-map__wrapper .map-container {
    display: none
}

.shops-map__wrapper .map-container .get-route {
    display: none;
    text-transform: uppercase;
    font-family: Graphik-Bold, sans-serif;
    font-size: 15px;
    letter-spacing: .5px;
    background: #000;
    color: #fff;
    width: 200px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    margin: 25px auto 0
}

.shops-map__wrapper .map-container .get-route__option:last-child {
    margin-top: 10px
}

.shops-map__wrapper #shops-map {
    height: 350px;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px
}

@media (min-width:48em) {
    .shops-map__title {
        font-size: 20px
    }

    .shops-map__title strong {
        font-size: 40px
    }

    .shops-map__subtitle {
        font-family: Brown-Regular, sans-serif;
        font-size: 14px;
        line-height: 17px
    }

    .shops-map__wrapper .map-container {
        display: block
    }

    .shops-map__wrapper #shops-map {
        float: right;
        height: 750px;
        width: calc(100% - 300px - 45px);
        margin: 0
    }

    .shops-map__select {
        float: left;
        width: 300px;
        margin-right: 45px
    }
}

@media (max-width:48em) {
    .shops-map.show-shop-view .shops-map__subtitle, .shops-map.show-shop-view .shops-map__title, .shops-map.show-shop-view .shops-map__wrapper {
        display: none !important
    }

    .shops-map.show-shop-view .shop__view, .shops-map__wrapper .map-container.has-location .get-route:not(.get-route__option), .shops-map__wrapper .map-container.has-location .get-route__options.show-options .get-route.get-route__option, .shops-map__wrapper.show-map .map-container, .shops-map__wrapper.show-map button.shops-map__show-results, .shops-map__wrapper.show-results .shops-map__results, .shops-map__wrapper.show-results button.shops-map__show-map {
        display: block
    }

    .shops-map__wrapper .map-container.has-location .get-route__options.show-options .get-route:not(.get-route__option) {
        display: none
    }
}

.shops-map__select {
    position: relative
}

@media (min-width:75em) {
    .shops-map {
        width: 92%
    }

    .shops-map__wrapper #shops-map {
        width: calc(100% - 400px - 45px)
    }

    .shops-map__select {
        width: 400px
    }
}

.shops-map__select select {
    font-family: Brown-Regular, sans-serif;
    font-size: 15px;
    width: 100%;
    height: 28px;
    background: #fff
}

.shops-map__select__wrapper {
    position: relative;
    padding-top: 10px;
    border-bottom: 2px solid #000;
    width: 150px;
    margin-bottom: 15px
}

.shops-map__select__wrapper:after {
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    content: "";
    width: 9px;
    height: 7px;
    background-image: url("./img//cssimgs/shops-map/ic-arrow-full-down-black.png");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    background-size: contain
}

.shops-map__select__hint {
    font-family: Brown-Regular, sans-serif;
    font-size: 12px;
    margin-bottom: 45px
}

.shops-map__select__hint span {
    font-family: Brown-Regular, sans-serif;
    color: #000
}

.shop__item__district, .shop__item__hours strong, .shop__item__index {
    font-family: Brown-Bold, sans-serif
}

.shops-map__show-map, .shops-map__show-results {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    border: 1px solid #000;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px
}

.shops-map__show-map {
    background-image: url("./img//cssimgs/shops-map/ic-map.png")
}

.shops-map__show-results {
    background-image: url("./img//cssimgs/shops-map/ic-list.png")
}

.shops-map .shop__view .arrow-go-back {
    background-image: url("./img//cssimgs/shops-map/ic-arrow.png");
    position: absolute;
    display: block;
    width: 9px;
    height: 18px;
    top: 73px;
    left: 15px;
    background-repeat: no-repeat;
    background-position: 50%
}

.shops-map .shop__view a[href="#go-back"] {
    display: block;
    text-transform: uppercase;
    font-family: Brown-Bold, sans-serif;
    font-size: 14px;
    margin-bottom: 45px
}

.shops-map .gm-style-cc, .shops-map .gmnoprint a, .shops-map .gmnoprint span, .shops-map .shop__view .shop__item__see-on-map {
    display: none
}

.shops-map a[href^="http://maps.google.com/maps"], .shops-map a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.shop__item {
    position: relative;
    margin-bottom: 60px;
    color: #000
}

@media (min-width:48em) {
    .shops-map__select select {
        font-size: 18px;
        line-height: 20.4px
    }

    .shops-map__select__hint {
        font-size: 15px
    }

    .shops-map__results {
        display: block;
        padding-left: 25px
    }

    .shop__item {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .shop__item:not(:last-child) {
        border-bottom: 1px solid #979797
    }
}

.shop__item__index {
    position: absolute;
    display: block;
    width: 14px;
    text-align: center;
    top: 2px;
    left: -20px;
    font-size: 7px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-image: url("./img//cssimgs/shops-map/ic-shop-index-bg.png");
    background-position: center
}

.shop__item__district {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px
}

.shop__item__address, .shop__item__hours, .shop__item__phone {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .3px;
    font-family: Brown-Regular, sans-serif
}

.shop__item__hours, .shop__item__phone {
    margin-bottom: 5px
}

.shop__item__hours strong {
    font-size: 15px;
    letter-spacing: .4px
}

.shop__item__open-now {
    font-family: Brown-Regular, sans-serif;
    font-size: 13px;
    color: #000;
    background-image: url("./img//cssimgs/shops-map/ic-clock-open.png");
    background-position: 0 2px;
    background-size: 13px 12px;
    background-repeat: no-repeat;
    padding-left: 16px
}

.shop__item__see-on-map {
    display: block;
    text-transform: uppercase;
    font-family: Brown-Bold, sans-serif;
    font-size: 15px;
    letter-spacing: .5px;
    background: #000;
    color: #fff;
    width: 200px;
    height: 45px;
    line-height: 45px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center
}

.shop__item__see-more {
    display: none
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

@media print {
    *, :after, :before, blockquote:first-letter, blockquote:first-line, div:first-letter, div:first-line, li:first-letter, li:first-line, p:first-letter, p:first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box
}

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

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #111;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    cursor: help
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #306;
    text-decoration: none
}

a:focus, a:hover {
    color: #0d001a;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    caption-side: bottom
}

caption, th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    line-height: inherit
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 2.3rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer:before {
    content: ""
}

.blockquote-reverse .blockquote-footer:after {
    content: "\00A0 \2014"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #636c72
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: 0
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1042px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1290px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:576px) {
    .container {
        width: 1008px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        width: 1009px;
        max-width: 100%
    }
}

@media (min-width:1042px) {
    .container {
        width: 1010px;
        max-width: 100%
    }
}

@media (min-width:1290px) {
    .container {
        width: 1230px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1042px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1290px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1042px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1290px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1042px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1290px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.333333%
}

.pull-2 {
    right: 16.666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.333333%
}

.pull-5 {
    right: 41.666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.333333%
}

.pull-8 {
    right: 66.666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.333333%
}

.pull-11 {
    right: 91.666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.333333%
}

.push-2 {
    left: 16.666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.333333%
}

.push-5 {
    left: 41.666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.333333%
}

.push-8 {
    left: 66.666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.333333%
}

.push-11 {
    left: 91.666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.333333%
    }

    .pull-sm-2 {
        right: 16.666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.333333%
    }

    .pull-sm-5 {
        right: 41.666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.333333%
    }

    .pull-sm-8 {
        right: 66.666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.333333%
    }

    .pull-sm-11 {
        right: 91.666667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.333333%
    }

    .push-sm-2 {
        left: 16.666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.333333%
    }

    .push-sm-5 {
        left: 41.666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.333333%
    }

    .push-sm-8 {
        left: 66.666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.333333%
    }

    .push-sm-11 {
        left: 91.666667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1042px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1290px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.333333%
    }

    .pull-xl-2 {
        right: 16.666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.333333%
    }

    .pull-xl-5 {
        right: 41.666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.333333%
    }

    .pull-xl-8 {
        right: 66.666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.333333%
    }

    .pull-xl-11 {
        right: 91.666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.333333%
    }

    .push-xl-2 {
        left: 16.666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.333333%
    }

    .push-xl-5 {
        left: 41.666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.333333%
    }

    .push-xl-8 {
        left: 66.666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.333333%
    }

    .push-xl-11 {
        left: 91.666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #eceeef
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th, .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-success, .table-success>td, .table-success>th {
    background-color: #dff0d8
}

.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info, .table-info>td, .table-info>th {
    background-color: #d9edf7
}

.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning, .table-warning>td, .table-warning>th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f2dede
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #7300e6;
    outline: none
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: 3px
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
    font-size: 1rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.col-form-legend {
    font-size: 1rem
}

.col-form-legend, .form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 2.833333rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .25;
    background-size: .5 .5
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .65rem 1.7rem;
    font-size: 1rem;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(51, 0, 102, .25)
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn.active, .btn:active {
    background-image: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #306;
    border-color: #306
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a0033;
    border-color: #140029
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 2px rgba(51, 0, 102, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #306;
    border-color: #306
}

.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a0033;
    background-image: none;
    border-color: #140029
}

.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #000;
    border-color: #000
}

.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    background-image: none;
    border-color: #000
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #306;
    background-image: none;
    background-color: transparent;
    border-color: #306
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #306;
    border-color: #306
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(51, 0, 102, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #306;
    background-color: transparent
}

.btn-outline-primary.active, .btn-outline-primary:active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #306;
    border-color: #306
}

.btn-outline-secondary {
    color: #000;
    background-image: none;
    background-color: transparent;
    border-color: #000
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info.active, .btn-outline-info:active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success.active, .btn-outline-success:active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning.active, .btn-outline-warning:active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger.active, .btn-outline-danger:active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: 400;
    color: #306;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #0d001a;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
    padding: .9rem 1.8rem;
    font-size: 1rem;
    border-radius: 0
}

.btn-group-sm>.btn, .btn-sm {
    padding: .4rem 1rem;
    font-size: .875rem;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #111;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #eceeef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #306
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.show>.dropdown-menu {
    display: block
}

.show>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group, .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: 1.275rem;
    padding-left: 1.275rem
}

.btn+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: 1.35rem;
    padding-left: 1.35rem
}

.btn-group-vertical {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.input-group-addon.form-control-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0
}

.input-group-addon.form-control-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle, .input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child), .input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active, .input-group-btn:not(:first-child)>.btn-group:focus, .input-group-btn:not(:first-child)>.btn-group:hover, .input-group-btn:not(:first-child)>.btn:active, .input-group-btn:not(:first-child)>.btn:focus, .input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.4rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #306
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #306
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #8c1aff
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .2rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #306;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: 3px;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #7300e6;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.custom-file-control:lang(en):after {
    content: "Choose file..."
}

.custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 0 0
}

.custom-file-control:lang(en):before {
    content: "Browse"
}

.nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5em 1em
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: #306
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width:575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-toggleable {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable, .navbar-toggleable .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-sm>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-sm, .navbar-toggleable-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-sm>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:1041px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1042px) {
    .navbar-toggleable-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-md, .navbar-toggleable-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-md>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1289px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-lg>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1290px) {
    .navbar-toggleable-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-lg, .navbar-toggleable-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-lg>.container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl>.container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
    color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link {
    color: #fff
}

.navbar-inverse .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0
}

.card-block {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: -1px -1px 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 -1px -1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #306;
    border-color: #306
}

.card-primary .card-footer, .card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer, .card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer, .card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer, .card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer, .card-danger .card-header, .card-outline-primary {
    background-color: transparent
}

.card-outline-primary {
    border-color: #306
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #000
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-footer, .card-inverse .card-header {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .2)
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
    color: hsla(0, 0%, 100%, .65)
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: -1px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.card-img-bottom {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-deck, .card-deck .card {
        display: -ms-flexbox;
        display: flex
    }

    .card-deck .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }

    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}

.breadcrumb {
    padding: .75rem 2px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb:after {
    display: block;
    content: "";
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "›"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #636c72
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #306;
    border-color: #306
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #306;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus, .page-link:hover {
    color: #0d001a;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-default {
    background-color: #636c72
}

.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257
}

.badge-primary {
    background-color: #306
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #1a0033
}

.badge-success {
    background-color: #5cb85c
}

.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44
}

.badge-info {
    background-color: #5bc0de
}

.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f
}

.badge-danger {
    background-color: #d9534f
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: 0
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #306
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #292b2c
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9
}

.list-group-item-action:active {
    color: #111;
    background-color: #eceeef
}

.list-group-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:focus, .list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #636c72
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #306;
    border-color: #306
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #b366ff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.857143%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.4
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1042px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before, .tooltip.tooltip-right .tooltip-inner:before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before, .tooltip.tooltip-bottom .tooltip-inner:before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before, .tooltip.tooltip-left .tooltip-inner:before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-inner:before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before, .popover.popover-top:after, .popover.popover-top:before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom:before, .popover.popover-top:before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom:after, .popover.popover-top:after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before, .popover.popover-right:after, .popover.popover-right:before {
    top: 50%;
    border-left-width: 0
}

.popover.bs-tether-element-attached-left:before, .popover.popover-right:before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left:after, .popover.popover-right:after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:after, .popover.popover-bottom:before {
    left: 50%;
    border-top-width: 0
}

.popover.bs-tether-element-attached-top:before, .popover.popover-bottom:before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top:after, .popover.popover-bottom:after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title:before, .popover.popover-bottom .popover-title:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before, .popover.popover-left:after, .popover.popover-left:before {
    top: 50%;
    border-right-width: 0
}

.popover.bs-tether-element-attached-right:before, .popover.popover-left:before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right:after, .popover.popover-left:after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover:after, .popover:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover:before {
    content: "";
    border-width: 11px
}

.popover:after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

@supports (transform:translate3d(0, 0, 0)) {
    .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: -ms-flexbox;
    display: flex
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }

    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

@supports (transform:translate3d(0, 0, 0)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }

    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after, .carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #306 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #1a0033 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded {
    border-radius: 0
}

.rounded-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.rounded-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.rounded-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.rounded-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix:after, .home__container:after, .home__cyzone-lovers__modal:after {
    display: block;
    content: "";
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

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

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1042px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1290px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-first {
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -ms-flex-order: 1;
    order: 1
}

.flex-unordered {
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-sm-last {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-sm-unordered {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-md-last {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-md-unordered {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1042px) {
    .flex-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-lg-last {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-lg-unordered {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1290px) {
    .flex-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .flex-xl-last {
        -ms-flex-order: 1;
        order: 1
    }

    .flex-xl-unordered {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:1042px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1290px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .px-sm-1 {
        padding-right: .25rem !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .mx-md-1 {
        margin-right: .25rem !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1042px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1290px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .px-xl-1 {
        padding-right: .25rem !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1042px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1290px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #636c72 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important
}

.text-primary {
    color: #306 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #1a0033 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important
}

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:1041px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:1042px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1289px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1290px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down, .visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.285714em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.142857em;
    width: 2.142857em;
    top: .142857em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.857143em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

.slick-prev {
    left: -25px
}

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

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

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

.slick-next {
    right: -25px
}

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

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

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

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

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

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

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

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

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

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

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

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

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

@font-face {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/open_sans/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/open_sans/OpenSans-Regular.ttf) format("truetype"), url(fonts/open_sans/OpenSans-Regular.svg#OpenSans-Regular) format("svg")
}

@font-face {
    font-family: oswaldbold;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Oswald/Oswald-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Oswald/Oswald-Bold.ttf) format("truetype"), url(fonts/Oswald/Oswald-Bold.svg#oswaldbold) format("svg")
}

@font-face {
    font-family: oswaldmedium;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Oswald/Oswald-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Oswald/Oswald-Medium.ttf) format("truetype"), url(fonts/Oswald/Oswald-Medium.svg#oswaldmedium) format("svg")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/lato/Lato-Light.woff2) format("woff2"), url(fonts/lato/Lato-Light.woff) format("woff"), url(fonts/lato/Lato-Light.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/lato/Lato-Regular.woff) format("woff"), url(fonts/lato/Lato-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/lato/Lato-Bold.woff) format("woff"), url(fonts/lato/Lato-Bold.ttf) format("truetype")
}

@font-face {
    font-family: JustTheWayYouAre;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/justthewayyouare/justthewayyouare.eot?#iefix) format("embedded-opentype"), url(fonts/justthewayyouare/justthewayyouare.woff) format("woff"), url(fonts/justthewayyouare/justthewayyouare.ttf) format("truetype")
}

@font-face {
    font-family: Signature;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/signature/Signature.eot?#iefix) format("embedded-opentype"), url(fonts/signature/Signature.woff2) format("woff2"), url(fonts/signature/Signature.woff) format("woff"), url(fonts/signature/Signature.ttf) format("truetype"), url(fonts/signature/Signature.svg#Signature) format("svg")
}

@font-face {
    font-family: GiorgioSans-Light;
    src: url("fonts/Giorgio/Giorgio Sans Light.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GiorgioSans-Bold;
    src: url("fonts/Giorgio/Giorgio Sans Bold.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GiorgioSans-Regular;
    src: url(fonts/Giorgio/GiorgioSans-Regular.woff);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GiorgioSans-Medium;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/giorgiosans/GiorgioSans-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/giorgiosans/GiorgioSans-Medium.woff) format("woff"), url(fonts/giorgiosans/GiorgioSans-Medium.ttf) format("truetype"), url(fonts/giorgiosans/GiorgioSans-Medium.svg#GiorgioSans-Medium) format("svg")
}

@font-face {
    font-family: SorrenEx-Semibold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/sorren/SorrenEx-Semibold.eot?#iefix) format("embedded-opentype"), url(fonts/sorren/SorrenEx-Semibold.woff2) format("woff2"), url(fonts/sorren/SorrenEx-Semibold.woff) format("woff"), url(fonts/sorren/SorrenEx-Semibold.ttf) format("truetype"), url(fonts/sorren/SorrenEx-Semibold.svg#SorrenEx-Semibold) format("svg")
}

@font-face {
    font-family: SorrenEx-Bold;
    src: url("fonts/sorren/sorren_prod/Sorren Ex Bold.otf");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: SorrenEx-Black;
    src: url(fonts/sorren/sorren_prod/SorrenEx-Black.otf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: SorrenEx-Medium;
    src: url(fonts/sorren/sorren_prod/SorrenEx-Medium.otf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Chalet;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/chalet/ChaletComprimeCologneEighty.eot?#iefix) format("embedded-opentype"), url(fonts/chalet/ChaletComprimeCologneEighty.woff) format("woff"), url(fonts/chalet/ChaletComprimeCologneEighty.ttf) format("truetype")
}

@font-face {
    font-family: Maridavid;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/maridavid/maridavid-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/maridavid/maridavid-webfont.woff) format("woff"), url(fonts/maridavid/maridavid-webfont.ttf) format("truetype")
}

@font-face {
    font-family: NovecentowideNormalRegular;
    src: url(fonts/Novecentowide/Novecentowide-Normal-webfont.eot);
    src: url(fonts/Novecentowide/Novecentowide-Normal-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/Novecentowide/Novecentowide-Normal-webfont.woff) format("woff"), url(fonts/Novecentowide/Novecentowide-Normal-webfont.ttf) format("truetype"), url(fonts/Novecentowide/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NovecentowideBookRegular;
    src: url(fonts/Novecentowide/Novecentowide-Book-webfont.eot);
    src: url(fonts/Novecentowide/Novecentowide-Book-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/Novecentowide/Novecentowide-Book-webfont.woff) format("woff"), url(fonts/Novecentowide/Novecentowide-Book-webfont.ttf) format("truetype"), url(fonts/Novecentowide/Novecentowide-Book-webfont.svg#NovecentowideBookRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NovecentowideUltraLightBold;
    src: url(fonts/Novecentowide/Novecentowide-Medium-webfont.eot);
    src: url(fonts/Novecentowide/Novecentowide-Medium-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/Novecentowide/Novecentowide-Medium-webfont.woff) format("woff"), url(fonts/Novecentowide/Novecentowide-Medium-webfont.ttf) format("truetype"), url(fonts/Novecentowide/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NovecentowideLightBold;
    src: url(fonts/Novecentowide/Novecentowide-DemiBold-webfont.eot);
    src: url(fonts/Novecentowide/Novecentowide-DemiBold-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/Novecentowide/Novecentowide-DemiBold-webfont.woff) format("woff"), url(fonts/Novecentowide/Novecentowide-DemiBold-webfont.ttf) format("truetype"), url(fonts/Novecentowide/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bebasneue;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/bebasneue/bebasneue-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue/bebasneue-webfont.woff) format("woff"), url(fonts/bebasneue/bebasneue-webfont.ttf) format("truetype")
}

@font-face {
    font-family: bebasneue-book;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/bebasneue-book/BebasNeueBook.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue-book/BebasNeueBook.woff2) format("woff2"), url(fonts/bebasneue-book/BebasNeueBook.woff) format("woff"), url(fonts/bebasneue-book/BebasNeueBook.ttf) format("truetype")
}

@font-face {
    font-family: bebasneue-light;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/bebasneue-light/BebasNeueLight.eot?#iefix) format("embedded-opentype"), url(fonts/bebasneue-light/BebasNeueLight.woff2) format("woff2"), url(fonts/bebasneue-light/BebasNeueLight.woff) format("woff"), url(fonts/bebasneue-light/BebasNeueLight.ttf) format("truetype")
}

@font-face {
    font-family: bebasneue-bold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/bebasneue-bold/bebasneue-bold.woff) format("woff"), url(fonts/bebasneue-bold/bebasneue-bold.ttf) format("truetype")
}

@font-face {
    font-family: lasiver;
    src: url(fonts/lasiver/Lasiver.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: lasiverBlack;
    src: url(fonts/lasiver/Lasiver-Black.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: lasiverBold;
    src: url(fonts/lasiver/Lasiver-Bold.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: lasiverLight;
    src: url(fonts/lasiver/Lasiver-Light.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: goldenYouth;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/golden-youth-script-alt/Golden-Youth-Script-Alt.ttf) format("truetype")
}

::selection {
    background: rgba(0, 0, 0, .8);
    color: #fff
}

* {
    outline: none !important
}

html {
    font-size: 14px
}

body {
    overflow-x: hidden;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
}

@media (min-width:md) {
    body {
        padding-top: 115px;
        transition: padding .2s
    }

    body.scrolling {
        padding-top: 100px
    }
}

body.body-hidden {
    overflow: hidden !important
}

i {
    display: inline-block
}

a, a:focus, a:hover {
    color: #000
}

.hr-line-xs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    border-color: transparent
}

.hr-line-xs:before {
    content: "";
    width: 50px;
    border-top: 2px solid #000;
    position: absolute;
    bottom: 0
}

img {
    display: block
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a:hover {
    text-decoration: none
}

a, button, input {
    border: 0;
    padding: 0;
    font-size: inherit
}

a:active, a:focus, button:active, button:focus, input:active, input:focus {
    outline: none;
    text-decoration: none
}

button, input, select {
    overflow: visible;
    border: none;
    border-radius: 0;
    background: transparent;
    outline: none
}

button::-ms-expand, input::-ms-expand, select::-ms-expand {
    display: none
}

button:hover, input:hover, select:hover {
    cursor: pointer
}

button:focus, input:focus, select:focus {
    outline: none
}

audio, canvas, video {
    display: inline-block
}

button, input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.alt-container, .alt-container-fluid, .bel-mobile-acc__options {
    padding: 0 15px;
    margin: 0 auto
}

.alt-container, .bel-mobile-acc__options {
    width: 100%
}

@media (min-width:48em) {
    .alt-container, .bel-mobile-acc__options {
        max-width: 750px
    }
}

@media (min-width:64em) {
    .alt-container, .bel-mobile-acc__options {
        padding: 0;
        max-width: 90%
    }
}

@media (min-width:75em) {
    .alt-container, .bel-mobile-acc__options {
        max-width: 1140px
    }
}

.alt-container-fluid {
    max-width: 1140px
}

.alt-social-list {
    display: -ms-flexbox;
    display: flex
}

.alt-social-list li {
    padding: 10px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

@font-face {
    font-family: icons;
    src: url(fonts/icons/icons.eot?64mr4c);
    src: url(fonts/icons/icons.eot?64mr4c#iefix) format("embedded-opentype"), url(fonts/icons/icons.ttf?64mr4c) format("truetype"), url(fonts/icons/icons.woff?64mr4c) format("woff"), url(fonts/icons/icons.svg?64mr4c#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-questions:before {
    content: "\e91e"
}

.icon-calendar:before {
    content: "\e900"
}

.icon-checked:before {
    content: "\e902"
}

.icon-chevron-left:before {
    content: "\e903"
}

.icon-chevron-right:before {
    content: "\e904"
}

.icon-close:before {
    content: "\e905"
}

.icon-heart:before {
    content: "\e906"
}

.icon-lock-check:before {
    content: "\e907"
}

.icon-mail:before {
    content: "\e908"
}

.icon-play-circle:before {
    content: "\e909"
}

.icon-search:before {
    content: "\e90a"
}

.icon-shopping-bag:before {
    content: "\e90b"
}

.icon-shopping-cart:before {
    content: "\e90c"
}

.icon-star:before {
    content: "\e90d"
}

.icon-user:before {
    content: "\e90e"
}

.icon-arrow-left-bold:before {
    content: "\e90f"
}

.icon-arrow-right-bold:before {
    content: "\e910"
}

.icon-calendar-bold:before {
    content: "\e911"
}

.icon-lock-check-bold:before {
    content: "\e91d"
}

.icon-search-bold:before {
    content: "\e912"
}

.icon-shopping-bag-bold:before {
    content: "\e913"
}

.icon-shopping-bag-bolder:before {
    content: "\e914"
}

.icon-star-bold:before {
    content: "\e915"
}

.icon-heart-fill:before {
    content: "\e916"
}

.icon-star-fill:before {
    content: "\e917"
}

.icon-info:before {
    content: "\ea0c"
}

.icon-whatsapp:before {
    content: "\ea93"
}

.icon-pinterest-p:before {
    content: "\e918"
}

.icon-instagram:before {
    content: "\e919"
}

.icon-youtube:before {
    content: "\e91a"
}

.icon-twitter:before {
    content: "\e91b"
}

.icon-facebook-f:before, .icon-facebook:before {
    content: "\e91c"
}

.icon-phone:before {
    content: "\e901"
}

@font-face {
    font-family: icons-new-lbel;
    src: url(fonts/icons/icons-new-lbel.eot?lsjsq9);
    src: url(fonts/icons/icons-new-lbel.eot?lsjsq9#iefix) format("embedded-opentype"), url(fonts/icons/icons-new-lbel.ttf?lsjsq9) format("truetype"), url(fonts/icons/icons-new-lbel.woff?lsjsq9) format("woff"), url(fonts/icons/icons-new-lbel.svg?lsjsq9#icons-new-lbel) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icons-new-cyzone-"], [class*=" icons-new-lbel-"], [class^=icons-new-cyzone-], [class^=icons-new-lbel-] {
    font-family: icons-new-lbel !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icons-new-cyzone-right-slide:before, .icons-new-lbel-right-slide:before {
    content: "\e900"
}

.icons-new-lbel-left-slide:before {
    content: "\e901"
}

.icons-new-lbel-bel-arrow_up:before {
    content: "\e802"
}

.icons-new-lbel-bel-arrow_right:before {
    content: "\e803"
}

.icons-new-lbel-bel-arrow_left:before {
    content: "\e804"
}

.icons-new-lbel-bel-arrow_down:before {
    content: "\e805"
}

.icons-new-lbel-bel-company-esika:before {
    content: "\e904"
}

.icons-new-lbel-bel-company-lbel:before {
    content: "\e905"
}

.icons-new-lbel-bel-company-cyzone:before {
    content: "\e903"
}

.icons-new-lbel-brand2:before, .icons-new-lbel-instagram:before, .icons-new-lbel-social2:before {
    content: "\e801"
}

.upper {
    text-transform: uppercase !important
}

.bold {
    font-weight: 700 !important
}

.bolder {
    font-weight: bolder
}

.text-center {
    text-align: center
}

.hide-pseudo-before:before {
    display: none !important
}

.hidden-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.xs-hidden {
    display: none !important
}

@media (min-width:64em) {
    .xs-hidden {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:64em) {
    .tbl-hidden {
        display: none !important
    }
}

@media (min-width:75em) {
    .desk-hidden {
        display: none !important
    }
}

.hide-section {
    display: none !important
}

.fz-12 {
    font-size: 12px !important
}

.fz-13 {
    font-size: 13px !important
}

.fz-14 {
    font-size: 14px !important
}

.fz-15 {
    font-size: 15px !important
}

.fz-16 {
    font-size: 16px !important
}

.fz-17 {
    font-size: 17px !important
}

.fz-18 {
    font-size: 18px !important
}

.disable-scroll {
    overflow: hidden;
    position: fixed
}

@media (max-width:30em) {
    .disable-scroll {
        position: fixed;
        left: 0;
        right: 0
    }
}

@media (max-width:30em) {
    .hidden-tb-down {
        display: none
    }
}

.visible-tbl-up {
    display: none
}

@media (min-width:64em) {
    .visible-tbl-up {
        display: block
    }
}

.visible-desk-up {
    display: none
}

@media (min-width:75em) {
    .visible-desk-up {
        display: block
    }
}

.container-cyzone {
    padding: 15px
}

@media (min-width:75em) {
    .container-cyzone {
        max-width: 1000px;
        margin: 0 auto
    }
}

.disable-click {
    pointer-events: none
}

.absolute-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@keyframes FadeInbel {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.mix {
    animation: mixFilter .5s ease
}

@keyframes mixFilter {
    0% {
        opacity: .5;
        transform: scale(.9)
    }

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

@keyframes fadeZoom {
    0% {
        transform: scale(.5)
    }

    to {
        transform: scale(1)
    }
}

.header-container {
    position: fixed;
    width: 100%
}

.social-icon-color {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    color: transparent !important;
    background-size: 29px;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

.social-icon-facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='106' viewBox='0 0 106 106'%3E%3Ctitle%3EF00AD83E-6D3C-448B-AB6D-86A57D78776E%3C/title%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath fill='%233D5A98' d='M68.465 29.969l-4.703.002c-6.404 0-7.225 3.807-7.225 7.123v8.887h11.32l-1.123 8.717H56.537v29.85h-9.096v-29.85H37.396V45.98h10.045V35.941c0-8.715 5.049-13.918 13.504-13.918 3.07 0 5.854.168 7.52.314v7.632z'/%3E%3Cpath d='M101.84.877H4.018A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497zm.58 101.32c0 .32-.26.58-.58.58H4.018a.58.58 0 0 1-.578-.58V4.371a.58.58 0 0 1 .578-.579h97.822c.32 0 .58.26.58.579v97.826z' fill='%23000'/%3E%3Cpath d='M68.465 29.969l-4.703.002c-6.404 0-7.225 3.807-7.225 7.123v8.887h11.32l-1.123 8.716H56.537v29.851h-9.096V54.696H37.396V45.98h10.045V35.941c0-8.715 5.049-13.918 13.504-13.918 3.07 0 5.854.168 7.52.314v7.632z' fill='%233D5A98'/%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-facebook:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='106' viewBox='0 0 106 106'%3E%3Ctitle%3E5FB9DD2C-5C60-4930-92F4-0CA332E48574%3C/title%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath fill='%233D5A98' d='M68.465 29.969l-4.703.002c-6.404 0-7.225 3.807-7.225 7.123v8.887h11.32l-1.123 8.717H56.537v29.85h-9.096v-29.85H37.396V45.98h10.045V35.941c0-8.715 5.049-13.918 13.504-13.918 3.07 0 5.854.168 7.52.314v7.632z'/%3E%3Cpath d='M101.84.877H4.018A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497z' fill='%233D5A98'/%3E%3Cpath d='M68.465 29.969l-4.703.002c-6.404 0-7.225 3.807-7.225 7.123v8.887h11.32l-1.123 8.716H56.537v29.851h-9.096V54.696H37.396V45.98h10.045V35.941c0-8.715 5.049-13.918 13.504-13.918 3.07 0 5.854.168 7.52.314v7.632z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='105' viewBox='0 0 105 106'%3E%3Ctitle%3EE12DD231-61FD-48A0-94D8-E96DB79474F7%3C/title%3E%3Cdefs%3E%3CradialGradient id='a' cy='102.75%25' cx='9.725%25' r='132.58%25'%3E%3Cstop stop-color='%23FEC053' offset='0'/%3E%3Cstop stop-color='%23F2203E' offset='.327'/%3E%3Cstop stop-color='%23B729A8' offset='.648'/%3E%3Cstop stop-color='%235342D6' offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cy='145.49%25' cx='-22.897%25' r='239.96%25'%3E%3Cstop stop-color='%23FEC053' offset='0'/%3E%3Cstop stop-color='%23F2203E' offset='.327'/%3E%3Cstop stop-color='%23B729A8' offset='.648'/%3E%3Cstop stop-color='%235342D6' offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cy='849.32%25' cx='-639.05%25' r='1332.7%25'%3E%3Cstop stop-color='%23FEC053' offset='0'/%3E%3Cstop stop-color='%23F2203E' offset='.327'/%3E%3Cstop stop-color='%23B729A8' offset='.648'/%3E%3Cstop stop-color='%235342D6' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg transform='translate(-.5)' fill-rule='evenodd' fill='none'%3E%3Cpath fill='%23000' d='M101.84.877H4.018A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497zm.58 101.32c0 .32-.26.58-.58.58H4.018a.58.58 0 0 1-.578-.58V4.371a.58.58 0 0 1 .578-.579h97.822c.32 0 .58.26.58.579v97.826z'/%3E%3Cpath fill='url(%23a)' d='M67.004 77.986H38.992c-5.78 0-10.482-4.701-10.482-10.48V39.495c0-5.78 4.702-10.482 10.482-10.482h28.012c5.78 0 10.482 4.702 10.482 10.482v28.011c0 5.779-4.702 10.48-10.482 10.48zM38.992 34.73a4.77 4.77 0 0 0-4.765 4.765v28.011a4.77 4.77 0 0 0 4.765 4.764h28.012a4.769 4.769 0 0 0 4.764-4.764V39.495a4.769 4.769 0 0 0-4.764-4.765H38.992z'/%3E%3Cpath fill='url(%23b)' d='M52.998 67.027c-7.46 0-13.529-6.068-13.529-13.527 0-7.461 6.069-13.529 13.529-13.529 7.461 0 13.529 6.068 13.529 13.529 0 7.459-6.068 13.527-13.529 13.527zm0-21.339c-4.308 0-7.812 3.504-7.812 7.812 0 4.306 3.505 7.81 7.812 7.81s7.812-3.504 7.812-7.81c0-4.308-3.504-7.812-7.812-7.812z'/%3E%3Ccircle cy='40.394' cx='66.846' r='2.436' fill='url(%23c)'/%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-instagram:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='106' width='106' viewBox='0 0 106 106'%3E%3Ctitle%3E2DD4B7A9-036B-4138-8D39-33BC2C9B4A1F%3C/title%3E%3Cdefs%3E%3Cpath id='a' d='M4.018.877A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497H4.018z'/%3E%3CradialGradient id='c' cy='102.75%25' cx='9.726%25' r='132.58%25'%3E%3Cstop stop-color='%23FEC053' offset='0'/%3E%3Cstop stop-color='%23F2203E' offset='.327'/%3E%3Cstop stop-color='%23B729A8' offset='.648'/%3E%3Cstop stop-color='%235342D6' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cg%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse xlink:href='%23a' fill='%23000'/%3E%3Cpath mask='url(%23b)' d='M110.63 99.746c0 5.814-4.98 10.534-11.106 10.534H10.102C3.97 110.28-1 105.56-1 99.746V7.527C-1 1.713 3.97-3 10.102-3h89.419c6.129 0 11.099 4.713 11.099 10.527v92.219h.01z' fill='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cpath d='M67.004 77.986H38.992c-5.78 0-10.482-4.701-10.482-10.48V39.495c0-5.78 4.702-10.482 10.482-10.482h28.012c5.78 0 10.482 4.702 10.482 10.482v28.011c0 5.779-4.702 10.48-10.482 10.48zM38.992 34.73a4.77 4.77 0 0 0-4.765 4.765v28.011a4.77 4.77 0 0 0 4.765 4.764h28.012a4.769 4.769 0 0 0 4.764-4.764V39.495a4.769 4.769 0 0 0-4.764-4.765H38.992z'/%3E%3Cpath d='M52.998 67.027c-7.46 0-13.529-6.068-13.529-13.527 0-7.461 6.069-13.529 13.529-13.529 7.461 0 13.529 6.068 13.529 13.529 0 7.459-6.068 13.527-13.529 13.527zm0-21.339c-4.308 0-7.812 3.504-7.812 7.812 0 4.306 3.505 7.81 7.812 7.81s7.812-3.504 7.812-7.81c0-4.308-3.504-7.812-7.812-7.812z'/%3E%3Ccircle cy='40.394' cx='66.846' r='2.436'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='105' viewBox='0 0 105 106'%3E%3Ctitle%3E7873D579-BA8B-4672-AEC4-1053CE40BB96%3C/title%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath fill='%23000' d='M101.34.877H3.518A3.5 3.5 0 0 0 .022 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497zm.58 101.32c0 .32-.26.58-.58.58H3.518a.58.58 0 0 1-.578-.58V4.371a.58.58 0 0 1 .578-.579h97.822c.32 0 .58.26.58.579v97.826z'/%3E%3Cpath fill='%231DA1F3' d='M42.195 76.77l.002 1.504v-1.492c16.801 0 34.179-12.785 34.179-34.181 0-.508.001-1.013-.034-1.517l-.059-.832.676-.489a24.111 24.111 0 0 0 2.67-2.24c-.846.185-1.7.328-2.562.43l-6.943.815 5.998-3.592a11.165 11.165 0 0 0 2.717-2.29 26.677 26.677 0 0 1-4.107 1.157l-.814.16-.568-.604a10.98 10.98 0 0 0-7.71-3.476 11.071 11.071 0 0 0-7.91 2.995 11.09 11.09 0 0 0-3.195 10.549l.449 1.937-1.985-.1a37.162 37.162 0 0 1-25.376-11.859c-1.582 4.646.1 9.933 4.323 12.753l4.344 2.899-5.221-.153a13.928 13.928 0 0 1-3.919-.685c.882 4.255 4.241 7.71 8.628 8.597l6.212 1.256-6.115 1.662a14.138 14.138 0 0 1-3.655.491 11.057 11.057 0 0 0 9.343 5.484l4.205.079-3.307 2.6a26.767 26.767 0 0 1-13.406 5.521 33.924 33.924 0 0 0 13.093 2.62l.047.001z'/%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-twitter:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='106' viewBox='0 0 106 106'%3E%3Ctitle%3E01274B6F-360E-47BB-A2CA-B4B6021E36F1%3C/title%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath fill='%231DA1F3' d='M101.84.877H4.018A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497z'/%3E%3Cpath fill='%23fff' d='M42.695 76.77l.002 1.504v-1.492c16.801 0 34.179-12.785 34.179-34.181 0-.508.001-1.013-.034-1.517l-.059-.832.676-.489a24.111 24.111 0 0 0 2.67-2.24c-.846.185-1.7.328-2.562.43l-6.943.815 5.998-3.592a11.165 11.165 0 0 0 2.717-2.29 26.677 26.677 0 0 1-4.107 1.157l-.814.16-.568-.604a10.98 10.98 0 0 0-7.71-3.476 11.071 11.071 0 0 0-7.91 2.995 11.09 11.09 0 0 0-3.195 10.549l.449 1.937-1.985-.1a37.162 37.162 0 0 1-25.376-11.859c-1.582 4.646.1 9.933 4.323 12.753l4.344 2.899-5.221-.153a13.928 13.928 0 0 1-3.919-.685c.882 4.255 4.241 7.71 8.628 8.597l6.212 1.256-6.115 1.662a14.138 14.138 0 0 1-3.655.491 11.057 11.057 0 0 0 9.343 5.484l4.205.079-3.307 2.6a26.767 26.767 0 0 1-13.406 5.521 33.924 33.924 0 0 0 13.093 2.62l.047.001z'/%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='106' viewBox='0 0 106 106'%3E%3Ctitle%3E2E09AACC-C507-40DF-8387-5A97D2A7A8D0%3C/title%3E%3Cdefs%3E%3ClinearGradient id='a' y1='0%25' x2='49.998%25' x1='49.998%25' y2='100%25'%3E%3Cstop stop-color='%23E52D27' offset='0'/%3E%3Cstop stop-color='%23BF171D' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath d='M58.486 9.374s-.569-4.009-2.313-5.775c-2.212-2.317-4.692-2.328-5.83-2.465C42.201.546 29.989.546 29.989.546h-.026s-12.213 0-20.355.588c-1.138.137-3.616.147-5.83 2.465-1.744 1.767-2.312 5.775-2.312 5.775s-.582 4.708-.582 9.418v4.413c0 4.709.582 9.417.582 9.417s.567 4.01 2.312 5.775c2.214 2.317 5.121 2.244 6.416 2.487 4.655.446 19.782.584 19.782.584s12.227-.019 20.368-.606c1.138-.136 3.618-.147 5.83-2.465 1.744-1.766 2.313-5.775 2.313-5.775s.58-4.708.58-9.417v-4.413c-.001-4.71-.581-9.418-.581-9.418zM23.969 28.555l-.004-16.349 15.723 8.202-15.719 8.147z' fill='url(%23a)' transform='translate(23 32)'/%3E%3Cpath fill='%23000' d='M101.84.877H4.018A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497zm.58 101.32c0 .32-.26.58-.58.58H4.018a.58.58 0 0 1-.578-.58V4.371a.58.58 0 0 1 .578-.579h97.822c.32 0 .58.26.58.579v97.826z'/%3E%3Cpath fill='%23fff' d='M46.965 60.555l15.723-8.146-15.723-8.202z'/%3E%3Cpath opacity='.12' fill='%23420000' d='M46.965 44.206l13.788 9.207 1.935-1.005z'/%3E%3C/g%3E%3C/svg%3E")
}

.social-icon-youtube:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='106' width='106' viewBox='0 0 106 106'%3E%3Ctitle%3E7A1A7DE3-6C84-4BF7-AEFA-32A49E98AE01%3C/title%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath fill='%23D02121' d='M101.84.877H4.018A3.5 3.5 0 0 0 .522 4.374V102.2a3.5 3.5 0 0 0 3.496 3.49h97.822c1.93 0 3.5-1.57 3.5-3.49V4.374a3.502 3.502 0 0 0-3.5-3.497z'/%3E%3Cpath fill='%23fff' d='M81.486 41.374s-.569-4.009-2.313-5.775c-2.212-2.317-4.692-2.328-5.83-2.465-8.142-.588-20.354-.588-20.354-.588h-.026s-12.213 0-20.355.588c-1.138.137-3.616.147-5.83 2.465-1.744 1.767-2.312 5.775-2.312 5.775s-.582 4.708-.582 9.418v4.413c0 4.709.582 9.417.582 9.417s.567 4.01 2.312 5.775c2.214 2.317 5.121 2.244 6.416 2.487 4.655.446 19.782.584 19.782.584s12.227-.019 20.368-.606c1.138-.136 3.618-.147 5.83-2.465 1.744-1.766 2.313-5.775 2.313-5.775s.58-4.708.58-9.417v-4.413c-.001-4.71-.581-9.418-.581-9.418zM46.969 60.555l-.004-16.349 15.723 8.202-15.719 8.147z'/%3E%3Cpath opacity='.461' fill='%23420000' d='M46.965 44.206l13.788 9.207 1.935-1.005z'/%3E%3C/g%3E%3C/svg%3E")
}

.content-theme-payment-methods img:first-child {
    margin-bottom: 10px
}

.content-theme-payment-methods .superintendencia {
    width: 120px
}

.header-page {
    position: relative;
    min-height: 115px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999
}

@media (min-width:md) {
    .header-page.scrolling .nav-menu {
        height: 52px;
        padding: 0
    }
}

.toggle-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.toggle-menu-mobile button {
    height: 40px;
    cursor: pointer
}

.toggle-menu-mobile span {
    position: relative;
    width: 1.4em;
    height: 1.1em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.toggle-menu-mobile span:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 43%;
    height: 2px;
    background: #fff
}

@media (max-width:md) {
    .toggle-menu-mobile button {
        height: 45px
    }
}

.toggle-search-mobile {
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 1.5;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 45px;
    height: 35px;
    width: 35px;
    z-index: 101
}

.nav-top {
    background: #222;
    color: #fff;
    height: 40px;
    position: relative;
    z-index: 99
}

@media (max-width:md) {
    .nav-top {
        height: 45px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
    }
}

.nav-top__brands {
    float: left
}

.nav-top__brands a {
    display: inline-block;
    padding: 9px 10px;
    position: relative;
    text-indent: -9999px;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50%
}

.nav-top__brands a:first-child {
    margin-left: -10px
}

.nav-top__brands a:not(:last-child):after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 17px;
    border-right: 1px solid #888
}

.nav-top__brands a:not(.active) {
    opacity: .6
}

.nav-top__brands a:not(.active):after {
    border-right: 1px solid #ccc
}

.nav-top__brands a.brand-esika {
    width: 62px;
    background-image: url(images/cssimgs/brands/esika-white.svg);
    background-size: 42px 18px
}

.nav-top__brands a.brand-lbel {
    width: 66px;
    background-image: url(images/cssimgs/brands/lbel-white.svg);
    background-size: 47px 10px
}

.nav-top__brands a.brand-cyzone {
    width: 77px;
    background-image: url(images/cssimgs/brands/cyzone-white.svg);
    background-size: 62px 15px;
    background-position: center 61%
}

@media (max-width:md) {
    .nav-top__brands {
        margin-left: 32px
    }

    .nav-top__brands a {
        padding: 12px 10px;
        margin-left: -9px
    }

    .nav-top__brands a:after {
        display: none
    }
}

.nav-top__right {
    float: right
}

.nav-top__right-decor:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-right: 1px solid #8e8e8d
}

.nav-top__right>a {
    font-size: 11px;
    float: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 15px;
    position: relative
}

@media (max-width:md) {
    .nav-top__right {
        margin-right: -9px
    }
}

.nav-top__icons {
    display: inline-block;
    margin-left: 10px
}

.nav-top__icons-item {
    color: inherit !important;
    cursor: pointer;
    display: inline-block;
    padding: 9px 8px
}

.nav-top__icons-item:hover {
    color: inherit
}

.nav-top__icons-item:last-child {
    padding-right: 0
}

.nav-top__icons-item>i {
    font-size: 20px
}

.nav-top__icons-cart>span {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    position: relative;
    top: -4px;
    letter-spacing: 0
}

@media (max-width:md) {
    .nav-top__icons-cart {
        padding: 6px
    }

    .nav-top__icons-cart>span {
        top: -2px;
        width: 38px;
        height: 35px;
        line-height: 42px;
        margin-left: 0;
        border-radius: 0;
        color: #fff;
        background-color: transparent;
        background-image: url(images/cssimgs/svg-icons/shopping-bag-bold.svg);
        background-position: 50%
    }
}

.nav-top__icons-user .dropdown-hover__area {
    right: -65px
}

.dropdown-hover {
    position: relative
}

@media (min-width:md) {
    .dropdown-hover:hover .dropdown-hover__area {
        display: block
    }
}

.dropdown-hover__area {
    color: #000;
    padding: 15px 30px;
    min-width: 295px;
    max-width: 320px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
    display: none
}

.dropdown-hover__area.open {
    display: block
}

.dropdown-cart-list {
    padding: 0 30px;
    margin: 0 -30px;
    max-height: 50vh;
    overflow-x: hidden
}

.dropdown-cart-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5
}

.dropdown-cart-list li:last-child {
    border: 0
}

.dropdown-cart-list li:hover {
    background: #f0f0f0
}

.dropdown-cart-list li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-decoration: none
}

.dropdown-cart-list__image {
    padding: 5px;
    width: 70px;
    height: 80px
}

.dropdown-cart-list__data {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px
}

.dropdown-cart-list__name {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px
}

.dropdown-cart-list__info {
    font-size: 12px
}

.dropdown-cart-total {
    padding-top: 15px;
    font-size: 18px;
    border-top: 1px solid #e5e5e5
}

.dropdown-cart-total span {
    font-size: 14px;
    position: relative;
    top: 4px
}

.dropdown-profile {
    text-align: center
}

.dropdown-profile__user {
    margin-top: 5px;
    display: block;
    text-decoration: none
}

.dropdown-profile__user-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

.dropdown-profile__menus {
    margin-top: 15px
}

.dropdown-profile__menus a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0
}

.menu-dropdown-full {
    background: #fff;
    position: absolute;
    top: 100%;
    left: -30%;
    right: -30%;
    z-index: 2;
    padding: 40px 15px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    display: none
}

.menu-dropdown-full>li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 130px
}

.menu-dropdown-full>li>a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px
}

.menu-dropdown-full>li>a img {
    width: 100%
}

.menu-dropdown-full>li>a .mdf-title-category {
    display: block
}

.menu-dropdown-full>li.mdf-banner {
    max-width: 222px;
    margin-left: 5px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #ccc
}

.menu-primary {
    margin: 0;
    padding: 0;
    margin-top: 2px;
    padding-left: 95px;
    padding-right: 155px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0
}

.menu-primary>li {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin-right: -4px
}

.menu-primary>li>a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 7px;
    position: relative;
    color: transparent
}

.menu-primary>li>a:after {
    color: #000;
    content: attr(title);
    position: absolute;
    left: 0;
    right: 0
}

.menu-primary>li>a:before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
    height: 3px;
    background: #000;
    display: none
}

.menu-primary>li>a:hover:before {
    display: block
}

.menu-primary>li>a:hover:after {
    font-weight: 700
}

.menu-primary>li:hover .menu-dropdown-full {
    display: block
}

.menu-primary>li.menu-brand-offerts a {
    width: 98px;
    font-weight: 600;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAAAsCAYAAACNIC3mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFR9JREFUeNrsXHuwXVV9/n6/tfZ53Xdy8yYkJLwCCKMBDLValUoLPkYRqUXHjqhgnXGkr9G205lOW0tHa4WxnVGwtTqOj3G0Y0UYBEdBHClNgPCwARLyTm5yb3LvPc+993r8+sfa+5x9bm4eECIIrszOPo97zt17fev7Pb91SURARCiOjbfcgBMYVDgXH+vCY55zqNM2vHVFqVJbzLXamALWcql0ARGdzkqPiNgIHl7gFYHKIrYGQRVCVSJiATwEbcDHAKek2ALswMqCdQxwHUITwnqnQG1z3mxL64f2zWzbPDGz7ZE4uy4HwBeuWbLnMs89ypzXBadoXHzTbcd8X5/k91MBkPyxyg6qLlxeWXjG2uWl2qIzyiNj71DsL4dNB8WbirhGBRBI00K8g/M+zIr4MB1KAYjCzIQ3AHgGMAyiYTCDVAlgBVIRiDVIM4gU2PpwcxyhMjqI4UveZFZeesVWKL3ZG/Ooc+b/bGqeOfDwj/Y39jxts+v2haMIip8HLI9f8dDPA5h88BygNACujp9WHVt17pLRJcs/Si59I8QsExuPyewuOHh4YwDvIN5BrAW8h3gHeOkCJd4DHMGTArwDfAoRAQEQMEAMsAaxArEGRxVQVAbpCqhcAUUVcFQCKwDiQdKMyMXryNt1DHmvYo2SjnDGZb/bEPXWp8XjCe/NkzZOHm8e2vXkvl/cPVsAxM1hlmT364/BvBcdqPlAIgB6/IJLFi5ecfb1xHIVpe1LpDUJbxN4E0PSGOIcvBeIs/DeAl7gnYUXD/ECiEBEIF7gRQJYCK8hIxQRgQJaICZAKJwBMAPMDMUEIgaIwIpBugTWOZAlkNLZRTuwVkNgXk86Wq9UBB1VpLJkUX3huz68U+A32iR+IG7PbNzx0zt3AbBzGJaDiAIjcarMpH4ebGIAWH3pOweHV55+NXz6OsT1N0tSXy3xFLwxcGkLLk3hTAJvUjhrMxA8nHPwPoDjfbjP8LgAjAR2+YxFvV+f3XvBpzJx8LEEKFZgJpBS0MwgZjBZkEpAFIBmZhAxPABFBAIDDCilQEoTRdEI6ehCUvrCKIquj3SUXvjWa3YK9N2Jl+8/fde3HyqYSCqAxgUg51zwyQ+aG0yICDbdeuPRgOKF5/1WtOKiyzao9uF/k2R2nTeGJGnCtZtwnSZsmsA6D2cMrHOw1sJ5n4ETzt5LMHGSM0a66yBnUAANXdCKP9O9WqLutRNRYAozCAEQVpyxTIGYApBagymACRGQCIi5O6OKACIGKwVWGqwVlA5nJgKi6KCrLvqP6Ti97eAjDxyyccsX2OXn+DQ5UXa9UMEEAeBlr32bWrr2/D9DY+9fSdqo+TiGrx+CiZtw1iFNU1hjYJ2FMxbWOvgsUPA+M30ifQB1wciPAig0hz3HDD2p8IzCpykDkpgC85ihFINZI4o0dFQKTHI+Ax0w3kMy0wwGSAisGQxCVI6gFC9Whyc/tbAUfWrhZW+4LzGlfzrwzBOPzh7Y1szAKvo0/0KZQn2C5o4u/MA/nK7S6X/B9NZ3ikthmzPwzRnYJIVJDUyaIDUprHUBKOfgXcagzA91zZoIJAcpOx854XRCN9BdslKwOvO59pxxuQkkBrOC0gpKBdYopaG1BisFUgTKSOyshQVgjAlgE0ElFrq15XeigcHfWXnuOT9ZftGGL08f2n3/xKb7D89hlZ9zM3IqgBIAdNH7/u5c1d7zPWkfPEfSGL4xBR+3kSYpbJIiyZmUmTvnLJx18BJ8T5dBXcb0rwWiF8iOg3oGktBjZ85aIogXEAk8BHAOZCkDjzNzGYDTSkFrDaWjcFYKTAwwBd9GBM8K1hiogzvepKK9ly6qjW4ef/PV34vbjbu2PnjPs3ma8kIEGkf4qKdu/wQarQ4AYP0nvkQytfVyNA98E2lzXEwCNzsJl8YwSYKkEyNNUhhrYK2FtQbWOjjnIOK7pm5+gE7dKPqwvrmROW6euga29zniEJAwgVlBq8C8qBRB6xK0ViBSmTnNPy1d/1iuDUhpdDSmBWse2L9ny3sPPPJQ8yj5mbwgPmrNVTcoHHzmdprefp3AlX2rDteahksSpGkKk6RITApjTAZQ5pNclry+CADNXa4kxSiR+g0QHWVpi4d3ADxBWOA9gcnCWAvFaQj5M0ZxN5AJ0afSCtam5JNOtdRqvmXZ6NKtS658/5+3Nf/31h98bXaOSXxOUeFRgRpbtPzjfu/DHyTFkHYDvjkNZ5Lgj5IUcZIgTXsguSy6k26F4cWA6Cj2pXAt1E+5I+180bmIAE6CkyEPSzaA02USIUvjoJihlIIxKZyxqBiHSmrG9FD9i4NDi6941Tuv/9yOjQ880tjzNB3l1z13oNZ/6Obz7Pb/vVlrgiQdmPokrEnhjEEcZ4zqmjrTje7EF4OEl+aQfgSBOUFMH7h5sk3UZacUzCVlRo+YIC6YfLYMm1qk2WKuJZ2omrbfo1182trXXfXpR7/99I+eK0hHy6MqyZP3PRGZ6bXCDHN4L0zcgrUWJjVI04xV1sAaC+t8ASS8aObuBfVx/bTrz9tCiaQvSu3GqETdtEApho40KuUKKrUaBocGURoZf9yv+e1PPfr1m+8uxKZyIj6K576Q7vnlJ6W+by1YwcwchOk0YFMDk6YwaQJjAkjOODiX1eWkF2H9uoPUI1OBUV0myryZrOThhIRE3ruwqON2B436LOoz06hPzyKdnnoVPXvfF1a85UNvej41u94Ftg+d1tnxxF8zE0xrFklzBmlq4GzIkwJYBs46uLyykP2b4wpeFqPra+cAlifm3aJ+ZjKFsoIxcXc+rPNot9qYPjSFA/v3orFv7+pFhx/98gXv+Mh18zrK4/moRqOxeHr743/jmocjPVhBMjsJF7fhRWBNgsS4EDAUanWSUUnklLZqXiJ+TbrmTbKIMvdXPfchfUEmfNYNAJCaBNamSDoxt5qNVQs7nVtf856PR/t3bf/q/v+547gT2GPUzNR5yeGDG5g8bKcNl3RgXTB5aergrYV3vlDqkb7U5GWM05EMKwQluT3pFb8oS+JVKABDBb8lBO880iRGY3YGswf3jMnEUx9bevHrl56w6RMRMt6cYzuN5WkSI+nUYUwCZz2cd/DiQ5UhM3fo2utereYVgFNf4brrr6S/jEWFn5G8/UIMZgBMEAhMmqLRaFF7x2Ovol1b3372u9erE/NRmzbpZObQWWmrPmo6LaStBlwezYnAezm6A3olITSPOZRipT9nFvVqikIc3BY0FKlQoiJGah0OTx4s+4NP/4Uq/R6dEFBb7cFqe2ZqtTWxti7J2BMA8q5Q7RbMaUW8sofMKU1J0UExgRlQnLVcNEErhYg1WGnACxIL1Hc8sabqk98/IaDipqkm7eZC12nCJm1YcZDcH5G8kolz4r6rC1rOqEArJoLirOBLHJ5nh/MOs/VZSrb85LOTk1uGju+j4mZqTPJo3Gp2XJxAUtOrPstxYkj6DVDzTQgJsnJTNtGUMUxx6EArBWYg6cSYeOaxMwcevuuHsv+xK0UkOmp4fmjjM414SbR5sJPUieMqMwcdQ1CH9FWhQ0+HfmP+5l2p/YVfQWAUZ6E9UVj9WhGIBBAN4zwOT0yqyZ27L1u0ZfMXll/y+m/IMw/+M521oT5vCelb//iXZw+62TsG7IGzxsaGUa0OghUDpELJN+/Qet/1YV0hyotYKX8plJqo0FHmrF/FzFAgKBV0GSySKYJC51i8h3cOaRJjYveezoF2tElUNDPop8457/yz0lXXfOwmWnLJvUckvHzm1m3xEwtanBrU4hhKRSiXyiCtwAR4CqtAKNCa8gJl7kiJXn6liWNxiIr6DeqL9ELNT0DEIAltfAKDKe/Oh/e9F5i4LdHI2E+TNLllalZNnK5obNvOiQ37v/iZv5/44WevKS9bc/Poq6/e1U14r732Ow4jKx6OUy9J0oFzLgvRfbdMkvdhclHJ3K45vczAICoe/fffC/CoD6DePHDGsl7rH8QgZIcAzqawnvYPrzrrK6XXX/fjm7723cfslUsfODDT+XeJ9AdnXennzVg+OvHLH6/ra3OMLl7+nb3P0vXlehvV2hCUjlAS3e1eep+VsrLEl4i6jALk15pV1P/fsWOl3OTlZMqr5oWv6IGrgv6QCOR9pkf0obRknVG14Qcry1bece0V17ouYYApETm0/47bdrVm4u+fWRrt9AF1+fs/dPe3tj3y0NTuxy+t1mahdQStVJBgsYJSAHvAZZfvve/GGXn9Cy+RQIOehxCjO8l9aqb583o6QvFUYB2Cr2ICGL4rHCUKaieGIPUG3rm4NDp+75q33JACN869fgHQnrd6TkTSmj34vllTbR44MINGfQaduAPvDBgeWvXEHkGtk+kLcgVrV+lDp9wMUiECnXsEkSUFASbnGj0F5lB/O9YRcp6Q+6hME6iYofPnFA7uCxyypJbzXlT2miIoTdARQSlARwqsAGIPuBQ8ODCz8IoP3Lnp1hvdCVfP87FnZHLH4PTw12dT+9HK5AxUVM5i/kyhoxVYglKHDCEIqbKeVLF5mIP1PKPBo5mi+aKu/pVNQA4UcfdxHzekWEqQPp+EohmjnpkP5gp9JaM+BnaVuASdAacVB9CkJ8VWxBDnQSy+evp5D2z/7ud2Pqc2Rz7+cMVF9quPPXx7E7iyNdNcpUtllEoRylEJUgqRjFK5vwomkawJ7Q8KwQckRIP9GthjFQfp2CAUTNlRwekyikEc2BQeK5AKuzwygXrXiVDfJOfOPgPOCwge4UaDtEysgVgTpNjSq/eBpMBmQDODtYaiXkGWBaHK4wHnBFRWKZfUvSe6cOfVTFz9hnUPf/vOh/6VqgOf3bHzACplDc2MAR3qVKwYWilAZSyzCtbYoEDK+1VZrgWZq6Og47KjT6ZceNy3elEEpyBnZgLnci7OJj8/KwXoMqDDjg8wh90eWSGVu2mq736vZKyCc2Fnict2osQxxMSZpt4BEgSywQwSmAWaCcLZtQmBKGhLQA6oDE7q4dHNJwUUAOwYefTz57s3n3Og0fxw9Ox+aB2E90wA0wBUKdh8BY1IaVjtuuJLn7dHvC9ozI8s5h4BznwMQTE3Cbs4KOug5uAEB519nsN7QdYVfElexWYmABbk2gBZUFQBsQbyfVacBU5EEPhMYSSATQCxQaMuvQoDQIBJgKQNby3IG0gag0iyyoMDWEA+1EzFO4gYONMGLzrnLhla/tRJA/XJ193gAHzkv+6nsS37dr/D075oHQgLKFfiAOVKWJWKGSqKEDkPmwHkbNhS0202HkVG1hOF9EAo5itMhKKathsKZ+bKi2ROPIuNCqFzN6hA3gvKgxABfAJKLUAqlMqIwpacLMVgCfu2uNAODHsmI5BSYF0K6qNoCDQ0CrIGZE0wg3ELSFpwJoFICgcPZ433cMYDiYyteKg0sPjzC897Y2vXPd88OaDy8a43rL3mK3d0rty8r/W3Ow9uuXTdqnGsOWM5FowvQM0Oo1KtQOsoiwAVtGh4Cu0Rl21Q85L7LoGX/ipzd1r7IrfMZ0jPwQfvkW1mkx4lOWtfUm5ivYQJBGe/L6uzeQqrOmeWBYQ8GCaUwQrBhfieFYAEP+WZQV66+SKzCouzVIJmLa3YiLUpl8mhEpVt3DGHmrOz1tlOKWJUS1W9U5UrTznmp/SyC+/a8Yt7tuzY/AucNKOK44Nvu+CuW+988P5ytPjDP35szy079k7jonNXYOmyhRgaGUVtYACVahWRLnd3TihN0NDZ5Pnu5jSRfMtNmPGwgANzpJCLIJ+krFaVR1yUd08FEASZmvM+/CyCjNq5bGOCzXcvohtosApCSaU4fG9WyoH3cM7DOgexaZAgGIc4jpEGOYIYgXNOnBFvrJM4SUxsE2OticsLRkZ2D42P7zd6+NDOiXp7UcUeXjKA3YtHK1sGh/nxjZf/SeuMQ43q+Retb2669caT154fY38UAOA/73n67VNTB75eM+3hi89ejLNWL8WChQtQHRxApTqASq2GUqkEyswJQN3tns4VdBfdMJl6DiurdORmjLKyhy/sh/DOwyOYJfHheq0LgYy3Ds6aoPUwNvhJ54OKynikiUGcpEithUssOsajbSxi40FaA8SSeok7iZ1txUbVO8bU28YY8W0mmqgqniWXTEYK+wdLakepUp4o1Sp7H9o6IdpQtH7DxX7V6MLJ16zyB3DkdtJjtvWOp+t7zkABoNvu3T0wPbX39rTdeOPisixdt3IB1q5ahEXjYxgcGcHA4AgGhgZRKZfhheCshbEO4m0m1gScs4Eh1K1TBtVpN8rInnEATzLVj0j4gIjAGwvng+bdmrCjJHUWppOg007QbMdoxSk67RQzrQTt1MOB0U5cuxEnSeKp5ZQi1rqdxMl9I1X6wYKB4e0uknTxwgXJyvElM2cvVckclyoA5OBMi6z3snzBUC7+90f0EZ/DjvrnDBRwQn++gADgM9/dtKoxPX2DUvTxIbaDp42UsGbZAqxcMY5lSxdhbHwcUbkC5wyMCZurnXjAZ7rurhmTXr0mM2t5juqdA5yHy1534iFO4CWkAmlqkSQG7ThFkhh0ktQ3mm002o46Bs6S6qQik+1OWq+34u1W/KaBgcFnADsVx/GOxaVaq7zSNd/72g3pHDCOlegV359vs9oJ7zQ81UD13cCnv7FpwJr6HznwH2ux5w+QxYrRGlYvHcXY8AAGaiXUKmWUyhpKK8BTYELq0UktjDOZgCYkhyH8JsBZOLFwVmC9ILUeibFIU4N2J8Vs26OVOlAUJZVy5XBteHCjc26X8VRvunQWnjap6ujWtatXyaqLNzSaWzfWz640/FFAmJufzy3zHW8z2kn9PYpTDdTcG+ZP3nbn4kpt8AqGejcJLmdxNQWHqvKoRRE0h+Aglcx5ew+bXUOkFGqlCJVIgxgwxiNOYsSpRZT5PYFKvWCKWe+vDQ1Nzc7Wf6a8/fnQypVPnnHauc1Xj4yYodF99hS2cY+tdXme41cJ1Hx6DNq0dR99/+db1wnhKhF+tYcss15K3loWL5UoUkrpqBTpqKaYByEW3qYT3vpDpJTXOqpUypUBraNKdaD6w7Q++zPjeNKZeO/WhzZv/9ItN5hfhzbK8YB4QcLz5zk8AKw/cznWn7n8cQCPF0G8+Kbb5O3rl1enJ3W5U2mqmvc0tmRZJCiPxWlS7TRjicqII0ftqc7OmVv+9A+msxumjbfcEFbvda99xbT9/38AwQLcB9eM7wIAAAAASUVORK5CYII=");
    background-size: 80px 33px;
    background-position: 60% 47%;
    background-repeat: no-repeat
}

.menu-primary>li.menu-brand-offerts a:before {
    opacity: 0
}

.menu-primary>li.menu-brand-offerts a:after {
    color: #fff
}

.input-search {
    position: relative;
    width: 200px;
    height: 40px;
    font-size: 12px
}

.input-search input {
    color: #000;
    font-size: 12px;
    border: 2px solid #000;
    width: 70%;
    height: 40px;
    font-weight: 100;
    transition: all .3s;
    float: right
}

.input-search input:focus {
    border-color: #000;
    width: 100%
}

.input-search button {
    cursor: pointer;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 2
}

.input-search button i {
    color: #000;
    font-size: 27px;
    line-height: 1.5
}

.input-search button:hover {
    opacity: .5
}

.input-search button:focus {
    outline: none
}

@media (max-width:md) {
    .input-search {
        width: 100%;
        background: #222
    }

    .input-search input {
        width: 100%
    }

    .input-search input, .input-search input:focus {
        border: 2px solid #222;
        color: #fff;
        background-color: transparent
    }

    .input-search button {
        color: #ec7205;
        text-indent: 0;
        width: auto;
        background: none;
        padding-left: 15px;
        padding-right: 15px
    }
}

.nav-menu {
    height: 75px;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    transition: all .2s
}

.nav-menu .container {
    height: 100%
}

.nav-menu__brand {
    position: absolute;
    left: 15px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 9
}

.nav-menu__brand a {
    line-height: 3.5;
    display: inline-block
}

.nav-menu__brand a img {
    height: 25px;
    width: 105px
}

.nav-menu__search {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11
}

@media (max-width:md) {
    .nav-menu {
        height: auto;
        padding: 0;
        border-bottom: 0
    }

    .nav-menu__search {
        position: fixed;
        top: 45px;
        right: 0;
        left: 0;
        z-index: 9;
        transform: translateY(0);
        display: none
    }

    .nav-menu__search.open {
        display: block
    }
}

.menu-collapse-mobile {
    padding-left: 15px;
    padding-right: 15px;
    background: #151515;
    color: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow-x: hidden;
    display: none
}

.menu-collapse-mobile.open {
    display: block
}

.menu-primary-mobile {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: #fff
}

.menu-primary-mobile ul {
    padding: 0
}

.menu-primary-mobile li {
    list-style: none
}

.menu-primary-mobile li>a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-weight: 600
}

.menu-primary-mobile li>a:after {
    content: "\203A";
    font-size: 25px;
    position: absolute;
    right: 18px;
    top: 45%;
    transform: translateY(-50%)
}

.menu-primary-mobile ul {
    background-color: #ebedf0;
    display: none
}

.menu-primary-mobile ul>li>a {
    padding-left: 20px;
    font-weight: 400
}

.menu-primary-mobile ul>li>ul {
    background: #fff
}

.menu-primary-mobile ul>li>ul>li>a {
    text-transform: none;
    padding-left: 30px
}

.menu-primary-mobile .menu-item-plus>a {
    position: relative
}

.menu-primary-mobile .menu-item-plus>a:after {
    content: "+";
    right: 15px;
    top: 47%
}

.menu-primary-mobile .menu-item-plus>a.open:after {
    content: "\2013"
}

.menu-list-payment {
    padding: 0;
    margin-left: -10px;
    font-size: 12px
}

.menu-list-payment li {
    list-style: none;
    padding: 5px 0 5px 55px;
    height: 64px;
    line-height: 54px;
    position: relative;
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: 0
}

.menu-list-payment li i {
    width: 54px;
    text-align: center;
    font-size: 42px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%)
}

.menu-mobile-cards {
    font-size: 13px;
    text-align: center;
    padding: 20px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.btns-auth-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.btns-auth-mobile .btn {
    text-transform: uppercase;
    background: #433f3f;
    color: #fff;
    width: 50%;
    height: 40px;
    line-height: 1.4;
    float: left
}

.btns-auth-mobile .btn:first-child {
    border-right: 1px solid #fff
}

.footer-page {
    background: #f7f7f7;
    border-top: 1px solid #bbb
}

.footer-social {
    background: #fff;
    padding: 20px 0;
    line-height: 1
}

.footer-social-links {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:xs) {
    .footer-social {
        font-size: 13px
    }
}

.footer-payment {
    padding: 30px 0
}

.footer-payment-caption {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase
}

.footer-payment-caption p {
    font-size: 13px;
    margin: 10px 0 15px
}

.footer-menu {
    padding: 40px 0 70px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.footer-menu__title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative
}

.footer-menu__title:after {
    content: "+";
    font-size: 22px;
    position: absolute;
    right: 18px;
    top: 45%;
    transform: translateY(-50%);
    display: none
}

.footer-menu__title.open:after {
    content: "\2013"
}

.footer-menu__nav {
    margin-top: 5px;
    font-weight: 300
}

.footer-menu__nav a {
    display: block;
    padding: 2px 0;
    text-decoration: none;
    font-size: 12px
}

@media (min-width:md) {
    .footer-menu__nav {
        display: block !important
    }
}

@media (max-width:md) {
    .footer-menu {
        padding: 0;
        border-bottom: 0
    }

    .footer-menu__title {
        padding: 0 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #ccc
    }

    .footer-menu__title:after {
        display: block
    }

    .footer-menu__nav {
        display: none;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px
    }

    .footer-menu__nav a {
        font-size: 12px;
        font-weight: 400;
        background: #fff;
        padding: 0 15px;
        line-height: 40px;
        border-bottom: 1px solid #ccc
    }
}

.footer-cards-availible {
    text-align: center;
    padding: 30px 0;
    font-size: 13px
}

.footer-cards-availible span {
    padding: 0 5px 15px
}

.footer-cards-availible img {
    height: 30px
}

@media (max-width:md) {
    .footer-cards-availible {
        border-bottom: 1px solid #e4e4e4
    }

    .footer-cards-availible span {
        display: block
    }
}

.footer-copyright {
    font-size: 13px;
    padding: 20px 0
}

@media (min-width:md) {
    .footer-copyright {
        position: absolute;
        left: 15px;
        bottom: 16px
    }
}

.page-head {
    padding: 20px 0
}

.title-primary {
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2.2rem
}

.title-primary:after, .title-primary:before {
    content: "";
    height: 20px;
    border-top: 2px solid;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.title-primary:before {
    right: calc(90% - 2px);
    border-right: 2px solid;
    border-top-right-radius: 50px
}

.title-primary:after {
    left: 10%;
    border-left: 2px solid;
    border-top-left-radius: 50px
}

.title-secondary {
    font-size: 21px;
    display: inline-block;
    max-width: 500px;
    font-weight: 500;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 18px;
    margin-bottom: 15px
}

.title-secondary:before {
    content: "";
    width: 85px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px solid;
    display: none
}

.title-secondary.is-decor:before {
    display: block
}

.title-secondary--small {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.title-secondary--small:first-letter {
    font-size: 110%
}

.form-material .form-group {
    margin-bottom: 1.4rem;
    padding-top: 25px;
    position: relative
}

.form-material .form-control {
    height: 30px;
    padding-left: 2px;
    padding-right: 2px;
    color: inherit;
    background: none;
    border: 0;
    border-bottom: 1px solid #999;
    opacity: .7
}

.form-material .form-control:focus, .form-material .form-control:valid {
    opacity: 1
}

.form-material label {
    font-weight: 500;
    margin-bottom: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 2px;
    transition: all .5s
}

@media (max-width:xs) {
    .form-material .form-group {
        margin-bottom: .7rem
    }

    .form-material .form-control:focus+label, .form-material .form-control:valid+label {
        font-size: 90%;
        top: 0
    }

    .form-material label {
        top: 30px
    }
}

.loading {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9999
}

.loading .content {
    margin: 10% auto 0;
    padding: 20px 30px;
    width: 35%;
    background-color: #fff;
    text-align: center
}

@media (max-width:xs) {
    .loading .content {
        width: 90%
    }
}

.visible-768 {
    display: none !important
}

.hidden-768 {
    display: block !important
}

.altm-popup-sprite {
    background-image: url(images/popup/spritesheet.png);
    background-repeat: no-repeat;
    display: block
}

.altm-popup-close {
    width: 22px;
    height: 22px;
    background-position: -5px -5px
}

.altm-popup-next {
    width: 14px;
    height: 16px;
    background-position: -37px -5px
}

.altm-popup-nice {
    width: 54px;
    height: 54px;
    background-position: -61px -5px;
    margin: 0 auto
}

.altm-popup-select {
    width: 21px;
    height: 14px;
    background-position: -5px -69px
}

.popup-subscription-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, .8);
    display: block
}

.popup-subscription-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.popup-subscription-form .form-row>.col, .popup-subscription-form .form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.popup-subscription-form .form-group {
    margin-bottom: 1rem
}

.popup-subscription-register {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 736px;
    height: 558px;
    margin-left: -368px;
    margin-top: -278px;
    background: #fff;
    z-index: 99999999;
    display: block
}

.popup-subscription-register .popup-subscription-close {
    font-size: 16px;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 28px;
    padding-top: 9px;
    color: #fff;
    position: absolute;
    text-decoration: none;
    cursor: pointer
}

.popup-subscription-register .popup-subscription-content {
    width: 718px;
    height: 539px;
    background-color: hsla(0, 0%, 100%, .9);
    font-family: bebasneue, sans-serif;
    color: #000;
    font-size: 0;
    line-height: 15px;
    padding: 9px 10px 9px 9px
}

.popup-subscription-register .popup-subscription-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: unset
}

.popup-subscription-register .popup-subscription-left .img-responsive {
    max-width: 100%
}

.popup-subscription-register .popup-subscription-nice {
    width: calc(50% - 20px);
    padding: 0 5px 0 15px;
    vertical-align: top;
    text-align: center;
    display: none
}

.popup-subscription-register .popup-subscription-nice.inlineblock {
    display: inline-block !important
}

.popup-subscription-register .popup-subscription-nice .popup-subscription-icon {
    padding-top: 150px;
    padding-bottom: 26px
}

.popup-subscription-register .popup-subscription-nice .popup-subscription-msn {
    color: #d699a9;
    font-family: bebasneue-bold, sans-serif;
    font-size: 51px;
    line-height: 45px;
    text-transform: uppercase
}

.popup-subscription-register .popup-subscription-right {
    width: calc(50% - 20px);
    padding: 0 5px 0 15px;
    display: inline-block;
    vertical-align: top;
    box-sizing: unset
}

.popup-subscription-register .popup-subscription-right .popup-subscription-titles {
    font-family: bebasneue-bold, sans-serif;
    text-align: center;
    padding-top: 25px
}

.popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_1 {
    font-size: 75px;
    color: #005e6a;
    line-height: 53px;
    text-transform: uppercase
}

.popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_2 {
    font-size: 75px;
    color: #d699a9;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase
}

.popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_3 {
    color: #d699a9;
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase
}

.popup-subscription-register .popup-subscription-form h2 {
    color: #005e6a;
    font-family: 'lasiver', sans-serif;
    font-size: 21px;
    font-weight: 400;
    padding-top: 20px;
    text-align: center
}

.popup-subscription-register .formsubscription input::-webkit-input-placeholder {
    font-family: bebasneue, sans-serif !important;
    color: #c7c8ca
}

.popup-subscription-register .formsubscription input:-moz-placeholder, .popup-subscription-register .formsubscription input::-moz-placeholder {
    font-family: bebasneue, sans-serif !important;
    color: #c7c8ca
}

.popup-subscription-register .formsubscription input:-ms-input-placeholder {
    font-family: bebasneue, sans-serif !important;
    color: #c7c8ca
}

.popup-subscription-register .formsubscription input.error::-webkit-input-placeholder {
    color: #d60000
}

.popup-subscription-register .formsubscription input.error:-moz-placeholder, .popup-subscription-register .formsubscription input.error::-moz-placeholder {
    color: #d60000
}

.popup-subscription-register .formsubscription input.error:-ms-input-placeholder {
    color: #d60000
}

.popup-subscription-register .formsubscription input[type=email], .popup-subscription-register .formsubscription input[type=text] {
    width: calc(100% - 36px);
    border: 2px solid #005e6a;
    color: #005e6a;
    font-family: bebasneue, sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase;
    padding: 9px 16px 6px;
    box-sizing: unset
}

.popup-subscription-register .formsubscription input.phidden[type=text] {
    width: 0;
    border: 0;
    font-size: 0 !important;
    padding: 0;
    margin: 0;
    margin-top: -15px;
    position: absolute
}

.popup-subscription-register .formsubscription input[type=checkbox] {
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    position: absolute
}

.popup-subscription-register .formsubscription input.error+.dropdowncountry dt a span {
    color: #d60000
}

.popup-subscription-register .formsubscription button[type=submit] {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #005e6a;
    font-family: bebasneue-bold, sans-serif !important;
    font-size: 26px !important;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 0 5px 26px;
    position: relative;
    line-height: 1.15
}

.popup-subscription-register .formsubscription button[type=submit]:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image: url(images/popup/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    background-position: -37px -5px
}

.popup-subscription-register .formsubscription button[type=submit].scp-submit-loading:before {
    display: none
}

.popup-subscription-register .formsubscription label.error {
    display: none;
    font-weight: 400 !important
}

.popup-subscription-register .formsubscription .scpconsultant {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: bebasneue, sans-serif !important;
    font-size: 20px;
    color: #c7c8ca;
    text-transform: uppercase;
    border: 2px solid #005e6a;
    display: block;
    width: calc(100% - 36px);
    padding: 12px 16px 10px;
    box-sizing: unset
}

.popup-subscription-register .formsubscription .scpconsultant:after {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #c7c8ca;
    position: absolute;
    top: 4px;
    right: 5px;
    background-image: url(images/popup/check.jpg);
    background-repeat: no-repeat;
    background-position: -30px 0
}

.popup-subscription-register .formsubscription input[type=checkbox]:checked~label {
    color: #005e6a
}

.popup-subscription-register .formsubscription input[type=checkbox]:checked~label:after {
    background-position: 1px 1px
}

.popup-subscription-register .formsubscription .scp-12 {
    width: 100%;
    padding-bottom: 9px;
    box-sizing: unset
}

.popup-subscription-register .formsubscription .scp-6-l {
    width: calc(50% - 6px);
    padding-right: 6px;
    display: inline-block;
    box-sizing: unset
}

.popup-subscription-register .formsubscription .scp-6-r {
    width: calc(50% - 6px);
    padding-left: 6px;
    display: inline-block;
    box-sizing: unset
}

.popup-subscription-register .formsubscription .scp-5-l {
    width: 48%;
    display: inline-block;
    box-sizing: unset
}

.popup-subscription-register .formsubscription .scp-7-r {
    width: 52%;
    display: inline-block;
    box-sizing: unset
}

.popup-subscription-register .formsubscription .msn-error {
    color: #d92121;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    font-size: 12px
}

.popup-subscription-register .formsubscription .msn-error span:first-child {
    display: block !important
}

.popup-subscription-register .formsubscription .msn-error span {
    display: none
}

.popup-subscription-register .text-footer {
    width: 86%;
    padding-left: 14%;
    color: #939598;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
    box-sizing: unset
}

.popup-subscription-register .text-footer a {
    color: #939598;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline
}

.popup-subscription-register .text-footer a:hover {
    color: #005e6a !important;
    text-decoration: underline !important
}

.dropdowncountry {
    margin: 0;
    padding: 0
}

.dropdowncountry.error dt a {
    _background: url(images/popup/select.png) no-repeat scroll 100%;
    _color: #bc007f;
    box-sizing: unset
}

.dropdowncountry dd {
    position: relative;
    margin: 0
}

.dropdowncountry dd ul {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: bebasneue, sans-serif !important;
    font-size: 12px;
    background: #fff none repeat scroll 0 0;
    border: 0 solid #7e7979;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    min-width: 106px;
    list-style: none;
    z-index: 9;
    overflow-y: auto;
    max-height: 120px
}

.dropdowncountry dd ul::-webkit-scrollbar {
    width: 13px
}

.dropdowncountry dd ul::-webkit-scrollbar-thumb {
    background-color: #c7c8ca;
    border-radius: 7px;
    min-height: 80px;
    outline: 1px solid #708090
}

.dropdowncountry dd ul li a {
    padding: 9px 8px 7px;
    display: block;
    font-size: 20px;
    line-height: normal;
    color: #005e6a;
    transition: .3s
}

.dropdowncountry dd ul li a:hover {
    background-color: #8daaaf;
    color: #fff
}

.dropdowncountry dd ul li a span.value {
    display: none
}

.dropdowncountry dt {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: bebasneue, sans-serif !important;
    font-size: 12px
}

.dropdowncountry dt a {
    background-image: url(images/popup/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    border: 0;
    border: 2px solid #005e6a;
    width: calc(100% - 4px);
    background-position: 140% -56px;
    box-sizing: unset
}

.dropdowncountry dt a span {
    cursor: pointer;
    display: block;
    padding: 12px 16px 10px;
    font-size: 20px;
    color: #c7c8ca;
    text-transform: uppercase
}

.dropdowncountry dt a span.active {
    color: #005e6a
}

.dropdowncountry dt a span .value {
    display: none
}

.nv-cz-popup-subscription-fixed {
    background-color: hsla(0, 0%, 100%, .6)
}

.nv-cz-popup-subscription-register {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

.nv-cz-popup-subscription-register .popup-subscription-close {
    top: -15px;
    right: -10px;
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding-top: 0;
    background: #fff
}

.nv-cz-popup-subscription-register .popup-subscription-content {
    background-image: url(images/popup/fondo-modal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 718px;
    width: 100%
}

.nv-cz-popup-subscription-register .popup-subscription-left {
    width: 45%;
    position: relative
}

.nv-cz-popup-subscription-register .popup-subscription-left .background-position {
    display: none;
    position: absolute;
    top: -53px;
    left: -9px;
    z-index: 100
}

.nv-cz-popup-subscription-register .popup-subscription-right {
    width: calc(54% - 20px);
    position: relative
}

.nv-cz-popup-subscription-register .popup-subscription-right .popup-subscription-titles {
    position: absolute
}

.nv-cz-popup-subscription-register .popup-subscription-right .popup-subscription-form {
    background: hsla(0, 0%, 100%, .5);
    padding: 55px 20px 20px;
    margin-top: 120px
}

.nv-cz-popup-subscription-register .popup-subscription-nice {
    color: #fff;
    margin: 0 0 0 auto;
    width: calc(54% - 20px);
    padding: 0 5px 0 0
}

.nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-icon {
    padding: 0;
    position: relative;
    z-index: 10
}

.nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-icon .altm-popup-sprite {
    background-image: url(images/popup/check.png);
    width: 73px;
    height: 73px;
    background-position: 50%
}

.nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-msn {
    background: hsla(0, 0%, 100%, .5);
    letter-spacing: 1.22px;
    font-family: SorrenEx-Medium, sans-serif;
    font-size: 60px;
    line-height: 55.76px;
    color: #000;
    text-align: left;
    margin-top: -30px;
    padding: 79px 52px 52px
}

.nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-msn p {
    padding-left: 5%;
    margin: 0
}

.nv-cz-popup-subscription-register .formsubscription input[type=email], .nv-cz-popup-subscription-register .formsubscription input[type=text] {
    border: 2.5px solid #b00074;
    color: #b00074;
    background: #fff;
    font-family: GiorgioSans-Medium, sans-serif !important;
    letter-spacing: 2px;
    padding: 6px 16px
}

.nv-cz-popup-subscription-register .formsubscription button[type=submit] {
    background-color: #b00074;
    max-width: 150px
}

.nv-cz-popup-subscription-register .formsubscription .scpconsultant {
    font-family: GiorgioSans-Medium, sans-serif !important;
    letter-spacing: 2px;
    border: 2.5px solid #b00074;
    background: #fff;
    color: #b00074
}

.nv-cz-popup-subscription-register .formsubscription .scpconsultant:after {
    background-image: url(images/popup/arrow-check.jpg)
}

.nv-cz-popup-subscription-register .formsubscription input[type=checkbox]:checked~label {
    color: #b00074
}

.nv-cz-popup-subscription-register .formsubscription button[type=submit] {
    padding: 12px 0 5px;
    text-align: center
}

.nv-cz-popup-subscription-register .formsubscription button[type=submit]:before {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    width: 0;
    height: 0
}

.nv-cz-popup-subscription-register .formsubscription .msn-error {
    font-family: GiorgioSans-Regular, sans-serif;
    font-size: 15px;
    letter-spacing: .75px
}

.nv-cz-popup-subscription-register .formsubscription .msn-error span:first-child {
    display: block !important
}

.nv-cz-popup-subscription-register .formsubscription .msn-error span {
    display: none
}

.nv-cz-popup-subscription-register .text-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    background: #fff;
    font-family: GiorgioSans-Regular, sans-serif;
    letter-spacing: .5px;
    font-size: 18px;
    padding: 5px 0
}

.nv-cz-popup-subscription-register .text-footer.custom-font-footer {
    font-size: 15px;
    line-height: 130%
}

.nv-cz-popup-subscription-register .text-footer.custom-font-footer a {
    font-size: 15px
}

.nv-cz-popup-subscription-register .text-footer.custom-font-footer .check-publish {
    width: 15px;
    height: 15px;
    border: 2px solid #c7c8ca;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -1px;
    cursor: pointer
}

.nv-cz-popup-subscription-register .text-footer.custom-font-footer .check-publish.active {
    background-image: url(images/popup/arrow-check.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 50%
}

.nv-cz-popup-subscription-register .text-footer a {
    font-family: GiorgioSans-Regular, sans-serif;
    font-size: 18px
}

.nv-cz-popup-subscription-register .text-footer a:hover {
    color: #b00074 !important
}

.nv-cz-popup-subscription-register .altm-popup-sprite {
    background-image: url(images/popup/nv-cz-close.png)
}

.nv-cz-popup-subscription-register .altm-popup-close {
    width: 45px;
    height: 45px;
    background-position: 50%
}

.nv-cz-popup-subscription-register .dropdowncountry dt a {
    background-image: url(images/popup/nv-select.png);
    background-position: 95%;
    background-color: #fff;
    border: 2.5px solid #b00074
}

.nv-cz-popup-subscription-register .dropdowncountry dt a span.active {
    color: #b00074;
    font-family: GiorgioSans-Medium, sans-serif !important;
    letter-spacing: 2px
}

.nv-cz-popup-subscription-register .dropdowncountry dd ul {
    font-family: GiorgioSans-Medium, sans-serif !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    background: #f1f2f2
}

.nv-cz-popup-subscription-register .dropdowncountry dd ul::-webkit-scrollbar-thumb {
    border-radius: 0
}

.nv-cz-popup-subscription-register .dropdowncountry dd ul li a {
    color: #b00074
}

.nv-cz-popup-subscription-register .dropdowncountry dd ul li a:hover {
    background-color: #b00074;
    color: #fff
}

.nv-cz-popup-subscription-register .altsus {
    top: -79px !important
}

.nv-cz-popup-subscription-register button[type=submit].disabled {
    background-color: #7e7979 !important
}

.nv-cz-popup-subscription-register .suscription-valid-info.active, .nv-cz-popup-subscription-register .suscription-valid-info.active a {
    color: #d60000
}

.nv-cz-popup-subscription-register .checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nv-cz-popup-subscription-register .checkbox-container:hover input~.checkmark {
    background-color: #fff
}

.nv-cz-popup-subscription-register .checkbox-container .checkbox-wrapper {
    margin-bottom: 0;
    padding-left: 25px;
    position: relative
}

.nv-cz-popup-subscription-register .checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.nv-cz-popup-subscription-register .checkbox-container input[type=checkbox]:checked~.checkmark {
    background-image: url(images/popup/arrow-check.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 50%
}

.nv-cz-popup-subscription-register .checkbox-container input[type=checkbox].error~.checkbox-text, .nv-cz-popup-subscription-register .checkbox-container input[type=checkbox].error~.checkbox-text a {
    color: #d60000
}

.nv-cz-popup-subscription-register .checkbox-container input[type=checkbox].error~.checkmark {
    border-color: #d60000
}

.nv-cz-popup-subscription-register .checkbox-container .checkmark {
    background-color: #fff;
    border: 2px solid #c7c8ca;
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px
}

@media (max-width:768px) {
    .dropdowncountry dt a {
        background-position: 214% -60px
    }

    .popup-subscription-fixed {
        opacity: .088
    }

    .popup-subscription-register {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        max-height: 50vh;
        left: 0;
        margin: 0;
        bottom: 0;
        top: auto;
        box-shadow: 0 1px 11px 2px rgba(22, 28, 29, .19);
        overflow: auto;
        transition: all .4s ease-in-out
    }

    .popup-subscription-register.popup-subscription-hidden {
        bottom: -700px
    }

    .popup-subscription-register .popup-subscription-close {
        position: absolute;
        top: 10px;
        right: 20px;
        background-color: hsla(0, 0%, 100%, .7);
        background-size: 16px 16px;
        background-position: 50%;
        padding: 15px 12px;
        z-index: 99999;
        width: 16px;
        height: 16px
    }

    .popup-subscription-register .popup-subscription-content {
        width: 100%;
        padding: 17px 11px;
        height: auto;
        margin: auto 0
    }

    .popup-subscription-register .popup-subscription-nice {
        margin: 11% auto 10%;
        width: 90%;
        padding: 0
    }

    .popup-subscription-register .popup-subscription-nice .popup-subscription-icon {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        width: 20%
    }

    .popup-subscription-register .popup-subscription-nice .popup-subscription-msn {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        width: 80;
        text-align: left
    }

    .popup-subscription-register .popup-subscription-left {
        display: none
    }

    .popup-subscription-register .popup-subscription-right {
        width: 100%;
        padding: 0
    }

    .popup-subscription-register .popup-subscription-right .popup-subscription-titles {
        padding-top: 0
    }

    .popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_1 {
        font-size: 40px;
        letter-spacing: 3px;
        text-align: left;
        line-height: 29px
    }

    .popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_3 {
        font-size: 29px;
        line-height: 26px;
        text-align: left
    }

    .popup-subscription-register .popup-subscription-form h2 {
        font-size: 15px;
        padding-top: 0;
        text-align: left
    }

    .popup-subscription-register .formsubscription {
        width: 100%;
        padding: 0
    }

    .popup-subscription-register .formsubscription .scp-12 {
        padding-bottom: 10px
    }
}

@media (max-width:768px) and (max-width:640px) {
    .popup-subscription-register .formsubscription .scp-12 {
        padding-bottom: 8px
    }
}

@media (max-width:768px) and (max-width:640px) {
    .popup-subscription-register .formsubscription .scp-6-l {
        padding-right: 3px
    }
}

@media (max-width:768px) {
    .popup-subscription-register .formsubscription input[type=text] {
        vertical-align: bottom;
        font-size: 18px !important;
        padding: 6px 16px 4px
    }

    .popup-subscription-register .formsubscription .scpconsultant {
        font-size: 24px;
        padding: 8px 16px 7px;
        border: none;
        color: #005e6a
    }

    .popup-subscription-register .formsubscription .scpemail {
        vertical-align: baseline
    }

    .popup-subscription-register .formsubscription .scpconsultant:after {
        top: 3px;
        right: -3px;
        width: 20px;
        height: 20px
    }

    .popup-subscription-register .formsubscription input[type=checkbox]:checked~label:after {
        background-position: 1px 0;
        background-size: 98%
    }

    .popup-subscription-register .formsubscription button[type=submit] {
        font-size: 22px !important;
        padding: 12px 15px 5px 9px;
        text-align: center;
        letter-spacing: 1px
    }

    .popup-subscription-register .formsubscription button[type=submit]:after {
        content: "";
        position: absolute;
        margin-left: 5px;
        top: 13px;
        background-image: url(images/popup/spritesheet.png);
        background-repeat: no-repeat;
        display: block;
        width: 14px;
        height: 16px;
        background-position: -37px -5px;
        right: 20px
    }

    .popup-subscription-register .formsubscription button[type=submit].scp-submit-loading:after, .popup-subscription-register .formsubscription button[type=submit]:before {
        display: none
    }

    .popup-subscription-register .text-footer {
        width: 100%;
        padding: 2% 0
    }

    .dropdowncountry dt a span {
        padding: 11px 16px 4px;
        font-size: 18px
    }

    .dropdowncountry dd ul {
        max-height: 106px
    }

    .dropdowncountry dd ul li a {
        padding: 9px 8px 7px;
        font-size: 16px
    }

    .visible-768 {
        display: block !important
    }

    .hidden-768 {
        display: none !important
    }

    .nv-cz-popup-subscription-register {
        box-shadow: none;
        overflow: initial
    }

    .nv-cz-popup-subscription-register .popup-subscription-content {
        margin: 0 auto;
        background-image: none
    }

    .nv-cz-popup-subscription-register .popup-subscription-close {
        position: absolute;
        top: -20px;
        right: 10px;
        background-color: #fff;
        padding: 10px;
        width: 40px;
        height: 40px
    }

    .nv-cz-popup-subscription-register .popup-subscription-close .altm-popup-close {
        width: 20px;
        height: 20px;
        background-size: contain
    }

    .nv-cz-popup-subscription-register .popup-subscription-right .popup-subscription-titles {
        width: 100%
    }

    .nv-cz-popup-subscription-register .popup-subscription-right .popup-subscription-titles img {
        margin: auto;
        max-width: 250px
    }

    .nv-cz-popup-subscription-register .popup-subscription-right .popup-subscription-form {
        background: #fff;
        padding: 0;
        margin-top: 95px
    }

    .nv-cz-popup-subscription-register .popup-subscription-nice {
        width: 100%;
        max-width: 400px
    }

    .nv-cz-popup-subscription-register .formsubscription button[type=submit] {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        width: 100%;
        padding: 10px 15px 5px 9px
    }

    .nv-cz-popup-subscription-register .formsubscription button[type=submit]:after {
        background-image: none;
        width: 0;
        height: 0
    }

    .nv-cz-popup-subscription-register .formsubscription .scpconsultant {
        border: 2.5px solid #b00074;
        color: #b00074;
        font-size: 20px;
        padding: 10px 16px
    }

    .nv-cz-popup-subscription-register .formsubscription .scpconsultant:after {
        top: 5px;
        right: 10px
    }

    .nv-cz-popup-subscription-register .formsubscription .msn-error {
        text-align: right
    }

    .nv-cz-popup-subscription-register .text-footer {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 718px;
        margin: auto
    }

    .nv-cz-popup-subscription-register .text-footer, .nv-cz-popup-subscription-register .text-footer a {
        font-size: 14px;
        padding: 0
    }

    .nv-cz-popup-subscription-register .dropdowncountry dt a span {
        padding: 11px 16px 6px;
        font-size: 20px
    }
}

@media (max-width:639px) {
    .nv-cz-popup-subscription-register {
        height: auto;
        max-height: none;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:480px) {
    .popup-subscription-register .popup-subscription-nice {
        margin: 8% auto
    }

    .popup-subscription-register .popup-subscription-nice .popup-subscription-msn {
        font-size: 40px;
        padding: 0 3%
    }

    .popup-subscription-register .popup-subscription-right .popup-subscription-titles {
        padding-top: 0
    }

    .popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_1 {
        font-size: 32px;
        letter-spacing: 2px;
        text-align: left;
        line-height: 25px
    }
}

@media (max-width:480px) and (max-width:350px) {
    .popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_1 {
        letter-spacing: 1.8px
    }
}

@media (max-width:480px) {
    .popup-subscription-register .popup-subscription-right .popup-subscription-titles .title_3 {
        font-size: 25px;
        line-height: 20px;
        text-align: left
    }

    .popup-subscription-register .popup-subscription-form h2 {
        font-size: 12px;
        padding-top: 3px;
        text-align: left;
        margin-bottom: .46em
    }

    .popup-subscription-register .formsubscription {
        width: 100%;
        padding: 0
    }

    .popup-subscription-register .formsubscription input[type=text] {
        font-size: 18px !important;
        padding: 6px 16px 4px
    }

    .popup-subscription-register .formsubscription .scpconsultant {
        font-size: 20px
    }
}

@media (max-width:480px) and (max-width:400px) {
    .popup-subscription-register .formsubscription .scpconsultant {
        padding: 0;
        width: 100%;
        font-size: 18px
    }

    .popup-subscription-register .formsubscription .scpconsultant:after {
        top: -3px;
        right: 0;
        width: 18px;
        height: 18px
    }
}

@media (max-width:480px) {
    .popup-subscription-register .formsubscription button[type=submit] {
        font-size: 22px !important
    }

    .popup-subscription-register .text-footer {
        width: 100%;
        padding-left: 0;
        padding-top: 9px
    }

    .nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-icon .altm-popup-sprite {
        width: 58px;
        height: 58px;
        background-size: contain
    }

    .nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-msn {
        line-height: 36px
    }

    .nv-cz-popup-subscription-register .popup-subscription-nice .popup-subscription-msn img {
        max-width: 140px
    }
}

@media (max-width:480px) and (max-width:415px) {
    .nv-cz-popup-subscription-register .formsubscription .scpconsultant {
        padding: 11px 5px 9px;
        font-size: 16px;
        width: auto
    }

    .nv-cz-popup-subscription-register .formsubscription .scpconsultant:after {
        top: 9px;
        right: 7px;
        width: 14px;
        height: 14px
    }
}

@media (min-width:520px) {
    .hidden-xxs {
        display: block
    }

    .visible-xxs {
        display: none
    }
}

.slick-purple-dots .slick-list {
    padding-bottom: 30px
}

.slick-purple-dots .slick-dots {
    padding: 10px 0
}

.slick-purple-dots .slick-dots li {
    height: 20px;
    width: 20px
}

.slick-purple-dots .slick-dots li button {
    padding: 10px
}

.slick-purple-dots .slick-dots li button:before {
    font-size: 20px;
    color: #b00074
}

.slick-arrow-custom {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-arrow-custom:before {
    display: block;
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%
}

.slick-arrow-custom.slick-arrow-purple:before {
    background-image: url(images/cssimgs/arrow-left-purple.png)
}

.slick-arrow-custom.slick-arrow-white:before {
    background-image: url(images/cssimgs/arrow-left-white.png)
}

.slick-arrow-custom.slick-next:before {
    transform: rotate(180deg)
}

.czblog__single__content .slider_singlePasos__container.desktop {
    display: block
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container.desktop {
        display: none
    }
}

.czblog__single__content .slider_singlePasos__container.mobile {
    display: none
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container.mobile {
        display: block
    }
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single {
    max-width: 700px;
    margin: 40px auto 0
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-track {
        margin-bottom: 50px;
        background-color: #fafafa;
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column
    }
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide {
    min-height: 350px;
    background-color: #fafafa
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide {
        padding-right: 0
    }
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item {
    padding: 0
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.mobProd .item.product__info {
    min-height: 300px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item img {
    max-width: 99.9%
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item img.imageBig {
    min-height: 300px
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item img {
        max-width: 100%
    }
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.blog__post__info {
    padding: 50px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.blog__post__info.mob {
    padding: 0;
    min-height: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.blog__post__info {
        padding: 40px 20px 50px
    }
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.blog__post__info>div {
    padding: 30px;
    min-height: 300px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.blog__post__info p {
    font-size: 1.3em;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    font-family: TypeDynamicLasiverLight
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.blog__post__info p.title {
    font-size: 1.8em;
    padding-bottom: 10px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info {
    padding: 30px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .title {
    font-size: 1.8em;
    padding-bottom: 10px;
    font-family: TypeDynamicLasiverLight
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .description {
    font-size: 1.2em;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 5px;
    font-family: TypeDynamicLasiverLight;
    width: 100%
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 13px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta>div.cta__img {
    width: 40%
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta>div.cta__text {
    width: 60%;
    padding: 0 15px
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta>div.cta__text h2 {
    font-size: 1em;
    line-height: 1.3
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta>div.cta__text a, .czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta>div.cta__text p {
    font-size: .8em;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 5px;
    font-family: TypeDynamicLasiverLight
}

.czblog__single__content .slider_singlePasos__container .czblog__carrousel-single .slick-slide>div .item.product__info>div .cta>div.cta__text a {
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .8px;
    border-bottom: 1.5px solid #111
}

.czblog__single__content .slider_singlePasos__container .sliderPasos__marker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    width: 50px;
    height: 50px;
    margin: -25px auto 25px;
    position: relative;
    top: 0;
    font-family: TypeDynamicLasiverLight
}

@media screen and (max-width:64em) {
    .czblog__single__content .slider_singlePasos__container .sliderPasos__marker {
        display: none
    }
}

.czblog__single__content .slider_singlePasos__container .sliderPasos__marker>div {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.czblog__single__content .slider_singlePasos__container .sliderPasos__marker>div.sliderPasos__marker__sliderNumber {
    border-right: .5px solid #fff
}

.czblog__single__content .slider_singlePasos__container ul.slick-dots {
    display: none !important
}

.czblog__single__content .czblog__single__product.v2 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 420px;
    float: right;
    margin: 10px 0 25px 30px;
    background-color: #f6f8fa;
    max-width: 100%
}

.czblog__single__content .czblog__single__product.v2>div {
    width: 50%
}

.czblog__single__content .czblog__single__product.v2>div.czblog__single__product__image img {
    min-height: 100%;
    object-fit: cover
}

.czblog__single__content .czblog__single__product.v2>div.czblog__single__product__text {
    padding: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: TypeDynamicLasiverLight;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: start
}

.czblog__single__content .czblog__single__product.v2>div.czblog__single__product__text .title {
    text-align: left;
    line-height: 1.3;
    font-weight: 600;
    font-family: TypeDynamicLasiverLight
}

.czblog__single__content .czblog__single__product.v2>div.czblog__single__product__text .description {
    text-align: left;
    line-height: 1.4;
    font-size: 1em;
    font-family: TypeDynamicLasiverLight
}

.czblog__single__content .czblog__single__product.v2>div.czblog__single__product__text .button {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 18px 7px;
    display: inline-block;
    max-width: 100%;
    font-size: .9em
}

.czblog__single__content .czblog__single__product.v2>div.czblog__single__product__text .button:hover {
    background: #a90061
}

.error404-container {
    padding: 80px 15px
}

@media (max-width:sm) {
    .error404-container {
        padding: 40px 15px
    }
}

.error-404-title {
    font-size: 5rem;
    margin: 40px 0
}

@media (max-width:sm) {
    .error-404-title {
        font-size: 3rem
    }
}

.erro-404-subtitle {
    font-size: 1.5rem;
    margin: 40px 0
}

.test-debug {
    color: #000
}

@media (max-width:600px) {
    .main-404 {
        padding-bottom: 40px
    }
}

.main-404 div {
    box-sizing: border-box
}

.main-404 .content {
    width: 100vw;
    margin-top: 20px;
    overflow: hidden
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content {
        width: 135vh;
        margin: 20px auto 0
    }
}

@media (max-width:600px) {
    .main-404 .content {
        margin-top: 14px
    }
}

.main-404 .content .left {
    position: relative;
    float: left !important;
    width: 62vw
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content .left {
        width: 65%
    }
}

@media (max-width:600px) {
    .main-404 .content .left {
        width: 90%;
        margin: 0 auto;
        float: none !important;
        overflow: hidden
    }
}

.main-404 .content .left .image-model {
    width: 66%;
    position: relative;
    float: left
}

.main-404 .content .left .image-model img {
    display: none;
    width: 100%
}

.main-404 .content .left .image-model img.active {
    display: block
}

.main-404 .content .left .image-globe {
    width: 38%;
    position: absolute;
    right: 18px;
    bottom: 0
}

@media (max-width:768px) {
    .main-404 .content .left .image-globe {
        right: 8px
    }
}

.main-404 .content .left .image-globe img {
    display: block;
    width: 100%
}

.main-404 .content .right {
    position: relative;
    float: left !important;
    width: 38vw;
    padding-left: 30px
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content .right {
        margin-top: 0;
        width: 35%
    }
}

@media (max-width:600px) {
    .main-404 .content .right {
        width: 90%;
        margin: 0 auto;
        float: none !important
    }
}

.main-404 .content .right h2 {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: -4px;
    font-size: 8vw;
    margin-bottom: -3.1vw;
    margin-top: 20px;
    margin-left: -8px
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content .right h2 {
        font-size: 11vh;
        margin-bottom: -3.4vh
    }
}

@media (max-width:600px) {
    .main-404 .content .right h2 {
        font-size: 20vw;
        margin-bottom: -7.7vw;
        text-align: center;
        margin-top: 0
    }
}

.main-404 .content .right .content-description {
    width: 86%;
    border: 3px solid #000;
    padding-bottom: 20px
}

@media (max-width:600px) {
    .main-404 .content .right .content-description {
        margin: auto
    }
}

.main-404 .content .right .content-description p {
    padding: 24px;
    margin-top: 30px;
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 1.7vw
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content .right .content-description p {
        font-size: 1.99vh;
        padding: 13px 20px;
        margin-top: 4%;
        margin-bottom: 0
    }
}

@media (max-width:1140px) {
    .main-404 .content .right .content-description p {
        font-size: 1.5vw
    }
}

@media (max-width:1000px) {
    .main-404 .content .right .content-description p {
        padding: 16px;
        margin-top: 10px
    }
}

@media (max-width:600px) {
    .main-404 .content .right .content-description p {
        font-size: 16px;
        padding: 20px 25px 16px;
        margin-bottom: 0
    }
}

@media (max-width:400px) {
    .main-404 .content .right .content-description p {
        font-size: 14px;
        padding: 16px 16px 5px;
        margin: 12px auto 0
    }
}

@media (max-width:359px) {
    .main-404 .content .right .content-description p {
        font-size: 12px;
        margin: 5px auto 0
    }
}

@media (max-width:600px) {
    .main-404 .content .right .content-description p br {
        display: none
    }
}

.main-404 .content .right .content-description .lnk {
    position: relative;
    color: #000;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    background: #a4d6da;
    display: table;
    width: 100%;
    margin: 10px 0;
    margin-left: -2.5vw;
    margin-bottom: 40px;
    border: none;
    box-shadow: 0 0 0 3px #000
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk {
        margin-left: -30px
    }
}

.main-404 .content .right .content-description .lnk:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -7.5px;
    width: 31px;
    height: 109%;
    background: #fff;
    z-index: 99;
    -webkit-clip-path: polygon(90% -2%, 0 50%, 90% 102%);
    -webkit-clip-path: url(#clip-shape);
    clip-path: polygon(90% -2%, 0 50%, 90% 102%);
    clip-path: url(#clip-shape)
}

@media (min-width:1400px) {
    .main-404 .content .right .content-description .lnk:before {
        width: 42px;
        height: 100%;
        top: 0
    }
}

.main-404 .content .right .content-description .lnk:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000
}

@media (min-width:1400px) {
    .main-404 .content .right .content-description .lnk:after {
        width: 5px
    }
}

.main-404 .content .right .content-description .lnk .triangle {
    display: block;
    position: absolute;
    top: 0;
    right: -.5px;
    width: 30px;
    height: 100%;
    background: #000;
    -webkit-clip-path: polygon(90% -2%, 0 50%, 90% 102%);
    -webkit-clip-path: url(#clip-shape);
    clip-path: polygon(90% -2%, 0 50%, 90% 102%);
    clip-path: url(#clip-shape)
}

@media (min-width:1400px) {
    .main-404 .content .right .content-description .lnk .triangle {
        width: 45px;
        height: 100%;
        top: 0
    }
}

.main-404 .content .right .content-description .lnk .shadow {
    display: block;
    position: absolute;
    bottom: -18px;
    width: 0;
    height: 0;
    left: -3px;
    border-top: 16px solid #000;
    border-left: 2.5vw solid transparent
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk .shadow {
        border-left: 30px solid transparent
    }
}

.main-404 .content .right .content-description .lnk .content-text {
    display: table-cell;
    vertical-align: middle;
    padding: 3% 9%
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk .content-text {
        padding: 10px 15px
    }
}

.main-404 .content .right .content-description .lnk h3 {
    text-transform: uppercase;
    font-size: 1.5vw;
    font-family: NovecentowideBookRegular, sans-serif;
    line-height: 1.25
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk h3 {
        font-size: 14px
    }
}

@media (max-width:400px) {
    .main-404 .content .right .content-description .lnk h3 {
        font-size: 12px
    }
}

@media (max-width:359px) {
    .main-404 .content .right .content-description .lnk h3 {
        font-size: 10px
    }
}

.main-404 .content .right .content-description .lnk h3 b {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    font-size: 1.4vw
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk h3 b {
        font-size: 13px
    }
}

@media (max-width:400px) {
    .main-404 .content .right .content-description .lnk h3 b {
        font-size: 11px
    }
}

@media (max-width:359px) {
    .main-404 .content .right .content-description .lnk h3 b {
        font-size: 10px
    }
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content .right .content-description .lnk h3, .main-404 .content .right .content-description .lnk h3 b {
        font-size: 1.7vh
    }
}

.main-404 .content .right .content-description .lnk span.text {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    font-size: 1.4vw;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk span.text {
        font-size: 13px
    }
}

@media (max-height:1000px) and (min-width:1000px) {
    .main-404 .content .right .content-description .lnk span.text {
        font-size: 2vh
    }
}

.main-404 .content .right .content-description .lnk span.text:after {
    content: "";
    width: 0;
    height: 0;
    border-top: .5vw solid transparent;
    border-bottom: .5vw solid transparent;
    border-left: 1vw solid #000;
    position: absolute;
    top: -3px;
    right: -16%;
    bottom: 0;
    margin: auto
}

@media (max-width:600px) {
    .main-404 .content .right .content-description .lnk span.text:after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 9px solid #000;
        right: -14px
    }
}

.bel-search-logo {
    display: none
}

@media (min-width:64em) {
    .bel-search-logo {
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }
}

.bel-search-products {
    border: 1px solid #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box
}

@media (min-width:64em) {
    .bel-search-products {
        height: 37px
    }

    .bel-search-products form, .bel-search-products form input {
        height: 100%
    }
}

.bel-search-products form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0
}

.bel-search-products input {
    font-size: 14px !important;
    padding: 9px 5px;
    font-family: Lato, sans-serif !important;
    font-size: 16px
}

.bel-search-products input::-webkit-input-placeholder {
    color: #e5e5e5
}

.bel-search-products input::-moz-placeholder {
    color: #e5e5e5
}

.bel-search-products input:-ms-input-placeholder {
    color: #e5e5e5
}

.bel-search-products input:-moz-placeholder {
    color: #e5e5e5
}

.bel-search-products svg {
    height: 20px;
    cursor: pointer;
    margin-top: 9px
}

@media (min-width:64em) {
    .bel-search-products form {
        width: 160px
    }

    .bel-search-products input {
        width: 110px
    }

    .bel-search-products .submit {
        width: 50px;
        height: 37px;
        line-height: 50px;
        text-align: right
    }
}

@media (min-width:64em) {
    .container-bel-nav {
        margin: 0 auto;
        width: 100%;
        max-width: 90%
    }
}

@media (min-width:75em) {
    .container-bel-nav {
        max-width: 1150px
    }
}

.container-bel-nav .bel-nav-products a {
    font-family: oswaldmedium, sans-serif
}

.bel-logo-company {
    text-align: center;
    display: none;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: 160px;
    padding: 0
}

.bel-logo-company a {
    color: red;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px
}

.bel-logo-company a.icons-new-lbel-bel-company-esika {
    color: red
}

.bel-logo-company a.icons-new-lbel-bel-company-lbel {
    color: #000
}

.bel-logo-company a.icons-new-lbel-bel-company-cyzone {
    color: #b00074;
    padding-left: 30px
}

@media (min-width:64em) {
    .bel-logo-company {
        display: -ms-flexbox;
        display: flex;
        margin-top: 6px
    }
}

.bel-logo-company img {
    max-width: 120px
}

.container-main-nav {
    font-size: 12px;
    background: #fff;
    position: fixed;
    left: -100%;
    transition: all .35s linear;
    width: 100%;
    z-index: 900;
    top: 41px;
    height: calc(100vh - 41px);
    overflow: auto;
    text-transform: uppercase
}

.container-main-nav.top-search-menu {
    top: 96px
}

.container-main-nav.top-search-menu .bel-user-login {
    border-top: 1px solid #e5e5e5
}

.container-main-nav.active-menu {
    left: 0
}

@media (min-width:48em) {
    .container-main-nav {
        height: auto;
        max-height: 80vh;
        max-width: 400px;
        box-shadow: 1px 0 1px #e2e2e2
    }
}

@media (min-width:64em) {
    .container-main-nav {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: visible;
        border: none;
        box-shadow: none;
        max-width: none
    }
}

@media (max-width:48em) {
    .container-main-nav {
        padding: 0
    }
}

@media (max-width:30em) {
    .container-main-nav {
        max-width: 100vw;
        font-size: 14px
    }
}

.container-general {
    min-height: 100vh;
    transition: all .35s linear;
    transform: none;
    position: relative;
    left: 0;
    padding-top: 40px
}

.bel-user-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bel-user-login__sesion {
    color: #000;
    padding: 20px;
    font-size: 13px;
    font-weight: 400;
    padding-left: 40px;
    width: 80%;
    text-transform: capitalize
}

.bel-user-login__sesion i {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    font-size: 26px;
    font-weight: 700
}

.bel-user-login #bel-close-menu {
    width: 20%;
    padding: 20px;
    border-left: 1px solid #d8d8d8
}

@media (max-width:64em) {
    .bel-user-login {
        font-family: Oswald-Medium
    }
}

@media (min-width:64em) {
    .bel-user-login {
        display: none
    }
}

.bel-user-login.active-sesion-options {
    display: -ms-flexbox;
    display: flex
}

.bel-mobile-acc__list {
    width: 100%;
    display: none
}

@media (max-width:48em) {
    .bel-mobile-acc__list li {
        border-top: 1px solid #d8d8d8;
        border-bottom: none !important
    }
}

.bel-mobile-acc__list li a, .bel-mobile-acc__list li button {
    padding: 20px 0 20px 40px;
    display: block;
    text-transform: uppercase
}

.bel-mobile-acc__list li button {
    text-align: left;
    width: 100%;
    font-family: Oswald-Medium
}

@media (min-width:64em) {
    .bel-mobile-acc__list li button {
        display: none
    }
}

@media (max-width:30em) {
    .bel-mobile-acc__list li button {
        font-size: 14px
    }
}

.bel-mobile-acc__list>li {
    background: #f1f1f1
}

@media (min-width:64em) {
    .bel-mobile-acc__list>li {
        background: transparent
    }
}

@media (min-width:64em) {
    .bel-mobile-acc__list {
        display: block;
        border-bottom: 1px solid #e4e4e4
    }
}

.bel-mobile-acc__options {
    width: 100%;
    padding: 0;
    display: none
}

.bel-mobile-acc__options li {
    width: 100%;
    border-bottom: 1px solid #d8d8d8
}

.bel-mobile-acc__options li a {
    cursor: pointer
}

.bel-mobile-acc__options li::last-child {
    border-bottom: none
}

@media (min-width:64em) {
    .bel-mobile-acc__options {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bel-mobile-acc__options li {
        background: #fff;
        border: none;
        border-right: 1px solid #e4e4e4;
        font-size: .75rem;
        width: auto
    }

    .bel-mobile-acc__options li:hover {
        background: #000
    }

    .bel-mobile-acc__options li:hover a {
        color: #fff
    }

    .bel-mobile-acc__options li a {
        padding: 15px;
        text-align: center;
        color: #8b8b8b
    }

    .bel-mobile-acc__options li:first-child {
        border-right: none;
        -ms-flex-order: -1;
        order: -1
    }

    .bel-mobile-acc__options li:nth-child(2) {
        -ms-flex-order: -2;
        order: -2
    }

    .bel-mobile-acc__options li:nth-child(3) {
        -ms-flex-order: -3;
        order: -3
    }

    .bel-mobile-acc__options li:nth-child(4) {
        -ms-flex-order: -4;
        order: -4
    }

    .bel-mobile-acc__options li:nth-child(5) {
        -ms-flex-order: -5;
        order: -5
    }

    .bel-mobile-acc__options li:nth-child(6) {
        -ms-flex-order: -6;
        order: -6
    }

    .bel-mobile-acc__options li:nth-child(7) {
        -ms-flex-order: -7;
        order: -7
    }

    .bel-mobile-acc__options li:nth-child(8) {
        -ms-flex-order: -8;
        order: -8
    }

    .bel-mobile-acc__options li:nth-child(9) {
        -ms-flex-order: -9;
        order: -9
    }

    .bel-mobile-acc__options li:nth-child(10) {
        -ms-flex-order: -10;
        order: -10
    }
}

@media (min-width:64em) {
    .bel-mobile-acc {
        width: 100%
    }
}

@media (min-width:64em) {
    .bel-nav-desktop {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        margin-top: 10px
    }
}

.bel-nav-products {
    font-family: Oswald-Medium
}

@media (max-width:48em) {
    .bel-nav-products__item:nth-child(n+2) .link-product-nav {
        border-top: 1px solid #e5e5e5
    }
}

.bel-nav-products__item:last-child .link-product-nav {
    border-bottom: 1px solid #e5e5e5
}

.bel-nav-products__item .link-product-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:48em) {
    .bel-nav-products__item .link-product-nav:first-child {
        border-top: 1px solid #e5e5e5
    }
}

.bel-nav-products__item .container-items {
    display: none;
    border-top: 1px solid #e5e5e5
}

@media (min-width:48em) {
    .bel-nav-products__item .container-items {
        border-top: none
    }
}

@media (max-width:48em) {
    .bel-nav-products__item .container-items li a {
        padding-left: 51px
    }
}

.bel-nav-products__item a {
    cursor: pointer;
    display: block;
    position: relative;
    width: 60%;
    padding: 20px 0 20px 40px;
    line-height: 20px
}

.bel-nav-products__item .bel-menu-next {
    width: 40%;
    padding: 15px;
    text-align: left;
    font-size: 26px;
    font-weight: 700
}

.bel-nav-products__item>ul, .bel-nav-products__item>ul li {
    width: 100%
}

.bel-nav-products__item>ul li a {
    width: 100%;
    background: grey
}

@media (min-width:48em) {
    .bel-nav-products__item {
        font-size: 13px
    }
}

.bel-nav-products__back {
    padding: 18px 0 18px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Oswald-Medium
}

.bel-nav-products__back i {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px
}

.bel-nav-products__sub li {
    border-top: 1px solid #e4e4e4
}

.bel-nav-products__sub li:last-child {
    border-bottom: 1px solid #e4e4e4
}

@media (min-width:64em) {
    .bel-nav-products {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bel-nav-products__item {
        position: relative;
        overflow: hidden
    }

    .bel-nav-products__item .link-product-nav {
        position: relative;
        background: #fff;
        z-index: 500;
        border: none
    }

    .bel-nav-products__item:last-child .link-product-nav {
        border: none
    }

    .bel-nav-products__item a {
        width: 100%;
        padding: 5px;
        text-align: center
    }

    .bel-nav-products__item .bel-nav-products__link {
        position: relative;
        padding: 20px
    }

    .bel-nav-products__item .bel-nav-products__link:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 100%;
        opacity: 0;
        transition: opacity .2s ease;
        bottom: 0;
        left: 0;
        background: #000
    }

    .bel-nav-products__item span {
        display: none
    }

    .bel-nav-products__item:hover {
        overflow: visible
    }

    .bel-nav-products__item:hover .bel-nav-products__link:before {
        width: 100%;
        opacity: 1
    }

    .bel-nav-products__item:hover .container-items {
        opacity: 1;
        z-index: 500
    }

    .bel-nav-products__item:hover .container-items ul:before, .bel-nav-products__item:hover .container-items ul li a {
        opacity: 1
    }

    .bel-nav-products__item .container-items {
        display: block;
        position: absolute;
        top: 60px;
        opacity: 0;
        transition: opacity .25s ease;
        z-index: -500;
        width: 300px;
        left: 50%;
        transform: translateX(-50%)
    }

    .bel-nav-products__item .container-items ul {
        display: -ms-flexbox;
        display: flex;
        background: #f7f7f7;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
    }

    .bel-nav-products__item .container-items ul:before {
        content: "";
        display: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 12px;
        border-color: transparent transparent #f7f7f7;
        margin: 0 auto;
        position: absolute;
        opacity: 0;
        top: -15px;
        left: 0;
        right: 0;
        transition: all .75s ease;
        z-index: -400
    }

    .bel-nav-products__item .container-items ul li {
        background: transparent;
        transition: all .25s ease;
        border-top: none;
        border-bottom: 1px solid #f2f2f2
    }

    .bel-nav-products__item .container-items ul li:last-child {
        border-bottom: none
    }

    .bel-nav-products__item .container-items ul li a {
        opacity: 0;
        padding: 6px 0
    }

    .bel-nav-products__item .container-items ul li:hover {
        background: #f2f2f2
    }

    .bel-nav-products__back {
        display: none
    }
}

@media (min-width:75em) {
    .home__container {
        margin: 0 auto;
        max-width: 1150px
    }
}

@media (min-width:tabl) {
    .home__container {
        margin: 0 auto;
        max-width: 850px
    }
}

.home__bracket {
    position: relative
}

.home__bracket:after, .home__bracket:before {
    content: "";
    position: absolute;
    width: 7px;
    transition: all .4s ease-in;
    height: 110%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: -2.5%
}

.home__bracket:before {
    left: -14px;
    border-left: 2px solid #fff
}

.home__bracket:after {
    right: -14px;
    border-right: 2px solid #fff
}

.home__bracket__purple:after, .home__bracket__purple:before {
    border-top-color: #b00074;
    border-bottom-color: #b00074
}

.home__bracket__purple:before {
    border-left-color: #b00074
}

.home__bracket__purple:after {
    border-right-color: #b00074
}

.home__bracket-hover {
    position: relative
}

.home__bracket-hover:hover:after, .home__bracket-hover:hover:before {
    opacity: .2
}

.home__bracket-hover:after, .home__bracket-hover:before {
    opacity: 0;
    content: "";
    position: absolute;
    width: 21px;
    transition: opacity .3s ease-in;
    border-top: 7px solid #000;
    border-bottom: 7px solid #000;
    top: 7px;
    bottom: 14px
}

.home__bracket-hover:before {
    left: 7px;
    border-left: 7px solid #000
}

.home__bracket-hover:after {
    right: 14px;
    border-right: 7px solid #000
}

.home__bracket-hover__purple:after, .home__bracket-hover__purple:before {
    border-top-color: #000;
    border-bottom-color: #b00074
}

.home__bracket-hover__purple:before {
    border-left-color: #b00074
}

.home__bracket-hover__purple:after {
    border-right-color: #b00074
}

.home__promo-message {
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    font-family: GiorgioSans-Regular, sans-serif;
    font-size: 20px;
    letter-spacing: .8px;
    height: 30px;
    line-height: 30px
}

.home__slider-revolution img {
    width: 100%
}

.home__slider-revolution .home__container {
    padding-bottom: 30px
}

@media (min-width:48em) {
    .home__slider-revolution .home__container .mobile-slider-show {
        display: none
    }
}

@media (min-width:75em) {
    .home__slider-revolution .home__container {
        padding-bottom: 30px;
        border-bottom: 2px solid #e7e7e7
    }
}

.home__products {
    position: relative;
    padding-top: 85px
}

@media (min-width:64em) {
    .home__products {
        padding: 30px 0
    }

    .home__products .home__container {
        border-bottom: 2px solid #e7e7e7
    }

    .home__products__title-right .home__products__title {
        float: right
    }

    .home__products__title-right .home__products__wrapper {
        float: left;
        margin-left: 30px
    }

    .home__products__title-left .home__products__title {
        float: left
    }

    .home__products__title-left .home__products__wrapper {
        float: right;
        margin-right: 30px
    }

    .home__products .products__title__image {
        width: 100%
    }
}

.home__products__title {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden
}

@media (max-width:64em) {
    .home__products__title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.home__products__title span:first-child {
    font-family: Signature, sans-serif;
    font-size: 32px;
    line-height: 35px
}

.home__products__title span:last-child {
    display: inline-block;
    text-transform: uppercase;
    font-family: SorrenEx-Medium, sans-serif;
    font-size: 55px;
    color: #fff;
    background: #b00074;
    height: 50px;
    line-height: 58px;
    padding: 0 2px
}

@media (min-width:64em) {
    .home__products__title {
        width: 15%;
        margin-top: 35px
    }

    .home__products__title span:first-child {
        font-size: 42px;
        line-height: 45px
    }

    .home__products__title span:last-child {
        font-size: 65px;
        height: 60px;
        line-height: 68px;
        padding: 0 5px
    }
}

.home__products__wrapper {
    padding: 15px 15px 0
}

.home__products__wrapper .slick-dots {
    width: calc(100% - 30px)
}

.home__products__wrapper .slick-arrow {
    z-index: 1000
}

@media (max-width:64em) {
    .home__products__wrapper .slick-arrow {
        top: 21.25vw
    }

    .home__products__wrapper .slick-prev {
        left: 5px
    }

    .home__products__wrapper .slick-next {
        right: 5px
    }
}

@media (min-width:64em) {
    .home__products__wrapper {
        display: inline-block;
        padding: 0;
        width: 77.5%
    }

    .home__products__wrapper .slick-arrow {
        top: 75px;
        transform: none
    }
}

.home__products__item {
    width: 42.5%;
    text-align: center
}

@media (min-width:64em) {
    .home__products__item {
        padding: 0 7.5px
    }
}

.home__products__item__image {
    position: relative;
    height: 42.5vw;
    margin-bottom: 10px
}

@media (min-width:64em) {
    .home__products__item__image {
        height: 150px
    }
}

.home__products__item__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.home__products__item__type {
    font-family: GiorgioSans-Light, sans-serif;
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 0
}

.home__products__item__name {
    font-family: GiorgioSans-Medium;
    font-size: 20px;
    letter-spacing: .5px;
    margin-bottom: 0
}

.home__products__item__price {
    font-family: GiorgioSans-Light, sans-serif;
    font-size: 19px;
    letter-spacing: .5px;
    margin-bottom: 15px
}

.home__products__item__buy-me {
    display: inline-block;
    background: #b00074;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 20px 2px;
    margin: 0 auto;
    font-family: GiorgioSans-Medium;
    font-size: 20px;
    box-shadow: -2px 1px 8px 1px rgba(1, 2, 1, .52)
}

.home__products__item__buy-me:focus, .home__products__item__buy-me:hover {
    color: #fff
}

.home__cyzone-lovers {
    background: #b00074;
    text-align: center
}

.home__cyzone-lovers__title {
    font-family: SorrenEx-Medium, sans-serif;
    text-transform: uppercase;
    margin: 25px auto;
    letter-spacing: .8px;
    color: #fff;
    display: inline-block
}

.home__cyzone-lovers__title i {
    margin-left: 4px;
    transform: rotate(-5deg)
}

@media (min-width:64em) {
    .home__cyzone-lovers__title i {
        margin-left: 10px
    }
}

.home__cyzone-lovers__title span:first-child {
    font-size: 35px;
    line-height: 40px
}

.home__cyzone-lovers__title span:last-child {
    font-family: SorrenEx-Bold, sans-serif;
    font-size: 55px;
    color: #b00074;
    background: #fff;
    display: inline-block;
    height: 50px;
    line-height: 58px;
    padding: 0 2px 0 3px
}

.home__cyzone-lovers__title__image {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 25%;
    width: 100%;
    display: block;
    padding-top: 30px
}

@media (min-width:48em) {
    .home__cyzone-lovers__photos-wrapper .slick-arrow {
        z-index: 1000
    }

    .home__cyzone-lovers__photos-wrapper .slick-prev {
        left: 20px
    }

    .home__cyzone-lovers__photos-wrapper .slick-next {
        right: 20px
    }
}

@media (min-width:75em) {
    .home__cyzone-lovers__photos-wrapper .slick-prev {
        left: -40px
    }

    .home__cyzone-lovers__photos-wrapper .slick-next {
        right: -40px
    }
}

.home__cyzone-lovers__photo {
    float: left;
    cursor: pointer;
    width: 49.5%;
    height: 49.5vw;
    padding: 0 5px 5px 0
}

@media (min-width:48em) {
    .home__cyzone-lovers__photo {
        height: auto
    }
}

.home__cyzone-lovers__photo img {
    width: 100%;
    height: 100%
}

.home__cyzone-lovers__modals__container {
    display: none;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 20000
}

@media (max-width:64em) {
    .home__cyzone-lovers__modals__container {
        overflow: auto
    }
}

.home__cyzone-lovers__modals__container .slick-slide {
    padding: 0 40px
}

@media (min-width:64em) {
    .home__cyzone-lovers__modals__container .slick-slide {
        padding: 0
    }
}

.home__cyzone-lovers__modals-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:64em) {
    .home__cyzone-lovers__modals-wrapper {
        width: 880px !important;
        height: 370px
    }
}

.home__cyzone-lovers__modal {
    margin-top: 35px;
    padding: 15px;
    background: #fff;
    width: calc(100% - 30px) !important
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal {
        padding: 10px;
        margin: 0 15px
    }
}

.home__cyzone-lovers__modal__photo {
    margin-bottom: 15px
}

.home__cyzone-lovers__modal__photo img {
    width: 100%
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__photo {
        margin: 0;
        float: left;
        width: 350px
    }
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__info {
        float: right;
        width: 470px;
        text-align: left;
        padding: 30px
    }
}

.home__cyzone-lovers__modal__username {
    font-family: GiorgioSans-Regular, sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .8px;
    color: #b00074
}

.home__cyzone-lovers__modal__legend {
    font-family: GiorgioSans-Regular, sans-serif;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: .9px
}

.home__cyzone-lovers__modal__legend span {
    font-family: GiorgioSans-Bold, sans-serif;
    color: #b00074;
    letter-spacing: .8px
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__legend {
        margin-bottom: 30px
    }
}

.home__cyzone-lovers__modal__products-wrapper .slick-slide {
    padding: 0
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__products-wrapper .slick-prev {
        left: -30px
    }

    .home__cyzone-lovers__modal__products-wrapper .slick-next {
        right: -30px
    }
}

.home__cyzone-lovers__modal__item {
    width: 33.33%;
    padding: 0 5px 8px;
    text-align: center
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__item {
        width: 97% !important
    }
}

.home__cyzone-lovers__modal__item__image {
    position: relative;
    height: 33.33vw;
    margin-bottom: 10px
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__item__image {
        height: 120px
    }
}

.home__cyzone-lovers__modal__item__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.home__cyzone-lovers__modal__item__name {
    font-family: GiorgioSans-Medium;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: .5px;
    min-height: 40px
}

.home__cyzone-lovers__modal__item__know-more {
    background: #b00074;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 20px 2px;
    margin: 0 auto;
    font-family: GiorgioSans-Medium;
    font-size: 15px;
    letter-spacing: .5px;
    box-shadow: -1px 1px 5px 1px rgba(1, 2, 1, .52)
}

@media (min-width:64em) {
    .home__cyzone-lovers__modal__item__know-more {
        width: 100%;
        text-align: center;
        font-size: 18px
    }
}

.home__cyzone-lovers__see-gallery {
    display: inline-block;
    background: #000;
    color: #fff !important;
    line-height: 45px;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 0 30px 2px;
    margin: 30px auto;
    font-family: GiorgioSans-Medium;
    font-size: 25px;
    box-shadow: -2px 1px 8px 1px rgba(1, 2, 1, .52)
}

.home__promo-links {
    padding: 30px
}

@media (min-width:75em) {
    .home__promo-links {
        margin: 0 auto;
        max-width: 1150px;
        padding: 30px 0
    }
}

.home__promo-links .slick-dots {
    padding: 15px 0;
    width: calc(100% - 30px)
}

.home__promo-links .slick-arrow-custom {
    z-index: 1000
}

.home__promo-links .slick-prev {
    left: 0
}

.home__promo-links .slick-next {
    right: 0
}

.home__promo-links__item {
    padding: 1px 5px 10px;
    text-align: center
}

@media (min-width:75em) {
    .home__promo-links__item {
        padding: 1px 5px 10px
    }
}

.home__promo-links__item__title {
    display: inline-block;
    font-family: SorrenEx-Medium, sans-serif;
    font-size: 50px;
    letter-spacing: .8px;
    line-height: 55px;
    height: 50px;
    color: #b00074;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.home__promo-links__item__image {
    margin-bottom: 30px
}

.home__promo-links__item__image img {
    width: 100%
}

.home__promo-links__item__know-more {
    background: #b00074;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 20px 2px;
    margin: 0 auto;
    font-family: GiorgioSans-Medium;
    font-size: 25px;
    box-shadow: -2px 1px 8px 1px rgba(1, 2, 1, .52)
}

.home .nh-products-top {
    margin-top: 30px
}

.home .nh-products-bottom {
    margin-bottom: 30px
}

.bx-wrapper .bx-controls-direction a {
    transform: translateY(-50%);
    z-index: 99 !important
}

.bx-wrapper .bx-viewport {
    left: 0 !important
}

* {
    box-sizing: border-box
}

.btn {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 6px 20px;
    background: #b00074;
    font-family: GiorgioSans-Medium;
    text-transform: uppercase;
    border: 0;
    transition: all .3s linear;
    font-weight: 300;
    margin: 0 auto;
    box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, .4);
    line-height: inherit
}

.btn, .btn:focus {
    color: #fff
}

.btn:hover {
    transform: scale(1.1)
}

@media (min-width:64em) {
    .btn {
        font-size: 22px
    }
}

.btn-gallery {
    color: #fff;
    background: #000;
    letter-spacing: 2px;
    padding: 9px 20px;
    cursor: pointer
}

.btn-gallery:hover {
    color: #fff
}

.btn--block {
    width: 100%;
    display: block
}

.nh-container {
    max-width: 1140px;
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:570px) {
    .nh-container {
        width: 100%
    }
}

.nh-container .bx-wrapper .bx-viewport {
    background: transparent
}

.nh-container .slick-slider .slick-next:before, .nh-container .slick-slider .slick-prev:before {
    font-family: none;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    opacity: 1
}

.nh-container .slick-slider .slick-arrow {
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    font-size: 30px;
    color: #b00074;
    text-shadow: -1px 2px 4px rgba(0, 0, 0, .4)
}

.nh-container .slick-slider .slick-prev {
    left: -4px
}

.nh-container .slick-slider .slick-prev:before {
    display: block;
    font-family: icons-new-lbel
}

.nh-container .slick-slider .slick-next {
    right: -4px
}

.nh-container .slick-slider .slick-next:before {
    display: block;
    font-family: icons-new-lbel
}

@media (min-width:50em) {
    .nh-container .slick-slider .slick-prev {
        left: -7vw
    }

    .nh-container .slick-slider .slick-next {
        right: -7vw
    }
}

@media (min-width:48em) {
    .nh-container .slick-slider .slick-arrow {
        font-size: 35px
    }
}

.nh-container .slick-dots {
    margin-top: 20px;
    text-align: center;
    position: inherit;
    bottom: inherit
}

.nh-container .slick-dots li {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px
}

.nh-container .slick-dots li.slick-active button {
    background: #c70079
}

.nh-container .slick-dots li button {
    text-indent: -99999px;
    margin: 3px;
    width: 10px;
    height: 10px;
    background: #770b52;
    border-radius: 50%
}

.nh-news-top {
    margin-bottom: 0;
    padding: 7px 0;
    padding-bottom: 6px;
    background: #eee;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    position: relative
}

@media (max-width:1000px) {
    .nh-news-top {
        font-size: 13px;
        margin-top: 0
    }
}

.nh-news-top .bx-wrapper .bx-viewport {
    background: none
}

.nh-news-top .slick-slide {
    height: auto !important
}

@media (max-width:500px) {
    .nh-news-top {
        background: #fff
    }

    .nh-news-top .nh-container {
        padding: 0 10px
    }
}

.nh-products-section .slick-slide, .nh-section-banners .slick-slide, .nh-section-cylover .slick-slide {
    height: auto !important
}

.nh-slide-news a, .nh-slide-news p {
    color: #000;
    font-size: 8px;
    display: inline-block;
    font-family: OpenSans-Regular;
    font-weight: lighter;
    text-transform: none;
    margin-bottom: 0
}

.nh-slide-news .slide {
    padding: 0;
    padding-right: 2px
}

.nh-slide-news .slide:last-child {
    margin-right: 0
}

.nh-slide-news .slide img {
    max-height: 17px;
    width: 16px;
    display: inline-block
}

@media (min-width:375px) {
    .nh-slide-news .slide {
        margin-right: 13px
    }

    .nh-slide-news .slide a {
        font-size: 10px
    }

    .nh-slide-news .slide img {
        width: 26px
    }
}

@media (min-width:640px) {
    .nh-slide-news .slide {
        margin-right: 0
    }
}

@media (max-width:500px) {
    .nh-slide-news {
        margin: 0;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nh-slide-news .slide {
        margin-right: 7px;
        width: auto;
        -ms-flex: none;
        flex: none;
        max-width: none
    }
}

@media (max-width:320px) {
    .nh-slide-news .slide {
        margin-right: 13px
    }
}

@media (min-width:48em) {
    .nh-slide-news {
        margin: 0 auto
    }

    .nh-slide-news a {
        font-size: 13px !important;
        line-height: 23px
    }

    .nh-slide-news .slide img {
        margin-right: 6px
    }
}

.nh-title {
    color: #000;
    font-size: 2.1rem;
    text-align: center;
    letter-spacing: 2px;
    font-family: Signature, sans-serif;
    padding: 0 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: releative;
    z-index: 400;
    line-height: 2rem;
    transform: rotate(-3deg);
    font-weight: 700
}

.nh-title.disable-nh {
    display: none
}

.nh-title.img-nh-title {
    display: block;
    width: 100%;
    max-width: 50%;
    margin: 2rem auto;
    transform: none;
    padding: 0
}

@media (min-width:64em) {
    .nh-title.img-nh-title {
        object-fit: contain;
        margin: 0;
        max-width: 170px
    }
}

@media (max-width:30em) {
    .nh-title.img-nh-title {
        padding-left: 0
    }
}

.nh-title.img-nh-title.img-nh-title-img {
    margin: 0 auto !important;
    margin-bottom: 20px !important
}

.nh-title.img-nh-title.img-nh-title-img-gallery {
    margin: 0 auto !important
}

.nh-title strong {
    font-weight: lighter;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 4px;
    padding-bottom: 8px;
    line-height: 80%;
    font-family: SorrenEx-Medium, sans-serif;
    background: #b00074;
    color: #fff;
    margin: 0 auto;
    margin-top: -5px;
    font-size: 200%;
    z-index: -200;
    transform: rotate(3deg)
}

@media (max-width:570px) {
    .nh-title {
        font-size: 2rem;
        letter-spacing: 3px;
        margin-top: .5rem
    }
}

@media (min-width:64em) {
    .nh-title {
        transform: rotate(-3deg) translateY(-25%);
        width: 25%;
        padding: 0;
        line-height: 100%;
        padding-right: 60px
    }

    .nh-title strong {
        margin-top: 0;
        padding-bottom: 10px
    }
}

@media (min-width:75em) {
    .nh-title {
        font-size: 2.2rem
    }
}

.nh-slide-listing {
    text-align: center
}

.nh-slide-listing__item {
    display: inline-block
}

.nh-slide-listing .bx-wrapper .bx-prev {
    left: -15px
}

.nh-slide-listing .bx-wrapper .bx-next {
    right: -15px
}

.nh-slide-listing .nh-list-banners li .btn {
    margin-top: 20px;
    background: #b00074;
    color: #fff
}

.nh-slide-listing .btn {
    background: #b00074;
    color: #fff;
    font-family: GiorgioSans-Medium;
    padding: 6px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: inherit
}

@media (min-width:64em) {
    .nh-slide-listing .btn {
        letter-spacing: 1.1px;
        line-height: 30px;
        height: 32px;
        padding: 0 12px
    }
}

@media (min-width:48em) {
    .nh-products-section .nh-container .slick-prev {
        left: -15px
    }

    .nh-products-section .nh-container .slick-next {
        right: -15px
    }
}

@media (min-width:64em) {
    .nh-products-section .nh-container {
        padding: 0
    }

    .nh-products-section .nh-container .slick-prev {
        left: 20px
    }

    .nh-products-section .nh-container .slick-next {
        right: 20px
    }
}

.nh-pcard {
    padding: 10px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.nh-pcard__img {
    max-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.nh-pcard__img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    height: 120px
}

@media (min-width:64em) {
    .nh-pcard__img img {
        height: 130px
    }
}

.nh-pcard__price {
    font-family: GiorgioSans-Regular, sans-serif;
    font-size: 1.5rem;
    line-height: 100%
}

.nh-pcard__price_not {
    height: 10px;
    display: block;
    width: 100%
}

.nh-pcard__title {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-family: GiorgioSans-Light, sans-serif;
    line-height: 1.4rem;
    color: #111
}

.nh-pcard__title strong {
    display: block;
    font-family: GiorgioSans-Medium;
    font-size: 19px;
    letter-spacing: .2px;
    font-weight: 400
}

@media (min-width:64em) {
    .nh-pcard__title {
        font-size: 19px;
        margin-bottom: 0;
        line-height: 95%
    }
}

@media (max-width:570px) {
    .nh-pcard {
        padding: 0 10px
    }

    .nh-pcard__img img {
        max-width: 80%
    }

    .nh-pcard__title {
        font-size: 19px
    }
}

.nh-section-cylover {
    padding: 20px 0;
    background: #b00074;
    text-align: center
}

.nh-section-cylover .img-nh-title {
    max-width: 60%;
    padding: 0
}

@media (min-width:570px) {
    .nh-section-cylover .img-nh-title {
        max-width: 170px
    }
}

@media (min-width:48em) {
    .nh-section-cylover {
        padding: 20px 0
    }

    .nh-section-cylover .img-nh-title {
        max-width: 19%;
        transform: none;
        margin-left: auto;
        margin-right: auto
    }

    .nh-section-cylover .nh-cylover-title {
        font-size: 2rem
    }
}

@media (min-width:64em) {
    .nh-section-cylover .img-nh-title {
        margin-bottom: 30px
    }
}

.nh-section-cylover .nh-container {
    max-width: none;
    width: 100%;
    padding: 0
}

@media (max-width:30em) {
    .nh-section-cylover .nh-container {
        padding: 0
    }
}

.nh-section-cylover .nh-cylover-title {
    margin-top: 0;
    margin-bottom: 40px
}

.nh-bracket {
    position: relative
}

.nh-bracket:after, .nh-bracket:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 20px;
    transition: all .4s ease-in;
    height: 90%;
    border-top: 8px solid rgba(0, 0, 0, .4);
    border-bottom: 8px solid rgba(0, 0, 0, .4);
    top: 1.5%;
    z-index: 200
}

.nh-bracket:before {
    left: 5%;
    border-left: 8px solid rgba(0, 0, 0, .4)
}

.nh-bracket:after {
    right: 5%;
    border-right: 8px solid rgba(0, 0, 0, .4)
}

@media (min-width:64em) {
    .nh-bracket:hover:after, .nh-bracket:hover:before {
        opacity: 1
    }
}

.nh-cylover-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px !important;
    letter-spacing: 1px;
    line-height: 120% !important;
    color: #b00074;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: SorrenEx-Medium, sans-serif;
    background: #fff;
    text-transform: uppercase
}

.nh-cylover-title.nh-bracket:after, .nh-cylover-title.nh-bracket:before {
    width: 10px;
    top: 2%;
    opacity: 1;
    border-color: #fff;
    border-width: 2px
}

.nh-cylover-title.nh-bracket:before {
    left: -22px
}

.nh-cylover-title.nh-bracket:after {
    right: -22px
}

.nh-cylover-title .subtitle-cylover {
    font-family: SorrenEx-Medium, sans-serif;
    display: block;
    background: #b00074;
    color: #fff
}

.nh-cylover-title .subtitle-cylover i {
    font-size: 75%;
    display: inline-block;
    margin-left: 4px;
    transform: rotate(-5deg)
}

@media (min-width:64em) {
    .nh-cylover-title .subtitle-cylover i {
        margin-left: 10px
    }
}

.nh-cylover-title .subtitle-cylover b {
    font-weight: 700
}

.nh-cylover-title .subtitle-cylover-hash {
    font-family: SorrenEx-Bold, sans-serif;
    line-height: 70%;
    font-size: 155%;
    padding: 5px 0
}

@media (min-width:64em) {
    .nh-cylover-title .subtitle-cylover-hash {
        padding: 5px 0;
        font-size: 160%
    }
}

.nh-cylover-title strong {
    font-weight: 700;
    color: #b00074
}

@media (min-width:64em) {
    .nh-cylover-title {
        font-size: 3rem
    }
}

@media (min-width:48em) {
    .nh-cylover-title {
        margin-bottom: 40px
    }
}

.nh-list-lovers {
    text-align: center;
    padding: 0;
    margin-bottom: 2rem
}

.nh-list-lovers li {
    list-style: none;
    display: inline-block;
    vertical-align: top
}

.nh-list-lovers li a {
    display: block
}

.nh-list-lovers li img {
    max-width: 100%;
    display: block
}

@media (min-width:64em) {
    .nh-list-lovers li img {
        width: 100%;
        height: auto
    }

    .nh-list-lovers li .bx-wrapper {
        width: 100% !important;
        max-width: 100% !important
    }
}

.nh-list-lovers li.nh-bracket:after, .nh-list-lovers li.nh-bracket:before {
    height: 96%
}

.nh-list-lovers .slick-arrow {
    color: #fff !important
}

@media (min-width:30em) {
    .nh-list-lovers .slick-arrow.slick-prev {
        left: -35px
    }

    .nh-list-lovers .slick-arrow.slick-next {
        right: -35px
    }
}

@media (min-width:48em) {
    .nh-list-lovers .slick-arrow.slick-prev {
        left: -30px
    }

    .nh-list-lovers .slick-arrow.slick-next {
        right: -30px
    }
}

@media (min-width:64em) {
    .nh-list-lovers .slick-arrow.slick-prev {
        left: -35px
    }

    .nh-list-lovers .slick-arrow.slick-next {
        right: -35px
    }
}

@media (min-width:75em) {
    .nh-list-lovers .slick-arrow.slick-prev {
        left: -45px
    }

    .nh-list-lovers .slick-arrow.slick-next {
        right: -45px
    }
}

@media (max-width:30em) {
    .nh-list-lovers .slick-arrow {
        display: none !important
    }
}

@media (min-width:40em) {
    .nh-list-lovers .slick-slide img {
        padding: 0 4px
    }
}

@media (min-width:64em) {
    .nh-list-lovers .slick-slide:hover:after, .nh-list-lovers .slick-slide:hover:before {
        opacity: 1
    }
}

.nh-list-lovers .slick-slide img {
    position: relative;
    width: 100%
}

@media (min-width:570px) {
    .nh-list-lovers .slick-slide img {
        height: auto;
        width: 100%
    }
}

@media (min-width:48em) {
    .nh-list-lovers .slick-slide img {
        width: 100%
    }
}

@media (min-width:64em) {
    .nh-list-lovers .slick-slide img {
        height: auto
    }
}

@media (max-width:765px) {
    .nh-list-lovers {
        width: auto !important;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex;
        transform: none !important;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nh-list-lovers:before {
        display: none
    }

    .nh-list-lovers .slick-track {
        width: auto !important;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex;
        transform: none !important;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nh-list-lovers .slick-track .slick-slide {
        width: 50% !important
    }

    .nh-list-lovers .slick-track .slick-slide:nth-child(odd) {
        padding-right: 2px
    }

    .nh-list-lovers .slick-track .slick-slide:nth-child(odd) img {
        margin-left: auto
    }

    .nh-list-lovers .slick-track .slick-slide:nth-child(2n) {
        padding-left: 2px;
        margin-right: auto
    }

    .nh-list-lovers .slick-track .slick-slide:nth-child(n+5) {
        display: none
    }

    .nh-list-lovers .slick-track .slick-slide:nth-child(n+3) {
        margin-top: 4px
    }

    .nh-list-lovers .slick-track:before {
        display: none
    }

    .nh-list-lovers.to-4-active li {
        width: 50% !important
    }

    .nh-list-lovers.to-4-active li:nth-child(odd) {
        padding-right: 2px
    }

    .nh-list-lovers.to-4-active li:nth-child(odd) img {
        margin-left: auto
    }

    .nh-list-lovers.to-4-active li:nth-child(2n) {
        padding-left: 2px;
        margin-right: auto
    }

    .nh-list-lovers.to-4-active li:nth-child(n+5) {
        display: none
    }

    .nh-list-lovers.to-4-active li:nth-child(n+3) {
        margin-top: 4px
    }
}

@media (min-width:610px) {
    .nh-list-lovers {
        max-width: 98%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:48em) {
    .nh-list-lovers {
        max-width: 90%;
        margin-bottom: 32px;
        display: -ms-flexbox;
        display: flex
    }

    .nh-list-lovers.to-4-active li {
        -ms-flex: 1;
        flex: 1
    }

    .nh-list-lovers.to-4-active li img {
        width: 100%
    }

    .nh-list-lovers img {
        padding: 0 4px
    }
}

@media (min-width:75em) {
    .nh-list-lovers {
        max-width: 1000px
    }
}

.nh-section-banners {
    padding: 10px 0;
    overflow: hidden
}

@media (min-width:75em) {
    .nh-section-banners .nh-container {
        max-width: 65%
    }
}

.nh-list-banners {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nh-list-banners li {
    list-style: none;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 10px;
    text-align: center;
    position: relative
}

.nh-list-banners li img {
    width: 100%
}

@media (min-width:75em) {
    .nh-list-banners li img {
        height: auto;
        max-height: 500px
    }
}

.nh-list-banners li .nh-cylover-title {
    text-transform: uppercase;
    margin-top: 20px
}

.nh-list-banners li .nh-cylover-title.nh-bracket:after, .nh-list-banners li .nh-cylover-title.nh-bracket:before {
    border-color: #b00074
}

.nh-list-banners li .nh-cylover-title.nh-bracket:before {
    left: -10px
}

.nh-list-banners li .nh-cylover-title.nh-bracket:after {
    right: -10px
}

.nh-list-banners li .btn {
    margin-top: 20px;
    background: #b00074;
    color: #fff
}

.nh-list-banners li .btn:hover {
    background: #c70079
}

@media (min-width:48em) {
    .nh-list-banners li .btn {
        line-height: 34px;
        padding: 10px 30px
    }
}

@media (min-width:48em) {
    .nh-list-banners li {
        padding: 10px 5px
    }

    .nh-list-banners li .nh-cylover-title {
        margin-bottom: 21px;
        font-size: 2.89rem;
        height: 55px;
        line-height: 60px
    }
}

.nh-list-banners__apps {
    position: absolute;
    bottom: 1.8rem;
    left: 1rem;
    right: 1rem;
    text-align: center
}

.nh-list-banners__apps a {
    display: block;
    margin-top: 10px
}

.nh-list-banners__apps img {
    width: 150px !important
}

@media (max-width:570px) {
    .nh-list-banners li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.nh-list-banners .slick-list, .nh-slide-listing .slick-list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:64em) {
    .nh-list-banners .slick-list, .nh-slide-listing .slick-list {
        width: 100%;
        max-width: 95%
    }
}

.nh-list-banners .js-nh-slide-catalogo .slick-list, .nh-slide-listing .js-nh-slide-catalogo .slick-list {
    max-width: 100%;
    padding: 0 55px 0 0 !important
}

@media (min-width:768px) {
    .nh-list-banners .js-nh-slide-catalogo .slick-list, .nh-slide-listing .js-nh-slide-catalogo .slick-list {
        max-width: 95%;
        padding: 0 !important
    }
}

@media (min-width:64em) {
    .js-nh-slide-listing .slick-list {
        max-width: 90%
    }
}

.nh-list-campanias {
    text-align: center;
    padding: 50px 0
}

.nh-list-campanias a {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    margin: 15px 20px
}

.nh-list-campanias a img {
    max-width: 100%
}

@media (max-width:570px) {
    .nh-list-campanias {
        padding: 30px 0
    }
}

.modal-body-slider {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media (min-width:48em) {
    .modal-body-slider {
        -ms-flex-align: center;
        align-items: center
    }
}

.nh-modal {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    padding: 40px 0;
    width: 100%;
    display: none;
    z-index: 9999
}

.nh-modal .close {
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 1vw;
    right: 5vw;
    font-size: 1.7rem;
    z-index: 800;
    opacity: 1
}

@media (min-width:48em) {
    .nh-modal .close {
        right: 10%;
        top: 5%;
        font-size: 3rem
    }
}

@media (min-width:64em) {
    .nh-modal .close {
        right: 15%
    }
}

@media (min-width:75em) {
    .nh-modal .close {
        right: 10%
    }
}

.nh-modal__table {
    height: 100%;
    max-width: 920px;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:50em) {
    .nh-modal__table {
        max-height: 80vh
    }
}

@media (min-width:48em) {
    .nh-modal__table {
        width: 100%
    }
}

.nh-modal__table_container {
    max-width: 1000px
}

@media (min-width:48em) {
    .nh-modal__table_container {
        max-width: 90%
    }
}

@media (max-width:30em) {
    .nh-modal__table_container.nh-container {
        padding: 0
    }
}

.nh-modal__cell.slick-slider .slick-arrow {
    color: #fff
}

.nh-modal__cell.slick-slider .slick-prev {
    left: -20px
}

.nh-modal__cell.slick-slider .slick-next {
    right: -20px
}

.nh-modal__cell.slick-slider .slick-disabled {
    display: none !important
}

@media (min-width:30em) {
    .nh-modal__cell.slick-slider .slick-prev {
        left: -8vw
    }

    .nh-modal__cell.slick-slider .slick-next {
        right: -8vw
    }
}

@media (min-width:48em) {
    .nh-modal__cell.slick-slider>.slick-list .slick-track {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .nh-modal__cell.slick-slider .slick-prev {
        left: -70px
    }

    .nh-modal__cell.slick-slider .slick-next {
        right: -70px
    }
}

.nh-modal__cell.slick-slider .slick-dots {
    display: none !important
}

@media (max-width:48em) {
    .nh-modal__cell.slick-slider .slick-track {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:50em) {
    .nh-modal__cell.slick-slider {
        padding-bottom: 40px
    }
}

.nh-modal__dialog {
    background: #fbfafb;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 2px;
    position: relative;
    animation: animModal .5s ease-in
}

@media (min-width:48em) {
    .nh-modal__dialog {
        margin: 0 auto
    }
}

.nh-modal__body {
    padding: 5vw;
    background: #fbfafb;
    font-family: Lato, sans-serif
}

@media (min-width:48em) {
    .nh-modal__body {
        padding: 1rem
    }
}

@keyframes animModal {
    0% {
        opacity: 0;
        transform: scale(.7)
    }

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

.nh-info-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nh-info-modal__item {
    width: 100%
}

@media (min-width:48em) {
    .nh-info-modal__item {
        width: 50%
    }

    .nh-info-modal__item.right {
        padding: 0 2vw
    }
}

@media (min-width:64em) {
    .nh-info-modal__item {
        padding: 0
    }

    .nh-info-modal__item.right {
        padding: 0;
        padding-left: 15px
    }
}

@media (max-width:720px) {
    .nh-info-modal {
        display: block
    }

    .nh-info-modal__item {
        width: 100%
    }
}

.nh-info-modal-caption {
    padding: 10px;
    letter-spacing: 2px
}

@media (min-width:48em) {
    .nh-info-modal-caption.center-slider {
        height: 100%
    }

    .nh-info-modal-caption.center-slider .nh-slide-modal-mini {
        height: 100%;
        max-height: calc(100% - 60px)
    }

    .nh-info-modal-caption.center-slider .nh-slide-modal-mini .slick-slider .slick-arrow {
        top: calc(25% + 30px)
    }

    .nh-info-modal-caption.center-slider .js-nh-slide-modal-mini {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.nh-info-modal-caption__title {
    display: block;
    color: #b00074;
    font-family: GiorgioSans-Regular, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: none;
    margin-bottom: .4rem
}

@media (min-width:64em) {
    .nh-info-modal-caption__title {
        font-size: 1.6rem;
        margin-top: 10px
    }
}

.nh-info-modal-caption__description {
    font-size: 1.2rem;
    line-height: 1.25;
    font-family: GiorgioSans-Regular, sans-serif;
    color: #000
}

@media (min-width:75em) {
    .nh-info-modal-caption__description {
        margin-bottom: 2rem
    }
}

.nh-info-modal-caption__description a {
    color: #b00074;
    font-family: GiorgioSans-Bold, sans-serif;
    display: inline-block
}

@media (max-width:720px) {
    .nh-info-modal-caption {
        padding: 10px 0 0
    }

    .nh-info-modal-caption__title {
        font-size: 1.2rem
    }

    .nh-info-modal-caption__description {
        font-size: .9rem;
        margin-bottom: 0
    }
}

.nh-slide-modal .slide {
    text-align: center
}

.nh-slide-modal .slide img {
    margin: 0 auto;
    width: 100%;
    display: block
}

@media (max-width:30em) {
    .nh-slide-modal-mini {
        margin-top: 15px
    }
}

.nh-slide-modal-mini .bx-wrapper a {
    text-indent: 0 !important
}

.nh-slide-modal-mini .bx-wrapper a i {
    display: block;
    font-size: 30px;
    color: #b00074
}

.nh-slide-modal-mini .bx-wrapper .bx-prev {
    background: none;
    left: -35px
}

.nh-slide-modal-mini .bx-wrapper .bx-prev i {
    transform: rotate(180deg)
}

.nh-slide-modal-mini .bx-wrapper .bx-next {
    background: none;
    right: -35px
}

.nh-slide-modal-mini .bx-wrapper .bx-controls-direction a {
    transform: translateY(-160%)
}

.nh-slide-modal-mini .slick-slide a {
    padding: 0 5px
}

.nh-slide-modal-mini .slick-slide a .btn {
    letter-spacing: 1px;
    font-size: 16px
}

@media (max-width:30em) {
    .nh-slide-modal-mini .slick-slide a .btn {
        font-size: 22px
    }
}

.nh-slide-modal-mini .slick-slider .slick-arrow {
    color: #b00074;
    font-size: 18px;
    transform: translateY(-25%);
    top: 25%
}

.nh-slide-modal-mini .slick-slider .slick-prev {
    left: -12px
}

.nh-slide-modal-mini .slick-slider .slick-next {
    right: -12px
}

@media (min-width:48em) {
    .nh-slide-modal-mini .slick-slider .slick-arrow {
        font-size: 22px
    }
}

@media (min-width:64em) {
    .nh-slide-modal-mini .slick-slider .slick-prev {
        left: -15px
    }

    .nh-slide-modal-mini .slick-slider .slick-next {
        right: -15px
    }
}

@media (min-width:48em) {
    .nh-slide-modal-mini {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:64em) {
    .nh-slide-modal-mini {
        max-width: 90%
    }
}

.nh-modal-tumbnail {
    display: block;
    cursor: pointer
}

.nh-modal-tumbnail img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.nh-modal-tumbnail__title {
    margin-top: 10px;
    text-align: center;
    font-family: GiorgioSans-Medium;
    text-transform: none;
    min-height: 45px;
    line-height: 1.1;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400
}

.nh-gallery-banner {
    margin-bottom: 1rem
}

.nh-gallery-banner img {
    max-width: 100%
}

.nh-title-ugc {
    background: #b00074;
    text-align: center;
    padding: 20px 0
}

.nh-title-ugc .nh-cylover-title {
    margin-bottom: 0
}

.nh-title-ugc .nh-cylover-title span {
    letter-spacing: 0
}

.nh-title-ugc .img-nh-title {
    max-width: 65%;
    margin: 0 auto
}

@media (min-width:48em) {
    .nh-title-ugc .img-nh-title {
        max-width: 220px;
        margin: 0 auto
    }
}

@media (min-width:100em) {
    .nh-title-ugc .img-nh-title {
        max-width: 350px
    }
}

.js-nh-slide-modal img {
    margin: 0 auto
}

@media (min-width:75em) {
    .fullwidthbanner-container .fullwidthabanner {
        max-height: calc(100vh - 150px)
    }
}

.mobile-slider-show .fullwidthbanner-container {
    background-color: transparent !important
}

.nh-section-slider-middle .nh-container {
    padding: 0
}

.nh-container-slide-middle.odd .nh-slide-listing {
    -ms-flex-order: -1;
    order: -1
}

.nh-container-slide-middle.odd .nh-title {
    padding-right: 0
}

@media (min-width:64em) {
    .nh-container-slide-middle.odd {
        border-top: 4px solid #f2f2f2;
        padding-top: 30px;
        padding-bottom: 15px
    }

    .nh-container-slide-middle.odd .nh-title {
        padding-left: 60px
    }

    .nh-container-slide-middle.odd .nh-title.img-nh-title {
        padding-left: 0
    }
}

.nh-container-slide-middle {
    text-align: center;
    margin-bottom: 40px
}

.nh-container-slide-middle .nh-slide-listing .slick-track {
    display: -ms-flexbox;
    display: flex
}

.nh-container-slide-middle .nh-slide-listing .slick-slider .slick-arrow {
    top: 30%
}

.nh-container-slide-middle .nh-pcard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto
}

@media (min-width:64em) {
    .nh-container-slide-middle {
        padding: 15px 0;
        padding-bottom: 30px;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .nh-container-slide-middle .nh-slide-listing {
        width: 75%;
        min-height: 235px
    }

    .nh-container-slide-middle .img-nh-title {
        transform: translateY(-25%)
    }
}

@media (min-width:75em) {
    .nh-container-slide-middle .nh-slide-listing {
        width: 83%
    }
}

.js-nh-slide-modal-mini {
    display: -ms-flexbox;
    display: flex
}

.js-nh-slide-modal-mini .slick-list, .js-nh-slide-modal-mini .slide img {
    width: 100%
}

.js-nh-slide-modal-mini img {
    width: 100%;
    display: block
}

@media (min-width:48em) {
    .nh-section-slider-middle .mobile-slider-show {
        display: none
    }
}

.nh-section-gallery .nh-container {
    padding: 5px
}

@media (min-width:48em) {
    .nh-section-gallery .nh-container {
        max-width: 700px
    }
}

@media (min-width:100em) {
    .nh-section-gallery .nh-container {
        max-width: 1150px
    }
}

.nh-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-gap: 5px;
    margin-top: 15px
}

@media (min-width:48em) {
    .nh-gallery {
        -ms-grid-columns: 2;
        grid-template-columns: 2;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 6px;
        grid-auto-rows: 150px;
        margin-top: .7rem;
        color: #000
    }

    .nh-gallery li:nth-child(10n+1) {
        -ms-grid-column: span 2;
        grid-column: span 2;
        -ms-grid-row: span 2;
        grid-row: span 2
    }

    .nh-gallery li:nth-child(10n - 4) {
        -ms-grid-column-span: 2;
        -ms-grid-column: 3;
        grid-column: 3/span 2;
        -ms-grid-row: span 2;
        grid-row: span 2
    }

    .nh-gallery li img {
        object-fit: cover
    }
}

@media (min-width:64em) {
    .nh-gallery {
        grid-auto-rows: 168px
    }
}

@media (min-width:100em) {
    .nh-gallery {
        grid-auto-rows: 250px
    }
}

.nh-gallery li img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(.8);
    transition: all .5s linear
}

.nh-gallery li img.loader {
    opacity: 1;
    transform: scale(1)
}

.nh-gallery__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nh-gallery__col img {
    max-width: 100%;
    border: 3px solid #fff
}

.nh-gallery .is-1 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.nh-gallery .is-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.catalogo-v2-header {
    margin-bottom: 60px
}

@media (max-width:64em) {
    .catalogo-v2-header {
        margin-bottom: 20px
    }
}

.catalogo-v2-header h1.title {
    font-family: lasiverBold, sans-serif;
    font-weight: 900;
    color: #a90061;
    text-align: center;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 50px auto 0
}

@media (min-width:64em) {
    .catalogo-v2-header h1.title {
        font-size: 60px;
        margin: 50px auto 30px
    }
}

.catalogo-v2-header h1.title span {
    font-family: goldenYouth, sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: lowercase;
    position: relative;
    top: 10px;
    right: 18px;
    font-size: 90px
}

@media (max-width:64em) {
    .catalogo-v2-header h1.title span {
        font-size: 55px;
        top: unset;
        right: unset;
        bottom: 10px;
        left: 80px
    }

    .catalogo-v2-header h1.title span:before {
        white-space: pre;
        content: "\A"
    }
}

.catalogo-v2-header p {
    font-family: lasiver, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

@media (min-width:64em) {
    .catalogo-v2-header p {
        font-size: 35px;
        line-height: 40px
    }
}

.catalogo-v2-content {
    max-width: 800px;
    margin: auto
}

.catalogo-v2-content .catalogo-v2-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:64em) {
    .catalogo-v2-content .catalogo-v2-container {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalogo-v2-content .main-catalogo {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    max-width: 565.12px;
    width: auto
}

.catalogo-v2-content .main-catalogo .issuuembed {
    width: 100%;
    height: 100%
}

@media (min-width:992px) {
    .catalogo-v2-content .main-catalogo {
        margin: 0
    }
}

@media (max-width:64em) {
    .catalogo-v2-content .main-catalogo {
        width: 100%;
        -ms-flex-order: 2;
        order: 2
    }
}

.catalogo-v2-content .left-catalogo {
    display: inline-block;
    width: 166.01px;
    background-color: #000
}

@media (max-width:64em) {
    .catalogo-v2-content .left-catalogo {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        background-color: transparent;
        margin-bottom: 20px
    }
}

@media (max-width:64em) {
    .catalogo-v2-content .item-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }
}

@media (max-width:64em) {
    .catalogo-v2-content .item-catalogo {
        width: 160px
    }

    .catalogo-v2-content .item-catalogo .img-catalogo-item {
        display: none
    }
}

.catalogo-v2-content .item-catalogo img {
    width: 100%
}

.catalogo-v2-content a.btn-catalogo {
    font-family: lasiverBold, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 32.48px;
    text-align: center;
    font-weight: 700;
    text-transform: lowercase
}

.catalogo-v2-content #catalogo_embed {
    background-color: #cecece;
    height: 423px
}

@media (min-width:64em) {
    .catalogo-v2-content #catalogo_embed {
        margin-bottom: 10px;
        height: 540.5px
    }
}

.catalogo-v2-country {
    width: 100%;
    color: #fff
}

@media (min-width:64em) {
    .catalogo-v2-country {
        background-color: #a90061
    }
}

.catalogo-v2-country .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 830px
}

@media (max-width:64em) {
    .catalogo-v2-country .container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:64em) {
    .catalogo-v2-country .container {
        margin: 30px auto
    }
}

.catalogo-v2-country .content-country {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:64em) {
    .catalogo-v2-country .content-country {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        background-color: #a90061
    }
}

.catalogo-v2-country .content-country span {
    font-family: lasiver, sans-serif;
    font-weight: 400;
    font-size: 16.5px;
    display: inline-block;
    margin-bottom: 10px
}

@media (min-width:64em) {
    .catalogo-v2-country .content-country span {
        font-size: 22px;
        margin-bottom: 0
    }
}

.catalogo-v2-country ul.country-list {
    display: block;
    background-color: #fff;
    color: #a90061;
    width: 240px;
    height: 35px;
    margin-bottom: 10px
}

@media (min-width:64em) {
    .catalogo-v2-country ul.country-list {
        margin-left: 30px;
        margin-bottom: 0;
        height: 39px
    }
}

.catalogo-v2-country ul.country-list li {
    font-size: 18px;
    text-align: center;
    font-family: lasiver, sans-serif;
    line-height: 1.1;
    width: 100%
}

.catalogo-v2-country ul.country-list li:nth-child(n+2) {
    display: none;
    z-index: 1;
    position: relative
}

.catalogo-v2-country ul.country-list li:nth-child(n+2) a {
    background-color: #fff
}

.catalogo-v2-country ul.country-list li:not(.active) {
    margin-bottom: 2px;
    background-color: #fff
}

.catalogo-v2-country ul.country-list li:first-child:not(.active) {
    margin-top: 2px
}

.catalogo-v2-country ul.country-list li:not(.active) a {
    border: 1px solid #000;
    padding: .5rem 0 .3rem
}

.catalogo-v2-country ul.country-list li.active {
    font-family: lasiverBold, sans-serif;
    font-weight: 700;
    margin-bottom: 2px
}

.catalogo-v2-country ul.country-list li.active a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .3rem 0 0;
    position: relative
}

@media (min-width:64em) {
    .catalogo-v2-country ul.country-list li.active a {
        height: 39px
    }
}

.catalogo-v2-country ul.country-list li a {
    display: block;
    height: 100%;
    text-transform: uppercase;
    width: 100%
}

.catalogo-v2-country ul.country-list .arrow-down {
    background-image: url(images/catalogo-v2/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

@media (max-width:64em) {
    .catalogo-v2-country .content-social-network {
        height: 50px
    }

    .catalogo-v2-country .content-social-network a {
        display: block;
        margin: auto
    }

    .catalogo-v2-country .content-social-network img {
        width: 28px;
        height: 28px
    }
}

.catalogo-v2-country .content-social-network ul {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:64em) {
    .catalogo-v2-country .content-social-network ul {
        height: 100%;
        margin: auto
    }
}

.catalogo-v2-country .content-social-network ul li {
    margin-left: 25px
}

@media (max-width:64em) {
    .catalogo-v2-country .content-social-network ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.catalogo-v2-country .content-social-network ul li:first-child {
    margin-left: 0
}

@media (max-width:64em) {
    .catalogo-v2-products {
        margin-top: 30px
    }

    .catalogo-v2-products .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:64em) {
    .catalogo-v2-products .container {
        margin-top: 50px
    }
}

.catalogo-v2-products h2.title {
    font-family: lasiverBold, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    max-width: 280px;
    margin: auto auto 30px
}

@media (min-width:64em) {
    .catalogo-v2-products h2.title {
        max-width: 310px;
        font-size: 25px
    }
}

.catalogo-v2-products h2.title:after {
    background-color: #a90061;
    opacity: .1;
    content: " ";
    position: absolute;
    border: none;
    width: auto;
    height: 16px;
    top: 13px;
    left: 12px;
    right: 12px
}

.catalogo-v2-products .nh-slide-listing {
    max-width: 743px;
    margin: auto
}

.catalogo-v2-products .nh-pcard__title {
    font-family: lasiverBold, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    min-height: 40px
}

@media (min-width:64em) {
    .catalogo-v2-products .nh-pcard__title {
        font-size: 16px;
        line-height: 18px;
        min-height: 36px
    }
}

.catalogo-v2-products .add-heigth {
    min-height: 60px
}

@media (min-width:64em) {
    .catalogo-v2-products .add-heigth {
        min-height: 54px
    }
}

.catalogo-v2-products .nh-pcard__price {
    font-family: lasiverBold, sans-serif;
    font-weight: 700;
    color: #a90061;
    font-size: 14px;
    text-align: left;
    margin: 15px auto
}

.catalogo-v2-products .nh-pcard__price_not.space-price {
    height: 44px
}

.catalogo-v2-products .btn {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: lasiverBold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    box-shadow: none;
    letter-spacing: 0;
    text-transform: lowercase
}

@media (min-width:64em) {
    .catalogo-v2-products .btn {
        height: 50px
    }
}

.catalogo-v2-products .btn:hover {
    transform: none
}

.catalogo-v2-products .js-catalog .slick-next, .catalogo-v2-products .js-catalog .slick-prev {
    display: none !important
}

@media (min-width:64em) {
    .catalogo-v2-products .js-catalog .slick-next, .catalogo-v2-products .js-catalog .slick-prev {
        display: inline-block !important;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        top: 30%
    }
}

.catalogo-v2-products .js-catalog .slick-next:before, .catalogo-v2-products .js-catalog .slick-prev:before {
    content: ""
}

.catalogo-v2-products .js-catalog .slick-prev {
    background-image: url(images/catalogo-v2/slick/arrow-left.svg)
}

.catalogo-v2-products .js-catalog .slick-next {
    background-image: url(images/catalogo-v2/slick/arrow-right.svg)
}

@media (max-width:64em) {
    .catalogo-v2-products .js-catalog .slick-dots {
        display: none !important
    }
}

.catalogo-v2-see-more {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .catalogo-v2-see-more {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .catalogo-v2-see-more {
        margin-top: 60px
    }
}

.catalogo-v2-see-more .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 743px;
    margin: auto
}

@media (max-width:64em) {
    .catalogo-v2-see-more .container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalogo-v2-see-more .content-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 282px
}

@media (max-width:64em) {
    .catalogo-v2-see-more .content-text {
        margin: auto
    }
}

.catalogo-v2-see-more .content-text p {
    font-family: lasiver, sans-serif;
    font-weight: 400;
    font-size: 20px
}

@media (max-width:64em) {
    .catalogo-v2-see-more .content-text p {
        font-size: 18px;
        text-align: center
    }
}

.catalogo-v2-see-more .content-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: auto
}

@media (min-width:64em) {
    .catalogo-v2-see-more .content-buttons {
        height: 50px;
        width: 416.02px
    }
}

.catalogo-v2-see-more .content-buttons .btn-maquillaje, .catalogo-v2-see-more .content-buttons .btn-moda {
    font-family: lasiverBold, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    width: 160px;
    text-align: center
}

@media (min-width:64em) {
    .catalogo-v2-see-more .content-buttons .btn-maquillaje, .catalogo-v2-see-more .content-buttons .btn-moda {
        font-size: 20px;
        width: 199px;
        min-width: 199px;
        padding: 15px 20px
    }
}

.catalogo-v2-see-more .content-buttons .btn-maquillaje:hover, .catalogo-v2-see-more .content-buttons .btn-moda:hover {
    color: #fff;
    background-color: #000
}

.catalogo-v2-see-more .content-buttons .btn-maquillaje, .catalogo-v2-see-more .content-buttons .btn-moda {
    margin-top: 0;
    margin-bottom: 0
}

.ct-mobile {
    display: block
}

@media (min-width:64em) {
    .ct-mobile {
        display: none
    }
}

.ct-desktop {
    display: none
}

@media (min-width:64em) {
    .ct-desktop {
        display: block
    }
}

.help-us {
    padding-top: 20px
}

.help-us__title {
    font-size: 24px;
    margin: 0;
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
}

.help-us__title p {
    padding: 0;
    padding-top: 10px;
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 15px
}

.help-us__left>h2 {
    padding-bottom: 10px;
    border-bottom: 4px solid #000
}

@media (min-width:64em) {
    .help-us__left>h2 {
        border-bottom-width: 5px
    }
}

.help-us__left .link-terms {
    padding: 18px 0;
    display: block;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px
}

.help-us__left .link-terms.menu-bottom {
    border-top: 1px solid #000;
    margin-top: 20px
}

.help-us__right {
    margin-top: 20px;
    padding: 0 15px
}

@media (min-width:48em) {
    .help-us {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .help-us__title {
        font-size: 30px
    }

    .help-us__left {
        -ms-flex: 1;
        flex: 1;
        max-width: 235px
    }

    .help-us__right {
        -ms-flex: 1;
        flex: 1;
        padding-left: 20px;
        margin-top: 50px
    }
}

@media (min-width:75em) {
    .help-us {
        max-width: 1000px !important
    }
}

.help-links li:last-of-type {
    border-bottom: 0
}

.help-links li {
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    letter-spacing: 1px
}

.help-links li, .help-links li a {
    text-transform: uppercase;
    font-size: 11px
}

.help-links li a {
    padding: 15px;
    padding-left: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .25s ease
}

.help-links li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.help-links li a i.icon-mail {
    font-weight: 700
}

.help-links li a img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.help-links>li.active {
    background: #faf9f7
}

.help-links>li {
    position: relative
}

.table-contact {
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
}

.table-contact__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.table-contact__header p {
    margin-bottom: 0
}

.table-contact__header>div {
    font-size: 12px;
    -ms-flex: 1;
    flex: 1;
    padding: 2px 10px !important
}

@media (min-width:48em) {
    .table-contact__header {
        padding: 6px 15px !important
    }
}

.table-contact__header .left {
    max-width: 35%
}

.table-contact__header .right {
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 10px
}

.table-contact__item {
    padding: 10px
}

.table-contact__item .right p {
    margin-bottom: 0
}

.table-contact__item>div {
    padding: 10px
}

@media (min-width:48em) {
    .table-contact__item {
        display: -ms-flexbox;
        display: flex;
        padding: 10px 15px
    }

    .table-contact__item .left {
        max-width: 15%
    }

    .table-contact__item .left p {
        font-size: 14px;
        margin: 0
    }

    .table-contact__item .center {
        max-width: 42.5%;
        padding: 0 10px
    }

    .table-contact__item .center p {
        margin: 0
    }

    .table-contact__item .right {
        margin-top: 0;
        width: 42.5%
    }

    .table-contact__item .right p {
        padding: 0;
        margin: 0
    }
}

.table-contact .center {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:48em) {
    .table-contact .center {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.table-contact .center i {
    margin-right: 10px;
    color: #f36
}

@media (min-width:48em) {
    .table-contact .center i {
        display: none
    }
}

.table-contact .center__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #f36;
    width: 100%
}

.table-contact .center__phone .right_side {
    -ms-flex: 1;
    flex: 1;
    font-size: 12px
}

@media (min-width:48em) {
    .table-contact .center__phone .right_side {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.table-contact .center__phone a {
    color: #f36;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    font-size: 13px
}

.table-contact .center__phone span {
    text-transform: capitalize;
    display: block
}

@media (min-width:48em) {
    .table-contact .center__phone span {
        margin-left: 0;
        color: #000
    }
}

.list-contact {
    padding-left: 10px
}

.list-contact li {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-contact li:last-child {
    margin-bottom: 0
}

.list-contact .left {
    width: 35%
}

.list-contact .left p {
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

@media (min-width:48em) {
    .list-contact .left {
        background: transparent;
        padding: 0
    }

    .list-contact .left p {
        color: #000
    }
}

.list-contact .right {
    padding-bottom: 0;
    padding-top: 0
}

.list-contact .center {
    width: 65%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.list-contact .center i {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.list-contact>div {
    padding: 10px
}

.list-quest__item h2 {
    font-size: 20px;
    cursor: pointer;
    color: #f36;
    padding: 8px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

@media (min-width:48em) {
    .list-quest {
        padding-left: 20px
    }
}

.q-title-toggle {
    position: relative
}

.q-title-toggle i {
    position: absolute;
    transition: all .2s ease;
    right: 10px;
    font-size: 20px
}

.q-title-toggle.q-open-info i {
    transform: rotate(180deg)
}

.list-fq-info {
    display: none
}

.list-fq-info li {
    margin-bottom: 15px
}

.list-fq-info li:last-child {
    margin-bottom: 0
}

.list-fq-info li h5 {
    font-weight: 700;
    font-size: 12px
}

@media (min-width:48em) {
    .list-fq-info li h5 {
        padding-bottom: 8px
    }
}

.list-fq-info li>p {
    font-size: 12px;
    display: none
}

@media (min-width:48em) {
    .list-fq-info {
        padding-left: 15px
    }
}

.title-fq-open {
    transition: color .2s ease;
    cursor: pointer
}

.title-fq-open:hover {
    color: #f36
}

.cyzone-faq {
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
}

.terms-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.help-us__right .terms-info {
    border: none;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
}

.image-terms-condition {
    width: 100%;
    margin: 15px 0
}

@media (min-width:48em) {
    .image-terms-condition {
        margin: 20px 0
    }
}

@media (min-width:48em) {
    .list-terms {
        margin-top: 30px
    }

    .list-terms span {
        font-size: 24px;
        font-weight: 700
    }

    .list-terms__info {
        padding-left: 20px
    }
}

.list-terms li {
    display: -ms-flexbox;
    display: flex
}

.list-terms span {
    font-size: 18px;
    min-width: 20px;
    font-family: JustTheWayYouAre;
    font-weight: 700;
    color: #000
}

.list-terms__info {
    padding-left: 10px;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
}

.form-list li {
    margin: 0 0 10px
}

@media (min-width:48em) {
    .wpcf7-form {
        max-width: 250px
    }
}

.wpcf7-form>p {
    margin-bottom: 5px
}

.wpcf7-form>label {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.wpcf7-form>label:last-child {
    margin-bottom: 0
}

.wpcf7-form input {
    margin-top: 4px
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    border: 1px solid #000;
    padding: 3px;
    background: transparent;
    transition: all .35s ease
}

.wpcf7-form input:focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
    border: 1px solid #b3a487
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    width: 100%
}

.wpcf7-form label {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    font-size: 13px
}

.wpcf7-form label em {
    color: #f36;
    font-style: normal
}

.wpcf7-form textarea {
    height: 120px;
    resize: none;
    padding: 5px
}

.wpcf7-form input[type=submit] {
    background: none;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 4px auto 20px;
    color: #f36;
    transition: all .25s ease;
    border: 1px solid #f36;
    width: auto
}

.wpcf7-form input[type=submit]:hover {
    color: #fff;
    background: #f36
}

.global-msg {
    background-color: #f6e5ef;
    font-family: Lato, sans-serif
}

.global-msg-top-bar {
    min-height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px
}

.global-msg-top-bar img.woman {
    width: 16px;
    height: 16px
}

.global-msg-top-bar .content {
    margin: 0 16px 0 8px
}

header.new-header {
    margin: 0
}

header.new-header .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

header.new-header .display-none {
    display: none
}

header.new-header .col-xs-12 {
    width: 100%
}

header.new-header .custom-close-nav {
    display: none;
    text-align: right;
    padding: 3px 15px 0
}

header.new-header .custom-close-nav, header.new-header .custom-search-suggest {
    display: none
}

header.new-header .menu-mobile .navbar-toggle {
    width: 100%;
    max-width: 40px;
    padding: 9px 0;
    margin: 0;
    float: none;
    border: none;
    display: block;
    position: relative;
    background-color: transparent;
    background-image: none;
    border-radius: 0
}

header.new-header .menu-mobile .navbar-toggle span {
    width: 18px;
    background: #000
}

header.new-header .menu-mobile .navbar-toggle .icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px
}

header.new-header .menu-mobile .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

header.new-header .container-main-nav {
    text-transform: none
}

@media (max-width:64em) {
    header.new-header .container-main-nav {
        top: 12vh
    }
}

@media (min-width:64em) {
    header.new-header .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    header.new-header .hidden-md, header.new-header .menu-mobile {
        display: none
    }

    header.new-header .container-main-nav {
        left: 0;
        display: block;
        top: unset;
        font-size: inherit
    }
}

@media (max-width:64em) {
    header.new-header .link-product-nav {
        width: 100%;
        display: -ms-flexbox;
        display: flex
    }

    header.new-header .container-main-nav {
        position: fixed !important
    }

    header.new-header .hidden-xs {
        display: none
    }

    header.new-header .col-sm-2 {
        width: 16.66666667%
    }

    header.new-header .col-sm-4 {
        width: 33.33333333%
    }

    header.new-header .col-sm-8 {
        width: 66.66666667%
    }

    header.new-header .bel-nav-products__back {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:64em) {
    header.new-header .hidden-lg, header.new-header .only-mobile {
        display: none
    }
}

header.new-header .navigation {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    z-index: 13;
    position: relative;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:64em) {
    header.new-header .navigation.menu-header {
        box-shadow: none;
        border-bottom: 1px solid #b0b0b0 !important
    }
}

header.new-header .container-fluid {
    max-width: 1170px
}

header.new-header .nav__left {
    border-bottom: none
}

header.new-header .nav__left a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    float: left;
    height: 40px;
    line-height: 28px
}

header.new-header .nav__left a:first-child {
    border-left: none
}

header.new-header .nav__left a img {
    width: 100%;
    height: 15px
}

header.new-header .nav__left a img.logo-esika {
    height: 17px
}

header.new-header .nav__left a img.logo-lbel {
    height: 12px
}

header.new-header .nav__left a.cyzone-active {
    background: #a90061
}

header.new-header .nav__left a+a {
    margin-left: 14px
}

header.new-header .brand-content a {
    -ms-flex-align: end;
    align-items: flex-end
}

header.new-header .brand-content a img {
    margin-bottom: 15px
}

header.new-header .nav__links li {
    float: left;
    list-style-type: none
}

header.new-header .nav__links--account {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

header.new-header .nav__links--account li {
    font-weight: 400;
    color: #000;
    text-transform: lowercase
}

header.new-header .nav__links--account li, header.new-header .nav__links--account li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

header.new-header .nav__links--account li a {
    font-family: Lato, sans-serif;
    font-weight: 600;
    text-transform: none;
    color: inherit;
    line-height: normal;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px
}

header.new-header .nav__links--account .separator {
    padding: 12px;
    line-height: 1.329em;
    font-weight: 700
}

header.new-header .headerLinks-container span {
    display: none
}

header.new-header .nav-cart .mini-cart-count {
    background-color: #d40000;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 0;
    right: 5px;
    font-family: Lato, sans-serif;
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

header.new-header .collapse, header.new-header .hidden-lg, header.new-header .visible-xs {
    display: none
}

header.new-header .navigation--middle {
    padding: 16px 0
}

header.new-header .navigation--middle .nav__left {
    padding: 0 15px
}

header.new-header .navigation--middle .brand-logo {
    margin: 0
}

header.new-header .navigation--middle .brand-logo img {
    height: 30px
}

@media (min-width:64em) {
    header.new-header .navigation--middle .brand-logo img {
        height: 40px
    }
}

header.new-header .navigation--middle .brand-logo a {
    display: inline;
    margin: auto;
    float: none;
    padding: 0
}

header.new-header .navigation--middle .site-search {
    text-align: right;
    background: #fff;
    position: relative;
    z-index: 12
}

header.new-header .navigation--middle .site-search .input-group {
    border: none;
    background-color: #f6f6f6;
    border-radius: 4px;
    max-width: none;
    margin-bottom: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

header.new-header .navigation--middle .site-search .input-group .form-control {
    height: 40px !important;
    background-color: transparent;
    padding-left: 15px !important;
    font-size: 14px;
    font-weight: 400;
    color: #777676;
    border: none
}

header.new-header .navigation--middle .form-inline {
    display: block
}

header.new-header .navigation--middle .input-group-addon {
    border: none;
    background: transparent;
    width: 58px !important
}

header.new-header .navigation--middle .btn_search {
    padding: 0;
    margin-right: 0;
    width: 100%
}

header.new-header .navigation--middle .btn_search .glyphicon-search:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 9a7 7 0 1 1 12.041 4.857 1.005 1.005 0 0 0-.184.184A7 7 0 0 1 2 9zm12.618 7.032a9 9 0 1 1 1.414-1.414l3.675 3.675a1 1 0 1 1-1.414 1.414l-3.675-3.675z' fill='%23000'/%3E%3C/svg%3E")
}

header.new-header .navigation.menu-header {
    padding-bottom: 8px;
    text-align: center;
    border: none;
    background: #fff
}

header.new-header .nav__links--products {
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:64em) {
    header.new-header .nav__links--products.menu-full {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:64em) {
    header.new-header .nav__links--products {
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }
}

header.new-header .nav__links--products>li {
    margin: 0;
    text-align: left
}

@media (min-width:64em) {
    header.new-header .nav__links--products>li {
        margin: 0 10px
    }
}

@media (min-width:64em) {
    header.new-header .nav__links--products.menu-full>li {
        margin: 0 6px
    }
}

header.new-header .nav__links--products li {
    float: none;
    display: inline-block;
    list-style-type: none
}

@media (max-width:64em) {
    header.new-header .nav__links--products li {
        border-bottom: 1px solid #e0e0e0
    }
}

@media (max-width:64em) {
    header.new-header .nav__links--products li:first-child {
        margin-top: 40px
    }
}

header.new-header .nav__links--products .father {
    font-weight: 600
}

header.new-header .nav__links--products .father a {
    font-size: 14px;
    font-family: Lato, sans-serif;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (min-width:64em) {
    header.new-header .nav__links--products .father a {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 15px 17px
    }
}

@media (min-width:64em) {
    header.new-header .nav__links--products .father a:after {
        width: auto !important;
        height: 8px !important;
        bottom: 18px;
        left: 12px !important;
        right: 12px;
        margin: 0;
        opacity: 0;
        transition: all .2s linear;
        border: none !important;
        position: absolute;
        content: " "
    }

    header.new-header .nav__links--products .father a:hover:after {
        background-color: #a90061;
        opacity: .2
    }
}

@media (max-width:64em) {
    header.new-header .nav__links--products .nav__links--primary {
        display: -ms-flexbox;
        display: flex
    }

    header.new-header .nav__links--products .nav__links--primary a {
        padding: 15px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

header.new-header .nav__links--products .nav__link--drill__down {
    display: block
}

header.new-header .nav__links--products .menu-has__sub {
    transition: all .2s linear
}

@media (max-width:64em) {
    header.new-header .nav__links--products .menu-has__sub .category_menu_item_principal {
        width: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        float: none
    }

    header.new-header .nav__links--products .menu-has__sub .glyphicon-chevron-right:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.293 5.763a.999.999 0 0 1 1.414 0l6 6.008c.39.391.39 1.025 0 1.416l-6 6.009a.999.999 0 0 1-1.414 0 1.002 1.002 0 0 1 0-1.417l5.293-5.3-5.293-5.3a1.002 1.002 0 0 1 0-1.416z' fill='%23000'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat
    }

    header.new-header .nav__links--products .menu-has__sub .nav__link--drill__down {
        width: 40px;
        padding: 0;
        float: left;
        text-align: center;
        color: #000;
        min-height: 30px
    }
}

@media (min-width:64em) {
    header.new-header .nav__links--products .menu-has__sub:hover .sub__navigation {
        display: block;
        opacity: 1;
        visibility: visible
    }
}

header.new-header .nav__links--products .sub__navigation {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0
}

@media (max-width:64em) {
    header.new-header .nav__links--products .sub__navigation {
        display: none
    }
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation {
        visibility: hidden;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
        border-top: 1px solid #b0b0b0;
        padding: 0 10px;
        margin-top: 8px;
        transition: all .3s
    }
}

header.new-header .nav__links--products .sub__navigation--container {
    display: block;
    width: 100%;
    min-height: 300px;
    background: #fff;
    padding: 0;
    margin: 0 auto;
    max-width: 1140px
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation--container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex
    }
}

header.new-header .nav__links--products .sub__navigation .columns-menu {
    max-width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation .columns-menu {
        padding: 10px 30px
    }
}

header.new-header .nav__links--products .sub__navigation .sub-navigation-section {
    padding: 0 15px;
    width: 100%
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-section {
        width: 220px;
        max-width: 220px;
        padding: 15px 0 0
    }
}

@media (max-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

header.new-header .nav__links--products .sub__navigation .sub-navigation-section .title {
    line-height: normal;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-section .title {
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-bottom: 1px solid #f2f2f2
    }
}

header.new-header .nav__links--products .sub__navigation .sub-navigation-section .title a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 15px 0
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-section .title a {
        padding: 0;
        margin-bottom: 15px;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:64em) {
    header.new-header .nav__links--products .sub__navigation .drill__down_third_level {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-section .title-arrow a:after {
        width: 8px;
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg data-prefix='far' data-icon='chevron-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-chevron-right fa-w-8'%3E%3Cpath fill='currentColor' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E");
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: auto;
        margin-right: 16px
    }
}

header.new-header .nav__links--products .sub__navigation .sub-navigation-list {
    padding-left: 0;
    list-style: none;
    margin-top: 0
}

@media (max-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-list {
        display: none
    }
}

header.new-header .nav__links--products .sub__navigation .sub-navigation-list.active {
    width: 100%;
    margin-top: -40px
}

header.new-header .nav__links--products .sub__navigation .sub-navigation-list li {
    position: relative;
    float: none
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation .sub-navigation-list li {
        border: none
    }
}

header.new-header .nav__links--products .sub__navigation .nav__link--secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header.new-header .nav__links--products .sub__navigation .nav__link--secondary+li {
    margin-top: 8px
}

header.new-header .nav__links--products .sub__navigation .nav__link--secondary span {
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px
}

header.new-header .nav__links--products .sub__navigation .nav__link--secondary a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0
}

@media (min-width:64em) {
    header.new-header .nav__links--products .sub__navigation .nav__link--secondary a {
        color: #000;
        padding: 0;
        line-height: normal;
        display: inline-block;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        text-transform: none
    }
}

header.new-header .nav__links--products .sub__navigation .nav__link--secondary img {
    width: 24px;
    height: 24px
}

header.new-header .nav__links--products .sub__navigation.submenu-mobile-active {
    display: block;
    opacity: 1
}

header.new-header .custom-close-nav .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    box-shadow: none
}

header.new-header .custom-close-nav .glyphicon-remove {
    width: 100%;
    height: 100%
}

header.new-header .custom-close-nav .glyphicon-remove:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 5.323c.39.39.39 1.025 0 1.416l-12 12.017a.999.999 0 0 1-1.414 0 1.002 1.002 0 0 1 0-1.416l12-12.017a.999.999 0 0 1 1.414 0z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.293 5.323a.999.999 0 0 1 1.414 0l12 12.017c.39.39.39 1.025 0 1.416a.999.999 0 0 1-1.414 0l-12-12.017a1.002 1.002 0 0 1 0-1.416z' fill='%23000'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:64em) {
    header.new-header .active-menu {
        z-index: 501
    }
}

header.new-header .active-menu.container-main-nav {
    width: 90%
}

header.new-header .active-menu .custom-close-nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 1;
    right: 0
}

@media (max-width:64em) {
    header.new-header .active-menu .sm-back {
        padding: 0;
        margin: 0 15px;
        text-transform: none !important;
        font-size: 10px !important;
        font-family: Lato, sans-serif;
        font-weight: 700;
        z-index: 999999;
        position: relative
    }

    header.new-header .active-menu .sm-back:before {
        position: relative;
        font-family: Glyphicons Halflings;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: .8em;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0;
        content: "";
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.471 3.529a.667.667 0 0 0-.942 0l-4 4a.667.667 0 0 0 0 .942l4 4a.667.667 0 1 0 .942-.943L6.943 8 10.47 4.47a.667.667 0 0 0 0-.942z' fill='%23000'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        top: 0
    }
}

header.new-header .active-menu .submenu-mobile-active {
    margin-top: -40px
}

header.new-header .mobile-consultora, header.new-header .mobile-login-user {
    width: 100%;
    position: static;
    padding: 0 15px;
    height: auto
}

@media (min-width:64em) {
    header.new-header .mobile-consultora, header.new-header .mobile-login-user {
        display: none
    }
}

header.new-header .mobile-consultora a, header.new-header .mobile-login-user a {
    font-weight: 600 !important;
    width: 100%;
    min-height: 45px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header.new-header .mobile-consultora p, header.new-header .mobile-login-user p {
    margin: 0
}

header.new-header .mobile-consultora span, header.new-header .mobile-login-user span {
    padding-left: 8px
}

header.new-header .mobile-consultora .close-nav, header.new-header .mobile-login-user .close-nav {
    display: none
}

@media (max-width:64em) {
    header.new-header .mobile-nav-cart .mini-cart-link {
        padding-left: 0;
        padding-right: 0
    }

    header.new-header .mobile-nav-cart .mini-cart-count {
        right: 12px
    }

    header.new-header .mobile-nav-cart img {
        height: 24px !important
    }
}

header.new-header .name-father {
    padding: 15px 0;
    font-weight: 900;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 15px
}

header.new-header .name-father.nav__link--secondary {
    margin: 0
}

@media (min-width:64em) {
    header.new-header .name-father {
        display: none !important
    }
}

header.new-header input[type=text].form-control:hover {
    cursor: auto
}

@media (max-width:64em) {
    header.new-header .fixed-menu-mobile {
        transform: translateY(-200%);
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transition: all .2s linear;
        z-index: 503
    }

    header.new-header .scrolled-down {
        transform: translateY(0);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        opacity: 1
    }

    header.new-header .content-brand-mobile {
        padding-right: 0;
        padding-left: 0
    }

    header.new-header .content-brand-mobile .brand-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    header.new-header .content-brand-mobile a {
        margin-left: 0 !important;
        padding-left: 0;
        padding-right: 0
    }

    header.new-header .content-brand-mobile a.among-three {
        width: 33.3333%
    }

    header.new-header .content-brand-mobile a.half {
        width: 50%
    }

    header.new-header .logo-esika:after {
        content: "|";
        margin: auto;
        color: rgba(0, 0, 0, .3);
        font-size: 20px
    }
}

@media (max-width:64em) {
    .body-hidden .nav-overlay {
        width: 100%;
        height: 88vh;
        top: 12vh;
        background: #000;
        position: fixed;
        bottom: 0;
        z-index: 500;
        opacity: .1
    }
}

section.blog {
    margin-top: 26px
}

section.blog .blog__banner__image {
    position: relative
}

section.blog h1.h1-title-blog, section.blog span.h1-title-blog {
    top: 35px
}

.content-principal-catalogo {
    margin-top: 60px
}

@media (min-width:64em) {
    .content-principal-catalogo {
        margin-top: 50px
    }
}

.content-principal-catalogo #title-catalogo-main {
    position: relative
}

.content-principal-catalogo .h1-title-catalogo {
    top: 40px !important
}

@media (min-width:64em) {
    .content-principal-catalogo .h1-title-catalogo {
        top: 14px !important
    }
}

footer.new-footer-cyzone {
    font-family: Lato, sans-serif
}

@media (max-width:64em) {
    footer.new-footer-cyzone .hidden-xs {
        display: none
    }
}

@media (min-width:48em) {
    footer.new-footer-cyzone .not-testing {
        margin-top: 20px
    }
}

@media (max-width:1024) {
    footer.new-footer-cyzone .not-testing .nt-container {
        max-width: 100% !important
    }
}

footer.new-footer-cyzone .not-testing img.nt-img-mobile {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto
}

@media (min-width:48em) {
    footer.new-footer-cyzone .not-testing img.nt-img-mobile {
        display: none
    }
}

footer.new-footer-cyzone .not-testing img.nt-img-desktop {
    display: none
}

@media (min-width:48em) {
    footer.new-footer-cyzone .not-testing img.nt-img-desktop {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }
}

@media (max-width:64em) {
    footer.new-footer-cyzone .footer-links ul {
        display: none;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #ddd;
        border-top-color: #ddd;
        border-color: hsla(0, 0%, 100%, .25)
    }
}

@media (max-width:64em) {
    footer.new-footer-cyzone .content-item-footer {
        padding-right: 0;
        padding-left: 0
    }
}

footer.new-footer-cyzone .content-footer {
    background-color: #000;
    color: #fff;
    padding: 32px 0 15px
}

footer.new-footer-cyzone .content-footer .container {
    max-width: 1170px
}

footer.new-footer-cyzone .content-footer .container:before {
    content: " ";
    display: table
}

footer.new-footer-cyzone .content-footer h5 {
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 600
}

@media (max-width:64em) {
    footer.new-footer-cyzone .content-footer h5 {
        min-height: 15px;
        font-size: 13px;
        font-weight: 500;
        padding: 15px;
        margin-bottom: 0;
        position: relative;
        font-family: Lato, sans-serif
    }

    footer.new-footer-cyzone .content-footer h5:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.04l6 6 6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        font-size: 22px;
        font-weight: 700;
        position: absolute;
        top: 10px;
        right: 15px
    }
}

footer.new-footer-cyzone .content-footer h4 {
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: capitalize
}

@media (max-width:64em) {
    footer.new-footer-cyzone .content-footer h4 {
        text-transform: capitalize;
        min-height: 15px;
        font-size: 13px;
        font-weight: 500;
        padding: 15px;
        margin-bottom: 0;
        position: relative;
        font-family: Lato, sans-serif
    }

    footer.new-footer-cyzone .content-footer h4:after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.04l6 6 6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        font-size: 22px;
        font-weight: 700;
        position: absolute;
        top: 10px;
        right: 15px
    }
}

footer.new-footer-cyzone .item-footer-menu {
    margin-top: 5px
}

footer.new-footer-cyzone .item-footer-menu:first-child {
    margin-top: 0
}

footer.new-footer-cyzone .item-footer-menu a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143
}

@media (max-width:64em) {
    footer.new-footer-cyzone .item-footer-menu a {
        padding: 15px 25px;
        text-transform: capitalize
    }
}

footer.new-footer-cyzone .item-footer-menu a:hover {
    text-decoration: underline
}

footer.new-footer-cyzone .social-networks {
    background: #000;
    font-size: 14px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    border-top: 1px solid hsla(0, 0%, 100%, .25)
}

@media (min-width:64em) {
    footer.new-footer-cyzone .social-networks {
        border: none;
        padding: 0;
        text-align: right
    }
}

footer.new-footer-cyzone .social-networks-content {
    display: inline-block
}

footer.new-footer-cyzone .social-networks-content li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px
}

@media (min-width:64em) {
    footer.new-footer-cyzone .social-networks-content li {
        margin-left: 15px
    }
}

footer.new-footer-cyzone .social-networks-content li:first-child {
    margin-left: 0
}

@media (max-width:64em) {
    footer.new-footer-cyzone .social-networks-content a {
        width: 35px;
        height: 35px;
        display: block;
        position: relative
    }

    footer.new-footer-cyzone .social-networks-content img {
        width: 100%
    }
}

footer.new-footer-cyzone .footer-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0
}

@media (min-width:64em) {
    footer.new-footer-cyzone .footer-copy {
        margin-top: 70px
    }
}

footer.new-footer-cyzone .footer-copy hr {
    border-top: 1px solid #fff;
    margin-top: 0
}

footer.new-footer-cyzone .payment-methods {
    padding-top: 0;
    position: relative;
    margin-top: 30px;
    text-align: left
}

@media (min-width:64em) {
    footer.new-footer-cyzone .payment-methods {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0
    }
}

footer.new-footer-cyzone .payment-methods li.icons {
    vertical-align: middle;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 170px
}

@media (min-width:64em) {
    footer.new-footer-cyzone .payment-methods li.icons {
        -ms-flex-align: center;
        align-items: center;
        width: 25%;
        max-width: 25%
    }
}

@media (max-width:64em) {
    footer.new-footer-cyzone .payment-methods li.icons {
        float: left
    }

    footer.new-footer-cyzone .payment-methods li.icons:nth-child(3), footer.new-footer-cyzone .payment-methods li.icons:nth-child(4) {
        margin-top: 30px
    }
}

footer.new-footer-cyzone .payment-methods li.icons p {
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.1
}

footer.new-footer-cyzone .payment-methods li.icons a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

footer.new-footer-cyzone .payment-methods li.icons .icons-img {
    width: 33.33%
}

@media (max-width:64em) {
    footer.new-footer-cyzone .payment-methods li.icons .icons-img {
        display: inline-block;
        width: 40.5px
    }

    footer.new-footer-cyzone .payment-methods li.icons .icons-img img {
        margin: auto 0 auto auto
    }

    footer.new-footer-cyzone .payment-methods li.icons p {
        display: inline-block;
        max-width: 90px;
        min-width: 90px;
        padding: 0 0 0 10px
    }

    footer.new-footer-cyzone .payment-methods li.icons a {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

footer.new-footer-cyzone .payment-methods .icons-img {
    padding: 0
}

footer.new-footer-cyzone .payment-methods .icons-img img {
    height: 30px
}

footer.new-footer-cyzone .payments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    text-align: center
}

@media (min-width:64em) {
    footer.new-footer-cyzone .payments {
        margin-top: 0;
        text-align: right;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

footer.new-footer-cyzone .payments span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width:64em) {
    footer.new-footer-cyzone .payments span {
        width: 76px;
        text-align: right
    }
}

footer.new-footer-cyzone .payments .content-image {
    padding: 0 0 0 15px
}

footer.new-footer-cyzone .payments .content-image img {
    margin-bottom: 15px;
    max-width: 100%
}

footer.new-footer-cyzone .payments .content-image a img {
    padding: 0 15px
}

@media (max-width:64em) {
    footer.new-footer-cyzone .payments .content-image a img {
        margin: auto
    }
}

.container-cart {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 800;
    overflow: auto;
    padding: 30px 0;
    display: none
}

.container-cart.view-cart-active {
    display: block
}

.close-bel-cart {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(45deg);
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}

.close-bel-cart:after, .close-bel-cart:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #222;
    display: block;
    position: absolute
}

.close-bel-cart:before {
    transform: rotate(90deg)
}

.bel-cart {
    position: relative;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
    max-width: 350px
}

@media (min-width:64em) {
    .bel-cart {
        padding: 35px 40px;
        max-width: 380px
    }
}

.bel-cart__title {
    color: #000;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem
}

.bel-cart__list {
    max-height: 80%
}

.bel-cart__list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    -ms-flex-align: center;
    align-items: center
}

.bel-cart__list__item img {
    width: 60px
}

.bel-cart__list__item .bel-cart-info {
    width: calc(100% - 60px);
    padding-left: 20px
}

.bel-cart__list__item .bel-cart-info h4 {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700
}

.bel-cart__list__item .bel-cart-info h4:hover {
    text-decoration: underline
}

@media (min-width:48em) {
    .bel-cart__list__item .bel-cart-info h4 {
        font-size: 17px
    }
}

.bel-cart__list__item .bel-cart-info span {
    display: block
}

@media (min-width:48em) {
    .bel-cart__list__item .bel-cart-info span {
        font-size: 14px
    }
}

.bel-cart__list__item .bel-cart-price {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 14px;
    font-weight: 700;
    -ms-flex: 1;
    flex: 1
}

.bel-cart__description {
    font-size: 12px;
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bel-cart__description>span {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 14px
}

.bel-cart__description>a {
    display: none !important
}

.bel-cart__total {
    padding: 10px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bel-cart__total span {
    display: inline-block
}

.bel-cart__buttons_item {
    display: block;
    font-family: Lato, sans-serif;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    font-size: 16px
}

.bel-cart__buttons_item.check-payment {
    background: #000;
    color: #fff
}

.bel-cart__buttons_item.continue-buy {
    border: 1px solid #000
}

.bel-cart p {
    font-size: 1.5rem
}

.look-container {
    display: table;
    margin: 0 auto;
    padding: 40px
}

.look-container .left-text-section {
    float: left;
    font-family: 'lasiver', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #ed1e6c;
    font-size: 27px;
    line-height: 1.2;
    margin-top: 15px
}

.look-container .left-text-section strong {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
}

.look-container .left-text-section .look-count {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    color: #fff;
    background: url(images/maquillador-virtual/pink-rectangle.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 50%;
    height: 70px;
    width: 210px;
    font-size: 60px;
    padding-left: 15px;
    line-height: 80px
}

.look-container .left-text-section .download-app-section .download-app-text {
    text-transform: uppercase;
    margin-top: 65px;
    font-size: 18px;
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
}

.look-container .left-text-section .download-app-section .download-app-text .app-text {
    text-align: left;
    padding-left: 40px;
    line-height: 1;
    height: 14px
}

.look-container .left-text-section .download-app-section .download-app-text .app-title {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
    color: #fff;
    background: url(images/maquillador-virtual/small-rectangle.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 45%;
    height: 30px;
    width: 100%;
    line-height: 35px;
    font-size: 22px
}

.look-container .left-text-section .download-app-section .download-app-stores {
    margin-top: 20px
}

.look-container .left-text-section .download-app-section .download-app-stores a {
    margin-top: 10px;
    display: block
}

.look-container .right-image-section {
    float: right
}

@media (max-width:48em) {
    .look-container {
        padding: 40px 0
    }

    .look-container .left-text-section {
        width: 55%;
        font-size: 16px
    }

    .look-container .left-text-section .look-count {
        background-size: 120px 40px;
        font-size: 30px;
        padding-left: 5px;
        height: 45px;
        width: 100%;
        line-height: 52px;
        position: relative;
        left: -12px
    }

    .look-container .left-text-section .download-app-section .download-app-text {
        margin-top: 50px
    }

    .look-container .left-text-section .download-app-section .download-app-text .app-text {
        font-size: 14px;
        height: 11px;
        position: relative;
        left: -43px;
        text-align: center
    }

    .look-container .left-text-section .download-app-section .download-app-text .app-title {
        background-size: 115px 20px;
        background-position: 50%;
        position: relative;
        left: -10px;
        height: 20px;
        font-size: 15px;
        padding-left: 1px;
        line-height: 25px
    }

    .look-container .left-text-section .download-app-section .download-app-stores {
        position: relative;
        left: -10px
    }

    .look-container .left-text-section .download-app-section .download-app-stores img {
        width: 60%;
        margin: 0 auto
    }

    .look-container .right-image-section {
        float: right;
        position: relative;
        width: 45%
    }

    .look-container .right-image-section .smartphone-image {
        position: relative;
        left: -30px;
        width: 150%
    }
}

.alt-modal {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 900;
    top: 0;
    left: 0
}

.alt-modal.active-open {
    display: block
}

.alt-modal.active-open .alt-modal__video {
    transform: scale(1)
}

.alt-modal__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.alt-modal__wrapper {
    position: relative;
    width: 100%
}

.alt-modal__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    transform: scale(.8);
    animation: fadeZoom .4s linear backwards
}

.alt-modal__video iframe, .alt-modal__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alt-modal__close {
    --button-width: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -60px;
    width: var(--button-width);
    height: var(--button-width);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(45deg)
}

.alt-modal__close i {
    position: absolute;
    width: calc(var(--button-width) / 1.5);
    height: 2px;
    background-color: #fff
}

.alt-modal__close i:last-child {
    transform: rotate(90deg)
}

@media (min-width:48em) {
    .alt-modal__wrapper {
        width: 100%;
        max-width: 80%
    }

    .alt-modal__close {
        --button-width: 40px
    }
}

@media (min-width:75em) {
    .alt-modal__wrapper {
        max-width: 800px
    }
}

.bel-header-nav .bel-nav__company-list {
    padding-top: 10px
}

.bel-header-nav .bel-nav__company-list a#lnk-sup-esika {
    -webkit-text-fill-color: #fff;
    font-size: 6rem;
    margin-top: -4px;
    margin-right: -10px;
    max-width: inherit
}

.bel-header-nav .bel-nav-products {
    position: relative
}

.bel-header-nav .bel-nav-products__item {
    position: static
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item.menu-item-has-children .link-product-nav .bel-nav-products__link {
        width: 60%
    }
}

.bel-header-nav .bel-nav-products__item a {
    width: 100%
}

.bel-header-nav .bel-nav-products__item .container-items {
    width: 100%;
    top: 57px
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items {
        border-top: 0
    }
}

.bel-header-nav .bel-nav-products__item .container-items ul {
    box-shadow: none
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items ul {
        margin-top: 0
    }
}

.bel-header-nav .bel-nav-products__item .container-items ul li {
    border-bottom: 0
}

.bel-header-nav .bel-nav-products__item .container-items ul li:hover {
    background: transparent
}

.bel-header-nav .bel-nav-products__item .container-items .container-items-content {
    width: 800px;
    margin: auto;
    min-height: 300px;
    background: #f7f7f7;
    border-top: 1px solid #b00074;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25)
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content {
        background: #fff;
        border-top: none;
        box-shadow: none;
        width: 100%
    }
}

.bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub {
    max-width: 100%;
    padding: 10px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub {
        -ms-flex-pack: initial;
        justify-content: initial;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        width: 100%
    }

    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub li:last-child {
        border-bottom: none
    }

    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub li>div {
        border-bottom: 1px solid #e4e4e4
    }
}

@media (max-width:64em) and (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub li>div {
        border-bottom: 0
    }
}

.bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub>li {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    padding: 15px 0 0
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub>li {
        padding: 0;
        width: 100%
    }
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub>li .bel-nav-products__sub-content {
        margin-bottom: 0
    }
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub>li .bel-nav-products__sub-content>a {
        padding: 30px 50px 30px 70px !important
    }
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .container-items .container-items-content .bel-nav-products__sub>li .bel-nav-products__sub-content .sub-menu li a {
        padding: 18px 0 18px 20px !important
    }
}

.bel-header-nav .bel-nav-products__item .bel-nav-products__link {
    font-size: 13px;
    padding: 20px 15px 17px
}

.bel-header-nav .bel-nav-products__item .bel-nav-products__link:before {
    background: #b00074
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .bel-nav-products__link {
        font-size: 14px !important;
        padding: 20px 70px 20px 20px
    }
}

.bel-header-nav .bel-nav-products__item .bel-nav-products__link h2 {
    font-size: unset
}

.bel-header-nav .bel-nav-products__sub-content-title {
    text-align: left;
    padding: 0 !important;
    font-size: 14px;
    position: relative;
    display: initial
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__sub-content-title {
        padding: 18px 0 18px 70px !important;
        display: block;
        width: 100%
    }
}

.bel-header-nav .bel-nav-products__sub-content-title:after, .bel-header-nav .bel-nav-products__sub-content-title:before {
    font-family: Oswald-Medium;
    position: absolute;
    top: 0;
    display: block;
    color: #b00074;
    font-size: 16px;
    opacity: 0;
    transition: opacity .2s ease
}

.bel-header-nav .bel-nav-products__sub-content-title:after {
    content: "[";
    left: -7px
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__sub-content-title:after {
        content: ""
    }
}

.bel-header-nav .bel-nav-products__sub-content-title:before {
    content: "]";
    right: -7px
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__sub-content-title:before {
        content: ""
    }
}

.bel-header-nav .bel-nav-products__sub-content-title:hover:after, .bel-header-nav .bel-nav-products__sub-content-title:hover:before {
    opacity: 1
}

.bel-header-nav .bel-nav-products__sub-content ul {
    padding: 0;
    margin-top: 15px
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__sub-content ul {
        margin-top: 0
    }
}

.bel-header-nav .bel-nav-products__sub-content ul li a {
    text-align: left;
    padding: 0 !important;
    font-family: oswaldlight, sans-serif;
    font-weight: 300;
    display: initial
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__sub-content ul li a {
        font-family: oswaldlight, sans-serif;
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 18px 0 18px 30px !important
    }
}

.bel-header-nav .bel-nav-products__sub-content ul li a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b00074
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__sub-content ul li a:hover:after {
        background-color: transparent
    }
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__item .bel-menu-next {
        text-align: center;
        font-size: 23px
    }
}

@media (max-width:64em) {
    .bel-header-nav .bel-nav-products__back i {
        font-size: 21px
    }
}

@media (max-width:64em) {
    .bel-header-nav .container-bel-nav {
        height: 83vh;
        overflow-y: auto;
        border-top: 1px solid #d3d3d3
    }
}

.bel-header-nav .bel-nav-products__img a {
    padding: 0;
    max-width: 300px;
    overflow: hidden
}

.bel-header-nav .bel-nav-products__img a img, .nav-only-mobile {
    display: block
}

@media (min-width:48em) {
    .nav-only-mobile {
        display: none
    }
}

h2.title-header {
    font-size: unset
}

body.no-limits-body {
    font-family: sans-serif;
    font-weight: 400;
    height: 101vh;
    overflow-x: hidden;
    line-height: 1.5
}

footer {
    font-weight: bolder
}

.no-limits .content {
    width: 100%
}

.no-limits .content-center {
    max-width: 96%;
    margin: 0 auto
}

@media (min-width:30em) {
    .no-limits .content-center {
        max-width: 1180px
    }
}

.no-limits .relative {
    position: relative
}

.no-limits .flex {
    display: -ms-flexbox;
    display: flex;
    max-height: 60px
}

.no-limits section {
    display: block
}

.no-limits header.preinscription {
    min-height: 0
}

.no-limits header .header-top {
    background-color: #000;
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden
}

.no-limits header .header-top .header-left {
    width: 65%;
    text-align: left
}

@media (max-width:30em) {
    .no-limits header .header-top .header-left {
        width: 50%
    }
}

.no-limits header .header-top .header-right {
    width: 35%;
    text-align: right
}

@media (max-width:30em) {
    .no-limits header .header-top .header-right {
        width: 50%
    }
}

.no-limits header .header-top .header-left .header-social {
    display: inline-block;
    vertical-align: top
}

.no-limits header .header-top .header-left .header-logo {
    display: none;
    vertical-align: top;
    background: #000;
    max-width: 0;
    opacity: 0;
    transition: all .5s ease;
    z-index: -1;
    position: relative
}

.no-limits header .header-top .header-left .header-logo img {
    max-width: 180px
}

.no-limits header.scroll .header-top .header-logo {
    padding: 3px 10px 10px;
    max-width: 450px;
    opacity: 1;
    z-index: 0
}

.no-limits header .header-social ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    display: inline-block
}

@media (min-width:30em) {
    .no-limits header .header-social ul {
        padding: 14px 0 0
    }
}

.no-limits header .header-social ul li {
    padding-right: 1px;
    display: inline-block
}

.no-limits header .header-social ul li img {
    max-width: 20px;
    vertical-align: middle;
    border-style: none
}

@media (min-width:30em) {
    .no-limits header .header-social ul li img {
        max-width: 22px
    }
}

.no-limits header .header-social ul .h-mobile {
    display: inline-block
}

@media (max-width:30em) {
    .no-limits header .header-social ul .h-mobile {
        display: none
    }
}

.no-limits header .header-social ul .h-desktop {
    display: none
}

@media (max-width:30em) {
    .no-limits header .header-social ul .h-desktop {
        display: inline-block
    }
}

.no-limits header .header-top .header-right-logo {
    display: inline-block;
    padding-top: 13px;
    transition: all .5s ease;
    vertical-align: top
}

.no-limits header .header-top .header-right-logo img {
    max-width: 80px
}

.no-limits .inscription {
    background-color: #ff917b
}

.no-limits .inscription .gr {
    padding: 0
}

.no-limits .inscription .gr__ganadora {
    padding: 180px 0
}

.no-limits .gr__row {
    padding: 10px 0 30px;
    text-align: center;
    width: 100%
}

@media (min-width:30em) {
    .no-limits .gr__row {
        padding: 10px 0 70px
    }
}

.no-limits .gr__ganadora {
    width: 100%;
    background-image: url(images/no-limits/bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 112%
}

@media (min-width:30em) {
    .no-limits .gr__ganadora {
        background-size: contain
    }
}

.no-limits .gr__ganadora-bg {
    position: relative;
    display: inline-block;
    text-align: center
}

.no-limits .gr__ganadora-bg img {
    max-width: 90%;
    display: inline-block
}

@media (min-width:30em) {
    .no-limits .gr__ganadora-bg img {
        max-width: 60%
    }
}

.no-limits footer {
    display: block;
    background-color: #fff
}

.no-limits footer.footer {
    padding-bottom: 10px
}

.no-limits .footer__row {
    padding-left: -15px;
    padding-right: -15px;
    display: block
}

@media (min-width:30em) {
    .no-limits .footer__row {
        display: -ms-flexbox;
        display: flex
    }
}

.no-limits .footer__content-left {
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:30em) {
    .no-limits .footer__content-left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.no-limits .footer__content-right {
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:30em) {
    .no-limits .footer__content-right {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.no-limits .footer .footer__left {
    display: inline-block;
    width: 100%
}

.no-limits .footer .footer__left__logo {
    display: none;
    margin-right: 20px;
    vertical-align: text-bottom
}

.no-limits .footer .footer__left__logo img {
    max-width: 250px
}

@media (min-width:30em) {
    .no-limits .footer .footer__left__logo {
        display: inline-block
    }
}

.no-limits .footer .footer__left__text {
    font-size: 10px;
    padding: 15px 15px 0;
    text-align: left;
    display: inline-block;
    font-weight: 400
}

@media (min-width:30em) {
    .no-limits .footer .footer__left__text {
        font-size: 11px
    }
}

.no-limits .footer .footer__left__text strong {
    font-family: 'lasiverbold', sans-serif;
    font-weight: 700;
}

.no-limits .footer .footer__content-right .footer__right__logo {
    display: inline-block;
    width: 45%
}

@media (min-width:30em) {
    .no-limits .footer .footer__content-right .footer__right__logo {
        display: none
    }
}

.no-limits .footer .footer__right__logo img, .no-limits .footer .footer__right img {
    width: 100%
}

.no-limits .footer .footer__content-right .footer__right {
    position: absolute;
    margin-top: -16px;
    text-align: right;
    width: 45%;
    display: inline-block
}

@media (min-width:30em) {
    .no-limits .footer .footer__content-right .footer__right {
        width: 100%;
        position: relative;
        margin-top: -73px
    }
}

.quiz-moment .quiz-background {
    display: block;
    width: 100%;
    z-index: -1
}

.quiz-moment .quiz-background-mobile {
    display: none;
    width: 100%;
    z-index: -1
}

.quiz-moment .quiz {
    aspect-ratio: 16/9;
    font-family: lasiver, sans-serif;
    font-size: 1.35vw;
    position: relative;
    width: 100%
}

@media (max-width:40em) {
    .quiz-moment .quiz {
        aspect-ratio: 9/18
    }
}

.quiz-moment .quiz .step {
    background-color: #f5bcd4;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.quiz-moment .quiz .step[data-step=start] {
    background: transparent;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr)
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=start] .quiz-background {
        display: none
    }

    .quiz-moment .quiz .step[data-step=start] .quiz-background-mobile {
        display: block
    }
}

.quiz-moment .quiz .step[data-step=start].current {
    display: -ms-grid;
    display: grid
}

.quiz-moment .quiz .step[data-step=start] .quiz-background, .quiz-moment .quiz .step[data-step=start] .quiz-background-mobile {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/span 2
}

.quiz-moment .quiz .step[data-step=start] .start {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 5.5em;
    padding-top: 1em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=start] .start {
        font-size: 3.2vw;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
        grid-column: 1/span 2;
        padding-left: 2em;
        padding-right: 2em
    }
}

.quiz-moment .quiz .step[data-step=start] h1 {
    color: rgba(77, 54, 125, .5);
    text-transform: uppercase
}

.quiz-moment .quiz .step[data-step=start] h1 .title {
    float: left;
    font-family: lasiverBold, sans-serif;
    font-size: 5.55vw;
    letter-spacing: .05em;
    text-shadow: -0.05em -0.05em 0 #fff, calc(-1 * (.05em + 1px)) calc(-1 * (.05em + 1px)) 0 #000, calc(-1 * (.05em - 1px)) calc(-1 * (.05em + 1px)) 0 #000, calc(-1 * (.05em + 1px)) calc(-1 * (.05em - 1px)) 0 #000, calc(-1 * (.05em - 1px)) calc(-1 * (.05em - 1px)) 0 #000;
    width: 100%
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=start] h1 .title {
        font-size: 11vw;
        padding: .1em 0 .3em
    }
}

.quiz-moment .quiz .step[data-step=start] h1 .sub-title {
    background: #a8005f;
    color: #fff;
    float: left;
    font-family: SorrenEx-Bold, sans-serif;
    font-size: 3.7vw;
    line-height: .9;
    padding: 0 .3em .0875em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=start] h1 .sub-title {
        font-size: 7vw
    }
}

.quiz-moment .quiz .step[data-step=start] .content {
    float: left;
    font-size: 1.6em;
    text-align: center;
    width: 100%
}

.quiz-moment .quiz .step[data-step=start] .content b {
    font-family: lasiverBold
}

.quiz-moment .quiz .step[data-step=start] .content button {
    background: #a8005f;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: lasiverBold;
    font-size: 1em;
    padding: .3em 1.1em;
    transition: all .3s ease 0s
}

.quiz-moment .quiz .step[data-step=start] .content button:hover {
    background: #fff;
    border: 1px solid #b8149c;
    color: #b8149c
}

.quiz-moment .quiz .step[data-step=questions] {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.quiz-moment .quiz .step[data-step=questions].current {
    display: -ms-flexbox;
    display: flex
}

.quiz-moment .quiz .step[data-step=questions] h1 {
    color: #fff;
    font-family: goldenYouth, serif;
    font-size: 4em;
    font-weight: 400;
    margin: .5em 0 0;
    text-align: center;
    width: 100%
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] h1 {
        font-size: 6em;
        margin: .5em 0 .4em
    }
}

.quiz-moment .quiz .step[data-step=questions] h1 span {
    color: rgba(153, 0, 89, .85);
    font-family: lasiverBold, sans-serif;
    text-shadow: -0.05em -0.05em 0 #f5bcd4, calc(-1 * (.05em + 1px)) calc(-1 * (.05em + 1px)) 0 #000, calc(-1 * (.05em - 1px)) calc(-1 * (.05em + 1px)) 0 #000, calc(-1 * (.05em + 1px)) calc(-1 * (.05em - 1px)) 0 #000, calc(-1 * (.05em - 1px)) calc(-1 * (.05em - 1px)) 0 #000;
    text-transform: uppercase
}

.quiz-moment .quiz .step[data-step=questions] .options {
    display: none;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] .options {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1em
    }
}

.quiz-moment .quiz .step[data-step=questions] .options.current {
    display: -ms-flexbox;
    display: flex
}

.quiz-moment .quiz .step[data-step=questions] .options img {
    border: 1px solid rgba(38, 13, 13, .6);
    cursor: pointer;
    width: 27em;
    aspect-ratio: 9/8;
    transition: all .3s ease 0s
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] .options img {
        margin: 1% 5%;
        width: 90%
    }
}

.quiz-moment .quiz .step[data-step=questions] .options img:hover {
    box-shadow: 0 0 0 .3em #fff;
    -webkit-box-shadow: 0 0 0 .3em #fff;
    -moz-box-shadow: 0 0 0 .3em #fff
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] .options img:hover {
        box-shadow: 0 0 0 1em #fff;
        -webkit-box-shadow: 0 0 0 1em #fff;
        -moz-box-shadow: 0 0 0 1em #fff
    }
}

.quiz-moment .quiz .step[data-step=questions] footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] footer {
        margin-top: 3em
    }
}

.quiz-moment .quiz .step[data-step=questions] footer h2 {
    color: rgba(77, 54, 125, .5);
    font-size: 2.1vw;
    padding-left: 3.1em;
    text-transform: uppercase
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] footer h2 {
        font-size: 2.8vw
    }
}

.quiz-moment .quiz .step[data-step=questions] footer h2 .title {
    float: left;
    font-family: lasiverBold, sans-serif;
    font-size: 1.2em;
    letter-spacing: .05em;
    text-shadow: -0.05em -0.05em 0 #fff, calc(-1 * (.05em + 1px)) calc(-1 * (.05em + 1px)) 0 #000, calc(-1 * (.05em - 1px)) calc(-1 * (.05em + 1px)) 0 #000, calc(-1 * (.05em + 1px)) calc(-1 * (.05em - 1px)) 0 #000, calc(-1 * (.05em - 1px)) calc(-1 * (.05em - 1px)) 0 #000;
    width: 100%
}

.quiz-moment .quiz .step[data-step=questions] footer h2 .sub-title {
    background: #b8149c;
    color: #fff;
    float: left;
    font-family: SorrenEx-Bold, sans-serif;
    font-size: .9em;
    line-height: .9;
    padding: 0 .3em .0875em
}

.quiz-moment .quiz .step[data-step=questions] footer .action {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.quiz-moment .quiz .step[data-step=questions] footer .action button {
    background: #b8149c;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: lasiverBold;
    font-size: 1.5em;
    padding: .3em 1.1em;
    text-align: center;
    transition: all .3s ease 0s
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=questions] footer .action button {
        font-size: 2.7em
    }
}

.quiz-moment .quiz .step[data-step=questions] footer .action button:hover:not(.disabled) {
    background: #fff;
    border: 1px solid #b8149c;
    color: #b8149c
}

.quiz-moment .quiz .step[data-step=questions] footer .action button.disabled {
    opacity: .4
}

.quiz-moment .quiz .step[data-step=results] {
    background: transparent
}

.quiz-moment .quiz .step[data-step=results].current {
    display: block
}

.quiz-moment .quiz .step[data-step=results] .result {
    display: none;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    height: 100%;
    width: 100%
}

.quiz-moment .quiz .step[data-step=results] .result.current {
    display: -ms-grid;
    display: grid
}

.quiz-moment .quiz .step[data-step=results] .result .quiz-retry-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: .4em;
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
    grid-column: 5/span 2;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/span 1;
    -ms-flex-pack: right;
    justify-content: right
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result .quiz-retry-button-wrapper {
        font-size: 2.5em;
        -ms-grid-column-span: 3;
        -ms-grid-column: 4;
        grid-column: 4/span 3
    }
}

.quiz-moment .quiz .step[data-step=results] .result .quiz-retry-button {
    -ms-flex-align: center;
    align-items: center;
    background: pink;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    gap: .3em;
    height: 2em;
    margin-right: 5em;
    padding: 0 .6em;
    z-index: 20
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result .quiz-retry-button {
        margin-right: 1em
    }
}

.quiz-moment .quiz .step[data-step=results] .result .quiz-retry-button img {
    height: .8em;
    width: .8em
}

.quiz-moment .quiz .step[data-step=results] .result .quiz-retry-button p {
    font-weight: 700;
    margin: 0
}

.quiz-moment .quiz .step[data-step=results] .result .quiz-background, .quiz-moment .quiz .step[data-step=results] .result .quiz-background-mobile {
    -ms-grid-column-span: 6;
    -ms-grid-column: 1;
    grid-column: 1/span 6;
    -ms-grid-row-span: 6;
    -ms-grid-row: 1;
    grid-row: 1/span 6
}

.quiz-moment .quiz .step[data-step=results] .result .moment h1 {
    font-family: goldenYouth, serif;
    font-size: 3.5em;
    line-height: 1;
    margin: 1.7em 0 0 .9em
}

.quiz-moment .quiz .step[data-step=results] .result .moment h1 .name {
    color: #fff;
    font-family: lasiverBlack, sans-serif;
    font-size: 1.1em
}

.quiz-moment .quiz .step[data-step=results] .result .moment h1 .slogan {
    display: block;
    font-family: SorrenEx-Bold, sans-serif;
    font-size: .7em;
    margin-top: -.5em;
    text-transform: uppercase
}

.quiz-moment .quiz .step[data-step=results] .result .moment p {
    color: #fff;
    font-size: 1.1em;
    margin: 2.5em 0 0 2.6em;
    width: 45%
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result .moment p {
        width: 85%
    }
}

.quiz-moment .quiz .step[data-step=results] .result .product h2 {
    font-family: SorrenEx-Black, sans-serif;
    font-size: 2.4em;
    line-height: .8;
    margin: 0;
    text-transform: uppercase
}

.quiz-moment .quiz .step[data-step=results] .result .product h2 span {
    font-family: SorrenEx-Bold, sans-serif
}

.quiz-moment .quiz .step[data-step=results] .result .product p {
    font-family: goldenYouth, serif;
    font-size: 2.5em;
    line-height: 1.2;
    margin: 0
}

.quiz-moment .quiz .step[data-step=results] .result .product a {
    background: #fff;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: lasiverBold;
    font-size: 1em;
    margin-top: .35em;
    padding: .3em 1.1em;
    text-align: center;
    text-decoration: none
}

.quiz-moment .quiz .step[data-step=results] .result .product.right {
    text-align: right
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .quiz-background {
        display: none
    }

    .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .quiz-background-mobile {
        display: block
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .quiz-retry-button {
    background: #b8a3d9
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .moment {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1/span 3;
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1/span 3
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .moment {
        font-size: 3vw;
        -ms-grid-column-span: 5;
        -ms-grid-column: 1;
        grid-column: 1/span 5;
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
        grid-row: 1/span 2
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .moment h1 {
    margin-top: 2.6em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .moment h1 {
        margin-top: 1.5em
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .moment h1 .slogan, .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] h2 {
    color: #531c6e
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .product[data-order="0"] {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
    grid-column: 5/span 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/span 2;
    margin: 2.5em 0 0 -3em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .product[data-order="0"] {
        font-size: 3.5vw;
        -ms-grid-column-span: 3;
        -ms-grid-column: 4;
        grid-column: 4/span 3;
        -ms-grid-row-span: 2;
        -ms-grid-row: 3;
        grid-row: 3/span 2;
        margin: 1.5em 0 0
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .product[data-order="1"] {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 5;
    grid-row: 5/span 2;
    margin: -1.5em 1.5em 0 0
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="0"] .product[data-order="1"] {
        font-size: 3.5vw;
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
        grid-column: 1/span 4;
        -ms-grid-row-span: 1;
        -ms-grid-row: 6;
        grid-row: 6/span 1;
        margin: -2.5em 0 0 3em;
        text-align: left
    }
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .quiz-background {
        display: none
    }

    .quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .quiz-background-mobile {
        display: block
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .moment {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1/span 3;
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
    grid-row: 1/span 3
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .moment {
        font-size: 3vw;
        -ms-grid-column-span: 5;
        -ms-grid-column: 1;
        grid-column: 1/span 5;
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
        grid-row: 1/span 2
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .moment h1 {
    margin-top: .9em
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .moment h1 .slogan, .quiz-moment .quiz .step[data-step=results] .result[data-type="1"] h2 {
    color: #ae1395
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .product[data-order="0"] {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
    grid-column: 5/span 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/span 2;
    margin: 2.8em 0 0 1.5em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .product[data-order="0"] {
        font-size: 3.5vw;
        -ms-grid-column-span: 4;
        -ms-grid-column: 3;
        grid-column: 3/span 4;
        -ms-grid-row-span: 1;
        -ms-grid-row: 3;
        grid-row: 3/span 1;
        margin: -2em 0 0 6em
    }
}

.quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .product[data-order="1"] {
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
    grid-column: 4/span 2;
    -ms-grid-row-span: 2;
    -ms-grid-row: 5;
    grid-row: 5/span 2;
    margin: 3.5em 0 0 1em
}

@media (max-width:40em) {
    .quiz-moment .quiz .step[data-step=results] .result[data-type="1"] .product[data-order="1"] {
        font-size: 3.5vw;
        -ms-grid-column-span: 4;
        -ms-grid-column: 2;
        grid-column: 2/span 4;
        -ms-grid-row-span: 1;
        -ms-grid-row: 6;
        grid-row: 6/span 1;
        margin: -1em 0 0 2.5em
    }
}

.quiz-moment .subscription-container.hidden {
    display: none
}

.quiz-moment .czblog__suscribirse {
    background: #a8005f;
    padding: 35px 20px
}

@media (min-width:1441px) {
    .quiz-moment .czblog__suscribirse {
        padding: 35px 40px
    }
}

@media (min-width:64em) {
    .quiz-moment .czblog__suscribirse__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:64em) {
    .quiz-moment .czblog__suscribirse__col:first-child, .quiz-moment .czblog__suscribirse__col:nth-child(2) {
        width: 47%
    }

    .quiz-moment .czblog__suscribirse__col:nth-child(3) {
        width: 100%
    }
}

.quiz-moment .czblog__suscribirse .title {
    font-family: lasiverLight;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
    text-align: center
}

@media (min-width:64em) {
    .quiz-moment .czblog__suscribirse .title {
        width: 100%;
        max-width: 100%;
        font-size: 25px;
        line-height: 30px;
        margin: 0;
        text-align: left
    }
}

.quiz-moment .czblog__suscribirse .czblog__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #000;
    color: #fff;
    font-family: lasiverBold;
    width: 100%;
    max-width: 220px;
    height: 45px;
    margin: auto;
    font-size: 16px
}

@media (min-width:64em) {
    .quiz-moment .czblog__suscribirse .czblog__btn {
        transition: all .3s;
        max-width: 300px
    }

    .quiz-moment .czblog__suscribirse .czblog__btn:hover {
        background: #fff;
        color: #a8005f
    }
}

.quiz-moment .czblog__suscribirse .excert {
    color: #fff;
    font-family: lasiverLight;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0 0
}

.quiz-moment .czblog__suscribirse .excert a {
    color: #fff;
    text-decoration: underline
}

@media (min-width:64em) {
    .quiz-moment .czblog__suscribirse__footer {
        display: none
    }
}

.quiz-moment .czblog__suscribirse__footer h2, .quiz-moment .czblog__suscribirse__footer h4 {
    font-family: lasiverBold;
    font-size: 21.5px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 40px 0 20px;
    padding-top: 40px;
    position: relative
}

.quiz-moment .czblog__suscribirse__footer h2:after, .quiz-moment .czblog__suscribirse__footer h4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 220px;
    height: 2px;
    background: #fff;
    display: block
}

.quiz-moment .czblog__suscribirse__footer ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.quiz-moment .czblog__suscribirse__footer ul li {
    margin: 0 12px
}

.quiz-moment .czblog__suscribirse__footer ul li a {
    display: block
}

.quiz-moment .czblog__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background: hsla(0, 0%, 100%, .85);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow-y: auto
}

.quiz-moment .czblog__modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.quiz-moment .czblog__modal__container {
    width: 100%;
    max-width: 715px;
    margin: auto;
    background: #a8005f;
    padding: 50px 40px;
    position: relative
}

.quiz-moment .czblog__modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/icons/close-modal.svg)
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal__close {
        top: -10px;
        right: -10px;
        background-image: url(images/icons/close-modal-mb.svg)
    }
}

.quiz-moment .czblog__modal__header h2 {
    font-family: lasiverBold;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 25px
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal__header h2 {
        display: table;
        margin: 0 auto 20px;
        font-size: 28px
    }
}

.quiz-moment .czblog__modal__header h2 span {
    font-family: goldenYouth;
    font-size: 60px;
    text-transform: none;
    color: #000
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal__header h2 span {
        display: table;
        margin: 0 0 0 auto;
        font-size: 60px;
        position: relative;
        left: -30px
    }
}

.quiz-moment .czblog__modal .form-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row dense;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .form-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0
    }
}

.quiz-moment .czblog__modal .form-group input {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid gray;
    padding: 10px;
    font-family: lasiver;
    font-size: 14px;
    letter-spacing: .25px;
    color: #000;
    cursor: auto;
    height: 42px
}

.quiz-moment .czblog__modal .form-group input:-ms-input-placeholder {
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .5)
}

.quiz-moment .czblog__modal .form-group input::placeholder {
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .5)
}

.quiz-moment .czblog__modal .form-group select {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid #c4c4c4;
    padding: 10px;
    font-family: TypeDynamicLasiver, sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    color: #000;
    cursor: auto;
    height: 42px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.quiz-moment .czblog__modal input.error {
    border-color: #ef4832 !important
}

.quiz-moment .czblog__modal label.error {
    display: none !important
}

.quiz-moment .czblog__modal .cutom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 5px 0 0;
    cursor: pointer;
    color: #d3d3d3;
    font-family: lasiverLight;
    font-size: 13px;
    line-height: 15px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px
}

.quiz-moment .czblog__modal .cutom-checkbox a {
    color: #d3d3d3;
    text-decoration: underline
}

.quiz-moment .czblog__modal .cutom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.quiz-moment .czblog__modal .cutom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #d3d3d3
}

.quiz-moment .czblog__modal .cutom-checkbox input:checked~.checkmark {
    background-color: #f500a3 -medium
}

.quiz-moment .czblog__modal .cutom-checkbox input.error~.checkmark {
    border-color: #ef4832 !important
}

.quiz-moment .czblog__modal .cutom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.quiz-moment .czblog__modal .cutom-checkbox input:checked~.checkmark:after {
    display: block
}

.quiz-moment .czblog__modal .cutom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.quiz-moment .czblog__modal .czblog__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #000;
    color: #fff;
    font-family: lasiverBold;
    width: 100%;
    height: 45px;
    margin: 0 auto 10px;
    font-size: 16px
}

@media (min-width:64em) {
    .quiz-moment .czblog__modal .czblog__btn {
        transition: all .3s;
        max-width: 300px;
        margin: 30px auto 0
    }

    .quiz-moment .czblog__modal .czblog__btn:hover {
        background: #fff;
        color: #a8005f
    }
}

.quiz-moment .czblog__modal .czblog__btn.disabled {
    background-color: gray
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .custom-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 60%;
    display: block;
    background: #fff;
    transform: translate(-50%, -50%)
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex:after {
        content: none
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex h2 {
    font-family: lasiverLight;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 0 20px
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex h2 {
        font-size: 22px;
        line-height: 25px
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex h2 span {
    display: block
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__full {
    width: 100%
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__col {
    width: 45%
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex__col {
        width: 100%
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__col .form-group:last-child {
    margin-bottom: 0
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__col .czblog__btn {
    margin: 0 auto
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__col .lost-password {
    font-family: lasiver;
    font-size: 12px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: gray;
    display: table;
    margin: 20px auto 0
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__col:nth-child(2) {
    margin: 0 0 36px
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex__col:nth-child(2) {
        margin: 40px 0 0
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex__col:nth-child(2) h2 {
    margin: 0 0 60px
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex__col:nth-child(2) h2 {
        margin: 0 0 20px
    }
}

.quiz-moment .czblog__modal .login-ssesion .container-flex.disabled:after {
    display: none
}

.quiz-moment .czblog__modal .login-ssesion .container-flex.form:after {
    top: 40%;
    height: 100%
}

.quiz-moment .czblog__modal .login-ssesion .container-flex.form .container-flex__col, .quiz-moment .czblog__modal .login-ssesion .container-flex.form .container-flex__col:nth-child(2) {
    margin-bottom: 1rem
}

@media (max-width:64em) {
    .quiz-moment .czblog__modal .login-ssesion .container-flex.form .container-flex__col:nth-child(2) {
        margin-bottom: 1rem;
        margin-top: 0
    }
}