/**
 *
 * @author      Jeison Sánchez <info@jsanchez.com.co>
 * @website     https://www.jsanchez.com.co
 * @copyright   2020 Jeison Sánchez
 *
 * @frontend-framework
 * Name        : Nigma Framework
 * Description : Código pre-horneado listo para mezclar, probar y disfrutar! ♥
 * Version     : 1.0.0
 * Author      : Jeison Sanchez <jeison@nigma.co>
 * Website     : http://www.nigma.co
 * License     : MIT
 *
 */
@import url("https://use.typekit.net/uga8stg.css");

.g-container, .g-container--grid {
    width: 100%;
    margin: 0 auto;
}

.g-container--full-grid, .g-container--grid, .g-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
}

[class*=g-col] {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
}

.g-col-xs-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.g-col-xs-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.g-col-xs-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.g-col-xs-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
}

.g-col-xs-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}

.g-col-xs-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
}

.g-col-xs-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}

.g-col-xs-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
}

.g-col-xs-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
}

.g-col-xs-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
}

.g-col-xs-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
}

.g-col-xs-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

.g-col-offset-xs-1 {
    -ms-grid-column: 2;
    grid-column-start: 2;
}

.g-col-offset-xs-2 {
    -ms-grid-column: 3;
    grid-column-start: 3;
}

.g-col-offset-xs-3 {
    -ms-grid-column: 4;
    grid-column-start: 4;
}

.g-col-offset-xs-4 {
    -ms-grid-column: 5;
    grid-column-start: 5;
}

.g-col-offset-xs-5 {
    -ms-grid-column: 6;
    grid-column-start: 6;
}

.g-col-offset-xs-6 {
    -ms-grid-column: 7;
    grid-column-start: 7;
}

.g-col-offset-xs-7 {
    -ms-grid-column: 8;
    grid-column-start: 8;
}

.g-col-offset-xs-8 {
    -ms-grid-column: 9;
    grid-column-start: 9;
}

.g-col-offset-xs-9 {
    -ms-grid-column: 10;
    grid-column-start: 10;
}

.g-col-offset-xs-10 {
    -ms-grid-column: 11;
    grid-column-start: 11;
}

.g-col-offset-xs-11 {
    -ms-grid-column: 12;
    grid-column-start: 12;
}

.g-col-offset-xs-12 {
    -ms-grid-column: 13;
    grid-column-start: 13;
}

.g-xs-1>[class~=g-col] {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.g-xs-2>[class~=g-col] {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.g-xs-3>[class~=g-col] {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.g-xs-4>[class~=g-col] {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
}

.g-xs-5>[class~=g-col] {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}

.g-xs-6>[class~=g-col] {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
}

.g-xs-7>[class~=g-col] {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}

.g-xs-8>[class~=g-col] {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
}

.g-xs-9>[class~=g-col] {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
}

.g-xs-10>[class~=g-col] {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
}

.g-xs-11>[class~=g-col] {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
}

.g-xs-12>[class~=g-col] {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

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

body {
    font-family: "myriad-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: #a9b9ec;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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

ol, ul {
    list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "myriad-pro", sans-serif;
    font-weight: 700;
    color: #fff;
}

.h1, h1 {
    font-size: 3.2rem;
}

.h2, h2 {
    font-size: 2.5rem;
}

.h3, h3 {
    font-size: 1.9rem;
}

.h4, h4 {
    font-size: 1.6rem;
}

.h5, h5 {
    font-size: 1.4rem;
}

.h6, h6 {
    font-size: 1.2rem;
}

p {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

b, strong {
    color: #fff;
}

a {
    outline: none;
    text-decoration: none;
    color: #5d86ff;
    transition: all .2s ease;
}

a:hover {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

button, input, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button, input[type=reset], input[type=submit] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

textarea {
    overflow: auto;
}

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

@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon.woff2) format("woff2"),
         url(../fonts/icomoon.woff) format("woff");
}

.o-animate-spin {
    animation: a .8s infinite linear;
}

.o-btn-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 5px 5px;
    border: 2px solid #3e6fff;
    border-radius: 50%;
    background-image: none !important;
    cursor: pointer;
    transition: all .2s ease;
}

.o-btn-icon:hover {
    background-color: #3e6fff;
}

.o-btn-icon:hover i {
    color: #fff;
}

.o-btn-icon.active {
    background-color: #f18c17;
    border-color: #f18c17;
}

.o-btn-icon.active i {
    color: #fff;
}

.o-btn-icon i {
    color: #3e6fff;
    font-size: 1.7rem;
    transition: all .2s ease;
}

.o-btn, .o-btn-2, .o-btn-2--v2, .o-btn-3, .o-btn-3--v2, .o-btn-4, .o-btn-4--v2,
.o-btn-7 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 20px;
    border: 2px solid #f18c17;
    background: transparent;
    font-size: 1.5rem;
    color: #f18c17;
    font-weight: 600;
    transition: all .2s ease;
}

.o-btn-2--v2:hover, .o-btn-2:hover, .o-btn-3--v2:hover, .o-btn-3:hover,
.o-btn-4--v2:hover, .o-btn-4:hover, .o-btn-7:hover, .o-btn:hover {
    background: #f18c17;
    color: #0b0f1c;
}

.o-btn-2 .icon-iz, .o-btn-2--v2 .icon-iz, .o-btn-3 .icon-iz,
.o-btn-3--v2 .icon-iz, .o-btn-4 .icon-iz, .o-btn-4--v2 .icon-iz,
.o-btn-7 .icon-iz, .o-btn .icon-iz {
    margin-right: 10px;
    font-size: 1.7rem;
}

.o-btn-2 .icon-iz-v2, .o-btn-2--v2 .icon-iz-v2, .o-btn-3 .icon-iz-v2,
.o-btn-3--v2 .icon-iz-v2, .o-btn-4 .icon-iz-v2, .o-btn-4--v2 .icon-iz-v2,
.o-btn-7 .icon-iz-v2, .o-btn .icon-iz-v2 {
    margin-right: 10px;
}

.o-btn-2 .icon-der, .o-btn-2--v2 .icon-der, .o-btn-3 .icon-der,
.o-btn-3--v2 .icon-der, .o-btn-4 .icon-der, .o-btn-4--v2 .icon-der,
.o-btn-7 .icon-der, .o-btn .icon-der {
    margin-left: 10px;
    font-size: 1.7rem;
}

.o-btn-2, .o-btn-2--v2 {
    border-color: transparent;
    color: #fff;
}

.o-btn-2--v2:hover, .o-btn-2:hover {
    border-color: #32468a;
    background: transparent;
    color: #fff;
}

.o-btn-2--v2 {
    border-color: hsla(0, 0%, 100%, .3);
}

.o-btn-2--v2:hover {
    border-color: #fff;
}

.o-btn-3, .o-btn-3--v2 {
    border: none;
    background: #f18c17;
    color: #0b0f1c;
}

.o-btn-3--v2:hover, .o-btn-3:hover {
    background: #fff;
}

.o-btn-3--v2 {
    padding: 0 38px;
}

.o-btn-4, .o-btn-4--v2 {
    border: none;
    background: #3e6fff;
    color: #fff;
}

.o-btn-4--v2:hover, .o-btn-4:hover {
    background: #fff;
}

.o-btn-4--v2 {
    padding: 0 32px;
}

.o-btn-5 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px;
    border-radius: 5px;
    background: #f18c17;
    font-size: 1.4rem;
    color: #0b0f1c;
    font-weight: 600;
    text-align: left;
    transition: all .2s ease;
}

.o-btn-5:hover {
    background: #fff;
}

.o-btn-5 [class*=icon] {
    margin-left: 6px;
    height: 16px;
}

.o-btn-6 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #213b87;
    background: #3e6fff;
    color: #fff;
    font-size: 1.4rem;
    transition: all .2s ease;
}

.o-btn-6:hover {
    background: #f18c17;
    color: #0b0f1c;
}

.o-btn-7 {
    border-color: #3e6fff;
    color: #fff;
}

.o-btn-7:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.o-btn-7.active {
    border-color: #f18c17;
    color: #f18c17;
}

.o-btn-8 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    background: rgba(62, 111, 255, .6);
    text-align: left;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    transition: all .2s ease;
}

.o-btn-8:hover {
    background: #3e6fff;
}

.o-btn-8.check {
    background: #f29223;
    color: #131a31;
}

.o-btn-cerrar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    position: absolute;
    top: -25px;
    right: -25px;
    padding: 0;
    background: transparent;
    font-size: 2.5rem;
    color: #fff;
}

.o-btn-cerrar span {
    display: none;
}

.o-form-field, .o-form-field--textarea, .o-form-field--v2, .selectize-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #0c1225;
    border-radius: 5px;
    outline: 0;
    background: #283768;
    font-size: 1.6rem;
    font-weight: 400;
    color: #758fe5;
    transition: all .3s ease;
}

.o-form-field--textarea::-webkit-input-placeholder,
.o-form-field--v2::-webkit-input-placeholder,
.o-form-field::-webkit-input-placeholder,
.selectize-input::-webkit-input-placeholder {
    color: #94999d;
}

.o-form-field--textarea:-moz-placeholder,
.o-form-field--textarea::-moz-placeholder, .o-form-field--v2:-moz-placeholder,
.o-form-field--v2::-moz-placeholder, .o-form-field:-moz-placeholder,
.o-form-field::-moz-placeholder, .selectize-input:-moz-placeholder,
.selectize-input::-moz-placeholder {
    opacity: 1;
    color: #94999d;
}

.o-form-field--textarea:-ms-input-placeholder,
.o-form-field--v2:-ms-input-placeholder, .o-form-field:-ms-input-placeholder,
.selectize-input:-ms-input-placeholder {
    color: #94999d;
}

.o-form-field--textarea:hover, .o-form-field--v2:hover, .o-form-field:hover,
.selectize-input:hover {
    background: #2b3b71;
}

.o-form-field--textarea:focus, .o-form-field--v2:focus, .o-form-field:focus,
.selectize-input:focus {
    border-color: #3e6fff;
    background: #283768;
    color: #fff;
}

.o-form-field--v2 {
    color: #fff;
}

.o-form-field--v2, .o-form-field--v2:hover {
    background: #2749ac;
}

.o-form-field--v2:focus {
    border-color: #0c1225;
    background: #2d53c4;
}

.o-form-field--textarea {
    height: 150px;
    padding: 13px;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.o-form-label {
    display: block;
    margin-bottom: 6px;
    color: #a9b9ec;
    font-weight: 600;
}

.o-form-check {
    display: -ms-flexbox;
    display: flex;
}

.o-form-check__campo, .o-form-check__campo--v2 {
    position: absolute;
    visibility: hidden;
}

.o-form-check__campo+label, .o-form-check__campo+span+label,
.o-form-check__campo--v2+label, .o-form-check__campo--v2+span+label {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 7px;
    font-family: "icomoon" !important;
    font-size: 2rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3e6fff;
    cursor: pointer;
    transition: all .2s ease;
}

.o-form-check__campo+label+span, .o-form-check__campo+span+label+span,
.o-form-check__campo--v2+label+span, .o-form-check__campo--v2+span+label+span {
    padding-top: 2px;
    font-size: 1.5rem;
    color: #a9b9ec;
    font-weight: 500;
}

.o-form-check__campo+label span, .o-form-check__campo+span+label span,
.o-form-check__campo--v2+label span, .o-form-check__campo--v2+span+label span {
    -ms-flex: 1;
    flex: 1;
    margin-left: 7px;
    padding-top: 2px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #a9b9ec;
    font-weight: 500;
    font-family: "myriad-pro", sans-serif;
}

.o-form-check__campo+label:hover, .o-form-check__campo+span+label:hover,
.o-form-check__campo--v2+label:hover, .o-form-check__campo--v2+span+label:hover {
    color: #fff;
}

.o-form-check__campo--v2[type=checkbox]+label:before,
.o-form-check__campo--v2[type=checkbox]+span+label:before,
.o-form-check__campo[type=checkbox]+label:before,
.o-form-check__campo[type=checkbox]+span+label:before {
    content: "\ee6f";
}

.o-form-check__campo--v2[type=radio]+label:before,
.o-form-check__campo--v2[type=radio]+span+label:before,
.o-form-check__campo[type=radio]+label:before,
.o-form-check__campo[type=radio]+span+label:before {
    content: "\ee73";
}

.o-form-check__campo--v2:checked+label, .o-form-check__campo:checked+label {
    color: #f18c17;
}

.o-form-check__campo--v2:checked+label:hover:before,
.o-form-check__campo:checked+label:hover:before {
    color: #dc7c0d;
}

.o-form-check__campo--v2:checked[type=checkbox]+label:before,
.o-form-check__campo:checked[type=checkbox]+label:before {
    content: "\ee6e";
}

.o-form-check__campo--v2:checked[type=radio]+label:before,
.o-form-check__campo:checked[type=radio]+label:before {
    content: "\ee76";
}

.o-form-check__campo--v2+label, .o-form-check__campo--v2+span+label {
    font-size: 1.7rem;
    color: #a9b9ec;
}

.o-form-check__campo--v2+label+span, .o-form-check__campo--v2+label span,
.o-form-check__campo--v2+span+label+span,
.o-form-check__campo--v2+span+label span {
    padding-top: 0;
}

.selectize-input {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 0 15px;
    background: #283768 !important;
}

.selectize-input:before {
    content: "\edc1";
    position: absolute;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-size: 1.4rem;
    color: #364fa1;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all .2s ease;
}

.selectize-input:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 36px;
    border-radius: 0 3px 3px 0;
    background: #162146;
    transition: all .2s ease;
}

.selectize-input.dropdown-active {
    border-color: #3e6fff;
}

.selectize-input.dropdown-active:before {
    background: none !important;
    color: #fff;
}

.selectize-input.dropdown-active:after {
    background: #3e6fff;
}

.selectize-input>input {
    width: 100% !important;
    padding-bottom: 0;
    border: none !important;
    background: #283768 !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    color: #758fe5 !important;
}

.selectize-input>input::-webkit-input-placeholder {
    color: #758fe5;
}

.selectize-input>input:-moz-placeholder,
.selectize-input>input::-moz-placeholder {
    opacity: 1;
    color: #758fe5;
}

.selectize-input>input:-ms-input-placeholder {
    color: #758fe5;
}

.selectize-input>.item {
    -ms-flex: none;
    flex: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 400;
    color: #758fe5;
}

.selectize-dropdown {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    top: calc(100% + 3px) !important;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    background: #304381;
    font-size: 1.5rem;
}

.selectize-dropdown .active {
    background-color: #3c529d;
}

.o-form-link {
    color: #868c91;
}

.o-form-link:hover {
    color: #1b2546;
}

span.o-form-error {
    display: block;
    padding-top: 5px;
    font-size: 1.4rem;
    color: #ff6a6a;
}

.o-heading-small, .o-heading-small--center {
    font-family: "myriad-pro", sans-serif;
    font-size: .9rem;
    font-weight: 500;
}

.o-heading-small--center {
    text-align: center;
}

.o-heading-normal, .o-heading-normal--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
}

.o-heading-normal--center {
    text-align: center;
}

.o-heading-normal-2, .o-heading-normal-2--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 2rem;
    font-weight: 500;
}

.o-heading-normal-2--center {
    text-align: center;
}

.o-heading-normal-3, .o-heading-normal-3--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
}

.o-heading-normal-3--center {
    text-align: center;
}

.o-heading-normal-4, .o-heading-normal-4--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
}

.o-heading-normal-4--center {
    text-align: center;
}

.o-heading-medium, .o-heading-medium--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 3rem;
    font-weight: 500;
}

.o-heading-medium--center {
    text-align: center;
}

.o-heading-large, .o-heading-large--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 3.3rem;
    font-weight: 500;
}

.o-heading-large--center {
    text-align: center;
}

.o-heading-large-2, .o-heading-large-2--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
}

.o-heading-large-2--center {
    text-align: center;
}

.o-heading-huge, .o-heading-huge--center {
    font-family: "myriad-pro", sans-serif;
    font-size: 5.6rem;
    font-weight: 500;
}

.o-heading-1, .o-heading-huge--center {
    text-align: center;
}

.o-heading-1 {
    color: #fff;
    font-size: 2.6rem;
}

.o-heading-2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 2.1rem;
}

.o-heading-2:first-child {
    margin-top: 0;
}

.o-heading-3 {
    text-align: center;
    font-size: 2.8rem;
}

.o-heading-4 {
    margin-bottom: 20px;
    color: #f18c17;
    font-size: 2.4rem;
    font-weight: 600;
}

.o-heading-5 {
    font-size: 4.1rem;
    font-weight: 600;
    line-height: 1.1;
}

.o-heading-6 {
    font-size: 2.8rem;
}

.o-heading-7 {
    font-size: 1.9rem;
    color: #f18c17;
    font-weight: 600;
    text-align: center;
}

.o-is-hidden {
    display: none !important;
}

.o-is-hidden-2 {
    display: none;
}

.o-link-1 {
    color: #f18c17;
}

.o-player-wrap {
    width: 100%;
    position: relative;
    padding: 56.25% 0 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .7);
}

.o-player-wrap iframe {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
}

.o-player-video {
    position: relative;
    width: 100% !important;
    border-radius: 7px;
    padding: 58% 0 0;
    background: rgba(12, 74, 56, .8);
}

.o-player-video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #3e6fff;
    font-size: 7rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.o-text-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.o-text-icon:before {
    margin-right: 10px;
    font-size: 2.2rem;
}

.o-text-1 {
    text-align: center;
    color: #f18c17;
    font-size: 1.9rem;
}

.o-text-1:after {
    display: block;
    content: "";
    width: 65px;
    height: 3px;
    margin: 10px auto 0;
    background: #f18c17;
}

.o-text-2 {
    line-height: 1.2;
    color: #3e6fff;
    font-weight: 600;
    font-size: 3.1rem;
}

.o-text-3 {
    line-height: 1.3;
    font-size: 2.6rem;
    color: #fff;
    font-weight: 600;
}

.o-text-4 {
    line-height: 1.2;
    font-size: 3.1rem;
    color: #f18c17;
    font-weight: 600;
}

.o-text-5 {
    font-size: 1.7rem;
}

.c-tooltip, .o-tooltip-bottom, .o-tooltip-left {
    display: none;
    position: absolute;
    z-index: 100;
    width: 85px;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .4);
    background: #f18c17;
    color: #131a31;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    opacity: 0;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    transition: all .2s ease;
}

.c-tooltip:before, .o-tooltip-bottom:before, .o-tooltip-left:before {
    position: absolute;
    content: "";
}

.c-tooltip.open, .o-tooltip-bottom.open, .o-tooltip-left.open {
    opacity: 1;
}

.o-tooltip-left {
    top: 50%;
    -ms-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    left: calc(100% + 10px);
    padding: 5px 7px;
}

.o-tooltip-left:before {
    left: -6px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
}

.o-tooltip-left.open {
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}

.o-tooltip-bottom {
    left: 50%;
    -ms-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
    top: calc(100% + 10px);
    padding: 5px;
}

.o-tooltip-bottom:before {
    top: -6px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-bottom: 7px solid #f18c17;
    border-right: 7px solid transparent;
}

.o-tooltip-bottom.open {
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.c-block__separador {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 30px;
    background: #263771;
}

.c-block-1 {
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(../images/bg-slider-1.jpg) bottom no-repeat;
    background-size: cover;
}

.c-block-2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-block-2:before {
    position: absolute;
    top: -16px;
    content: "";
    width: 100%;
    height: 370px;
    background: url(../images/bg-block-2.svg) top no-repeat;
}

.c-block-2:after {
    position: absolute;
    top: -45px;
    left: calc(50% + 13px);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: url(../images/icon-casco.svg);
}

.c-block-2__container {
    position: relative;
    z-index: 2;
}

.c-block-2__heading {
    margin-bottom: 5px;
}

.c-block-2__separe {
    margin-bottom: 40px;
}

.c-block-3, .c-block-3--v2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    padding-top: 70px;
    border-bottom: 2px solid #3e6fff;
    background-image: url(../images/bg-slider-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-block-3--v2 {
    border-bottom: none;
}

.c-block-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-block-4__col--moto {
    position: relative;
}

.c-block-4__col--moto:before {
    content: "";
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 466px;
    height: 293px;
    background-image: url(../images/bg-moto.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.c-block-4__p {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

.c-block-4__box-2, .c-block-4__list {
    width: 100%;
}

.c-block-5, .c-block-5--v2 {
    padding-top: 45px;
    padding-bottom: 45px;
    background: url(../images/bg-block-4-der.svg) 100% 0 no-repeat,
                url(../images/bg-block-4-iz.svg) 0 100% no-repeat;
}

.c-block-5--v2 {
    padding: 0;
    padding-bottom: 30px;
}

.c-block-5__m1 {
    margin-bottom: 40px;
}

.c-block-5__m2, .c-block-5__mb-3 {
    margin-bottom: 30px;
}

.c-block-5__section-1 {
    margin-bottom: 25px;
}

.c-block-5__box {
    margin-bottom: 40px;
}

.c-block-5__box>* p {
    font-size: 1.5rem;
    line-height: 1.6;
}

#info-product-sticky-wrapper {
    width: 100%;
}

.c-block-5__heading, .c-block-5__heading-2 {
    margin-bottom: 20px;
}

.c-block-5__heading-3 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.c-block-5__p, .c-block-5__price {
    margin-bottom: 20px;
}

.c-block-5__btn {
    margin-bottom: 30px;
    text-align: center;
}

.c-block-5__btn-2 {
    margin-bottom: 20px;
}

.c-block-5__btn-2>* {
    margin-right: 10px;
    margin-bottom: 10px;
}

.c-block-5__btn-2>:last-child {
    margin-right: 0;
}

.c-block-5__btn-comparar {
    padding: 2px 20px 0;
    font-size: 1.4rem;
}

.c-block-6__tags-filtros, .c-block-6__tags-filtros--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

.c-block-6__tags-filtros--list>*, .c-block-6__tags-filtros>* {
    margin: 0 10px 10px 0;
}

.c-block-6__tags-filtros--list {
    max-width: 940px;
    margin: 0 auto 10px;
    transition: all .2s ease;
}

.c-body {
    background: #182140;
}

.c-body__container {
    min-height: 300px;
    overflow-x: hidden;
    transition: all .2s ease;
}

.c-card, .c-card-2 {
    padding: 30px 15px;
    border-radius: 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
}

.c-card-1__container {
    position: relative;
    min-height: 170px;
    margin-bottom: 10px;
    padding: 18px;
    border-right: 2px solid #3e6fff;
    border-radius: 5px;
    background: #333f65;
}

.c-card-1__container:before {
    content: "";
    left: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #333f65;
}

.c-card-1__container:before, .c-card-1__img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-card-1__img {
    left: -80px;
}

.c-card-1__img img {
    display: block;
    width: 54px;
}

.c-card-1__text-1 {
    font-size: 2rem;
}

.c-card-2 p {
    line-height: 1.5;
}

.c-card-2 strong {
    font-weight: 600;
}

.c-card-2__img img {
    display: block;
    border-radius: 50%;
    border: 2px solid #3e6fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .3);
}

.c-card-3 {
    border-radius: 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
}

.c-card-3__img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    background: #25325d;
}

.c-card-3__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
}

.c-card-3__list {
    padding-left: 20px;
}

.c-card-3__btn {
    display: block;
    padding: 12px 20px;
    transition: all .2s ease;
    cursor: pointer;
}

.c-card-3__btn:hover {
    background: #192446;
}

.c-card-3__btn img {
    display: block;
}

.c-chatbot {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    padding-left: 60px;
}

.c-chatbot__item {
    margin-bottom: 20px;
}

.c-chatbot__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    transition: all .2s ease;
}

.c-chatbot__container.open {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-chatbot__question {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
    background: #fff;
    transition: all .2s ease;
}

.c-chatbot__question:before {
    position: absolute;
    left: -6px;
    bottom: 20px;
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
}

.c-chatbot__question p {
    font-size: 1.47rem;
    color: #1b2546;
}

.c-chatbot__question p strong {
    color: #131a31;
}

.c-chatbot__photo {
    position: absolute;
    left: -60px;
    bottom: -18px;
    text-align: center;
}

.c-chatbot__photo img {
    max-width: 40px;
}

.c-chatbot__time {
    font-size: 1.1rem;
}

.c-chatbot__text-1 {
    margin-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
}

.c-chatbot__text-2 {
    font-size: 1.7rem;
}

.c-chatbot__box {
    width: 100%;
    opacity: 0;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease;
}

.c-chatbot__box.open {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-chatbot__btns-box {
    transition: all .4s ease;
}

.c-chatbot__btns-box.response {
    -ms-flex: 1;
    flex: 1;
}

.c-chatbot__btns-box-2>* {
    margin-bottom: 7px;
}

.c-chatbot__loading img {
    display: block;
    max-width: 70px;
}

.js-nombreusuario {
    text-transform: capitalize;
}

.c-footer {
    padding: 18px 0;
    background: #213b87;
}

.c-footer__logo img {
    display: inline-block;
    width: 144px;
}

.c-form-1 {
    width: 100%;
    padding: 25px 15px;
    border-radius: 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
}

.c-form-1__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
}

.c-form-1__field {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    margin-bottom: 30px;
}

.c-form-1__text-1, .c-form-1__text-2 {
    font-size: 1.5rem !important;
}

.c-form-1__text-2 {
    font-weight: 600 !important;
}

.c-form-2, .c-header {
    width: 100%;
}

.c-header {
    position: fixed;
    z-index: 25;
    height: 70px;
    background: #1b2546;
    border-bottom: 2px solid #0b0f1c;
    transition: all .2s ease;
}

.c-header__container {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
}

.c-header__col, .c-header__container {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
}

.c-header__logo img {
    display: block;
    width: 144px;
}

.c-header__main-menu {
    margin-left: 40px;
}

.c-header__btns {
    margin-left: 5px;
}

.c-header__btns>* {
    height: 38px;
    margin-right: 5px;
}

.c-header__btns>:last-child {
    margin-right: 0;
}

.c-header__btn-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    font-size: 2.3rem;
    color: #fff;
    cursor: pointer;
}

.c-header-catalogo {
    width: 100% !important;
    border-top: 2px solid #3e6fff;
}

.is-animate {
    transition: all .2s ease;
}

#header-catalogo-sticky-wrapper {
    z-index: 15;
    height: 52px !important;
    margin-bottom: 15px;
}

#header-catalogo-sticky-wrapper .c-header-catalogo {
    z-index: 19 !important;
}

.c-list-1 {
    list-style: decimal;
    padding-left: 20px;
}

.c-list-1 li {
    margin-bottom: 15px;
}

.c-list-2 {
    list-style: disc;
    padding-left: 20px;
}

.c-list-3, .c-list-3--v2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
}

.c-list-3--v2 .c-list-3__item {
    margin-bottom: 0;
}

.c-list-3__item {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.c-list-3__box {
    -ms-flex: 1;
    flex: 1;
}

.c-list-3__icon {
    width: 20px;
    margin-right: 15px;
    color: #f18c17;
    font-size: 1.8rem;
}

.c-list-3__p {
    margin-bottom: 3px;
}

.c-list-3__p-2 {
    font-size: 1.4rem;
    color: #3e6fff;
}

.c-list-4 {
    min-height: 600px;
}

.c-list-4 .jscroll-added, .c-list-4 .jscroll-inner {
    transition: all .2s ease;
}

.c-list-4 .jscroll-added {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

.c-list-4--list {
    max-width: 940px;
    margin: 0 auto;
    transition: all .2s ease;
}

.c-list-4--list .c-list-4__img {
    border-radius: 5px 5px 0 0;
}

.c-list-4--list .c-list-4__img img {
    display: block;
    width: 100%;
    transition: all .2s ease;
}

.c-list-4--list .c-list-4__icons-grid {
    display: none;
}

.c-list-4--list .c-list-4__box {
    -ms-flex: 1;
    flex: 1;
}

.c-list-4--list .c-list-4__p {
    display: block;
}

.c-list-4--list .c-list-4__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list-4--list .c-list-4__box-2 {
    -ms-flex: 1;
    flex: 1;
}

.c-list-4--list .c-list-4__icons-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 15px;
}

.c-list-4--list .c-list-4__icons-list>* {
    margin-left: 16px;
    padding: 0;
}

.c-list-4--comparador {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0;
    transition: all .2s ease;
}

#header-comparador-sticky-wrapper {
    height: auto !important;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4--comparador {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    transition: none;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__item-2,
#header-comparador-sticky-wrapper.is-sticky .c-list-4__item-2--vacio {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 130px;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 180px;
    border-radius: 0;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__img .c-list-4__icons-grid--v2 {
    display: none;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__name {
    font-size: 1.6rem;
    line-height: 1.25;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__price-2 {
    font-size: 1.6rem;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__data {
    margin-bottom: 10px;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__data:last-child {
    margin-bottom: 0;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__box-5 {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__box-5 .c-list-4__icons-grid--v2 {
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    padding: 0;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__box-5 .c-list-4__icons-grid--v2>* {
    padding: 5px;
}

#header-comparador-sticky-wrapper.is-sticky .c-list-4__box-5 .c-list4__close {
    font-size: 1.5rem;
}

.c-list-4__item {
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
    transition: all .2s ease;
}

.c-list-4__item:hover {
    border-color: #3e6fff;
}

.c-list-4__item:hover .c-list4__compare, .c-list-4__item:hover .c-list4__wish {
    color: #3e6fff;
}

.c-list-4__item:hover .c-list4__compare.active,
.c-list-4__item:hover .c-list4__compare:hover,
.c-list-4__item:hover .c-list4__wish.active,
.c-list-4__item:hover .c-list4__wish:hover {
    color: #f18c17;
}

.c-list-4__item-2, .c-list-4__item-2--vacio {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
    transition: all .2s ease;
}

.c-list-4__item-2--vacio:hover, .c-list-4__item-2:hover {
    border-color: #3e6fff;
}

.c-list-4__item-2--vacio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 250px;
}

.c-list-4__item-2--vacio:hover {
    border-color: #0e1327;
}

.c-list-4__img {
    position: relative;
    border-radius: 5px 5px 0 0;
    background: #25325d;
}

.c-list-4__img img {
    display: block;
}

.c-list-4__p {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #a9b9ec;
    font-size: 1.5rem;
}

.c-list-4__icons-grid, .c-list-4__icons-grid--v2 {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.c-list-4__icons-grid--v2 .o-tooltip-bottom,
.c-list-4__icons-grid .o-tooltip-bottom {
    top: calc(100% - 5px);
}

.c-list-4__icons-grid--v2 {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-list4__close, .c-list4__compare, .c-list4__wish {
    padding: 15px;
    color: #3e56a5;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all .2s ease;
}

.c-list4__close, .c-list4__close.active, .c-list4__compare.active,
.c-list4__wish.active {
    color: #f18c17;
}

.c-list4__close:hover {
    color: #fff;
}

.c-list-4__icons-list {
    display: none;
}

.c-list-4__box {
    padding: 20px;
}

.c-list-4__box-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.c-list-4__box-5 {
    padding: 15px 10px;
    text-align: center;
}

.c-list-4__box-5 .c-list-4__icons-grid--v2 {
    display: none;
}

.c-list-4__data {
    margin-bottom: 15px;
}

.c-list-4__data:last-child {
    margin-bottom: 0;
}

.c-list-4__name {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}

.c-list-4__brand {
    font-size: 1.3rem;
    color: #3e6fff;
    font-weight: 600;
}

.c-list-4__colors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.c-list-4__price {
    color: #3e6fff;
    font-weight: 600;
    font-size: 1.9rem;
}

.c-list-4__price-2 {
    color: #f18c17;
    font-weight: 600;
    font-size: 1.6rem;
}

.c-list-4__text-1 {
    color: #a9b9ec;
    font-size: 1.2rem;
}

.c-list-5 {
    display: -ms-flexbox;
    display: flex;
}

.c-list-5 li {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.c-list-5 li:last-child {
    margin-right: 0;
}

.c-list-6 {
    position: relative;
    overflow-y: auto;
    max-height: 145px;
}

.c-list-6 .ps__rail-y {
    width: 6px !important;
    background-color: rgba(0, 0, 0, .3) !important;
    border-radius: 10px;
    opacity: 1 !important;
}

.c-list-6 .ps__thumb-y {
    right: 0 !important;
    width: 6px !important;
    background: #3e6fff !important;
}

.c-list-6__item {
    margin-bottom: 10px;
}

.c-list-6__item:last-child {
    margin-bottom: 0;
}

.c-list-7 {
    display: -ms-flexbox;
    display: flex;
}

.c-list-7__item {
    margin-right: 13px;
}

.c-list-7__item:last-child {
    margin-right: 0;
}

.c-list-7__item.slick-active .c-list-5__color-boder {
    opacity: 1 !important;
}

.c-list-5__color {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.c-list-5__color:hover .c-list-5__color-boder {
    opacity: .4;
}

.c-list-5__color-boder {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    transition: all .2s ease;
}

.c-list-8, .c-list-8--v2 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list-8 li, .c-list-8--v2 li {
    margin-right: 10px;
}

.c-list-8 li:last-child, .c-list-8--v2 li:last-child {
    margin-right: 0;
}

.c-list-8 li a, .c-list-8--v2 li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #3e6fff;
    line-height: 1;
}

.c-list-8 li a:hover, .c-list-8--v2 li a:hover {
    color: #f18c17;
    border-color: #f18c17;
}

.c-list-8 li a.c-list-8__favorito i, .c-list-8--v2 li a.c-list-8__favorito i {
    height: 14px;
}

.c-list-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    padding-top: 10px;
}

.c-list-9__item {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    padding-bottom: 20px;
}

.c-list-9__btns, .c-list-9__btns--v2 {
    margin-bottom: 25px;
    text-align: center;
}

.c-list-9__btns--v2:last-child, .c-list-9__btns:last-child {
    margin-bottom: 0;
}

.c-list-9__btns--v2>* {
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    margin: 0 auto 7px;
}

.c-list-10 {
    padding: 20px;
    transition: all .2s ease;
}

.c-list-10 .jscroll-added, .c-list-10 .jscroll-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    transition: all .2s ease;
}

.c-list-10 .jscroll-added {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

.c-list-10__item {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
    cursor: pointer;
    transition: all .2s ease;
}

.c-list-10__item:hover .c-list-10__hover {
    opacity: 1;
}

.c-list-10__item:hover .c-list-10__btn {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.c-list-10__item.remove-animate {
    -ms-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
}

.c-list-10__hover {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(14, 19, 39, .85);
}

.c-list-10__btn, .c-list-10__hover {
    transition: all .2s ease;
    opacity: 0;
}

.c-list-10__btn {
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.c-list-10__img {
    position: relative;
    border-radius: 5px 5px 0 0;
    background: #25325d;
}

.c-list-10__img img {
    display: block;
}

.c-list-10__box {
    padding: 10px;
    text-align: center;
}

.c-list-10__name {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

.c-list-10__brand {
    color: #3e6fff;
    font-size: 1.4rem;
}

.c-list-11__item {
    border-top: 1px solid #304178;
    border-bottom: 1px solid #1a2340;
}

.c-list-11__item img {
    display: block;
}

.c-list-11__img {
    position: relative;
    padding: 7px 15px;
    transition: all .2s ease;
}

.c-list-11__img.hide {
    -ms-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
}

.c-list-11__icons-grid {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 8px;
    transition: all .2s ease;
}

.c-list-11__close {
    font-size: 1.7rem;
    color: #f18c17;
    cursor: pointer;
    transition: all .2s ease;
}

.c-list-11__close:hover {
    color: #fff;
}

.c-modal-1 {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    height: 100vh;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    background: #213b87;
    transition: all .2s ease;
}

.c-modal-1.open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-modal-1__header-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    padding-left: 20px;
    border-bottom: 1px solid #17295e;
    background: #2d54c7;
}

.c-modal-1__header-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
}

.c-modal-1__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 20px;
    background: transparent;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    transition: all .2s ease;
}

.c-modal-1__close:hover {
    background: #294cb3;
}

.c-modal-1__close i {
    height: 21px;
    margin-right: 8px;
    font-size: 1.8rem;
}

.c-modal-1__tags-filter, .c-modal-1__tags-filter--v2 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 15px;
    background: #1c3273;
}

.c-modal-1__tags-filter--v2>*, .c-modal-1__tags-filter>* {
    margin: 5px;
}

.c-modal-1__tags-filter--v2 {
    padding: 12px 20px;
}

.c-modal-1__tags-filter--v2>* {
    margin: 0;
}

.c-modal-1__content {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 50px;
}

.c-modal-1__content:hover>.ps__rail-y {
    opacity: .7 !important;
}

.c-modal-1__content>.ps__rail-y {
    background: transparent !important;
}

.c-modal-1__content.ps--scrolling-y>.ps__rail-y {
    opacity: .7 !important;
}

.c-modal-1__content>.ps__rail-y .ps__thumb-y {
    width: 3px !important;
    right: 0 !important;
    background: #3e6fff !important;
}

#form-busqueda-guiada {
    padding-bottom: 100px;
}

.c-modal-1__section {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.c-modal-1__section:first-child {
    padding-top: 20px;
}

.c-modal-1__section:last-child {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.c-modal-1__section-2 {
    padding: 10px;
}

.c-modal-1__section-2:first-child {
    padding-top: 20px;
}

.c-modal-1__heading {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
}

.c-modal-1__heading, .c-modal-1__item {
    margin-bottom: 15px;
}

.c-modal-1__item:last-child {
    margin-bottom: 0;
}

.c-modal-1__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-modal-1__row .o-form-label {
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
}

.c-modal-1__field {
    position: relative;
}

.c-modal-1__col, .c-modal-1__field {
    -ms-flex: 1;
    flex: 1;
}

.c-modal-1__col:first-child {
    margin-right: 15px;
}

.c-modal-1__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 10px;
}

.c-modal-1__btn button {
    position: relative;
}

.c-modal-1__footer {
    width: 100%;
    padding: 10px 0;
    background: #152658;
    text-align: center;
}

.c-modal-1__loading {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.7rem;
}

.c-modal-1__loading>* {
    height: 22px;
}

.c-modal-2 {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%) translateX(160px);
    transform: translateY(-50%) translateX(160px);
    width: 140px;
    border: 1px solid #304178;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .75);
    background: #25325d;
    transition: all .2s ease;
}

.c-modal-2.open {
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.c-modal-2__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px 0 0 0;
    border-bottom: 1px solid #1a2340;
    font-size: 1.5rem;
    font-weight: 600;
    color: #a9b9ec;
    cursor: pointer;
    transition: all .2s ease;
}

.c-modal-2__close:hover {
    background: #1f2a4f;
}

.c-modal-2__close i {
    height: 18px;
    margin-left: 8px;
}

.c-modal-2__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-radius: 0 0 0 5px;
    background: #f18c17;
    color: #0f1425;
    font-weight: 600;
}

.c-modal-2__btn:hover {
    background: #fff;
    color: #0f1425;
}

.c-modal-2__msj {
    display: none;
    padding: 10px 15px;
    color: #ff7575;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
}

.c-nav-mobile {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100vh;
    padding-top: 70px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    background: #2d3e75;
    -ms-transform: translateX(315px);
    transform: translateX(315px);
    transition: all .2s ease;
}

.c-nav-mobile.open {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-body__open-filtros .c-nav-mobile.open {
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.c-nav-mobile__container {
    width: 100%;
    position: relative;
    overflow-y: scroll;
}

.c-nav-mobile__container:before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #3e6fff;
}

.c-nav-mobile__btns {
    border-bottom: 1px solid #0b0f1c;
    padding: 12px 20px;
    background: #273666;
}

.c-nav-mobile__btns>* {
    width: calc(50% - 2.5px);
    margin-right: 5px;
}

.c-nav-mobile__btns>:last-child {
    margin-right: 0;
}

.c-nav-1, .c-nav-1--v2 {
    display: -ms-flexbox;
    display: flex;
}

.c-nav-1--v2>li, .c-nav-1>li {
    position: relative;
    margin-right: 5px;
}

.c-nav-1--v2>li:last-child, .c-nav-1>li:last-child {
    margin-right: 0;
}

.c-nav-1--v2>li>a, .c-nav-1>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    padding: 0 22px;
    border-radius: 19px;
    border: 2px solid transparent;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: .8;
}

.c-nav-1--v2>li>a.active, .c-nav-1--v2>li>a:hover, .c-nav-1>li>a.active,
.c-nav-1>li>a:hover {
    border-color: #32468a;
}

.c-nav-1--v2>li>a.activo, .c-nav-1>li>a.activo {
    border-color: #f18c17;
    background: #f18c17;
    color: #0b0f1c;
}

.c-nav-1--v2>li>a.activo:hover, .c-nav-1>li>a.activo:hover {
    background: #ffa216;
}

.c-nav-1--v2 {
    display: -ms-flexbox;
    display: flex;
}

.c-nav-1--v2 li a {
    position: relative;
    padding: 0 14px;
}

.c-nav-1--v2 li a.activo .c-nav-2__notify {
    background: #fff;
    border-color: #fff;
}

.c-nav-1__icon {
    margin-left: 10px;
    font-size: 1rem;
}

.c-nav-1__icon-2 {
    font-size: 1.7rem;
}

.c-nav-2__notify {
    position: absolute;
    top: -3px;
    right: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #1b2546;
    background: #f18c17;
    font-size: 1.1rem;
    font-weight: bold;
    color: #0b0f1c;
    transition: all .2s ease;
}

.c-nav-2__notify.hide {
    opacity: 0;
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.c-nav-1__submenu, .c-nav-1__submenu--v2, .c-nav-1__submenu--v3 {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    overflow: hidden;
    width: 210px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    background: #304381;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    transition: all .2s ease;
}

.c-nav-1__submenu--v2.open, .c-nav-1__submenu--v3.open, .c-nav-1__submenu.open {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-nav-1__submenu--v2 li, .c-nav-1__submenu--v3 li, .c-nav-1__submenu li {
    border-bottom: 1px solid #1b2546;
}

.c-nav-1__submenu--v2 li:last-child, .c-nav-1__submenu--v3 li:last-child,
.c-nav-1__submenu li:last-child {
    border-bottom: none;
}

.c-nav-1__submenu--v2 li a, .c-nav-1__submenu--v3 li a, .c-nav-1__submenu li a {
    display: -ms-flexbox;
    display: flex;
    padding: 13px 15px;
    color: #aabfff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
}

.c-nav-1__submenu--v2 li a:hover, .c-nav-1__submenu--v3 li a:hover,
.c-nav-1__submenu li a:hover {
    background: #374d95;
    color: #dde5ff;
}

.c-nav-1__submenu--v2 li a.activo, .c-nav-1__submenu--v3 li a.activo,
.c-nav-1__submenu li a.activo {
    background: #3d5fcc;
    color: #fff;
}

.c-nav-1__submenu--v2 {
    top: calc(100% - 5px);
    right: 20px;
    background: #3159ce;
}

.c-nav-1__submenu--v2 li {
    border-bottom-color: rgba(24, 44, 103, .5);
}

.c-nav-1__submenu--v2 li a {
    color: #fff;
}

.c-nav-1__submenu--v2 li a:hover {
    background: #3e6fff;
}

.c-nav-1__submenu--v3 {
    top: calc(100% + 5px);
    right: 20px;
    background: #3159ce;
}

.c-nav-1__submenu--v3 li {
    border-bottom-color: rgba(24, 44, 103, .5);
}

.c-nav-1__submenu--v3 li a {
    color: #fff;
}

.c-nav-1__submenu--v3 li a:hover {
    background: #3e6fff;
}

.c-nav-2 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-nav-2 li {
    margin: 5px 10px;
}

.c-nav-2 li:last-child {
    margin-right: 0;
}

.c-nav-2 li a {
    font-size: 1.5rem;
    color: #5d86ff;
    font-weight: 600;
}

.c-nav-2 li a:hover {
    color: #fff;
}

.c-nav-3>li {
    border-bottom: 1px solid #1b2546;
}

.c-nav-3>li:last-child {
    border-bottom: none;
}

.c-nav-3>li>a {
    display: block;
    padding: 13px 20px;
    color: #aabfff;
    font-weight: 600;
    font-size: 1.5rem;
}

.c-nav-3>li>a:hover {
    background: #374d95;
    color: #dde5ff;
}

.c-nav-3__icon {
    margin-left: 5px;
    font-size: 1.1rem;
}

.c-nav-3__submenu {
    display: none;
}

.c-nav-3__submenu li a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #aabfff;
    font-weight: 600;
    font-size: 1.5rem;
}

.c-nav-3__submenu li a:hover {
    background: #374d95;
    color: #dde5ff;
}

.c-nav-4 {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.c-nav-4 li {
    margin-left: 20px;
}

.c-nav-4 li:first-child {
    margin-left: 0;
}

.c-nav-4 li a {
    color: #5d86ff;
    font-size: 1.6rem;
}

.c-nav-4 li a:hover {
    color: #fff;
}

.c-nav-4 li a span {
    display: none;
}

.c-nav-5 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    border-radius: 0 0 5px 5px;
    background: #213b87;
    transition: all .1s ease;
}

#header-catalogo-sticky-wrapper.is-sticky .c-nav-5 {
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

#header-catalogo-sticky-wrapper.is-sticky .c-nav-5:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #3e6fff;
}

.c-nav-5__col {
    display: -ms-flexbox;
    display: flex;
}

.c-nav-5__col-center {
    color: #71a6ff;
    font-weight: 600;
}

.c-nav-5__btn, .c-nav-5__btn--v2, .c-nav-5__btn--v3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.c-nav-5__btn--v2.active, .c-nav-5__btn--v2:hover, .c-nav-5__btn--v3.active,
.c-nav-5__btn--v3:hover, .c-nav-5__btn.active, .c-nav-5__btn:hover {
    background: #1d3477;
}

.c-nav-5__btn-icon {
    margin-right: 12px;
}

.c-nav-5__btn-text2 {
    margin-left: 10px;
    font-weight: 400;
    font-size: 1.5rem;
}

.c-nav-5__btn-text2 i {
    margin-left: 6px;
    font-size: 1.1rem;
}

.c-nav-5__btn--v2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

.c-nav-5__btn--v3 {
    padding: 0 15px;
    border-bottom-left-radius: 0;
    color: #9fb7ff;
}

.c-nav-5__btn--v3.active, .c-nav-5__btn--v3:hover {
    background: none;
    color: #fff;
}

.c-nav-5__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

.c-nav-5__list li {
    margin-right: 16px;
}

.c-nav-5__list li:last-child {
    margin-right: 0;
}

.c-nav-5__list li a {
    color: #3e6fff;
}

.c-nav-5__list li a:hover {
    color: #fff;
}

.c-nav-5__list li a.active {
    color: #f18c17;
}

.c-nav-5__menu-order {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
}

.c-nav-5__box {
    margin-bottom: 15px;
}

.c-nav-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-nav-6 li {
    margin-left: 10px;
}

.c-nav-6 li:before {
    margin-right: 10px;
    font-size: 1.1rem;
    color: #95b0ff;
}

.c-nav-6 li:first-child:before {
    display: none;
}

.c-nav-6 li a {
    font-weight: 600;
    font-size: 1.4rem;
}

.c-nav-6 li a.active {
    color: #f18c17;
}

.c-notify, .c-notify--error, .c-notify--ok, .c-notify--primary,
.c-notify--secondary {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.c-notify--error:last-child, .c-notify--ok:last-child,
.c-notify--primary:last-child, .c-notify--secondary:last-child,
.c-notify:last-child {
    margin-bottom: 0;
}

.c-notify--error [class*=icon], .c-notify--ok [class*=icon],
.c-notify--primary [class*=icon], .c-notify--secondary [class*=icon],
.c-notify [class*=icon] {
    margin-top: 1px;
    margin-right: 10px;
}

.c-notify--primary {
    background: #b4bfe2;
    color: #131a31;
}

.c-notify--secondary {
    background: #d1dde2;
    color: #5575da;
}

.c-notify--ok {
    background: #8efdab;
    color: #161e38;
}

.c-notify--error {
    background: #f9b7b7;
    color: #7b0b0b;
}

.c-notify-1__box {
    padding: 30px;
    text-align: center;
}

.c-notify-1__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border: 2px solid #e9f0f5;
    border-radius: 50%;
    font-size: 5rem;
}

.c-notify-1__icon i {
    line-height: .8;
}

.c-notify-1__heading {
    margin-bottom: 7px;
    font-weight: 500;
    color: #2e3235;
    font-size: 1.8rem;
}

.c-notify-1--ok .c-notify-1__icon i {
    color: #a5cd38;
}

.c-notify-1--ok .c-notify-1__btn {
    background: #a5cd38;
    color: #002e50;
}

.c-notify-1--ok .c-notify-1__btn:hover {
    background: #93b82e;
}

.c-notify-1--error .c-notify-1__icon i {
    color: #f15e5e;
}

.c-notify-1--error .c-notify-1__btn {
    background: #f15e5e;
    color: #fff;
}

.c-notify-1--error .c-notify-1__btn:hover {
    background: #ee3939;
}

.c-notify-1__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    width: 100%;
    padding: 12px;
    font-weight: 700;
    font-size: 1.6rem;
    transition: all .2s ease;
}

.c-paginador {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
    margin-bottom: 40px;
    text-align: center;
}

.c-paginador__icon {
    height: 21px;
}

.jscroll-loading {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
}

.mfp-content {
    padding-bottom: 30px !important;
}

.mfp-bg.mfp-popUp {
    background: #0e1223 !important;
}

.menu-mobile-overlay {
    background: rgba(27, 37, 70, .95);
    overflow: hidden;
    z-index: 100;
}

.loader-popup, .menu-mobile-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loader-popup {
    z-index: 101;
}

.loader__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loader__box [class*=icon] {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.animate-spin {
    animation: a .6s infinite linear;
}

.c-popup-open {
    overflow: scroll !important;
}

.c-popup, .c-popup--md-1, .c-popup--md-2, .c-popup--small-1 {
    position: relative;
    display: block;
    width: 92%;
    max-width: 900px;
    margin: 50px auto 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7);
}

.c-popup--small-1 {
    max-width: 400px;
}

.c-popup__container {
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
}

.c-popup__header, .c-popup__header--v2 {
    padding: 15px 16px;
    border-bottom: 1px solid #d3dce4;
    font-size: 1.6rem;
    font-weight: 500;
    color: #1b2546;
}

.c-popup__header--v2 {
    background: #1b2546;
    border-bottom: none;
    color: #fff;
}

.c-popup__box {
    padding: 16px;
}

.c-popup__box-2 {
    padding: 20px 0;
}

.c-popup__box-3 {
    padding: 0 20px;
}

.c-popup__box-4 {
    padding: 15px;
    background: #f0f3f5;
}

.c-popup__box-5 {
    padding: 7px;
    background: #f0f3f5;
}

.c-popup__p, .c-popup__p--v2 {
    font-size: 1.4rem;
}

.c-popup__p--v2 {
    margin-bottom: 10px;
    padding: 0 20px;
}

.c-popup__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
}

.c-popup__col {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.c-popup__loading {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

#c-popup-360 {
    width: 100%;
    max-width: 900px;
    padding: 0;
}

#c-popup-360 .fancybox-close-small {
    display: none;
}

#moto-360 {
    width: 100%;
}

.c-popup--md-1 {
    max-width: 550px;
}

.c-popup--md-2 {
    max-width: 800px;
}

@keyframes a {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.c-slider-1 .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3e6fff;
    font-size: 2.5rem;
    cursor: pointer;
    transition: all .2s ease;
}

.c-slider-1 .slick-arrow:hover {
    color: #fff;
}

.c-slider-1 .slick-prev {
    left: 35px;
}

.c-slider-1 .slick-next {
    right: 35px;
}

.c-slider-1 .slick-dots {
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.c-slider-1 .slick-dots li {
    margin-left: 12px;
}

.c-slider-1 .slick-dots li.slick-active button,
.c-slider-1 .slick-dots li.slick-active button:hover {
    background: #fff;
}

.c-slider-1 .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    width: 17px;
    height: 17px;
    padding: 0;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .5);
    text-indent: -9999px;
    transition: all .2s ease;
}

.c-slider-1 .slick-dots li button:hover {
    background: hsla(0, 0%, 100%, .7);
}

.c-slider-1__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-slider-1__box {
    max-width: 415px;
}

.c-slider-1__heading {
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.6rem;
}

.c-slider-1__p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.c-slider-3 {
    position: relative;
}

.c-slider-3 .slick-arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: #3e6fff;
    cursor: pointer;
    transition: all .2s ease;
}

.c-slider-3 .slick-arrow:hover {
    color: #fff;
}

.c-slider-3 .slick-prev {
    left: -15px;
}

.c-slider-3 .slick-next {
    right: -15px;
}

.c-slider-3__item {
    padding: 0 10px;
}

.c-slider-3__img {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #0e1327;
}

.c-slider-3__img:hover {
    border-color: #3e6fff;
}

.c-slider-3__img:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.c-slider-3__img img {
    display: block;
    width: 100%;
    transition: all .2s ease;
}

.c-table-1, .c-table-1--sticky {
    margin-bottom: 25px;
}

.c-table-1--sticky:last-child, .c-table-1:last-child {
    margin-bottom: 0;
}

.c-table-1--sticky {
    padding-top: 200px;
}

.c-table-1__header, .c-table-1__header-2 {
    padding-bottom: 12px;
    border-bottom: 1px solid #3e6fff;
    color: #f18c17;
    font-weight: 600;
    font-size: 2.1rem;
}

.c-table-1__box, .c-table-1__box-2 {
    border-radius: 0 0 5px 5px;
    border: 1px solid #0e1327;
    background: #1e2a52;
}

.c-table-1__box-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0;
}

.c-table-1__item {
    padding: 15px;
}

.c-table-1__item-2 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px;
    text-align: center;
}

.c-table-1__item-2>* {
    width: 100%;
}

.c-table-1__item-2:nth-child(6n), .c-table-1__item-2:nth-child(6n+2),
.c-table-1__item-2:nth-child(6n+4) {
    background: #222f5d;
}

.c-table-1__item-2:nth-child(6n+5) {
    background: #253465;
}

.c-table-1__title {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}

.c-table-1__value {
    font-size: 1.4rem;
}

.c-table-1__vacio-1 {
    width: 100%;
    max-width: 200px;
    height: 12px;
    margin: 0 auto 10px;
    background-color: hsla(0, 0%, 100%, .1);
}

.c-table-1__vacio-2 {
    width: 100%;
    max-width: 130px;
    height: 9px;
    margin: 0 auto;
    background-color: rgba(169, 185, 236, .08);
}

[class*=" icon-"]:after, [class*=" icon-"]:before, [class^=icon-]:after,
[class^=icon-]:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}

.icon-home2:before {
    content: "\e901";
}

.icon-home3:before {
    content: "\e902";
}

.icon-home4:before {
    content: "\e903";
}

.icon-home5:before {
    content: "\e904";
}

.icon-home6:before {
    content: "\e905";
}

.icon-home7:before {
    content: "\e906";
}

.icon-home8:before {
    content: "\e907";
}

.icon-home9:before {
    content: "\e908";
}

.icon-office:before {
    content: "\e909";
}

.icon-city:before {
    content: "\e90a";
}

.icon-newspaper:before {
    content: "\e90b";
}

.icon-magazine:before {
    content: "\e90c";
}

.icon-design:before {
    content: "\e90d";
}

.icon-pencil:before {
    content: "\e90e";
}

.icon-pencil2:before {
    content: "\e90f";
}

.icon-pencil3:before {
    content: "\e910";
}

.icon-pencil4:before {
    content: "\e911";
}

.icon-pencil5:before {
    content: "\e912";
}

.icon-pencil6:before {
    content: "\e913";
}

.icon-pencil7:before {
    content: "\e914";
}

.icon-eraser:before {
    content: "\e915";
}

.icon-eraser2:before {
    content: "\e916";
}

.icon-eraser3:before {
    content: "\e917";
}

.icon-quill:before {
    content: "\e918";
}

.icon-quill2:before {
    content: "\e919";
}

.icon-quill3:before {
    content: "\e91a";
}

.icon-quill4:before {
    content: "\e91b";
}

.icon-pen:before {
    content: "\e91c";
}

.icon-pen-plus:before {
    content: "\e91d";
}

.icon-pen-minus:before {
    content: "\e91e";
}

.icon-pen2:before {
    content: "\e91f";
}

.icon-pen3:before {
    content: "\e920";
}

.icon-pen4:before {
    content: "\e921";
}

.icon-pen5:before {
    content: "\e922";
}

.icon-marker:before {
    content: "\e923";
}

.icon-marker2:before {
    content: "\e924";
}

.icon-blog:before {
    content: "\e925";
}

.icon-blog2:before {
    content: "\e926";
}

.icon-pen6:before {
    content: "\e927";
}

.icon-brush:before {
    content: "\e928";
}

.icon-spray:before {
    content: "\e929";
}

.icon-palette:before {
    content: "\e92a";
}

.icon-palette2:before {
    content: "\e92b";
}

.icon-color-sampler:before {
    content: "\e92c";
}

.icon-toggle:before {
    content: "\e92d";
}

.icon-bucket:before {
    content: "\e92e";
}

.icon-bucket2:before {
    content: "\e92f";
}

.icon-gradient:before {
    content: "\e930";
}

.icon-eyedropper:before {
    content: "\e931";
}

.icon-eyedropper2:before {
    content: "\e932";
}

.icon-eyedropper3:before {
    content: "\e933";
}

.icon-droplet:before {
    content: "\e934";
}

.icon-droplet2:before {
    content: "\e935";
}

.icon-droplet-contrast:before {
    content: "\e936";
}

.icon-color-clear:before {
    content: "\e937";
}

.icon-paint-format:before {
    content: "\e938";
}

.icon-stamp:before {
    content: "\e939";
}

.icon-images:before {
    content: "\e93a";
}

.icon-image:before {
    content: "\e93b";
}

.icon-image2:before {
    content: "\e93c";
}

.icon-image-compare:before {
    content: "\e93d";
}

.icon-images2:before {
    content: "\e93e";
}

.icon-image3:before {
    content: "\e93f";
}

.icon-images3:before {
    content: "\e940";
}

.icon-image4:before {
    content: "\e941";
}

.icon-image5:before {
    content: "\e942";
}

.icon-image6:before {
    content: "\e943";
}

.icon-camera:before {
    content: "\e944";
}

.icon-camera2:before {
    content: "\e945";
}

.icon-camera3:before {
    content: "\e946";
}

.icon-shutter:before {
    content: "\e947";
}

.icon-headphones:before {
    content: "\e948";
}

.icon-headset:before {
    content: "\e949";
}

.icon-music:before {
    content: "\e94a";
}

.icon-music2:before {
    content: "\e94b";
}

.icon-music3:before {
    content: "\e94c";
}

.icon-music4:before {
    content: "\e94d";
}

.icon-music5:before {
    content: "\e94e";
}

.icon-music6:before {
    content: "\e94f";
}

.icon-album:before {
    content: "\e950";
}

.icon-cassette:before {
    content: "\e951";
}

.icon-tape:before {
    content: "\e952";
}

.icon-piano:before {
    content: "\e953";
}

.icon-guitar:before {
    content: "\e954";
}

.icon-trumpet:before {
    content: "\e955";
}

.icon-speakers:before {
    content: "\e956";
}

.icon-play:before {
    content: "\e957";
}

.icon-play2:before {
    content: "\e958";
}

.icon-clapboard-play:before {
    content: "\e959";
}

.icon-clapboard:before {
    content: "\e95a";
}

.icon-media:before {
    content: "\e95b";
}

.icon-presentation:before {
    content: "\e95c";
}

.icon-movie:before {
    content: "\e95d";
}

.icon-film:before {
    content: "\e95e";
}

.icon-film2:before {
    content: "\e95f";
}

.icon-film3:before {
    content: "\e960";
}

.icon-film4:before {
    content: "\e961";
}

.icon-video-camera:before {
    content: "\e962";
}

.icon-video-camera2:before {
    content: "\e963";
}

.icon-video-camera-slash:before {
    content: "\e964";
}

.icon-video-camera3:before {
    content: "\e965";
}

.icon-video-camera4:before {
    content: "\e966";
}

.icon-video-camera-slash2:before {
    content: "\e967";
}

.icon-video-camera5:before {
    content: "\e968";
}

.icon-recording:before {
    content: "\e969";
}

.icon-dice:before {
    content: "\e96a";
}

.icon-gamepad:before {
    content: "\e96b";
}

.icon-gamepad2:before {
    content: "\e96c";
}

.icon-gamepad3:before {
    content: "\e96d";
}

.icon-pacman:before {
    content: "\e96e";
}

.icon-spades:before {
    content: "\e96f";
}

.icon-clubs:before {
    content: "\e970";
}

.icon-diamonds:before {
    content: "\e971";
}

.icon-chess-king:before {
    content: "\e972";
}

.icon-chess-queen:before {
    content: "\e973";
}

.icon-chess-rook:before {
    content: "\e974";
}

.icon-chess-bishop:before {
    content: "\e975";
}

.icon-chess-knight:before {
    content: "\e976";
}

.icon-chess-pawn:before {
    content: "\e977";
}

.icon-chess:before {
    content: "\e978";
}

.icon-bullhorn:before {
    content: "\e979";
}

.icon-megaphone:before {
    content: "\e97a";
}

.icon-new:before {
    content: "\e97b";
}

.icon-connection:before {
    content: "\e97c";
}

.icon-connection2:before {
    content: "\e97d";
}

.icon-connection3:before {
    content: "\e97e";
}

.icon-connection4:before {
    content: "\e97f";
}

.icon-podcast:before {
    content: "\e980";
}

.icon-station:before {
    content: "\e981";
}

.icon-station2:before {
    content: "\e982";
}

.icon-antenna:before {
    content: "\e983";
}

.icon-satellite-dish:before {
    content: "\e984";
}

.icon-satellite-dish2:before {
    content: "\e985";
}

.icon-feed:before {
    content: "\e986";
}

.icon-podcast2:before {
    content: "\e987";
}

.icon-antenna2:before {
    content: "\e988";
}

.icon-mic:before {
    content: "\e989";
}

.icon-mic-off:before {
    content: "\e98a";
}

.icon-mic2:before {
    content: "\e98b";
}

.icon-mic-off2:before {
    content: "\e98c";
}

.icon-mic3:before {
    content: "\e98d";
}

.icon-mic4:before {
    content: "\e98e";
}

.icon-mic5:before {
    content: "\e98f";
}

.icon-book:before {
    content: "\e990";
}

.icon-book2:before {
    content: "\e991";
}

.icon-book-play:before {
    content: "\e992";
}

.icon-book3:before {
    content: "\e993";
}

.icon-bookmark:before {
    content: "\e994";
}

.icon-books:before {
    content: "\e995";
}

.icon-archive:before {
    content: "\e996";
}

.icon-reading:before {
    content: "\e997";
}

.icon-library:before {
    content: "\e998";
}

.icon-library2:before {
    content: "\e999";
}

.icon-graduation:before {
    content: "\e99a";
}

.icon-file-text:before {
    content: "\e99b";
}

.icon-profile:before {
    content: "\e99c";
}

.icon-file-empty:before {
    content: "\e99d";
}

.icon-file-empty2:before {
    content: "\e99e";
}

.icon-files-empty:before {
    content: "\e99f";
}

.icon-files-empty2:before {
    content: "\e9a0";
}

.icon-file-plus:before {
    content: "\e9a1";
}

.icon-file-plus2:before {
    content: "\e9a2";
}

.icon-file-minus:before {
    content: "\e9a3";
}

.icon-file-minus2:before {
    content: "\e9a4";
}

.icon-file-download:before {
    content: "\e9a5";
}

.icon-file-download2:before {
    content: "\e9a6";
}

.icon-file-upload:before {
    content: "\e9a7";
}

.icon-file-upload2:before {
    content: "\e9a8";
}

.icon-file-check:before {
    content: "\e9a9";
}

.icon-file-check2:before {
    content: "\e9aa";
}

.icon-file-eye:before {
    content: "\e9ab";
}

.icon-file-eye2:before {
    content: "\e9ac";
}

.icon-file-text2:before {
    content: "\e9ad";
}

.icon-file-text3:before {
    content: "\e9ae";
}

.icon-file-picture:before {
    content: "\e9af";
}

.icon-file-picture2:before {
    content: "\e9b0";
}

.icon-file-music:before {
    content: "\e9b1";
}

.icon-file-music2:before {
    content: "\e9b2";
}

.icon-file-play:before {
    content: "\e9b3";
}

.icon-file-play2:before {
    content: "\e9b4";
}

.icon-file-video:before {
    content: "\e9b5";
}

.icon-file-video2:before {
    content: "\e9b6";
}

.icon-copy:before {
    content: "\e9b7";
}

.icon-copy2:before {
    content: "\e9b8";
}

.icon-file-zip:before {
    content: "\e9b9";
}

.icon-file-zip2:before {
    content: "\e9ba";
}

.icon-file-xml:before {
    content: "\e9bb";
}

.icon-file-xml2:before {
    content: "\e9bc";
}

.icon-file-css:before {
    content: "\e9bd";
}

.icon-file-css2:before {
    content: "\e9be";
}

.icon-file-presentation:before {
    content: "\e9bf";
}

.icon-file-presentation2:before {
    content: "\e9c0";
}

.icon-file-stats:before {
    content: "\e9c1";
}

.icon-file-stats2:before {
    content: "\e9c2";
}

.icon-file-locked:before {
    content: "\e9c3";
}

.icon-file-locked2:before {
    content: "\e9c4";
}

.icon-file-spreadsheet:before {
    content: "\e9c5";
}

.icon-file-spreadsheet2:before {
    content: "\e9c6";
}

.icon-copy3:before {
    content: "\e9c7";
}

.icon-copy4:before {
    content: "\e9c8";
}

.icon-paste:before {
    content: "\e9c9";
}

.icon-paste2:before {
    content: "\e9ca";
}

.icon-paste3:before {
    content: "\e9cb";
}

.icon-paste4:before {
    content: "\e9cc";
}

.icon-stack:before {
    content: "\e9cd";
}

.icon-stack2:before {
    content: "\e9ce";
}

.icon-stack3:before {
    content: "\e9cf";
}

.icon-folder:before {
    content: "\e9d0";
}

.icon-folder-search:before {
    content: "\e9d1";
}

.icon-folder-download:before {
    content: "\e9d2";
}

.icon-folder-upload:before {
    content: "\e9d3";
}

.icon-folder-plus:before {
    content: "\e9d4";
}

.icon-folder-plus2:before {
    content: "\e9d5";
}

.icon-folder-minus:before {
    content: "\e9d6";
}

.icon-folder-minus2:before {
    content: "\e9d7";
}

.icon-folder-check:before {
    content: "\e9d8";
}

.icon-folder-heart:before {
    content: "\e9d9";
}

.icon-folder-remove:before {
    content: "\e9da";
}

.icon-folder2:before {
    content: "\e9db";
}

.icon-folder-open:before {
    content: "\e9dc";
}

.icon-folder3:before {
    content: "\e9dd";
}

.icon-folder4:before {
    content: "\e9de";
}

.icon-folder-plus3:before {
    content: "\e9df";
}

.icon-folder-minus3:before {
    content: "\e9e0";
}

.icon-folder-plus4:before {
    content: "\e9e1";
}

.icon-folder-minus4:before {
    content: "\e9e2";
}

.icon-folder-download2:before {
    content: "\e9e3";
}

.icon-folder-upload2:before {
    content: "\e9e4";
}

.icon-folder-download3:before {
    content: "\e9e5";
}

.icon-folder-upload3:before {
    content: "\e9e6";
}

.icon-folder5:before {
    content: "\e9e7";
}

.icon-folder-open2:before {
    content: "\e9e8";
}

.icon-folder6:before {
    content: "\e9e9";
}

.icon-folder-open3:before {
    content: "\e9ea";
}

.icon-certificate:before {
    content: "\e9eb";
}

.icon-cc:before {
    content: "\e9ec";
}

.icon-price-tag:before {
    content: "\e9ed";
}

.icon-price-tag2:before {
    content: "\e9ee";
}

.icon-price-tags:before {
    content: "\e9ef";
}

.icon-price-tag3:before {
    content: "\e9f0";
}

.icon-price-tags2:before {
    content: "\e9f1";
}

.icon-price-tag4:before {
    content: "\e9f2";
}

.icon-price-tags3:before {
    content: "\e9f3";
}

.icon-price-tag5:before {
    content: "\e9f4";
}

.icon-price-tags4:before {
    content: "\e9f5";
}

.icon-barcode:before {
    content: "\e9f6";
}

.icon-barcode2:before {
    content: "\e9f7";
}

.icon-qrcode:before {
    content: "\e9f8";
}

.icon-ticket:before {
    content: "\e9f9";
}

.icon-ticket2:before {
    content: "\e9fa";
}

.icon-theater:before {
    content: "\e9fb";
}

.icon-store:before {
    content: "\e9fc";
}

.icon-store2:before {
    content: "\e9fd";
}

.icon-cart:before {
    content: "\e9fe";
}

.icon-cart2:before {
    content: "\e9ff";
}

.icon-cart3:before {
    content: "\ea00";
}

.icon-cart4:before {
    content: "\ea01";
}

.icon-cart5:before {
    content: "\ea02";
}

.icon-cart-add:before {
    content: "\ea03";
}

.icon-cart-add2:before {
    content: "\ea04";
}

.icon-cart-remove:before {
    content: "\ea05";
}

.icon-basket:before {
    content: "\ea06";
}

.icon-bag:before {
    content: "\ea07";
}

.icon-bag2:before {
    content: "\ea08";
}

.icon-percent:before {
    content: "\ea09";
}

.icon-coins:before {
    content: "\ea0a";
}

.icon-coin-dollar:before {
    content: "\ea0b";
}

.icon-coin-euro:before {
    content: "\ea0c";
}

.icon-coin-pound:before {
    content: "\ea0d";
}

.icon-coin-yen:before {
    content: "\ea0e";
}

.icon-piggy-bank:before {
    content: "\ea0f";
}

.icon-wallet:before {
    content: "\ea10";
}

.icon-cash:before {
    content: "\ea11";
}

.icon-cash2:before {
    content: "\ea12";
}

.icon-cash3:before {
    content: "\ea13";
}

.icon-cash4:before {
    content: "\ea14";
}

.icon-credit-card:before {
    content: "\ea15";
}

.icon-credit-card2:before {
    content: "\ea16";
}

.icon-calculator:before {
    content: "\ea17";
}

.icon-calculator2:before {
    content: "\ea18";
}

.icon-calculator3:before {
    content: "\ea19";
}

.icon-chip:before {
    content: "\ea1a";
}

.icon-lifebuoy:before {
    content: "\ea1b";
}

.icon-phone:before {
    content: "\ea1c";
}

.icon-phone2:before {
    content: "\ea1d";
}

.icon-phone-slash:before {
    content: "\ea1e";
}

.icon-phone-wave:before {
    content: "\ea1f";
}

.icon-phone-plus:before {
    content: "\ea20";
}

.icon-phone-minus:before {
    content: "\ea21";
}

.icon-phone-plus2:before {
    content: "\ea22";
}

.icon-phone-minus2:before {
    content: "\ea23";
}

.icon-phone-incoming:before {
    content: "\ea24";
}

.icon-phone-outgoing:before {
    content: "\ea25";
}

.icon-phone3:before {
    content: "\ea26";
}

.icon-phone-slash2:before {
    content: "\ea27";
}

.icon-phone-wave2:before {
    content: "\ea28";
}

.icon-phone-hang-up:before {
    content: "\ea29";
}

.icon-phone-hang-up2:before {
    content: "\ea2a";
}

.icon-address-book:before {
    content: "\ea2b";
}

.icon-address-book2:before {
    content: "\ea2c";
}

.icon-address-book3:before {
    content: "\ea2d";
}

.icon-notebook:before {
    content: "\ea2e";
}

.icon-at-sign:before {
    content: "\ea2f";
}

.icon-envelop:before {
    content: "\ea30";
}

.icon-envelop2:before {
    content: "\ea31";
}

.icon-envelop3:before {
    content: "\ea32";
}

.icon-envelop4:before {
    content: "\ea33";
}

.icon-envelop5:before {
    content: "\ea34";
}

.icon-mailbox:before {
    content: "\ea35";
}

.icon-pushpin:before {
    content: "\ea36";
}

.icon-pushpin2:before {
    content: "\ea37";
}

.icon-location:before {
    content: "\ea38";
}

.icon-location2:before {
    content: "\ea39";
}

.icon-location3:before {
    content: "\ea3a";
}

.icon-location4:before {
    content: "\ea3b";
}

.icon-location5:before {
    content: "\ea3c";
}

.icon-location6:before {
    content: "\ea3d";
}

.icon-location7:before {
    content: "\ea3e";
}

.icon-compass:before {
    content: "\ea3f";
}

.icon-compass2:before {
    content: "\ea40";
}

.icon-compass3:before {
    content: "\ea41";
}

.icon-compass4:before {
    content: "\ea42";
}

.icon-compass5:before {
    content: "\ea43";
}

.icon-compass6:before {
    content: "\ea44";
}

.icon-map:before {
    content: "\ea45";
}

.icon-map2:before {
    content: "\ea46";
}

.icon-map3:before {
    content: "\ea47";
}

.icon-map4:before {
    content: "\ea48";
}

.icon-map5:before {
    content: "\ea49";
}

.icon-direction:before {
    content: "\ea4a";
}

.icon-reset:before {
    content: "\ea4b";
}

.icon-history:before {
    content: "\ea4c";
}

.icon-clock:before {
    content: "\ea4d";
}

.icon-clock2:before {
    content: "\ea4e";
}

.icon-clock3:before {
    content: "\ea4f";
}

.icon-clock4:before {
    content: "\ea50";
}

.icon-watch:before {
    content: "\ea51";
}

.icon-watch2:before {
    content: "\ea52";
}

.icon-alarm:before {
    content: "\ea53";
}

.icon-alarm-add:before {
    content: "\ea54";
}

.icon-alarm-check:before {
    content: "\ea55";
}

.icon-alarm-cancel:before {
    content: "\ea56";
}

.icon-bell:before {
    content: "\ea57";
}

.icon-bell2:before {
    content: "\ea58";
}

.icon-bell3:before {
    content: "\ea59";
}

.icon-bell-plus:before {
    content: "\ea5a";
}

.icon-bell-minus:before {
    content: "\ea5b";
}

.icon-bell-check:before {
    content: "\ea5c";
}

.icon-bell-cross:before {
    content: "\ea5d";
}

.icon-stopwatch:before {
    content: "\ea5e";
}

.icon-calendar:before {
    content: "\ea5f";
}

.icon-calendar2:before {
    content: "\ea60";
}

.icon-calendar3:before {
    content: "\ea61";
}

.icon-calendar4:before {
    content: "\ea62";
}

.icon-calendar5:before {
    content: "\ea63";
}

.icon-calendar-empty:before {
    content: "\ea64";
}

.icon-calendar-day:before {
    content: "\ea65";
}

.icon-calendar-week:before {
    content: "\ea66";
}

.icon-printer:before {
    content: "\ea67";
}

.icon-printer2:before {
    content: "\ea68";
}

.icon-printer3:before {
    content: "\ea69";
}

.icon-printer4:before {
    content: "\ea6a";
}

.icon-shredder:before {
    content: "\ea6b";
}

.icon-mouse:before {
    content: "\ea6c";
}

.icon-mouse2:before {
    content: "\ea6d";
}

.icon-mouse-left:before {
    content: "\ea6e";
}

.icon-mouse-right:before {
    content: "\ea6f";
}

.icon-keyboard:before {
    content: "\ea70";
}

.icon-keyboard2:before {
    content: "\ea71";
}

.icon-typewriter:before {
    content: "\ea72";
}

.icon-display:before {
    content: "\ea73";
}

.icon-display2:before {
    content: "\ea74";
}

.icon-display3:before {
    content: "\ea75";
}

.icon-display4:before {
    content: "\ea76";
}

.icon-laptop:before {
    content: "\ea77";
}

.icon-mobile:before {
    content: "\ea78";
}

.icon-mobile2:before {
    content: "\ea79";
}

.icon-tablet:before {
    content: "\ea7a";
}

.icon-mobile3:before {
    content: "\ea7b";
}

.icon-tv:before {
    content: "\ea7c";
}

.icon-radio:before {
    content: "\ea7d";
}

.icon-cabinet:before {
    content: "\ea7e";
}

.icon-drawer:before {
    content: "\ea7f";
}

.icon-drawer2:before {
    content: "\ea80";
}

.icon-drawer-out:before {
    content: "\ea81";
}

.icon-drawer-in:before {
    content: "\ea82";
}

.icon-drawer3:before {
    content: "\ea83";
}

.icon-box:before {
    content: "\ea84";
}

.icon-box-add:before {
    content: "\ea85";
}

.icon-box-remove:before {
    content: "\ea86";
}

.icon-download:before {
    content: "\ea87";
}

.icon-upload:before {
    content: "\ea88";
}

.icon-floppy-disk:before {
    content: "\ea89";
}

.icon-floppy-disks:before {
    content: "\ea8a";
}

.icon-floppy-disks2:before {
    content: "\ea8b";
}

.icon-floppy-disk2:before {
    content: "\ea8c";
}

.icon-floppy-disk3:before {
    content: "\ea8d";
}

.icon-disk:before {
    content: "\ea8e";
}

.icon-disk2:before {
    content: "\ea8f";
}

.icon-usb-stick:before {
    content: "\ea90";
}

.icon-drive:before {
    content: "\ea91";
}

.icon-server:before {
    content: "\ea92";
}

.icon-database:before {
    content: "\ea93";
}

.icon-database2:before {
    content: "\ea94";
}

.icon-database3:before {
    content: "\ea95";
}

.icon-database4:before {
    content: "\ea96";
}

.icon-database-menu:before {
    content: "\ea97";
}

.icon-database-add:before {
    content: "\ea98";
}

.icon-database-remove:before {
    content: "\ea99";
}

.icon-database-insert:before {
    content: "\ea9a";
}

.icon-database-export:before {
    content: "\ea9b";
}

.icon-database-upload:before {
    content: "\ea9c";
}

.icon-database-refresh:before {
    content: "\ea9d";
}

.icon-database-diff:before {
    content: "\ea9e";
}

.icon-database-edit:before {
    content: "\ea9f";
}

.icon-database-edit2:before {
    content: "\eaa0";
}

.icon-database-check:before {
    content: "\eaa1";
}

.icon-database-arrow:before {
    content: "\eaa2";
}

.icon-database-time:before {
    content: "\eaa3";
}

.icon-database-time2:before {
    content: "\eaa4";
}

.icon-undo:before {
    content: "\eaa5";
}

.icon-redo:before {
    content: "\eaa6";
}

.icon-rotate-ccw:before {
    content: "\eaa7";
}

.icon-rotate-cw:before {
    content: "\eaa8";
}

.icon-rotate-ccw2:before {
    content: "\eaa9";
}

.icon-rotate-cw2:before {
    content: "\eaaa";
}

.icon-rotate-ccw3:before {
    content: "\eaab";
}

.icon-rotate-cw3:before {
    content: "\eaac";
}

.icon-flip-vertical:before {
    content: "\eaad";
}

.icon-flip-vertical2:before {
    content: "\eaae";
}

.icon-flip-horizontal:before {
    content: "\eaaf";
}

.icon-flip-horizontal2:before {
    content: "\eab0";
}

.icon-flip-vertical3:before {
    content: "\eab1";
}

.icon-flip-vertical4:before {
    content: "\eab2";
}

.icon-angle:before {
    content: "\eab3";
}

.icon-shear:before {
    content: "\eab4";
}

.icon-unite:before {
    content: "\eab5";
}

.icon-subtract:before {
    content: "\eab6";
}

.icon-interset:before {
    content: "\eab7";
}

.icon-exclude:before {
    content: "\eab8";
}

.icon-align-left:before {
    content: "\eab9";
}

.icon-align-center-horizontal:before {
    content: "\eaba";
}

.icon-align-right:before {
    content: "\eabb";
}

.icon-align-top:before {
    content: "\eabc";
}

.icon-align-center-vertical:before {
    content: "\eabd";
}

.icon-align-bottom:before {
    content: "\eabe";
}

.icon-undo2:before {
    content: "\eabf";
}

.icon-redo2:before {
    content: "\eac0";
}

.icon-forward:before {
    content: "\eac1";
}

.icon-reply:before {
    content: "\eac2";
}

.icon-reply-all:before {
    content: "\eac3";
}

.icon-bubble:before {
    content: "\eac4";
}

.icon-bubbles:before {
    content: "\eac5";
}

.icon-bubbles2:before {
    content: "\eac6";
}

.icon-bubble2:before {
    content: "\eac7";
}

.icon-bubbles3:before {
    content: "\eac8";
}

.icon-bubbles4:before {
    content: "\eac9";
}

.icon-bubble-notification:before {
    content: "\eaca";
}

.icon-bubbles5:before {
    content: "\eacb";
}

.icon-bubbles6:before {
    content: "\eacc";
}

.icon-bubble3:before {
    content: "\eacd";
}

.icon-bubble-dots:before {
    content: "\eace";
}

.icon-bubble-lines:before {
    content: "\eacf";
}

.icon-bubble4:before {
    content: "\ead0";
}

.icon-bubble-dots2:before {
    content: "\ead1";
}

.icon-bubble-lines2:before {
    content: "\ead2";
}

.icon-bubble5:before {
    content: "\ead3";
}

.icon-bubble6:before {
    content: "\ead4";
}

.icon-bubbles7:before {
    content: "\ead5";
}

.icon-bubble7:before {
    content: "\ead6";
}

.icon-bubbles8:before {
    content: "\ead7";
}

.icon-bubble8:before {
    content: "\ead8";
}

.icon-bubble-dots3:before {
    content: "\ead9";
}

.icon-bubble-lines3:before {
    content: "\eada";
}

.icon-bubble9:before {
    content: "\eadb";
}

.icon-bubble-dots4:before {
    content: "\eadc";
}

.icon-bubble-lines4:before {
    content: "\eadd";
}

.icon-bubbles9:before {
    content: "\eade";
}

.icon-bubbles10:before {
    content: "\eadf";
}

.icon-bubble-blocked:before {
    content: "\eae0";
}

.icon-bubble-quote:before {
    content: "\eae1";
}

.icon-bubble-user:before {
    content: "\eae2";
}

.icon-bubble-smiley:before {
    content: "\eae3";
}

.icon-bubble-check:before {
    content: "\eae4";
}

.icon-bubble-video:before {
    content: "\eae5";
}

.icon-bubble-link:before {
    content: "\eae6";
}

.icon-bubble-lock:before {
    content: "\eae7";
}

.icon-bubble-star:before {
    content: "\eae8";
}

.icon-bubble-heart:before {
    content: "\eae9";
}

.icon-bubble-paperclip:before {
    content: "\eaea";
}

.icon-bubble-cancel:before {
    content: "\eaeb";
}

.icon-bubble-plus:before {
    content: "\eaec";
}

.icon-bubble-minus:before {
    content: "\eaed";
}

.icon-bubble-notification2:before {
    content: "\eaee";
}

.icon-bubble-left:before {
    content: "\eaef";
}

.icon-bubble-right:before {
    content: "\eaf0";
}

.icon-bubble-first:before {
    content: "\eaf1";
}

.icon-bubble-last:before {
    content: "\eaf2";
}

.icon-bubble-reply:before {
    content: "\eaf3";
}

.icon-bubble-forward:before {
    content: "\eaf4";
}

.icon-bubble-reply2:before {
    content: "\eaf5";
}

.icon-bubble-forward2:before {
    content: "\eaf6";
}

.icon-user:before {
    content: "\eaf7";
}

.icon-users:before {
    content: "\eaf8";
}

.icon-user-plus:before {
    content: "\eaf9";
}

.icon-user-minus:before {
    content: "\eafa";
}

.icon-user-cancel:before {
    content: "\eafb";
}

.icon-user-block:before {
    content: "\eafc";
}

.icon-user-lock:before {
    content: "\eafd";
}

.icon-user-check:before {
    content: "\eafe";
}

.icon-users2:before {
    content: "\eaff";
}

.icon-user2:before {
    content: "\eb00";
}

.icon-users3:before {
    content: "\eb01";
}

.icon-user-plus2:before {
    content: "\eb02";
}

.icon-user-minus2:before {
    content: "\eb03";
}

.icon-user-cancel2:before {
    content: "\eb04";
}

.icon-user-block2:before {
    content: "\eb05";
}

.icon-user-lock2:before {
    content: "\eb06";
}

.icon-user-check2:before {
    content: "\eb07";
}

.icon-user3:before {
    content: "\eb08";
}

.icon-user4:before {
    content: "\eb09";
}

.icon-user5:before {
    content: "\eb0a";
}

.icon-user6:before {
    content: "\eb0b";
}

.icon-users4:before {
    content: "\eb0c";
}

.icon-user-tie:before {
    content: "\eb0d";
}

.icon-user7:before {
    content: "\eb0e";
}

.icon-users5:before {
    content: "\eb0f";
}

.icon-collaboration:before {
    content: "\eb10";
}

.icon-vcard:before {
    content: "\eb11";
}

.icon-hat:before {
    content: "\eb12";
}

.icon-bowtie:before {
    content: "\eb13";
}

.icon-tie:before {
    content: "\eb14";
}

.icon-hanger:before {
    content: "\eb15";
}

.icon-tshirt:before {
    content: "\eb16";
}

.icon-pants:before {
    content: "\eb17";
}

.icon-shorts:before {
    content: "\eb18";
}

.icon-sock:before {
    content: "\eb19";
}

.icon-laundry:before {
    content: "\eb1a";
}

.icon-quotes-left:before {
    content: "\eb1b";
}

.icon-quotes-right:before {
    content: "\eb1c";
}

.icon-quotes-left2:before {
    content: "\eb1d";
}

.icon-quotes-right2:before {
    content: "\eb1e";
}

.icon-hour-glass:before {
    content: "\eb1f";
}

.icon-hour-glass2:before {
    content: "\eb20";
}

.icon-hour-glass3:before {
    content: "\eb21";
}

.icon-spinner:before {
    content: "\eb22";
}

.icon-spinner2:before {
    content: "\eb23";
}

.icon-spinner3:before {
    content: "\eb24";
}

.icon-spinner4:before {
    content: "\eb25";
}

.icon-spinner5:before {
    content: "\eb26";
}

.icon-spinner6:before {
    content: "\eb27";
}

.icon-spinner7:before {
    content: "\eb28";
}

.icon-spinner8:before {
    content: "\eb29";
}

.icon-spinner9:before {
    content: "\eb2a";
}

.icon-spinner10:before {
    content: "\eb2b";
}

.icon-spinner11:before {
    content: "\eb2c";
}

.icon-microscope:before {
    content: "\eb2d";
}

.icon-binoculars:before {
    content: "\eb2e";
}

.icon-binoculars2:before {
    content: "\eb2f";
}

.icon-search:before {
    content: "\eb30";
}

.icon-zoom-in:before {
    content: "\eb31";
}

.icon-zoom-out:before {
    content: "\eb32";
}

.icon-search2:before {
    content: "\eb33";
}

.icon-zoom-in2:before {
    content: "\eb34";
}

.icon-zoom-out2:before {
    content: "\eb35";
}

.icon-search3:before {
    content: "\eb36";
}

.icon-search4:before {
    content: "\eb37";
}

.icon-zoom-in3:before {
    content: "\eb38";
}

.icon-zoom-out3:before {
    content: "\eb39";
}

.icon-search5:before {
    content: "\eb3a";
}

.icon-search6:before {
    content: "\eb3b";
}

.icon-enlarge:before {
    content: "\eb3c";
}

.icon-shrink:before {
    content: "\eb3d";
}

.icon-enlarge2:before {
    content: "\eb3e";
}

.icon-shrink2:before {
    content: "\eb3f";
}

.icon-enlarge3:before {
    content: "\eb40";
}

.icon-shrink3:before {
    content: "\eb41";
}

.icon-enlarge4:before {
    content: "\eb42";
}

.icon-shrink4:before {
    content: "\eb43";
}

.icon-enlarge5:before {
    content: "\eb44";
}

.icon-shrink5:before {
    content: "\eb45";
}

.icon-enlarge6:before {
    content: "\eb46";
}

.icon-shrink6:before {
    content: "\eb47";
}

.icon-enlarge7:before {
    content: "\eb48";
}

.icon-shrink7:before {
    content: "\eb49";
}

.icon-key:before {
    content: "\eb4a";
}

.icon-key2:before {
    content: "\eb4b";
}

.icon-key3:before {
    content: "\eb4c";
}

.icon-key4:before {
    content: "\eb4d";
}

.icon-key5:before {
    content: "\eb4e";
}

.icon-keyhole:before {
    content: "\eb4f";
}

.icon-lock:before {
    content: "\eb50";
}

.icon-lock2:before {
    content: "\eb51";
}

.icon-lock3:before {
    content: "\eb52";
}

.icon-lock4:before {
    content: "\eb53";
}

.icon-unlocked:before {
    content: "\eb54";
}

.icon-lock5:before {
    content: "\eb55";
}

.icon-unlocked2:before {
    content: "\eb56";
}

.icon-safe:before {
    content: "\eb57";
}

.icon-wrench:before {
    content: "\eb58";
}

.icon-wrench2:before {
    content: "\eb59";
}

.icon-wrench3:before {
    content: "\eb5a";
}

.icon-equalizer:before {
    content: "\eb5b";
}

.icon-equalizer2:before {
    content: "\eb5c";
}

.icon-equalizer3:before {
    content: "\eb5d";
}

.icon-equalizer4:before {
    content: "\eb5e";
}

.icon-cog:before {
    content: "\eb5f";
}

.icon-cogs:before {
    content: "\eb60";
}

.icon-cog2:before {
    content: "\eb61";
}

.icon-cog3:before {
    content: "\eb62";
}

.icon-cog4:before {
    content: "\eb63";
}

.icon-cog5:before {
    content: "\eb64";
}

.icon-cog6:before {
    content: "\eb65";
}

.icon-cog7:before {
    content: "\eb66";
}

.icon-factory:before {
    content: "\eb67";
}

.icon-hammer:before {
    content: "\eb68";
}

.icon-hammer-wrench:before {
    content: "\eb69";
}

.icon-knife:before {
    content: "\eb6a";
}

.icon-screwdriver:before {
    content: "\eb6b";
}

.icon-screwdriver2:before {
    content: "\eb6c";
}

.icon-magic-wand:before {
    content: "\eb6d";
}

.icon-magic-wand2:before {
    content: "\eb6e";
}

.icon-pulse:before {
    content: "\eb6f";
}

.icon-pulse2:before {
    content: "\eb70";
}

.icon-aid-kit:before {
    content: "\eb71";
}

.icon-aid-kit2:before {
    content: "\eb72";
}

.icon-stethoscope:before {
    content: "\eb73";
}

.icon-ambulance:before {
    content: "\eb74";
}

.icon-alarm2:before {
    content: "\eb75";
}

.icon-pandage:before {
    content: "\eb76";
}

.icon-pandage2:before {
    content: "\eb77";
}

.icon-bug:before {
    content: "\eb78";
}

.icon-bug2:before {
    content: "\eb79";
}

.icon-syringe:before {
    content: "\eb7a";
}

.icon-syringe2:before {
    content: "\eb7b";
}

.icon-pill:before {
    content: "\eb7c";
}

.icon-construction:before {
    content: "\eb7d";
}

.icon-traffic-cone:before {
    content: "\eb7e";
}

.icon-traffic-lights:before {
    content: "\eb7f";
}

.icon-pie-chart:before {
    content: "\eb80";
}

.icon-pie-chart2:before {
    content: "\eb81";
}

.icon-pie-chart3:before {
    content: "\eb82";
}

.icon-pie-chart4:before {
    content: "\eb83";
}

.icon-pie-chart5:before {
    content: "\eb84";
}

.icon-pie-chart6:before {
    content: "\eb85";
}

.icon-pie-chart7:before {
    content: "\eb86";
}

.icon-stats-dots:before {
    content: "\eb87";
}

.icon-stats-bars:before {
    content: "\eb88";
}

.icon-pie-chart8:before {
    content: "\eb89";
}

.icon-stats-bars2:before {
    content: "\eb8a";
}

.icon-stats-bars3:before {
    content: "\eb8b";
}

.icon-stats-bars4:before {
    content: "\eb8c";
}

.icon-stats-bars5:before {
    content: "\eb8d";
}

.icon-stats-bars6:before {
    content: "\eb8e";
}

.icon-chart:before {
    content: "\eb8f";
}

.icon-stats-growth:before {
    content: "\eb90";
}

.icon-stats-decline:before {
    content: "\eb91";
}

.icon-stats-growth2:before {
    content: "\eb92";
}

.icon-stats-decline2:before {
    content: "\eb93";
}

.icon-stairs-up:before {
    content: "\eb94";
}

.icon-stairs-down:before {
    content: "\eb95";
}

.icon-stairs:before {
    content: "\eb96";
}

.icon-stairs2:before {
    content: "\eb97";
}

.icon-ladder:before {
    content: "\eb98";
}

.icon-rating:before {
    content: "\eb99";
}

.icon-rating2:before {
    content: "\eb9a";
}

.icon-rating3:before {
    content: "\eb9b";
}

.icon-cake:before {
    content: "\eb9c";
}

.icon-podium:before {
    content: "\eb9d";
}

.icon-stars:before {
    content: "\eb9e";
}

.icon-medal-star:before {
    content: "\eb9f";
}

.icon-medal:before {
    content: "\eba0";
}

.icon-medal2:before {
    content: "\eba1";
}

.icon-medal-first:before {
    content: "\eba2";
}

.icon-medal-second:before {
    content: "\eba3";
}

.icon-medal-third:before {
    content: "\eba4";
}

.icon-crown:before {
    content: "\eba5";
}

.icon-trophy:before {
    content: "\eba6";
}

.icon-trophy2:before {
    content: "\eba7";
}

.icon-trophy3:before {
    content: "\eba8";
}

.icon-diamond:before {
    content: "\eba9";
}

.icon-diamond2:before {
    content: "\ebaa";
}

.icon-trophy4:before {
    content: "\ebab";
}

.icon-gift:before {
    content: "\ebac";
}

.icon-gift2:before {
    content: "\ebad";
}

.icon-balloon:before {
    content: "\ebae";
}

.icon-pipe:before {
    content: "\ebaf";
}

.icon-mustache:before {
    content: "\ebb0";
}

.icon-mustache2:before {
    content: "\ebb1";
}

.icon-glass:before {
    content: "\ebb2";
}

.icon-glass2:before {
    content: "\ebb3";
}

.icon-glass3:before {
    content: "\ebb4";
}

.icon-glass4:before {
    content: "\ebb5";
}

.icon-bottle:before {
    content: "\ebb6";
}

.icon-bottle2:before {
    content: "\ebb7";
}

.icon-bottle3:before {
    content: "\ebb8";
}

.icon-bottle4:before {
    content: "\ebb9";
}

.icon-mug:before {
    content: "\ebba";
}

.icon-fork-knife:before {
    content: "\ebbb";
}

.icon-spoon-knife:before {
    content: "\ebbc";
}

.icon-cook:before {
    content: "\ebbd";
}

.icon-plate:before {
    content: "\ebbe";
}

.icon-steak:before {
    content: "\ebbf";
}

.icon-fish:before {
    content: "\ebc0";
}

.icon-chicken:before {
    content: "\ebc1";
}

.icon-hamburger:before {
    content: "\ebc2";
}

.icon-pizza:before {
    content: "\ebc3";
}

.icon-cheese:before {
    content: "\ebc4";
}

.icon-bread:before {
    content: "\ebc5";
}

.icon-icecream:before {
    content: "\ebc6";
}

.icon-milk:before {
    content: "\ebc7";
}

.icon-cup:before {
    content: "\ebc8";
}

.icon-cup2:before {
    content: "\ebc9";
}

.icon-coffee-bean:before {
    content: "\ebca";
}

.icon-coffee:before {
    content: "\ebcb";
}

.icon-teapot:before {
    content: "\ebcc";
}

.icon-leaf:before {
    content: "\ebcd";
}

.icon-leaf2:before {
    content: "\ebce";
}

.icon-apple:before {
    content: "\ebcf";
}

.icon-grapes:before {
    content: "\ebd0";
}

.icon-cherry:before {
    content: "\ebd1";
}

.icon-tree:before {
    content: "\ebd2";
}

.icon-tree2:before {
    content: "\ebd3";
}

.icon-tree3:before {
    content: "\ebd4";
}

.icon-tree4:before {
    content: "\ebd5";
}

.icon-cactus:before {
    content: "\ebd6";
}

.icon-mountains:before {
    content: "\ebd7";
}

.icon-paw:before {
    content: "\ebd8";
}

.icon-footprint:before {
    content: "\ebd9";
}

.icon-tent:before {
    content: "\ebda";
}

.icon-flower:before {
    content: "\ebdb";
}

.icon-flower2:before {
    content: "\ebdc";
}

.icon-rocket:before {
    content: "\ebdd";
}

.icon-meter:before {
    content: "\ebde";
}

.icon-meter2:before {
    content: "\ebdf";
}

.icon-meter-slow:before {
    content: "\ebe0";
}

.icon-meter-medium:before {
    content: "\ebe1";
}

.icon-meter-fast:before {
    content: "\ebe2";
}

.icon-meter3:before {
    content: "\ebe3";
}

.icon-hammer2:before {
    content: "\ebe4";
}

.icon-balance:before {
    content: "\ebe5";
}

.icon-scale:before {
    content: "\ebe6";
}

.icon-bomb:before {
    content: "\ebe7";
}

.icon-fire:before {
    content: "\ebe8";
}

.icon-fire2:before {
    content: "\ebe9";
}

.icon-lab:before {
    content: "\ebea";
}

.icon-atom:before {
    content: "\ebeb";
}

.icon-atom2:before {
    content: "\ebec";
}

.icon-magnet:before {
    content: "\ebed";
}

.icon-magnet2:before {
    content: "\ebee";
}

.icon-dumbbell:before {
    content: "\ebef";
}

.icon-skull:before {
    content: "\ebf0";
}

.icon-skull2:before {
    content: "\ebf1";
}

.icon-lamp:before {
    content: "\ebf2";
}

.icon-lamp2:before {
    content: "\ebf3";
}

.icon-lamp3:before {
    content: "\ebf4";
}

.icon-spotlight:before {
    content: "\ebf5";
}

.icon-lamp4:before {
    content: "\ebf6";
}

.icon-lamp5:before {
    content: "\ebf7";
}

.icon-lamp6:before {
    content: "\ebf8";
}

.icon-lamp7:before {
    content: "\ebf9";
}

.icon-lamp8:before {
    content: "\ebfa";
}

.icon-broom:before {
    content: "\ebfb";
}

.icon-toiletpaper:before {
    content: "\ebfc";
}

.icon-bin:before {
    content: "\ebfd";
}

.icon-bin2:before {
    content: "\ebfe";
}

.icon-bin3:before {
    content: "\ebff";
}

.icon-bin4:before {
    content: "\ec00";
}

.icon-bin5:before {
    content: "\ec01";
}

.icon-briefcase:before {
    content: "\ec02";
}

.icon-briefcase2:before {
    content: "\ec03";
}

.icon-briefcase3:before {
    content: "\ec04";
}

.icon-airplane:before {
    content: "\ec05";
}

.icon-airplane2:before {
    content: "\ec06";
}

.icon-airplane3:before {
    content: "\ec07";
}

.icon-airplane4:before {
    content: "\ec08";
}

.icon-paperplane:before {
    content: "\ec09";
}

.icon-car:before {
    content: "\ec0a";
}

.icon-steering-wheel:before {
    content: "\ec0b";
}

.icon-car2:before {
    content: "\ec0c";
}

.icon-gas:before {
    content: "\ec0d";
}

.icon-bus:before {
    content: "\ec0e";
}

.icon-truck:before {
    content: "\ec0f";
}

.icon-bike:before {
    content: "\ec10";
}

.icon-road:before {
    content: "\ec11";
}

.icon-train:before {
    content: "\ec12";
}

.icon-train2:before {
    content: "\ec13";
}

.icon-ship:before {
    content: "\ec14";
}

.icon-boat:before {
    content: "\ec15";
}

.icon-chopper:before {
    content: "\ec16";
}

.icon-chopper2:before {
    content: "\ec17";
}

.icon-cube:before {
    content: "\ec18";
}

.icon-cube2:before {
    content: "\ec19";
}

.icon-cube3:before {
    content: "\ec1a";
}

.icon-cube4:before {
    content: "\ec1b";
}

.icon-pyramid:before {
    content: "\ec1c";
}

.icon-pyramid2:before {
    content: "\ec1d";
}

.icon-package:before {
    content: "\ec1e";
}

.icon-puzzle:before {
    content: "\ec1f";
}

.icon-puzzle2:before {
    content: "\ec20";
}

.icon-puzzle3:before {
    content: "\ec21";
}

.icon-puzzle4:before {
    content: "\ec22";
}

.icon-glasses-3d:before {
    content: "\ec23";
}

.icon-glasses-3d2:before {
    content: "\ec24";
}

.icon-glasses:before {
    content: "\ec25";
}

.icon-glasses2:before {
    content: "\ec26";
}

.icon-brain:before {
    content: "\ec27";
}

.icon-accessibility:before {
    content: "\ec28";
}

.icon-accessibility2:before {
    content: "\ec29";
}

.icon-strategy:before {
    content: "\ec2a";
}

.icon-target:before {
    content: "\ec2b";
}

.icon-target2:before {
    content: "\ec2c";
}

.icon-target3:before {
    content: "\ec2d";
}

.icon-ammo:before {
    content: "\ec2e";
}

.icon-gun:before {
    content: "\ec2f";
}

.icon-gun-forbidden:before {
    content: "\ec30";
}

.icon-shield:before {
    content: "\ec31";
}

.icon-shield-check:before {
    content: "\ec32";
}

.icon-shield-notice:before {
    content: "\ec33";
}

.icon-shield2:before {
    content: "\ec34";
}

.icon-shield3:before {
    content: "\ec35";
}

.icon-shield4:before {
    content: "\ec36";
}

.icon-soccer:before {
    content: "\ec37";
}

.icon-football:before {
    content: "\ec38";
}

.icon-archery:before {
    content: "\ec39";
}

.icon-bow:before {
    content: "\ec3a";
}

.icon-sword:before {
    content: "\ec3b";
}

.icon-tennis:before {
    content: "\ec3c";
}

.icon-pingpong:before {
    content: "\ec3d";
}

.icon-baseball:before {
    content: "\ec3e";
}

.icon-basketball:before {
    content: "\ec3f";
}

.icon-golf:before {
    content: "\ec40";
}

.icon-golf2:before {
    content: "\ec41";
}

.icon-hockey:before {
    content: "\ec42";
}

.icon-racing:before {
    content: "\ec43";
}

.icon-finish:before {
    content: "\ec44";
}

.icon-eight-ball:before {
    content: "\ec45";
}

.icon-bowling:before {
    content: "\ec46";
}

.icon-bowling2:before {
    content: "\ec47";
}

.icon-power:before {
    content: "\ec48";
}

.icon-power2:before {
    content: "\ec49";
}

.icon-power3:before {
    content: "\ec4a";
}

.icon-switch:before {
    content: "\ec4b";
}

.icon-switch2:before {
    content: "\ec4c";
}

.icon-power-cord:before {
    content: "\ec4d";
}

.icon-power-cord2:before {
    content: "\ec4e";
}

.icon-outlet:before {
    content: "\ec4f";
}

.icon-clipboard:before {
    content: "\ec50";
}

.icon-clipboard2:before {
    content: "\ec51";
}

.icon-clipboard3:before {
    content: "\ec52";
}

.icon-clipboard4:before {
    content: "\ec53";
}

.icon-clipboard5:before {
    content: "\ec54";
}

.icon-clipboard6:before {
    content: "\ec55";
}

.icon-playlist:before {
    content: "\ec56";
}

.icon-playlist-add:before {
    content: "\ec57";
}

.icon-list-numbered:before {
    content: "\ec58";
}

.icon-list:before {
    content: "\ec59";
}

.icon-list2:before {
    content: "\ec5a";
}

.icon-more:before {
    content: "\ec5b";
}

.icon-more2:before {
    content: "\ec5c";
}

.icon-grid:before {
    content: "\ec5d";
}

.icon-grid2:before {
    content: "\ec5e";
}

.icon-grid3:before {
    content: "\ec5f";
}

.icon-grid4:before {
    content: "\ec60";
}

.icon-grid5:before {
    content: "\ec61";
}

.icon-grid6:before {
    content: "\ec62";
}

.icon-grid7:before {
    content: "\ec63";
}

.icon-tree5:before {
    content: "\ec64";
}

.icon-tree6:before {
    content: "\ec65";
}

.icon-tree7:before {
    content: "\ec66";
}

.icon-lan:before {
    content: "\ec67";
}

.icon-lan2:before {
    content: "\ec68";
}

.icon-lan3:before {
    content: "\ec69";
}

.icon-menu:before {
    content: "\ec6a";
}

.icon-circle-small:before {
    content: "\ec6b";
}

.icon-menu2:before {
    content: "\ec6c";
}

.icon-menu3:before {
    content: "\ec6d";
}

.icon-menu4:before {
    content: "\ec6e";
}

.icon-menu5:before {
    content: "\ec6f";
}

.icon-menu6:before {
    content: "\ec70";
}

.icon-menu7:before {
    content: "\ec71";
}

.icon-menu8:before {
    content: "\ec72";
}

.icon-menu9:before {
    content: "\ec73";
}

.icon-menu10:before {
    content: "\ec74";
}

.icon-cloud:before {
    content: "\ec75";
}

.icon-cloud-download:before {
    content: "\ec76";
}

.icon-cloud-upload:before {
    content: "\ec77";
}

.icon-cloud-check:before {
    content: "\ec78";
}

.icon-cloud2:before {
    content: "\ec79";
}

.icon-cloud-download2:before {
    content: "\ec7a";
}

.icon-cloud-upload2:before {
    content: "\ec7b";
}

.icon-cloud-check2:before {
    content: "\ec7c";
}

.icon-download2:before {
    content: "\ec7d";
}

.icon-download3:before {
    content: "\ec7e";
}

.icon-upload2:before {
    content: "\ec7f";
}

.icon-upload3:before {
    content: "\ec80";
}

.icon-import:before {
    content: "\ec81";
}

.icon-import2:before {
    content: "\ec82";
}

.icon-download4:before {
    content: "\ec83";
}

.icon-upload4:before {
    content: "\ec84";
}

.icon-download5:before {
    content: "\ec85";
}

.icon-upload5:before {
    content: "\ec86";
}

.icon-download6:before {
    content: "\ec87";
}

.icon-upload6:before {
    content: "\ec88";
}

.icon-download7:before {
    content: "\ec89";
}

.icon-upload7:before {
    content: "\ec8a";
}

.icon-download8:before {
    content: "\ec8b";
}

.icon-upload8:before {
    content: "\ec8c";
}

.icon-download9:before {
    content: "\ec8d";
}

.icon-upload9:before {
    content: "\ec8e";
}

.icon-download10:before {
    content: "\ec8f";
}

.icon-upload10:before {
    content: "\ec90";
}

.icon-sphere:before {
    content: "\ec91";
}

.icon-sphere2:before {
    content: "\ec92";
}

.icon-sphere3:before {
    content: "\ec93";
}

.icon-planet:before {
    content: "\ec94";
}

.icon-planet2:before {
    content: "\ec95";
}

.icon-earth:before {
    content: "\ec96";
}

.icon-earth2:before {
    content: "\ec97";
}

.icon-earth3:before {
    content: "\ec98";
}

.icon-link:before {
    content: "\ec99";
}

.icon-unlink:before {
    content: "\ec9a";
}

.icon-link2:before {
    content: "\ec9b";
}

.icon-unlink2:before {
    content: "\ec9c";
}

.icon-link3:before {
    content: "\ec9d";
}

.icon-unlink3:before {
    content: "\ec9e";
}

.icon-link4:before {
    content: "\ec9f";
}

.icon-unlink4:before {
    content: "\eca0";
}

.icon-link5:before {
    content: "\eca1";
}

.icon-unlink5:before {
    content: "\eca2";
}

.icon-anchor:before {
    content: "\eca3";
}

.icon-flag:before {
    content: "\eca4";
}

.icon-flag2:before {
    content: "\eca5";
}

.icon-flag3:before {
    content: "\eca6";
}

.icon-flag4:before {
    content: "\eca7";
}

.icon-flag5:before {
    content: "\eca8";
}

.icon-flag6:before {
    content: "\eca9";
}

.icon-flag7:before {
    content: "\ecaa";
}

.icon-flag8:before {
    content: "\ecab";
}

.icon-attachment:before {
    content: "\ecac";
}

.icon-attachment2:before {
    content: "\ecad";
}

.icon-eye:before {
    content: "\ecae";
}

.icon-eye-plus:before {
    content: "\ecaf";
}

.icon-eye-minus:before {
    content: "\ecb0";
}

.icon-eye-blocked:before {
    content: "\ecb1";
}

.icon-eye2:before {
    content: "\ecb2";
}

.icon-eye-blocked2:before {
    content: "\ecb3";
}

.icon-eye3:before {
    content: "\ecb4";
}

.icon-eye-blocked3:before {
    content: "\ecb5";
}

.icon-eye4:before {
    content: "\ecb6";
}

.icon-bookmark2:before {
    content: "\ecb7";
}

.icon-bookmark3:before {
    content: "\ecb8";
}

.icon-bookmarks:before {
    content: "\ecb9";
}

.icon-bookmark4:before {
    content: "\ecba";
}

.icon-spotlight2:before {
    content: "\ecbb";
}

.icon-starburst:before {
    content: "\ecbc";
}

.icon-snowflake:before {
    content: "\ecbd";
}

.icon-temperature:before {
    content: "\ecbe";
}

.icon-temperature2:before {
    content: "\ecbf";
}

.icon-weather-lightning:before {
    content: "\ecc0";
}

.icon-weather-lightning2:before {
    content: "\ecc1";
}

.icon-weather-rain:before {
    content: "\ecc2";
}

.icon-weather-rain2:before {
    content: "\ecc3";
}

.icon-weather-snow:before {
    content: "\ecc4";
}

.icon-weather-snow2:before {
    content: "\ecc5";
}

.icon-weather-cloud-wind:before {
    content: "\ecc6";
}

.icon-weather-cloud-wind2:before {
    content: "\ecc7";
}

.icon-weather-cloud-sun:before {
    content: "\ecc8";
}

.icon-weather-cloud-sun2:before {
    content: "\ecc9";
}

.icon-weather-cloudy:before {
    content: "\ecca";
}

.icon-weather-cloudy2:before {
    content: "\eccb";
}

.icon-weather-sun-wind:before {
    content: "\eccc";
}

.icon-weather-sun-wind2:before {
    content: "\eccd";
}

.icon-sun:before {
    content: "\ecce";
}

.icon-sun2:before {
    content: "\eccf";
}

.icon-moon:before {
    content: "\ecd0";
}

.icon-day-night:before {
    content: "\ecd1";
}

.icon-day-night2:before {
    content: "\ecd2";
}

.icon-weather-windy:before {
    content: "\ecd3";
}

.icon-fan:before {
    content: "\ecd4";
}

.icon-umbrella:before {
    content: "\ecd5";
}

.icon-sun3:before {
    content: "\ecd6";
}

.icon-contrast:before {
    content: "\ecd7";
}

.icon-brightness-contrast:before {
    content: "\ecd8";
}

.icon-brightness-high:before {
    content: "\ecd9";
}

.icon-brightness-medium:before {
    content: "\ecda";
}

.icon-brightness-low:before {
    content: "\ecdb";
}

.icon-bed:before {
    content: "\ecdc";
}

.icon-bed2:before {
    content: "\ecdd";
}

.icon-furniture:before {
    content: "\ecde";
}

.icon-chair:before {
    content: "\ecdf";
}

.icon-star-empty:before {
    content: "\ece0";
}

.icon-star-empty2:before {
    content: "\ece1";
}

.icon-star-full:before {
    content: "\ece2";
}

.icon-star-empty3:before {
    content: "\ece3";
}

.icon-star-half:before {
    content: "\ece4";
}

.icon-star-full2:before {
    content: "\ece5";
}

.icon-star:before {
    content: "\ece6";
}

.icon-heart:before {
    content: "\ece7";
}

.icon-heart2:before {
    content: "\ece8";
}

.icon-heart3:before {
    content: "\ece9";
}

.icon-heart4:before {
    content: "\ecea";
}

.icon-heart-broken:before {
    content: "\eceb";
}

.icon-heart5:before {
    content: "\ecec";
}

.icon-heart6:before {
    content: "\eced";
}

.icon-heart-broken2:before {
    content: "\ecee";
}

.icon-heart7:before {
    content: "\ecef";
}

.icon-heart8:before {
    content: "\ecf0";
}

.icon-heart-broken3:before {
    content: "\ecf1";
}

.icon-lips:before {
    content: "\ecf2";
}

.icon-lips2:before {
    content: "\ecf3";
}

.icon-thumbs-up:before {
    content: "\ecf4";
}

.icon-thumbs-up2:before {
    content: "\ecf5";
}

.icon-thumbs-down:before {
    content: "\ecf6";
}

.icon-thumbs-down2:before {
    content: "\ecf7";
}

.icon-thumbs-up3:before {
    content: "\ecf8";
}

.icon-thumbs-down3:before {
    content: "\ecf9";
}

.icon-height:before {
    content: "\ecfa";
}

.icon-man:before {
    content: "\ecfb";
}

.icon-woman:before {
    content: "\ecfc";
}

.icon-man-woman:before {
    content: "\ecfd";
}

.icon-male:before {
    content: "\ecfe";
}

.icon-female:before {
    content: "\ecff";
}

.icon-peace:before {
    content: "\ed00";
}

.icon-yin-yang:before {
    content: "\ed01";
}

.icon-happy:before {
    content: "\ed02";
}

.icon-happy2:before {
    content: "\ed03";
}

.icon-smile:before {
    content: "\ed04";
}

.icon-smile2:before {
    content: "\ed05";
}

.icon-tongue:before {
    content: "\ed06";
}

.icon-tongue2:before {
    content: "\ed07";
}

.icon-sad:before {
    content: "\ed08";
}

.icon-sad2:before {
    content: "\ed09";
}

.icon-wink:before {
    content: "\ed0a";
}

.icon-wink2:before {
    content: "\ed0b";
}

.icon-grin:before {
    content: "\ed0c";
}

.icon-grin2:before {
    content: "\ed0d";
}

.icon-cool:before {
    content: "\ed0e";
}

.icon-cool2:before {
    content: "\ed0f";
}

.icon-angry:before {
    content: "\ed10";
}

.icon-angry2:before {
    content: "\ed11";
}

.icon-evil:before {
    content: "\ed12";
}

.icon-evil2:before {
    content: "\ed13";
}

.icon-shocked:before {
    content: "\ed14";
}

.icon-shocked2:before {
    content: "\ed15";
}

.icon-baffled:before {
    content: "\ed16";
}

.icon-baffled2:before {
    content: "\ed17";
}

.icon-confused:before {
    content: "\ed18";
}

.icon-confused2:before {
    content: "\ed19";
}

.icon-neutral:before {
    content: "\ed1a";
}

.icon-neutral2:before {
    content: "\ed1b";
}

.icon-hipster:before {
    content: "\ed1c";
}

.icon-hipster2:before {
    content: "\ed1d";
}

.icon-wondering:before {
    content: "\ed1e";
}

.icon-wondering2:before {
    content: "\ed1f";
}

.icon-sleepy:before {
    content: "\ed20";
}

.icon-sleepy2:before {
    content: "\ed21";
}

.icon-frustrated:before {
    content: "\ed22";
}

.icon-frustrated2:before {
    content: "\ed23";
}

.icon-crying:before {
    content: "\ed24";
}

.icon-crying2:before {
    content: "\ed25";
}

.icon-cursor:before {
    content: "\ed26";
}

.icon-cursor2:before {
    content: "\ed27";
}

.icon-lasso:before {
    content: "\ed28";
}

.icon-lasso2:before {
    content: "\ed29";
}

.icon-select:before {
    content: "\ed2a";
}

.icon-select2:before {
    content: "\ed2b";
}

.icon-point-up:before {
    content: "\ed2c";
}

.icon-point-right:before {
    content: "\ed2d";
}

.icon-point-down:before {
    content: "\ed2e";
}

.icon-point-left:before {
    content: "\ed2f";
}

.icon-pointer:before {
    content: "\ed30";
}

.icon-reminder:before {
    content: "\ed31";
}

.icon-drag-left-right:before {
    content: "\ed32";
}

.icon-drag-left:before {
    content: "\ed33";
}

.icon-drag-right:before {
    content: "\ed34";
}

.icon-touch:before {
    content: "\ed35";
}

.icon-multitouch:before {
    content: "\ed36";
}

.icon-touch-zoom:before {
    content: "\ed37";
}

.icon-touch-pinch:before {
    content: "\ed38";
}

.icon-hand:before {
    content: "\ed39";
}

.icon-grab:before {
    content: "\ed3a";
}

.icon-stack-empty:before {
    content: "\ed3b";
}

.icon-stack-plus:before {
    content: "\ed3c";
}

.icon-stack-minus:before {
    content: "\ed3d";
}

.icon-stack-star:before {
    content: "\ed3e";
}

.icon-stack-picture:before {
    content: "\ed3f";
}

.icon-stack-down:before {
    content: "\ed40";
}

.icon-stack-up:before {
    content: "\ed41";
}

.icon-stack-cancel:before {
    content: "\ed42";
}

.icon-stack-check:before {
    content: "\ed43";
}

.icon-stack-text:before {
    content: "\ed44";
}

.icon-stack-clubs:before {
    content: "\ed45";
}

.icon-stack-spades:before {
    content: "\ed46";
}

.icon-stack-hearts:before {
    content: "\ed47";
}

.icon-stack-diamonds:before {
    content: "\ed48";
}

.icon-stack-user:before {
    content: "\ed49";
}

.icon-stack4:before {
    content: "\ed4a";
}

.icon-stack-music:before {
    content: "\ed4b";
}

.icon-stack-play:before {
    content: "\ed4c";
}

.icon-move:before {
    content: "\ed4d";
}

.icon-dots:before {
    content: "\ed4e";
}

.icon-warning:before {
    content: "\ed4f";
}

.icon-warning2:before {
    content: "\ed50";
}

.icon-notification:before {
    content: "\ed51";
}

.icon-notification2:before {
    content: "\ed52";
}

.icon-question:before {
    content: "\ed53";
}

.icon-question2:before {
    content: "\ed54";
}

.icon-question3:before {
    content: "\ed55";
}

.icon-question4:before {
    content: "\ed56";
}

.icon-question5:before {
    content: "\ed57";
}

.icon-question6:before {
    content: "\ed58";
}

.icon-plus:before {
    content: "\ed59";
}

.icon-minus:before {
    content: "\ed5a";
}

.icon-plus2:before {
    content: "\ed5b";
}

.icon-minus2:before {
    content: "\ed5c";
}

.icon-plus3:before {
    content: "\ed5d";
}

.icon-minus3:before {
    content: "\ed5e";
}

.icon-plus-circle:before {
    content: "\ed5f";
}

.icon-minus-circle:before {
    content: "\ed60";
}

.icon-plus-circle2:before {
    content: "\ed61";
}

.icon-minus-circle2:before {
    content: "\ed62";
}

.icon-info:before {
    content: "\ed63";
}

.icon-info2:before {
    content: "\ed64";
}

.icon-cancel-circle:before {
    content: "\ed65";
}

.icon-cancel-circle2:before {
    content: "\ed66";
}

.icon-blocked:before {
    content: "\ed67";
}

.icon-cancel-square:before {
    content: "\ed68";
}

.icon-cancel-square2:before {
    content: "\ed69";
}

.icon-cancel:before {
    content: "\ed6a";
}

.icon-spam:before {
    content: "\ed6b";
}

.icon-cross:before {
    content: "\ed6c";
}

.icon-cross2:before {
    content: "\ed6d";
}

.icon-cross3:before {
    content: "\ed6e";
}

.icon-checkmark:before {
    content: "\ed6f";
}

.icon-checkmark2:before {
    content: "\ed70";
}

.icon-checkmark3:before {
    content: "\ed71";
}

.icon-checkmark4:before {
    content: "\ed72";
}

.icon-checkmark5:before {
    content: "\ed73";
}

.icon-spell-check:before {
    content: "\ed74";
}

.icon-spell-check2:before {
    content: "\ed75";
}

.icon-enter:before {
    content: "\ed76";
}

.icon-exit:before {
    content: "\ed77";
}

.icon-enter2:before {
    content: "\ed78";
}

.icon-exit2:before {
    content: "\ed79";
}

.icon-enter3:before {
    content: "\ed7a";
}

.icon-exit3:before {
    content: "\ed7b";
}

.icon-wall:before {
    content: "\ed7c";
}

.icon-fence:before {
    content: "\ed7d";
}

.icon-play3:before {
    content: "\ed7e";
}

.icon-pause:before {
    content: "\ed7f";
}

.icon-stop:before {
    content: "\ed80";
}

.icon-previous:before {
    content: "\ed81";
}

.icon-next:before {
    content: "\ed82";
}

.icon-backward:before {
    content: "\ed83";
}

.icon-forward2:before {
    content: "\ed84";
}

.icon-play4:before {
    content: "\ed85";
}

.icon-pause2:before {
    content: "\ed86";
}

.icon-stop2:before {
    content: "\ed87";
}

.icon-backward2:before {
    content: "\ed88";
}

.icon-forward3:before {
    content: "\ed89";
}

.icon-first:before {
    content: "\ed8a";
}

.icon-last:before {
    content: "\ed8b";
}

.icon-previous2:before {
    content: "\ed8c";
}

.icon-next2:before {
    content: "\ed8d";
}

.icon-eject:before {
    content: "\ed8e";
}

.icon-volume-high:before {
    content: "\ed8f";
}

.icon-volume-medium:before {
    content: "\ed90";
}

.icon-volume-low:before {
    content: "\ed91";
}

.icon-volume-mute:before {
    content: "\ed92";
}

.icon-speaker-left:before {
    content: "\ed93";
}

.icon-speaker-right:before {
    content: "\ed94";
}

.icon-volume-mute2:before {
    content: "\ed95";
}

.icon-volume-increase:before {
    content: "\ed96";
}

.icon-volume-decrease:before {
    content: "\ed97";
}

.icon-volume-high2:before {
    content: "\ed98";
}

.icon-volume-medium2:before {
    content: "\ed99";
}

.icon-volume-medium3:before {
    content: "\ed9a";
}

.icon-volume-low2:before {
    content: "\ed9b";
}

.icon-volume-mute3:before {
    content: "\ed9c";
}

.icon-volume-increase2:before {
    content: "\ed9d";
}

.icon-volume-decrease2:before {
    content: "\ed9e";
}

.icon-volume-decrease3:before {
    content: "\ed9f";
}

.icon-volume-5:before {
    content: "\eda0";
}

.icon-volume-4:before {
    content: "\eda1";
}

.icon-volume-3:before {
    content: "\eda2";
}

.icon-volume-2:before {
    content: "\eda3";
}

.icon-volume-1:before {
    content: "\eda4";
}

.icon-volume-0:before {
    content: "\eda5";
}

.icon-volume-mute4:before {
    content: "\eda6";
}

.icon-volume-mute5:before {
    content: "\eda7";
}

.icon-loop:before {
    content: "\eda8";
}

.icon-loop2:before {
    content: "\eda9";
}

.icon-loop3:before {
    content: "\edaa";
}

.icon-infinite-square:before {
    content: "\edab";
}

.icon-infinite:before {
    content: "\edac";
}

.icon-infinite2:before {
    content: "\edad";
}

.icon-loop4:before {
    content: "\edae";
}

.icon-shuffle:before {
    content: "\edaf";
}

.icon-shuffle2:before {
    content: "\edb0";
}

.icon-wave:before {
    content: "\edb1";
}

.icon-wave2:before {
    content: "\edb2";
}

.icon-split:before {
    content: "\edb3";
}

.icon-merge:before {
    content: "\edb4";
}

.icon-first2:before {
    content: "\edb5";
}

.icon-last2:before {
    content: "\edb6";
}

.icon-arrow-up:before {
    content: "\edb7";
}

.icon-arrow-up2:before {
    content: "\edb8";
}

.icon-arrow-up3:before {
    content: "\edb9";
}

.icon-arrow-up4:before {
    content: "\edba";
}

.icon-arrow-right:before {
    content: "\edbb";
}

.icon-arrow-right2:before {
    content: "\edbc";
}

.icon-arrow-right3:before {
    content: "\edbd";
}

.icon-arrow-right4:before {
    content: "\edbe";
}

.icon-arrow-down:before {
    content: "\edbf";
}

.icon-arrow-down2:before {
    content: "\edc0";
}

.icon-arrow-down3:before {
    content: "\edc1";
}

.icon-arrow-down4:before {
    content: "\edc2";
}

.icon-arrow-left:before {
    content: "\edc3";
}

.icon-arrow-left2:before {
    content: "\edc4";
}

.icon-arrow-left3:before {
    content: "\edc5";
}

.icon-arrow-left4:before {
    content: "\edc6";
}

.icon-arrow-up5:before {
    content: "\edc7";
}

.icon-arrow-right5:before {
    content: "\edc8";
}

.icon-arrow-down5:before {
    content: "\edc9";
}

.icon-arrow-left5:before {
    content: "\edca";
}

.icon-arrow-up-left:before {
    content: "\edcb";
}

.icon-arrow-up6:before {
    content: "\edcc";
}

.icon-arrow-up-right:before {
    content: "\edcd";
}

.icon-arrow-right6:before {
    content: "\edce";
}

.icon-arrow-down-right:before {
    content: "\edcf";
}

.icon-arrow-down6:before {
    content: "\edd0";
}

.icon-arrow-down-left:before {
    content: "\edd1";
}

.icon-arrow-left6:before {
    content: "\edd2";
}

.icon-arrow-up-left2:before {
    content: "\edd3";
}

.icon-arrow-up7:before {
    content: "\edd4";
}

.icon-arrow-up-right2:before {
    content: "\edd5";
}

.icon-arrow-right7:before {
    content: "\edd6";
}

.icon-arrow-down-right2:before {
    content: "\edd7";
}

.icon-arrow-down7:before {
    content: "\edd8";
}

.icon-arrow-down-left2:before {
    content: "\edd9";
}

.icon-arrow-left7:before {
    content: "\edda";
}

.icon-arrow-up-left3:before {
    content: "\eddb";
}

.icon-arrow-up8:before {
    content: "\eddc";
}

.icon-arrow-up-right3:before {
    content: "\eddd";
}

.icon-arrow-right8:before {
    content: "\edde";
}

.icon-arrow-down-right3:before {
    content: "\eddf";
}

.icon-arrow-down8:before {
    content: "\ede0";
}

.icon-arrow-down-left3:before {
    content: "\ede1";
}

.icon-arrow-left8:before {
    content: "\ede2";
}

.icon-circle-up:before {
    content: "\ede3";
}

.icon-circle-right:before {
    content: "\ede4";
}

.icon-circle-down:before {
    content: "\ede5";
}

.icon-circle-left:before {
    content: "\ede6";
}

.icon-circle-up2:before {
    content: "\ede7";
}

.icon-circle-right2:before {
    content: "\ede8";
}

.icon-circle-down2:before {
    content: "\ede9";
}

.icon-circle-left2:before {
    content: "\edea";
}

.icon-circle-up-left:before {
    content: "\edeb";
}

.icon-circle-up3:before {
    content: "\edec";
}

.icon-circle-up-right:before {
    content: "\eded";
}

.icon-circle-right3:before {
    content: "\edee";
}

.icon-circle-down-right:before {
    content: "\edef";
}

.icon-circle-down3:before {
    content: "\edf0";
}

.icon-circle-down-left:before {
    content: "\edf1";
}

.icon-circle-left3:before {
    content: "\edf2";
}

.icon-circle-up-left2:before {
    content: "\edf3";
}

.icon-circle-up4:before {
    content: "\edf4";
}

.icon-circle-up-right2:before {
    content: "\edf5";
}

.icon-circle-right4:before {
    content: "\edf6";
}

.icon-circle-down-right2:before {
    content: "\edf7";
}

.icon-circle-down4:before {
    content: "\edf8";
}

.icon-circle-down-left2:before {
    content: "\edf9";
}

.icon-circle-left4:before {
    content: "\edfa";
}

.icon-arrow-resize:before {
    content: "\edfb";
}

.icon-arrow-resize2:before {
    content: "\edfc";
}

.icon-arrow-resize3:before {
    content: "\edfd";
}

.icon-arrow-resize4:before {
    content: "\edfe";
}

.icon-arrow-resize5:before {
    content: "\edff";
}

.icon-arrow-resize6:before {
    content: "\ee00";
}

.icon-arrow-resize7:before {
    content: "\ee01";
}

.icon-arrow-resize8:before {
    content: "\ee02";
}

.icon-square-up-left:before {
    content: "\ee03";
}

.icon-square-up:before {
    content: "\ee04";
}

.icon-square-up-right:before {
    content: "\ee05";
}

.icon-square-right:before {
    content: "\ee06";
}

.icon-square-down-right:before {
    content: "\ee07";
}

.icon-square-down:before {
    content: "\ee08";
}

.icon-square-down-left:before {
    content: "\ee09";
}

.icon-square-left:before {
    content: "\ee0a";
}

.icon-arrow-up9:before {
    content: "\ee0b";
}

.icon-arrow-right9:before {
    content: "\ee0c";
}

.icon-arrow-down9:before {
    content: "\ee0d";
}

.icon-arrow-left9:before {
    content: "\ee0e";
}

.icon-arrow-up10:before {
    content: "\ee0f";
}

.icon-arrow-right10:before {
    content: "\ee10";
}

.icon-arrow-down10:before {
    content: "\ee11";
}

.icon-arrow-left10:before {
    content: "\ee12";
}

.icon-arrow-up-left4:before {
    content: "\ee13";
}

.icon-arrow-up11:before {
    content: "\ee14";
}

.icon-arrow-up-right4:before {
    content: "\ee15";
}

.icon-arrow-right11:before {
    content: "\ee16";
}

.icon-arrow-down-right4:before {
    content: "\ee17";
}

.icon-arrow-down11:before {
    content: "\ee18";
}

.icon-arrow-down-left4:before {
    content: "\ee19";
}

.icon-arrow-left11:before {
    content: "\ee1a";
}

.icon-arrow-up-left5:before {
    content: "\ee1b";
}

.icon-arrow-up12:before {
    content: "\ee1c";
}

.icon-arrow-up-right5:before {
    content: "\ee1d";
}

.icon-arrow-right12:before {
    content: "\ee1e";
}

.icon-arrow-down-right5:before {
    content: "\ee1f";
}

.icon-arrow-down12:before {
    content: "\ee20";
}

.icon-arrow-down-left5:before {
    content: "\ee21";
}

.icon-arrow-left12:before {
    content: "\ee22";
}

.icon-arrow-up13:before {
    content: "\ee23";
}

.icon-arrow-right13:before {
    content: "\ee24";
}

.icon-arrow-down13:before {
    content: "\ee25";
}

.icon-arrow-left13:before {
    content: "\ee26";
}

.icon-arrow-up14:before {
    content: "\ee27";
}

.icon-arrow-right14:before {
    content: "\ee28";
}

.icon-arrow-down14:before {
    content: "\ee29";
}

.icon-arrow-left14:before {
    content: "\ee2a";
}

.icon-circle-up5:before {
    content: "\ee2b";
}

.icon-circle-right5:before {
    content: "\ee2c";
}

.icon-circle-down5:before {
    content: "\ee2d";
}

.icon-circle-left5:before {
    content: "\ee2e";
}

.icon-circle-up6:before {
    content: "\ee2f";
}

.icon-circle-right6:before {
    content: "\ee30";
}

.icon-circle-down6:before {
    content: "\ee31";
}

.icon-circle-left6:before {
    content: "\ee32";
}

.icon-arrow-up15:before {
    content: "\ee33";
}

.icon-arrow-right15:before {
    content: "\ee34";
}

.icon-arrow-down15:before {
    content: "\ee35";
}

.icon-arrow-left15:before {
    content: "\ee36";
}

.icon-arrow-up16:before {
    content: "\ee37";
}

.icon-arrow-right16:before {
    content: "\ee38";
}

.icon-arrow-down16:before {
    content: "\ee39";
}

.icon-arrow-left16:before {
    content: "\ee3a";
}

.icon-menu-open:before {
    content: "\ee3b";
}

.icon-menu-open2:before {
    content: "\ee3c";
}

.icon-menu-close:before {
    content: "\ee3d";
}

.icon-menu-close2:before {
    content: "\ee3e";
}

.icon-enter4:before {
    content: "\ee3f";
}

.icon-enter5:before {
    content: "\ee40";
}

.icon-esc:before {
    content: "\ee41";
}

.icon-enter6:before {
    content: "\ee42";
}

.icon-backspace:before {
    content: "\ee43";
}

.icon-backspace2:before {
    content: "\ee44";
}

.icon-tab:before {
    content: "\ee45";
}

.icon-transmission:before {
    content: "\ee46";
}

.icon-transmission2:before {
    content: "\ee47";
}

.icon-sort:before {
    content: "\ee48";
}

.icon-sort2:before {
    content: "\ee49";
}

.icon-move-up:before {
    content: "\ee4a";
}

.icon-move-down:before {
    content: "\ee4b";
}

.icon-sort-alpha-asc:before {
    content: "\ee4c";
}

.icon-sort-alpha-desc:before {
    content: "\ee4d";
}

.icon-sort-numeric-asc:before {
    content: "\ee4e";
}

.icon-sort-numberic-desc:before {
    content: "\ee4f";
}

.icon-sort-amount-asc:before {
    content: "\ee50";
}

.icon-sort-amount-desc:before {
    content: "\ee51";
}

.icon-sort-time-asc:before {
    content: "\ee52";
}

.icon-sort-time-desc:before {
    content: "\ee53";
}

.icon-battery-6:before {
    content: "\ee54";
}

.icon-battery-5:before {
    content: "\ee55";
}

.icon-battery-4:before {
    content: "\ee56";
}

.icon-battery-3:before {
    content: "\ee57";
}

.icon-battery-2:before {
    content: "\ee58";
}

.icon-battery-1:before {
    content: "\ee59";
}

.icon-battery-0:before {
    content: "\ee5a";
}

.icon-battery-charging:before {
    content: "\ee5b";
}

.icon-key-keyboard:before {
    content: "\ee5c";
}

.icon-key-A:before {
    content: "\ee5d";
}

.icon-key-up:before {
    content: "\ee5e";
}

.icon-key-right:before {
    content: "\ee5f";
}

.icon-key-down:before {
    content: "\ee60";
}

.icon-key-left:before {
    content: "\ee61";
}

.icon-command:before {
    content: "\ee62";
}

.icon-shift:before {
    content: "\ee63";
}

.icon-ctrl:before {
    content: "\ee64";
}

.icon-opt:before {
    content: "\ee65";
}

.icon-checkbox-checked:before {
    content: "\ee66";
}

.icon-checkbox-unchecked:before {
    content: "\ee67";
}

.icon-checkbox-partial:before {
    content: "\ee68";
}

.icon-square:before {
    content: "\ee69";
}

.icon-triangle:before {
    content: "\ee6a";
}

.icon-triangle2:before {
    content: "\ee6b";
}

.icon-diamond3:before {
    content: "\ee6c";
}

.icon-diamond4:before {
    content: "\ee6d";
}

.icon-checkbox-checked2:before {
    content: "\ee6e";
}

.icon-checkbox-unchecked2:before {
    content: "\ee6f";
}

.icon-checkbox-partial2:before {
    content: "\ee70";
}

.icon-radio-checked:before {
    content: "\ee71";
}

.icon-radio-checked2:before {
    content: "\ee72";
}

.icon-radio-unchecked:before {
    content: "\ee73";
}

.icon-toggle-on:before {
    content: "\ee74";
}

.icon-toggle-off:before {
    content: "\ee75";
}

.icon-checkmark-circle:before {
    content: "\ee76";
}

.icon-circle:before {
    content: "\ee77";
}

.icon-circle2:before {
    content: "\ee78";
}

.icon-circles:before {
    content: "\ee79";
}

.icon-circles2:before {
    content: "\ee7a";
}

.icon-crop:before {
    content: "\ee7b";
}

.icon-crop2:before {
    content: "\ee7c";
}

.icon-make-group:before {
    content: "\ee7d";
}

.icon-ungroup:before {
    content: "\ee7e";
}

.icon-vector:before {
    content: "\ee7f";
}

.icon-vector2:before {
    content: "\ee80";
}

.icon-rulers:before {
    content: "\ee81";
}

.icon-ruler:before {
    content: "\ee82";
}

.icon-pencil-ruler:before {
    content: "\ee83";
}

.icon-scissors:before {
    content: "\ee84";
}

.icon-scissors2:before {
    content: "\ee85";
}

.icon-scissors3:before {
    content: "\ee86";
}

.icon-haircut:before {
    content: "\ee87";
}

.icon-comb:before {
    content: "\ee88";
}

.icon-filter:before {
    content: "\ee89";
}

.icon-filter2:before {
    content: "\ee8a";
}

.icon-filter3:before {
    content: "\ee8b";
}

.icon-filter4:before {
    content: "\ee8c";
}

.icon-font:before {
    content: "\ee8d";
}

.icon-ampersand:before {
    content: "\ee8e";
}

.icon-ligature:before {
    content: "\ee8f";
}

.icon-ligature2:before {
    content: "\ee90";
}

.icon-font-size:before {
    content: "\ee91";
}

.icon-typography:before {
    content: "\ee92";
}

.icon-text-height:before {
    content: "\ee93";
}

.icon-text-width:before {
    content: "\ee94";
}

.icon-height2:before {
    content: "\ee95";
}

.icon-width:before {
    content: "\ee96";
}

.icon-bold:before {
    content: "\ee97";
}

.icon-underline:before {
    content: "\ee98";
}

.icon-italic:before {
    content: "\ee99";
}

.icon-strikethrough:before {
    content: "\ee9a";
}

.icon-strikethrough2:before {
    content: "\ee9b";
}

.icon-font-size2:before {
    content: "\ee9c";
}

.icon-bold2:before {
    content: "\ee9d";
}

.icon-underline2:before {
    content: "\ee9e";
}

.icon-italic2:before {
    content: "\ee9f";
}

.icon-strikethrough3:before {
    content: "\eea0";
}

.icon-omega:before {
    content: "\eea1";
}

.icon-sigma:before {
    content: "\eea2";
}

.icon-nbsp:before {
    content: "\eea3";
}

.icon-page-break:before {
    content: "\eea4";
}

.icon-page-break2:before {
    content: "\eea5";
}

.icon-superscript:before {
    content: "\eea6";
}

.icon-subscript:before {
    content: "\eea7";
}

.icon-superscript2:before {
    content: "\eea8";
}

.icon-subscript2:before {
    content: "\eea9";
}

.icon-text-color:before {
    content: "\eeaa";
}

.icon-highlight:before {
    content: "\eeab";
}

.icon-pagebreak:before {
    content: "\eeac";
}

.icon-clear-formatting:before {
    content: "\eead";
}

.icon-table:before {
    content: "\eeae";
}

.icon-table2:before {
    content: "\eeaf";
}

.icon-insert-template:before {
    content: "\eeb0";
}

.icon-pilcrow:before {
    content: "\eeb1";
}

.icon-ltr:before {
    content: "\eeb2";
}

.icon-rtl:before {
    content: "\eeb3";
}

.icon-ltr2:before {
    content: "\eeb4";
}

.icon-rtl2:before {
    content: "\eeb5";
}

.icon-section:before {
    content: "\eeb6";
}

.icon-paragraph-left:before {
    content: "\eeb7";
}

.icon-paragraph-center:before {
    content: "\eeb8";
}

.icon-paragraph-right:before {
    content: "\eeb9";
}

.icon-paragraph-justify:before {
    content: "\eeba";
}

.icon-paragraph-left2:before {
    content: "\eebb";
}

.icon-paragraph-center2:before {
    content: "\eebc";
}

.icon-paragraph-right2:before {
    content: "\eebd";
}

.icon-paragraph-justify2:before {
    content: "\eebe";
}

.icon-indent-increase:before {
    content: "\eebf";
}

.icon-indent-decrease:before {
    content: "\eec0";
}

.icon-paragraph-left3:before {
    content: "\eec1";
}

.icon-paragraph-center3:before {
    content: "\eec2";
}

.icon-paragraph-right3:before {
    content: "\eec3";
}

.icon-paragraph-justify3:before {
    content: "\eec4";
}

.icon-indent-increase2:before {
    content: "\eec5";
}

.icon-indent-decrease2:before {
    content: "\eec6";
}

.icon-share:before {
    content: "\eec7";
}

.icon-share2:before {
    content: "\eec8";
}

.icon-new-tab:before {
    content: "\eec9";
}

.icon-new-tab2:before {
    content: "\eeca";
}

.icon-popout:before {
    content: "\eecb";
}

.icon-embed:before {
    content: "\eecc";
}

.icon-embed2:before {
    content: "\eecd";
}

.icon-markup:before {
    content: "\eece";
}

.icon-regexp:before {
    content: "\eecf";
}

.icon-regexp2:before {
    content: "\eed0";
}

.icon-code:before {
    content: "\eed1";
}

.icon-circle-css:before {
    content: "\eed2";
}

.icon-circle-code:before {
    content: "\eed3";
}

.icon-terminal:before {
    content: "\eed4";
}

.icon-unicode:before {
    content: "\eed5";
}

.icon-seven-segment-0:before {
    content: "\eed6";
}

.icon-seven-segment-1:before {
    content: "\eed7";
}

.icon-seven-segment-2:before {
    content: "\eed8";
}

.icon-seven-segment-3:before {
    content: "\eed9";
}

.icon-seven-segment-4:before {
    content: "\eeda";
}

.icon-seven-segment-5:before {
    content: "\eedb";
}

.icon-seven-segment-6:before {
    content: "\eedc";
}

.icon-seven-segment-7:before {
    content: "\eedd";
}

.icon-seven-segment-8:before {
    content: "\eede";
}

.icon-seven-segment-9:before {
    content: "\eedf";
}

.icon-share3:before {
    content: "\eee0";
}

.icon-share4:before {
    content: "\eee1";
}

.icon-mail:before {
    content: "\eee2";
}

.icon-mail2:before {
    content: "\eee3";
}

.icon-mail3:before {
    content: "\eee4";
}

.icon-mail4:before {
    content: "\eee5";
}

.icon-amazon:before {
    content: "\eee6";
}

.icon-google:before {
    content: "\eee7";
}

.icon-google2:before {
    content: "\eee8";
}

.icon-google3:before {
    content: "\eee9";
}

.icon-google-plus:before {
    content: "\eeea";
}

.icon-google-plus2:before {
    content: "\eeeb";
}

.icon-google-plus3:before {
    content: "\eeec";
}

.icon-hangouts:before {
    content: "\eeed";
}

.icon-google-drive:before {
    content: "\eeee";
}

.icon-facebook:before {
    content: "\eeef";
}

.icon-facebook2:before {
    content: "\eef0";
}

.icon-instagram:before {
    content: "\eef1";
}

.icon-whatsapp:before {
    content: "\eef2";
}

.icon-spotify:before {
    content: "\eef3";
}

.icon-telegram:before {
    content: "\eef4";
}

.icon-twitter:before {
    content: "\eef5";
}

.icon-vine:before {
    content: "\eef6";
}

.icon-vk:before {
    content: "\eef7";
}

.icon-renren:before {
    content: "\eef8";
}

.icon-sina-weibo:before {
    content: "\eef9";
}

.icon-rss:before {
    content: "\eefa";
}

.icon-rss2:before {
    content: "\eefb";
}

.icon-youtube:before {
    content: "\eefc";
}

.icon-youtube2:before {
    content: "\eefd";
}

.icon-twitch:before {
    content: "\eefe";
}

.icon-vimeo:before {
    content: "\eeff";
}

.icon-vimeo2:before {
    content: "\ef00";
}

.icon-lanyrd:before {
    content: "\ef01";
}

.icon-flickr:before {
    content: "\ef02";
}

.icon-flickr2:before {
    content: "\ef03";
}

.icon-flickr3:before {
    content: "\ef04";
}

.icon-flickr4:before {
    content: "\ef05";
}

.icon-dribbble:before {
    content: "\ef06";
}

.icon-behance:before {
    content: "\ef07";
}

.icon-behance2:before {
    content: "\ef08";
}

.icon-deviantart:before {
    content: "\ef09";
}

.icon-500px:before {
    content: "\ef0a";
}

.icon-steam:before {
    content: "\ef0b";
}

.icon-steam2:before {
    content: "\ef0c";
}

.icon-dropbox:before {
    content: "\ef0d";
}

.icon-onedrive:before {
    content: "\ef0e";
}

.icon-github:before {
    content: "\ef0f";
}

.icon-npm:before {
    content: "\ef10";
}

.icon-basecamp:before {
    content: "\ef11";
}

.icon-trello:before {
    content: "\ef12";
}

.icon-wordpress:before {
    content: "\ef13";
}

.icon-joomla:before {
    content: "\ef14";
}

.icon-ello:before {
    content: "\ef15";
}

.icon-blogger:before {
    content: "\ef16";
}

.icon-blogger2:before {
    content: "\ef17";
}

.icon-tumblr:before {
    content: "\ef18";
}

.icon-tumblr2:before {
    content: "\ef19";
}

.icon-yahoo:before {
    content: "\ef1a";
}

.icon-yahoo2:before {
    content: "\ef1b";
}

.icon-tux:before {
    content: "\ef1c";
}

.icon-appleinc:before {
    content: "\ef1d";
}

.icon-finder:before {
    content: "\ef1e";
}

.icon-android:before {
    content: "\ef1f";
}

.icon-windows:before {
    content: "\ef20";
}

.icon-windows8:before {
    content: "\ef21";
}

.icon-soundcloud:before {
    content: "\ef22";
}

.icon-soundcloud2:before {
    content: "\ef23";
}

.icon-skype:before {
    content: "\ef24";
}

.icon-reddit:before {
    content: "\ef25";
}

.icon-hackernews:before {
    content: "\ef26";
}

.icon-wikipedia:before {
    content: "\ef27";
}

.icon-linkedin:before {
    content: "\ef28";
}

.icon-linkedin2:before {
    content: "\ef29";
}

.icon-lastfm:before {
    content: "\ef2a";
}

.icon-lastfm2:before {
    content: "\ef2b";
}

.icon-delicious:before {
    content: "\ef2c";
}

.icon-stumbleupon:before {
    content: "\ef2d";
}

.icon-stumbleupon2:before {
    content: "\ef2e";
}

.icon-stackoverflow:before {
    content: "\ef2f";
}

.icon-pinterest:before {
    content: "\ef30";
}

.icon-pinterest2:before {
    content: "\ef31";
}

.icon-xing:before {
    content: "\ef32";
}

.icon-xing2:before {
    content: "\ef33";
}

.icon-flattr:before {
    content: "\ef34";
}

.icon-foursquare:before {
    content: "\ef35";
}

.icon-yelp:before {
    content: "\ef36";
}

.icon-paypal:before {
    content: "\ef37";
}

.icon-chrome:before {
    content: "\ef38";
}

.icon-firefox:before {
    content: "\ef39";
}

.icon-IE:before {
    content: "\ef3a";
}

.icon-edge:before {
    content: "\ef3b";
}

.icon-safari:before {
    content: "\ef3c";
}

.icon-opera:before {
    content: "\ef3d";
}

.icon-file-pdf:before {
    content: "\ef3e";
}

.icon-file-openoffice:before {
    content: "\ef3f";
}

.icon-file-word:before {
    content: "\ef40";
}

.icon-file-excel:before {
    content: "\ef41";
}

.icon-libreoffice:before {
    content: "\ef42";
}

.icon-html-five:before {
    content: "\ef43";
}

.icon-html-five2:before {
    content: "\ef44";
}

.icon-css3:before {
    content: "\ef45";
}

.icon-git:before {
    content: "\ef46";
}

.icon-codepen:before {
    content: "\ef47";
}

.icon-svg:before {
    content: "\ef48";
}

.icon-IcoMoon:before {
    content: "\ef49";
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    height: 15px;
    bottom: 0;
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute;
}

.ps__rail-y {
    width: 15px;
    right: 0;
}

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y, .ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y {
    opacity: .4;
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .8;
}

.ps__thumb-x {
    background-color: #aaa;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
}

.ps__thumb-x, .ps__thumb-y {
    border-radius: 6px;
    position: absolute;
}

.ps__thumb-y {
    background-color: #c1c6c9;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 4px;
    right: 3px;
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px;
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important;
    }
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-family: inherit;
    -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: none !important;
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px;
}

.selectize-dropdown .optgroup-header, .selectize-dropdown .option {
    padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5;
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa;
}

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

.slick-list, .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 {
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgba(19, 26, 49, .94);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current,
.fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: #1b2546;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ff7a00;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #3e6fff;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding:) {
    .fancybox-caption {
        padding: 75px;
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: b 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #213b87;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 2px solid #3e6fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@keyframes b {
    to {
        transform: rotate(1turn);
    }
}

.turnMeOn, .turnMeOnHolder, .View360-holder div, .View360-holder p,
.View360-navigation {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.View360-holder {
    background: #fff;
    display: inline-block;
    position: relative;
}

.View360-holderFullscreen {
    border: 0 solid #fff;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
}

.View360-loaderHolder {
    z-index: 250;
    text-align: center;
}

.View360-fullSizeLoaderHolder, .View360-loaderHolder {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.View360-fullSizeLoaderHolder {
    z-index: 251;
    text-align: left;
}

.View360-clickableArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 300;
    cursor: default;
}

.View360-loaderInnerHolder {
    position: relative;
    width: 100%;
    height: 100%;
}

.View360-loaderBackground {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.View360-loader {
    position: relative;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.View360-fullSizeLoader .View360-loader {
    position: relative;
    top: 10px;
    left: 10px;
    -ms-transform: none;
    transform: none;
}

.View360-loadingTitle {
    font-family: Verdana;
    font-size: 30px;
    line-height: 38px;
    color: #222;
}

.View360-fullSizeLoader .View360-loadingTitle {
    font-family: Verdana;
    font-size: 20px;
    line-height: 38px;
    color: #222;
    position: absolute;
    left: 60px;
    top: 5px;
}

.View360-loadingSubtitle {
    font-family: Verdana;
    font-size: 20px;
    line-height: 32px;
    color: #222;
}

.View360-loadingMessage {
    font-family: Verdana;
    font-size: 13px;
    line-height: 23px;
    color: #222;
}

.View360-visual {
    position: relative;
}

.View360-visualHolder {
    display: inline-block;
}

.View360-fullSizeLoader .View360-visual {
    position: relative;
    width: 50px;
    height: 50px;
}

.View360-percentHolder {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
}

.View360-percent {
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    top: 0;
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.View360-fullSizeLoader .View360-percent {
    font-size: 15px;
    top: 15px;
    color: #000;
}

.View360-navigationHolder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    padding: 10px 10px 5px;
    background-color: rgba(27, 37, 70, .9);
}

.View360-navigation {
    text-align: center;
}

.View360-navigationBtn {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, .1);
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    cursor: pointer;
}

.View360-navigationBtn:active, .View360-navigationBtn:hover {
    box-shadow: 2px 2px 4px #888;
}

.View360-navigationBtn:active {
    background-color: transparent;
}

.View360-navigationPlay {
    left: 0;
    background-image: url(../images/play.png);
}

.View360-navigationPause {
    left: 60px;
    background-image: url(../images/pause.png);
}

.View360-navigationZoomIn {
    left: 120px;
    background-image: url(../images/zoom-in.png);
}

.View360-navigationZoomOut {
    background-image: url(../images/zoom-out.png);
}

.View360-navigationFullscreenEnter {
    background-image: url(../images/fullscreen-enter.png);
}

.View360-navigationFullscreenExit {
    background-image: url(../images/fullscreen-exit.png);
}

.View360-navigationTurnLeft {
    background-image: url(../images/turn-left.png);
}

.View360-navigationTurnRight {
    background-image: url(../images/turn-right.png);
}

.View360-navigationHand {
    background-image: url(../images/hand.png);
}

.View360-navigationRotate {
    background-image: url(../images/rotate.png);
}

.View360-navigationClose {
    background-image: url(../images/close.png);
}

.View360-turnMeOnHolder {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 400;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.View360-opacity0 {
    opacity: 0;
}

.View360-turnMeOn {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    background: url(../images/turn-me-on.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#View360-modalBackground {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 9998;
}

#View360-lighboxOuter, #View360-modalBackground {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#View360-lighboxOuter {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    height: 100%;
    z-index: 9999;
}

#View360-lighbox {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    text-align: left;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    box-shadow: 0 5px 25px #0e0e0e;
    -moz-box-shadow: 0 5px 25px #0e0e0e;
    -webkit-box-shadow: 0 5px 25px #0e0e0e;
}

.View360-closeHolder {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    z-index: 500;
}

.ball-pulse-sync>div, .ball-pulse>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block;
}

.ball-pulse-sync>div, .ball-pulse>div, .ball-scale>div {
    background-color: #fff;
    border-radius: 100%;
}

.ball-pulse>div:nth-child(0) {
    animation: e .75s -.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:first-child {
    animation: e .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(2) {
    animation: e .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div:nth-child(3) {
    animation: e .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse>div {
    animation-fill-mode: both;
}

.ball-pulse-sync>div:nth-child(0) {
    animation: c .6s -.21s infinite ease-in-out;
}

.ball-pulse-sync>div:first-child {
    animation: c .6s -.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
    animation: c .6s -.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
    animation: c .6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div {
    animation-fill-mode: both;
}

.ball-scale>div {
    height: 60px;
    width: 60px;
    animation: d 1s 0s ease-in-out infinite;
}

.ball-scale-random>div, .ball-scale>div {
    display: inline-block;
    margin: 2px;
    -webkit-animation: d 1s 0s ease-in-out infinite;
}

.ball-scale-random {
    width: 37px;
    height: 40px;
}

.ball-scale-random>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    height: 30px;
    width: 30px;
    animation: d 1s 0s ease-in-out infinite;
}

.ball-rotate>div, .ball-rotate>div:after, .ball-rotate>div:before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.ball-rotate, .ball-rotate>div {
    position: relative;
}

.ball-scale-random>div:first-child {
    margin-left: -7px;
    animation: d 1s .2s ease-in-out infinite;
}

.ball-scale-random>div:nth-child(3) {
    margin-left: -2px;
    margin-top: 9px;
    animation: d 1s .5s ease-in-out infinite;
}

.ball-rotate>div {
    margin: 2px;
    animation-fill-mode: both;
}

.ball-rotate>div:first-child {
    animation: f 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.ball-rotate>div:after, .ball-rotate>div:before {
    margin: 2px;
    content: "";
    position: absolute;
    opacity: .8;
}

.ball-rotate>div:before {
    top: 0;
    left: -28px;
}

.ball-rotate>div:after {
    top: 0;
    left: 25px;
}

.ball-clip-rotate>div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0 !important;
    display: inline-block;
    animation: f .75s 0s linear infinite;
}

.ball-clip-rotate-pulse {
    position: relative;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ball-clip-rotate-pulse>div {
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}

.ball-clip-rotate-pulse>div:first-child {
    background: #fff;
    height: 16px;
    width: 16px;
    top: 7px;
    left: -7px;
    animation: e 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: -2px;
    background: 0 0;
    border: 2px solid;
    border-color: #fff transparent;
    animation: f 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation-duration: 1s;
}

.ball-clip-rotate-multiple {
    position: relative;
}

.ball-clip-rotate-multiple>div {
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    animation: f 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    animation-duration: .5s;
    border-color: #fff transparent;
    animation-direction: reverse;
}

.ball-scale-ripple>div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    animation: g 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.ball-scale-ripple-multiple {
    position: relative;
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.ball-scale-ripple-multiple>div:nth-child(0) {
    animation-delay: -.8s;
}

.ball-scale-ripple-multiple>div:first-child {
    animation-delay: -.6s;
}

.ball-scale-ripple-multiple>div:nth-child(2) {
    animation-delay: -.4s;
}

.ball-scale-ripple-multiple>div:nth-child(3) {
    animation-delay: -.2s;
}

.ball-scale-ripple-multiple>div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    animation: g 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.ball-beat>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    animation: h .7s 0s infinite linear;
}

.ball-beat>div:nth-child(2n-1) {
    animation-delay: -.35s !important;
}

.ball-scale-multiple {
    position: relative;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
    animation-delay: -.4s;
}

.ball-scale-multiple>div:nth-child(3) {
    animation-delay: -.2s;
}

.ball-scale-multiple>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    animation: i 1s 0s linear infinite;
}

.ball-triangle-path {
    position: relative;
    -ms-transform: translate(-29.99px, -37.51px);
    transform: translate(-29.99px, -37.51px);
}

.ball-triangle-path>div:first-child {
    animation-name: j;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(2) {
    animation-name: k;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(2), .ball-triangle-path>div:nth-child(3) {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
}

.ball-triangle-path>div:nth-child(3) {
    animation-name: l;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div {
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.ball-grid-beat>div, .ball-pulse-rise>div {
    background-color: #fff;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
}

.ball-triangle-path>div:first-of-type {
    top: 50px;
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px;
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

.ball-pulse-rise>div {
    width: 15px;
    animation-fill-mode: both;
    display: inline-block;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-iteration-count: infinite;
    animation-delay: 0;
}

.ball-pulse-rise>div:nth-child(2n) {
    animation-name: m;
}

.ball-pulse-rise>div:nth-child(2n-1) {
    animation-name: n;
}

.ball-grid-beat {
    width: 57px;
}

.ball-grid-beat>div:first-child {
    animation-delay: .44s;
    animation-duration: 1.27s;
}

.ball-grid-beat>div:nth-child(2) {
    animation-delay: .2s;
    animation-duration: 1.52s;
}

.ball-grid-beat>div:nth-child(3) {
    animation-delay: .14s;
    animation-duration: .61s;
}

.ball-grid-beat>div:nth-child(4) {
    animation-delay: .15s;
    animation-duration: .82s;
}

.ball-grid-beat>div:nth-child(5) {
    animation-delay: -.01s;
    animation-duration: 1.24s;
}

.ball-grid-beat>div:nth-child(6) {
    animation-delay: -.07s;
    animation-duration: 1.35s;
}

.ball-grid-beat>div:nth-child(7) {
    animation-delay: .29s;
    animation-duration: 1.44s;
}

.ball-grid-beat>div:nth-child(8) {
    animation-delay: .63s;
    animation-duration: 1.19s;
}

.ball-grid-beat>div:nth-child(9) {
    animation-delay: -.18s;
    animation-duration: 1.48s;
}

.ball-grid-beat>div {
    width: 15px;
    animation-fill-mode: both;
    animation-name: o;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

.ball-grid-beat>div, .ball-grid-pulse>div {
    display: inline-block;
    float: left;
    -webkit-animation-iteration-count: infinite;
}

.ball-grid-pulse {
    width: 57px;
}

.ball-grid-pulse>div, .ball-spin-fade-loader>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
}

.ball-grid-pulse>div:first-child {
    animation-delay: .58s;
    animation-duration: .9s;
}

.ball-grid-pulse>div:nth-child(2) {
    animation-delay: .01s;
    animation-duration: .94s;
}

.ball-grid-pulse>div:nth-child(3) {
    animation-delay: .25s;
    animation-duration: 1.43s;
}

.ball-grid-pulse>div:nth-child(4) {
    animation-delay: -.03s;
    animation-duration: .74s;
}

.ball-grid-pulse>div:nth-child(5) {
    animation-delay: .21s;
    animation-duration: .68s;
}

.ball-grid-pulse>div:nth-child(6) {
    animation-delay: .25s;
    animation-duration: 1.17s;
}

.ball-grid-pulse>div:nth-child(7) {
    animation-delay: .46s;
    animation-duration: 1.41s;
}

.ball-grid-pulse>div:nth-child(8) {
    animation-delay: .02s;
    animation-duration: 1.56s;
}

.ball-grid-pulse>div:nth-child(9) {
    animation-delay: .13s;
    animation-duration: .78s;
}

.ball-grid-pulse>div {
    animation-fill-mode: both;
    animation-name: p;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}

.ball-spin-fade-loader>div:first-child {
    top: 25px;
    left: 0;
    animation: q 1s -.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    animation: q 1s -.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    animation: q 1s -.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    animation: q 1s -.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    animation: q 1s -.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    animation: q 1s -.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    animation: q 1s -.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    animation: q 1s -.12s infinite linear;
}

.ball-spin-fade-loader>div {
    animation-fill-mode: both;
    position: absolute;
}

.ball-spin-loader {
    position: relative;
}

.ball-spin-loader>span:first-child {
    top: 45px;
    left: 0;
    animation: r 2s .9s infinite linear;
}

.ball-spin-loader>span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    animation: r 2s 1.8s infinite linear;
}

.ball-spin-loader>span:nth-child(3) {
    top: 0;
    left: 45px;
    animation: r 2s 2.7s infinite linear;
}

.ball-spin-loader>span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    animation: r 2s 3.6s infinite linear;
}

.ball-spin-loader>span:nth-child(5) {
    top: -45px;
    left: 0;
    animation: r 2s 4.5s infinite linear;
}

.ball-spin-loader>span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    animation: r 2s 5.4s infinite linear;
}

.ball-spin-loader>span:nth-child(7) {
    top: 0;
    left: -45px;
    animation: r 2s 6.3s infinite linear;
}

.ball-spin-loader>span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    animation: r 2s 7.2s infinite linear;
}

.ball-spin-loader>div {
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green;
}

.ball-zig-zag-deflect>div, .ball-zig-zag>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px 2px 2px 15px;
    top: 4px;
    left: -7px;
}

.ball-zig-zag {
    position: relative;
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.ball-zig-zag>div {
    animation-fill-mode: both;
    position: absolute;
}

.ball-zig-zag>div:first-child {
    animation: s .7s 0s infinite linear;
}

.ball-zig-zag>div:last-child {
    animation: t .7s 0s infinite linear;
}

.ball-zig-zag-deflect {
    position: relative;
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect>div {
    animation-fill-mode: both;
    position: absolute;
}

.ball-zig-zag-deflect>div:first-child {
    animation: u 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect>div:last-child {
    animation: v 1.5s 0s infinite linear;
}

.line-scale>div:first-child {
    animation: x 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(2) {
    animation: x 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(3) {
    animation: x 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(4) {
    animation: x 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div:nth-child(5) {
    animation: x 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale>div {
    animation-fill-mode: both;
    display: inline-block;
}

.line-scale-party>div, .line-scale>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
    -webkit-animation-fill-mode: both;
}

.line-scale-party>div:first-child {
    animation-delay: -.09s;
    animation-duration: .83s;
}

.line-scale-party>div:nth-child(2) {
    animation-delay: .33s;
    animation-duration: .64s;
}

.line-scale-party>div:nth-child(3) {
    animation-delay: .32s;
    animation-duration: .39s;
}

.line-scale-party>div:nth-child(4) {
    animation-delay: .47s;
    animation-duration: .52s;
}

.line-scale-party>div {
    animation-fill-mode: both;
    display: inline-block;
    animation-name: w;
    animation-iteration-count: infinite;
    animation-delay: 0;
}

.line-scale-pulse-out>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    animation: x .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
}

.line-scale-pulse-out>div:nth-child(2), .line-scale-pulse-out>div:nth-child(4) {
    animation-delay: -.4s !important;
}

.line-scale-pulse-out>div:first-child, .line-scale-pulse-out>div:nth-child(5) {
    animation-delay: -.2s !important;
}

.line-scale-pulse-out-rapid>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    animation: y .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
    animation-delay: -.25s !important;
}

.line-scale-pulse-out-rapid>div:first-child,
.line-scale-pulse-out-rapid>div:nth-child(5) {
    animation-delay: 0s !important;
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px;
}

.line-spin-fade-loader>div:first-child {
    top: 20px;
    left: 0;
    animation: z 1.2s -.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: z 1.2s -.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: z 1.2s -.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: z 1.2s -.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    animation: z 1.2s -.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: z 1.2s -.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: z 1.2s -.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: z 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px;
}

.triangle-skew-spin>div {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.square-spin>div, .triangle-skew-spin>div {
    animation: A 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.square-spin>div {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 0 solid #fff;
}

.pacman>div:first-of-type, .pacman>div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    position: relative;
    left: -30px;
}

.pacman {
    position: relative;
}

.pacman>div:nth-child(3) {
    animation: D 1s -.66s infinite linear;
}

.pacman>div:nth-child(4) {
    animation: D 1s -.33s infinite linear;
}

.pacman>div:nth-child(5) {
    animation: D 1s 0s infinite linear;
}

.pacman>div:first-of-type {
    animation: B .5s 0s infinite;
}

.pacman>div:nth-child(2) {
    animation: C .5s 0s infinite;
    margin-top: -50px;
}

.pacman>div:nth-child(3), .pacman>div:nth-child(4), .pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -ms-transform: translateY(-6.25px);
    transform: translateY(-6.25px);
    top: 25px;
    left: 70px;
}

.cube-transition {
    position: relative;
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

.cube-transition>div {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    animation: E 1.6s 0s infinite ease-in-out;
}

.cube-transition>div:last-child {
    animation-delay: -.8s;
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.semi-circle-spin>div {
    position: absolute;
    border-width: 0;
    border-radius: 100%;
    animation: F .6s 0s infinite linear;
    background-image: linear-gradient(transparent, transparent 70%, #fff 0, #fff);
    width: 100%;
    height: 100%;
}

.bar-progress {
    width: 30%;
    height: 12px;
}

.bar-progress>div {
    position: relative;
    width: 20%;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    animation: G 3s cubic-bezier(.57, .1, .44, .93) infinite;
    opacity: 1;
}

.bar-swing, .bar-swing>div {
    height: 8px;
    width: 30%;
}

.bar-swing>div {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    animation: H 1.5s infinite;
}

.bar-swing-container {
    width: 20%;
    height: 8px;
    position: relative;
}

.bar-swing-container div:first-child {
    position: absolute;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .2);
    height: 12px;
    border-radius: 10px;
}

.bar-swing-container div:nth-child(2) {
    position: absolute;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    animation: I 2s cubic-bezier(.91, .35, .12, .6) infinite;
    margin: 2px 2px 0;
}

@keyframes c {
    33% {
        transform: translateY(10px);
    }

    66% {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes d {
    0% {
        transform: scale(0);
    }

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

@keyframes e {
    30% {
        transform: scale(.3);
    }

    to {
        transform: scale(1);
    }
}

@keyframes f {
    0% {
        transform: rotate(0) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(.6);
    }

    to {
        transform: rotate(1turn) scale(1);
    }
}

@keyframes g {
    0% {
        transform: scale(.1);
        opacity: 1;
    }

    70% {
        transform: scale(1);
        opacity: .7;
    }

    to {
        opacity: 0;
    }
}

@keyframes h {
    50% {
        opacity: .2;
        transform: scale(.75);
    }

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

@keyframes i {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

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

@keyframes j {
    33% {
        transform: translate(25px, -50px);
    }

    66% {
        transform: translate(50px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes k {
    33% {
        transform: translate(25px, 50px);
    }

    66% {
        transform: translate(-25px, 50px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes l {
    33% {
        transform: translate(-50px);
    }

    66% {
        transform: translate(-25px, -50px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes m {
    0% {
        transform: scale(1.1);
    }

    25% {
        transform: translateY(-30px);
    }

    50% {
        transform: scale(.4);
    }

    75% {
        transform: translateY(30px);
    }

    to {
        transform: translateY(0);
        transform: scale(1);
    }
}

@keyframes n {
    0% {
        transform: scale(.4);
    }

    25% {
        transform: translateY(30px);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: translateY(-30px);
    }

    to {
        transform: translateY(0);
        transform: scale(.75);
    }
}

@keyframes o {
    50% {
        opacity: .7;
    }

    to {
        opacity: 1;
    }
}

@keyframes p {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(.5);
        opacity: .7;
    }

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

@keyframes q {
    50% {
        opacity: .3;
        transform: scale(.4);
    }

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

@keyframes r {
    75% {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@keyframes s {
    33% {
        transform: translate(-15px, -30px);
    }

    66% {
        transform: translate(15px, -30px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes t {
    33% {
        transform: translate(15px, 30px);
    }

    66% {
        transform: translate(-15px, 30px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes u {
    17%, 84% {
        transform: translate(-15px, -30px);
    }

    34%, 67% {
        transform: translate(15px, -30px);
    }

    50%, to {
        transform: translate(0);
    }
}

@keyframes v {
    17%, 84% {
        transform: translate(15px, 30px);
    }

    34%, 67% {
        transform: translate(-15px, 30px);
    }

    50%, to {
        transform: translate(0);
    }
}

@keyframes w {
    0%, to {
        transform: scale(1);
    }

    50% {
        transform: scale(.5);
    }
}

@keyframes x {
    0%, to {
        transform: scaley(1);
    }

    50% {
        transform: scaley(.4);
    }
}

@keyframes y {
    0%, 90% {
        transform: scaley(1);
    }

    80% {
        transform: scaley(.3);
    }
}

@keyframes z {
    50% {
        opacity: .3;
    }

    to {
        opacity: 1;
    }
}

@keyframes A {
    25% {
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    to {
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes B {
    0%, to {
        transform: rotate(270deg);
    }

    50% {
        transform: rotate(1turn);
    }
}

@keyframes C {
    0%, to {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(0);
    }
}

@keyframes D {
    75% {
        opacity: .7;
    }

    to {
        transform: translate(-100px, -6.25px);
    }
}

@keyframes E {
    25% {
        transform: translateX(50px) scale(.5) rotate(-90deg);
    }

    50% {
        transform: translate(50px, 50px) rotate(-180deg);
    }

    75% {
        transform: translateY(50px) scale(.5) rotate(-270deg);
    }

    to {
        transform: rotate(-1turn);
    }
}

@keyframes F {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes G {
    0%, to {
        transform: scaleY(20%);
        opacity: 1;
    }

    25%, 75% {
        transform: translateX(6%) scaleY(10%);
        opacity: .7;
    }

    50% {
        transform: translateX(20%) scaleY(20%);
        opacity: 1;
    }
}

@keyframes H {
    0%, to {
        left: 0;
    }

    50% {
        left: 70%;
    }
}

@keyframes I {
    0%, to {
        left: 0;
        transform: translateX(0);
    }

    50% {
        left: 70%;
        transform: translateX(-4px);
    }
}

@media only screen and (min-width:320px) and (max-width:600px) {
    .c-list-9__btns--v2>* {
        width: calc(100% - 10px);
        height: 36px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width:321px) {
    .g-col-s-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-col-s-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-col-s-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-col-s-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-col-s-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-col-s-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-col-s-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-col-s-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-col-s-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-col-s-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-col-s-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-col-s-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .g-col-offset-s-1 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .g-col-offset-s-2 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .g-col-offset-s-3 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .g-col-offset-s-4 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .g-col-offset-s-5 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .g-col-offset-s-6 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .g-col-offset-s-7 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .g-col-offset-s-8 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .g-col-offset-s-9 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .g-col-offset-s-10 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .g-col-offset-s-11 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .g-col-offset-s-12 {
        -ms-grid-column: 13;
        grid-column-start: 13;
    }

    .g-s-1>[class~=g-col] {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-s-2>[class~=g-col] {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-s-3>[class~=g-col] {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-s-4>[class~=g-col] {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-s-5>[class~=g-col] {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-s-6>[class~=g-col] {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-s-7>[class~=g-col] {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-s-8>[class~=g-col] {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-s-9>[class~=g-col] {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-s-10>[class~=g-col] {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-s-11>[class~=g-col] {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-s-12>[class~=g-col] {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .c-nav-5__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (min-width:340px) {
    .o-btn-icon {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width:381px) {
    .c-modal-1 {
        width: 350px;
    }
}

@media only screen and (min-width:481px) {
    .g-container--full-grid, .g-container--grid, .g-row {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }

    [class*=g-col] {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .g-col-m-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-col-m-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-col-m-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-col-m-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-col-m-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-col-m-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-col-m-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-col-m-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-col-m-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-col-m-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-col-m-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-col-m-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .g-col-offset-m-1 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .g-col-offset-m-2 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .g-col-offset-m-3 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .g-col-offset-m-4 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .g-col-offset-m-5 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .g-col-offset-m-6 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .g-col-offset-m-7 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .g-col-offset-m-8 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .g-col-offset-m-9 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .g-col-offset-m-10 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .g-col-offset-m-11 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .g-col-offset-m-12 {
        -ms-grid-column: 13;
        grid-column-start: 13;
    }

    .g-m-1>[class~=g-col] {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-m-2>[class~=g-col] {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-m-3>[class~=g-col] {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-m-4>[class~=g-col] {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-m-5>[class~=g-col] {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-m-6>[class~=g-col] {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-m-7>[class~=g-col] {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-m-8>[class~=g-col] {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-m-9>[class~=g-col] {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-m-10>[class~=g-col] {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-m-11>[class~=g-col] {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-m-12>[class~=g-col] {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .o-heading-1 {
        font-size: 2.8rem;
    }

    .o-heading-6 {
        text-align: center;
    }

    .c-block-2__separe {
        margin-bottom: 50px;
    }

    .c-block-4 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .c-block-5__heading-2 {
        margin-bottom: 25px;
    }

    .c-card, .c-card-2 {
        padding: 40px 30px;
    }

    .c-card-1__container {
        padding: 25px;
    }

    .c-card-1__img {
        left: -100px;
    }

    .c-card-1__img img {
        width: 74px;
    }

    .c-card-2__img img {
        max-width: 350px;
    }

    .c-chatbot {
        max-width: 670px;
        padding-left: 55px;
    }

    .c-chatbot__photo {
        left: -53px;
    }

    .c-chatbot__photo img {
        max-width: 40px;
    }

    .c-form-1 {
        padding: 30px 25px;
    }

    .c-form-1__row {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }

    #header-catalogo-sticky-wrapper {
        height: 62px !important;
    }

    #header-comparador-sticky-wrapper.is-sticky .c-list-4--comparador, .c-list-3,
    .c-list-3--v2, .c-list-4--comparador {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }

    #header-comparador-sticky-wrapper.is-sticky .c-list-4__name {
        ont-size: 1.7rem;
    }

    #header-comparador-sticky-wrapper.is-sticky .c-list-4__price-2 {
        font-size: 1.8rem;
    }

    .c-list-4__item-2, .c-list-4__item-2--vacio {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .c-list-4__box-5 {
        padding: 20px;
    }

    .c-list-4__name {
        font-size: 1.9rem;
    }

    .c-list-4__price-2 {
        font-size: 2.1rem;
    }

    .c-list-4__text-1 {
        font-size: 1.3rem;
    }

    .c-list-9, .c-list-10 .jscroll-added, .c-list-10 .jscroll-inner {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }

    .c-modal-1__footer {
        display: none;
    }

    .c-nav-2 li {
        margin: 5 15px;
    }

    .c-nav-5 {
        height: 60px;
    }

    .c-nav-5__list {
        border-left: 1px solid #192f6d;
    }

    .c-popup__row {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }

    .c-slider-1__heading {
        font-size: 3.4rem;
    }

    .c-table-1__header {
        text-align: center;
    }

    .c-table-1__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .c-table-1__box-2 {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }

    .c-table-1__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 110px;
        text-align: center;
    }

    .c-table-1__item>* {
        width: 100%;
    }

    .c-table-1__item-2 {
        padding: 15px;
    }

    .c-table-1__title {
        font-size: 1.7rem;
    }

    .c-table-1__value {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .c-table-1__item {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    }

    .c-table-1__item:nth-child(4n+2), .c-table-1__item:nth-child(4n+3) {
        background: #222f5d;
    }

    .c-table-1__item:nth-child(4n+4) {
        background: #253465;
    }
}

@media only screen and (min-width:601px) {
    .c-list-4 .jscroll-added, .c-list-4 .jscroll-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 30px;
    }

    .c-list-4--list .c-list-4__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-list-4--list .c-list-4__img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-width: 260px;
        border-radius: 5px 0 0 5px;
    }

    .c-list-4__item {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .c-table-1__header-2 {
        text-align: center;
    }
}

@media only screen and (min-width:601px) and (min-width:481px) {
    .c-list-4 .jscroll-added, .c-list-4 .jscroll-inner {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }
}

@media only screen and (min-width:769px) {
    .g-container, .g-container--grid {
        max-width: 750px;
    }

    .g-col-l-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-col-l-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-col-l-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-col-l-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-col-l-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-col-l-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-col-l-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-col-l-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-col-l-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-col-l-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-col-l-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-col-l-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .g-col-offset-l-1 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .g-col-offset-l-2 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .g-col-offset-l-3 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .g-col-offset-l-4 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .g-col-offset-l-5 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .g-col-offset-l-6 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .g-col-offset-l-7 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .g-col-offset-l-8 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .g-col-offset-l-9 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .g-col-offset-l-10 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .g-col-offset-l-11 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .g-col-offset-l-12 {
        -ms-grid-column: 13;
        grid-column-start: 13;
    }

    .g-l-1>[class~=g-col] {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-l-2>[class~=g-col] {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-l-3>[class~=g-col] {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-l-4>[class~=g-col] {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-l-5>[class~=g-col] {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-l-6>[class~=g-col] {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-l-7>[class~=g-col] {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-l-8>[class~=g-col] {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-l-9>[class~=g-col] {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-l-10>[class~=g-col] {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-l-11>[class~=g-col] {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-l-12>[class~=g-col] {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .o-heading-1 {
        font-size: 3.2rem;
    }

    .c-block-1 {
        height: 650px;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .c-block-2 {
        padding-top: 23px;
        padding-bottom: 90px;
    }

    .c-block-2:before {
        top: -70px;
    }

    .c-block-2:after {
        top: -100px;
    }

    .c-block-2__card {
        max-width: 454px;
        margin: 0 auto;
    }

    .c-block-2__separe {
        margin-bottom: 80px;
    }

    .c-block-4 {
        background: url(../images/bg-block-4-der.svg) 100% 0 no-repeat,
                    url(../images/bg-block-4-iz.svg) 0 100% no-repeat;
    }

    .c-block-5__m1 {
        margin-bottom: 60px;
    }

    .c-block-5__m2 {
        margin-bottom: 40px;
    }

    .c-block-5__box>:first-child {
        padding-right: 12px;
        text-align: right;
    }

    .c-block-5__box>:last-child {
        padding-left: 12px;
    }

    .c-block-6 {
        background: url(../images/bg-block-4-der.svg) 100% 0 no-repeat;
    }

    .c-card-1__container {
        padding: 30px 28px;
    }

    .c-card-1__img {
        left: -130px;
    }

    .c-card-1__img img {
        width: 94px;
    }

    .c-card-2 {
        position: relative;
        padding-left: 400px;
        margin-left: 100px;
    }

    .c-card-2__img {
        position: absolute;
        top: 50%;
        left: -100px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .c-card-2__img img {
        max-width: 450px;
    }

    .c-footer {
        padding: 14px 0;
    }

    .c-footer__container {
        display: -ms-grid;
        display: grid;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-auto-flow: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-footer__col {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-footer__logo img {
        display: block;
    }

    .c-footer__nav {
        margin-left: 30px;
    }

    .c-list-4--comparador {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }

    .c-list-4__item {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .c-nav-mobile.is-sticky {
        padding-top: 70px;
    }

    .c-nav-mobile__btns {
        display: none;
    }

    .c-slider-1 {
        height: 580px;
    }

    .c-slider-1 .slick-dots {
        top: -120px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 750px;
    }

    .c-slider-1 .slick-dots li.slick-active button,
    .c-slider-1 .slick-dots li.slick-active button:hover {
        background: #f18c17;
    }

    .c-slider-1 .slick-dots li button {
        background: #213b87;
    }

    .c-slider-1 .slick-dots li button:hover {
        background: #3e6fff;
    }

    .c-slider-1__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 30px;
    }

    .c-slider-1__col {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
        -ms-flex-align: center;
        align-items: center;
        height: 580px;
        padding-bottom: 30px;
    }

    .c-slider-3 .slick-prev {
        left: -20px;
    }

    .c-slider-3 .slick-next {
        right: -20px;
    }

    .c-table-1__item {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
    }

    .c-table-1__item:nth-child(6n), .c-table-1__item:nth-child(6n+2),
    .c-table-1__item:nth-child(6n+4) {
        background: #222f5d;
    }

    .c-table-1__item:nth-child(6n+5) {
        background: #253465;
    }
}

@media only screen and (min-width:769px) and (max-width:870px) {
    .c-slider-1__col:first-child {
        padding-left: 50px;
    }

    .c-slider-1__col:last-child {
        padding-right: 50px;
    }
}

@media only screen and (min-width:769px) and (min-width:481px) {
    .c-list-4--comparador, .c-slider-1__container {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }
}

@media only screen and (min-width:992px) {
    .g-container, .g-container--grid {
        max-width: 970px;
    }

    .g-col-xl-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-col-xl-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-col-xl-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-col-xl-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-col-xl-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-col-xl-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-col-xl-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-col-xl-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-col-xl-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-col-xl-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-col-xl-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-col-xl-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .g-col-offset-xl-1 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .g-col-offset-xl-2 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .g-col-offset-xl-3 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .g-col-offset-xl-4 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .g-col-offset-xl-5 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .g-col-offset-xl-6 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .g-col-offset-xl-7 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .g-col-offset-xl-8 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .g-col-offset-xl-9 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .g-col-offset-xl-10 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .g-col-offset-xl-11 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .g-col-offset-xl-12 {
        -ms-grid-column: 13;
        grid-column-start: 13;
    }

    .g-xl-1>[class~=g-col] {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-xl-2>[class~=g-col] {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-xl-3>[class~=g-col] {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-xl-4>[class~=g-col] {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-xl-5>[class~=g-col] {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-xl-6>[class~=g-col] {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-xl-7>[class~=g-col] {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-xl-8>[class~=g-col] {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-xl-9>[class~=g-col] {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-xl-10>[class~=g-col] {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-xl-11>[class~=g-col] {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-xl-12>[class~=g-col] {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .c-block-4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .c-block-4__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 30px;
    }

    .c-block-4__col, .c-block-4__col--moto, .c-block-4__col--v2 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
        display: -ms-flexbox;
        display: flex;
    }

    .c-block-4__col--v2:last-child {
        padding-left: 20px;
    }

    .c-block-4__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .c-block-4__p {
        max-width: 440px;
        padding-bottom: 160px;
    }

    .c-block-5__col-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-block-5__pr1 {
        padding-right: 30px;
    }

    .c-body__open-filtros {
        padding-left: 350px;
    }

    .c-body__open-filtros .g-container {
        padding: 0 20px;
    }

    .c-body__open-filtros .loader__box {
        padding-left: 350px;
    }

    .c-body__open-filtros .c-header {
        width: calc(100% - 350px);
    }

    .c-header__btn-mobile {
        display: none;
    }

    .c-body__open-filtros .is-scroll-top.c-header-catalogo {
        width: calc(100% - 350px) !important;
        margin: 0 auto;
    }

    #header-catalogo-sticky-wrapper {
        margin-bottom: 25px;
    }

    .c-list-4--comparador {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 30px;
    }

    .c-body__open-filtros .c-list-4__item {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .c-nav-mobile {
        -ms-transform: translateX(315px) !important;
        transform: translateX(315px) !important;
    }

    .c-nav-5__col-center {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .c-nav-5__box {
        display: none;
    }

    .c-slider-1 .slick-dots {
        max-width: 970px;
    }
}

@media only screen and (min-width:992px) and (max-width:1089px) {
    .c-slider-1__col:first-child {
        padding-left: 50px;
    }

    .c-slider-1__col:last-child {
        padding-right: 50px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .c-body__open-filtros .c-nav-5__col-center {
        display: none;
    }

    .c-table-1__item {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    }
}

@media only screen and (min-width:992px) and (min-width:481px) {
    .c-block-4__container, .c-list-4--comparador {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    }
}

@media only screen and (min-width:1200px) {
    .g-container, .g-container--grid {
        max-width: 1134px;
    }

    .g-col-hd-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-col-hd-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-col-hd-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-col-hd-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-col-hd-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-col-hd-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-col-hd-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-col-hd-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-col-hd-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-col-hd-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-col-hd-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-col-hd-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .g-col-offset-hd-1 {
        -ms-grid-column: 2;
        grid-column-start: 2;
    }

    .g-col-offset-hd-2 {
        -ms-grid-column: 3;
        grid-column-start: 3;
    }

    .g-col-offset-hd-3 {
        -ms-grid-column: 4;
        grid-column-start: 4;
    }

    .g-col-offset-hd-4 {
        -ms-grid-column: 5;
        grid-column-start: 5;
    }

    .g-col-offset-hd-5 {
        -ms-grid-column: 6;
        grid-column-start: 6;
    }

    .g-col-offset-hd-6 {
        -ms-grid-column: 7;
        grid-column-start: 7;
    }

    .g-col-offset-hd-7 {
        -ms-grid-column: 8;
        grid-column-start: 8;
    }

    .g-col-offset-hd-8 {
        -ms-grid-column: 9;
        grid-column-start: 9;
    }

    .g-col-offset-hd-9 {
        -ms-grid-column: 10;
        grid-column-start: 10;
    }

    .g-col-offset-hd-10 {
        -ms-grid-column: 11;
        grid-column-start: 11;
    }

    .g-col-offset-hd-11 {
        -ms-grid-column: 12;
        grid-column-start: 12;
    }

    .g-col-offset-hd-12 {
        -ms-grid-column: 13;
        grid-column-start: 13;
    }

    .g-hd-1>[class~=g-col] {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .g-hd-2>[class~=g-col] {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .g-hd-3>[class~=g-col] {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .g-hd-4>[class~=g-col] {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .g-hd-5>[class~=g-col] {
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }

    .g-hd-6>[class~=g-col] {
        -ms-grid-column-span: 6;
        grid-column-end: span 6;
    }

    .g-hd-7>[class~=g-col] {
        -ms-grid-column-span: 7;
        grid-column-end: span 7;
    }

    .g-hd-8>[class~=g-col] {
        -ms-grid-column-span: 8;
        grid-column-end: span 8;
    }

    .g-hd-9>[class~=g-col] {
        -ms-grid-column-span: 9;
        grid-column-end: span 9;
    }

    .g-hd-10>[class~=g-col] {
        -ms-grid-column-span: 10;
        grid-column-end: span 10;
    }

    .g-hd-11>[class~=g-col] {
        -ms-grid-column-span: 11;
        grid-column-end: span 11;
    }

    .g-hd-12>[class~=g-col] {
        -ms-grid-column-span: 12;
        grid-column-end: span 12;
    }

    .c-body__open-filtros .c-list-4__item {
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    .c-slider-1 .slick-dots {
        max-width: 1134px;
    }
}

@media only screen and (max-width:1360px) {
    .c-body__open-filtros .c-header__main-menu {
        display: none;
    }

    .c-body__open-filtros .c-header__btn-mobile {
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width:991px) {
    .c-block-4__col--moto:before {
        display: none;
    }

    .c-block-4__box {
        margin-bottom: 40px;
    }

    .c-block-4__list, .c-block-5__col-2 {
        padding-top: 30px;
    }

    .c-header__main-menu {
        display: none;
    }

    .c-nav-5__col:first-child {
        -ms-flex-order: 2;
        order: 2;
        padding-right: 20px;
    }

    .c-nav-5__col:last-child {
        display: none;
    }

    .c-nav-5__col-center {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
    }

    .c-nav-5__btn--v3 {
        font-size: 1.4rem;
    }

    .c-nav-5__btn--v3 .c-nav-5__btn-icon {
        margin-right: 8px;
    }

    .c-nav-5__btn--v3 .c-nav-5__btn-text2 {
        font-size: 1.4rem;
    }

    .c-nav-5__btn--v3 .c-nav-5__btn-text2 i {
        margin-left: 5px;
        font-size: 1rem;
    }
}

@media only screen and (max-width:860px) {
    .c-popup--md-2 {
        width: 92%;
    }
}

@media only screen and (max-width:768px) {
    .g-container, .g-container--grid {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .c-block-2__card {
        padding-left: 100px;
    }

    .c-block-5__container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .c-block-5--v2 {
        background: none;
    }

    .c-block-5__box>:first-child {
        margin-bottom: 30px;
    }

    .c-card-2__img {
        display: block;
        margin-bottom: 30px;
    }

    .c-card-2__img img {
        margin: 0 auto;
    }

    .c-footer__container {
        text-align: center;
    }

    .c-footer__logo {
        display: block;
        margin-bottom: 15px;
    }

    .c-footer__nav {
        margin-bottom: 20px;
    }

    #header-comparador-sticky-wrapper.is-sticky .c-list-4__img, .c-header__btns {
        display: none;
    }

    .c-slider-1 .slick-arrow {
        display: none !important;
    }

    .c-slider-1 .slick-dots {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .c-slider-1__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-slider-1__col:first-child {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
    }

    .c-slider-1__col:last-child {
        margin-bottom: 40px;
    }

    .c-slider-1__box {
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .c-block-6 {
        padding-bottom: 1px;
    }

    .c-list-4 .jscroll-added, .c-list-4 .jscroll-inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .c-list-4--list .c-list-4__icons-grid {
        display: -ms-flexbox;
        display: flex;
    }

    .c-list-4--list .c-list-4__icons-list, .c-list-4__btn-add span {
        display: none;
    }

    .c-list-4__btn-add .icon-iz-v2 {
        margin-right: 0;
    }

    .c-table-1__header-2 {
        padding-left: 15px;
    }
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@media only screen and (max-width:480px) {
    .o-btn-cerrar {
        top: -35px;
        left: 50%;
        margin-left: -1.25rem;
        right: auto;
    }

    .c-block-2__card {
        padding-left: 80px;
    }

    .c-list-3--v2 .c-list-3__item {
        margin-bottom: 30px;
    }

    .c-list-3--v2 .c-list-3__item:last-child {
        margin-bottom: 0;
    }

    #header-comparador-sticky-wrapper.is-sticky .c-list-4__brand {
        display: none;
    }

    #header-comparador-sticky-wrapper.is-sticky .c-list-4__data {
        margin-bottom: 5px;
    }

    .c-list-4__icons-grid--v2>* {
        padding: 5px;
    }

    .c-list4__close {
        font-size: 1.6rem;
    }

    .c-list-8--v2 li a {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
    }

    .c-list-9__item {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    .c-list-10__item {
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    .c-nav-5__col {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-nav-5__col-center {
        display: none;
    }

    .c-popup, .c-popup--md-1, .c-popup--md-2, .c-popup--small-1 {
        width: 90%;
    }

    .c-slider-1__p {
        font-size: 1.5rem;
    }

    .c-table-1__header {
        padding-left: 15px;
    }

    .c-table-1__item:nth-child(2n) {
        background: #243160;
    }

    .c-table-1__item-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }
}

@media only screen and (max-width:400px) {
    .c-list-9__btns--v2>* .icon-iz-v2 {
        display: none;
    }
}

@media only screen and (max-width:380px) {
    .c-popup, .c-popup--md-1, .c-popup--md-2, .c-popup--small-1 {
        width: 100%;
    }
}

@media only screen and (max-width:350px) {
    .c-nav-1--v2 li:first-child {
        display: none;
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important;
    }
}

/*# sourceMappingURL=global.css.map */
