﻿/*! core.scss | Nephos | CSS Ninja */ /*! _theme-default.scss | Nephos | CSS Ninja */ /*! _base.scss | Nephos | CSS Ninja */
const {
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #b69148;
}
/*! _colors.scss | Nephos | CSS Ninja */ /*! _fonts.scss | Nephos | CSS Ninja */ /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file-cta,
.file-name,
.select select,
.textarea,
.input,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
}

    .pagination-previous:focus,
    .pagination-next:focus,
    .pagination-link:focus,
    .pagination-ellipsis:focus,
    .file-cta:focus,
    .file-name:focus,
    .select select:focus,
    .textarea:focus,
    .input:focus,
    .button:focus,
    .is-focused.pagination-previous,
    .is-focused.pagination-next,
    .is-focused.pagination-link,
    .is-focused.pagination-ellipsis,
    .is-focused.file-cta,
    .is-focused.file-name,
    .select select.is-focused,
    .is-focused.textarea,
    .is-focused.input,
    .is-focused.button,
    .pagination-previous:active,
    .pagination-next:active,
    .pagination-link:active,
    .pagination-ellipsis:active,
    .file-cta:active,
    .file-name:active,
    .select select:active,
    .textarea:active,
    .input:active,
    .button:active,
    .is-active.pagination-previous,
    .is-active.pagination-next,
    .is-active.pagination-link,
    .is-active.pagination-ellipsis,
    .is-active.file-cta,
    .is-active.file-name,
    .select select.is-active,
    .is-active.textarea,
    .is-active.input,
    .is-active.button {
        outline: none;
    }

    [disabled].pagination-previous,
    [disabled].pagination-next,
    [disabled].pagination-link,
    [disabled].pagination-ellipsis,
    [disabled].file-cta,
    [disabled].file-name,
    .select select[disabled],
    [disabled].textarea,
    [disabled].input,
    [disabled].button,
    fieldset[disabled] .pagination-previous,
    fieldset[disabled] .pagination-next,
    fieldset[disabled] .pagination-link,
    fieldset[disabled] .pagination-ellipsis,
    fieldset[disabled] .file-cta,
    fieldset[disabled] .file-name,
    fieldset[disabled] .select select,
    .select fieldset[disabled] select,
    fieldset[disabled] .textarea,
    fieldset[disabled] .input,
    fieldset[disabled] .button {
        cursor: not-allowed;
    }

.is-unselectable,
.tabs,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.breadcrumb,
.file,
.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
}

.tabs:not(:last-child),
.pagination:not(:last-child),
.message:not(:last-child),
.level:not(:last-child),
.breadcrumb:not(:last-child),
.block:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.progress:not(:last-child),
.notification:not(:last-child),
.content:not(:last-child),
.box:not(:last-child) {
    margin-bottom: 1.5rem;
}

.modal-close,
.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
}

    .modal-close::before,
    .delete::before,
    .modal-close::after,
    .delete::after {
        background-color: #fff;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .modal-close::before,
    .delete::before {
        height: 2px;
        width: 50%;
    }

    .modal-close::after,
    .delete::after {
        height: 50%;
        width: 2px;
    }

    .modal-close:hover,
    .delete:hover,
    .modal-close:focus,
    .delete:focus {
        background-color: rgba(10, 10, 10, 0.3);
    }

    .modal-close:active,
    .delete:active {
        background-color: rgba(10, 10, 10, 0.4);
    }

.is-small.modal-close,
.is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}

.is-medium.modal-close,
.is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}

.is-large.modal-close,
.is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}

.control.is-loading::after,
.select.is-loading::after,
.loader,
.button.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.hero-video,
.is-overlay,
.modal-background,
.modal,
.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

    td:not([align]),
    th:not([align]) {
        text-align: inherit;
    }

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #b69148;
    cursor: pointer;
    text-decoration: none;
}

    a strong {
        color: currentColor;
    }

    a:hover {
        color: #363636;
    }

code {
    background-color: #f5f5f5;
    color: #ee0001;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

img {
    height: auto;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

small {
    font-size: 0.875em;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    color: #363636;
    font-weight: 700;
}

fieldset {
    border: none;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

    pre code {
        background-color: rgba(0, 0, 0, 0);
        color: currentColor;
        font-size: 1em;
        padding: 0;
    }

table td,
table th {
    vertical-align: top;
}

    table td:not([align]),
    table th:not([align]) {
        text-align: inherit;
    }

table th {
    color: #363636;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}

a.box:hover,
a.box:focus {
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #039be5;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #039be5;
}

a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #039be5;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #039be5;
}

.button {
    background-color: #ffffff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
}

    .button strong {
        color: inherit;
    }

    .button .icon,
    .button .icon.is-small,
    .button .icon.is-medium,
    .button .icon.is-large {
        height: 1.5em;
        width: 1.5em;
    }

        .button .icon:first-child:not(:last-child) {
            margin-left: calc(-0.5em - 1px);
            margin-right: 0.25em;
        }

        .button .icon:last-child:not(:first-child) {
            margin-left: 0.25em;
            margin-right: calc(-0.5em - 1px);
        }

        .button .icon:first-child:last-child {
            margin-left: calc(-0.5em - 1px);
            margin-right: calc(-0.5em - 1px);
        }

    .button:hover,
    .button.is-hovered {
        border-color: #b5b5b5;
        color: #363636;
    }

    .button:focus,
    .button.is-focused {
        border-color: #039be5;
        color: #363636;
    }

        .button:focus:not(:active),
        .button.is-focused:not(:active) {
            -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
            box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
        }

    .button:active,
    .button.is-active {
        border-color: #4a4a4a;
        color: #363636;
    }

    .button.is-text {
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
        color: #4a4a4a;
        text-decoration: underline;
    }

        .button.is-text:hover,
        .button.is-text.is-hovered,
        .button.is-text:focus,
        .button.is-text.is-focused {
            background-color: #f5f5f5;
            color: #363636;
        }

        .button.is-text:active,
        .button.is-text.is-active {
            background-color: #e8e8e8;
            color: #363636;
        }

        .button.is-text[disabled],
        fieldset[disabled] .button.is-text {
            background-color: rgba(0, 0, 0, 0);
            border-color: rgba(0, 0, 0, 0);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .button.is-ghost {
        background: none;
        border-color: rgba(0, 0, 0, 0);
        color: #039be5;
        text-decoration: none;
    }

        .button.is-ghost:hover,
        .button.is-ghost.is-hovered {
            color: #039be5;
            text-decoration: underline;
        }

    .button.is-white {
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0);
        color: #0a0a0a;
    }

        .button.is-white:hover,
        .button.is-white.is-hovered {
            background-color: #f9f9f9;
            border-color: rgba(0, 0, 0, 0);
            color: #0a0a0a;
        }

        .button.is-white:focus,
        .button.is-white.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #0a0a0a;
        }

            .button.is-white:focus:not(:active),
            .button.is-white.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
                box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
            }

        .button.is-white:active,
        .button.is-white.is-active {
            background-color: #f2f2f2;
            border-color: rgba(0, 0, 0, 0);
            color: #0a0a0a;
        }

        .button.is-white[disabled],
        fieldset[disabled] .button.is-white {
            background-color: #fff;
            border-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-white.is-inverted {
            background-color: #0a0a0a;
            color: #fff;
        }

            .button.is-white.is-inverted:hover,
            .button.is-white.is-inverted.is-hovered {
                background-color: #000;
            }

            .button.is-white.is-inverted[disabled],
            fieldset[disabled] .button.is-white.is-inverted {
                background-color: #0a0a0a;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-white.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
        }

        .button.is-white.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-white.is-outlined:hover,
            .button.is-white.is-outlined.is-hovered,
            .button.is-white.is-outlined:focus,
            .button.is-white.is-outlined.is-focused {
                background-color: #fff;
                border-color: #fff;
                color: #0a0a0a;
            }

            .button.is-white.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-white.is-outlined.is-loading:hover::after,
            .button.is-white.is-outlined.is-loading.is-hovered::after,
            .button.is-white.is-outlined.is-loading:focus::after,
            .button.is-white.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
            }

            .button.is-white.is-outlined[disabled],
            fieldset[disabled] .button.is-white.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-white.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #0a0a0a;
            color: #0a0a0a;
        }

            .button.is-white.is-inverted.is-outlined:hover,
            .button.is-white.is-inverted.is-outlined.is-hovered,
            .button.is-white.is-inverted.is-outlined:focus,
            .button.is-white.is-inverted.is-outlined.is-focused {
                background-color: #0a0a0a;
                color: #fff;
            }

            .button.is-white.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-white.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-white.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-white.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #0a0a0a;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #0a0a0a;
            }

    .button.is-black {
        background-color: #0a0a0a;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-black:hover,
        .button.is-black.is-hovered {
            background-color: #040404;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-black:focus,
        .button.is-black.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-black:focus:not(:active),
            .button.is-black.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
                box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
            }

        .button.is-black:active,
        .button.is-black.is-active {
            background-color: #000;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-black[disabled],
        fieldset[disabled] .button.is-black {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-black.is-inverted {
            background-color: #fff;
            color: #0a0a0a;
        }

            .button.is-black.is-inverted:hover,
            .button.is-black.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-black.is-inverted[disabled],
            fieldset[disabled] .button.is-black.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #0a0a0a;
            }

        .button.is-black.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-black.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #0a0a0a;
            color: #0a0a0a;
        }

            .button.is-black.is-outlined:hover,
            .button.is-black.is-outlined.is-hovered,
            .button.is-black.is-outlined:focus,
            .button.is-black.is-outlined.is-focused {
                background-color: #0a0a0a;
                border-color: #0a0a0a;
                color: #fff;
            }

            .button.is-black.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
            }

            .button.is-black.is-outlined.is-loading:hover::after,
            .button.is-black.is-outlined.is-loading.is-hovered::after,
            .button.is-black.is-outlined.is-loading:focus::after,
            .button.is-black.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-black.is-outlined[disabled],
            fieldset[disabled] .button.is-black.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #0a0a0a;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #0a0a0a;
            }

        .button.is-black.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-black.is-inverted.is-outlined:hover,
            .button.is-black.is-inverted.is-outlined.is-hovered,
            .button.is-black.is-inverted.is-outlined:focus,
            .button.is-black.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #0a0a0a;
            }

            .button.is-black.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-black.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
            }

            .button.is-black.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-black.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

    .button.is-light {
        background-color: #f5f5f5;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

        .button.is-light:hover,
        .button.is-light.is-hovered {
            background-color: #eee;
            border-color: rgba(0, 0, 0, 0);
            color: rgba(0, 0, 0, 0.7);
        }

        .button.is-light:focus,
        .button.is-light.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: rgba(0, 0, 0, 0.7);
        }

            .button.is-light:focus:not(:active),
            .button.is-light.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
                box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
            }

        .button.is-light:active,
        .button.is-light.is-active {
            background-color: #e8e8e8;
            border-color: rgba(0, 0, 0, 0);
            color: rgba(0, 0, 0, 0.7);
        }

        .button.is-light[disabled],
        fieldset[disabled] .button.is-light {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-light.is-inverted {
            background-color: rgba(0, 0, 0, 0.7);
            color: #f5f5f5;
        }

            .button.is-light.is-inverted:hover,
            .button.is-light.is-inverted.is-hovered {
                background-color: rgba(0, 0, 0, 0.7);
            }

            .button.is-light.is-inverted[disabled],
            fieldset[disabled] .button.is-light.is-inverted {
                background-color: rgba(0, 0, 0, 0.7);
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #f5f5f5;
            }

        .button.is-light.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
        }

        .button.is-light.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #f5f5f5;
            color: #f5f5f5;
        }

            .button.is-light.is-outlined:hover,
            .button.is-light.is-outlined.is-hovered,
            .button.is-light.is-outlined:focus,
            .button.is-light.is-outlined.is-focused {
                background-color: #f5f5f5;
                border-color: #f5f5f5;
                color: rgba(0, 0, 0, 0.7);
            }

            .button.is-light.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5 #f5f5f5 !important;
            }

            .button.is-light.is-outlined.is-loading:hover::after,
            .button.is-light.is-outlined.is-loading.is-hovered::after,
            .button.is-light.is-outlined.is-loading:focus::after,
            .button.is-light.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
            }

            .button.is-light.is-outlined[disabled],
            fieldset[disabled] .button.is-light.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #f5f5f5;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #f5f5f5;
            }

        .button.is-light.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: rgba(0, 0, 0, 0.7);
            color: rgba(0, 0, 0, 0.7);
        }

            .button.is-light.is-inverted.is-outlined:hover,
            .button.is-light.is-inverted.is-outlined.is-hovered,
            .button.is-light.is-inverted.is-outlined:focus,
            .button.is-light.is-inverted.is-outlined.is-focused {
                background-color: rgba(0, 0, 0, 0.7);
                color: #f5f5f5;
            }

            .button.is-light.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-light.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5 #f5f5f5 !important;
            }

            .button.is-light.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-light.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: rgba(0, 0, 0, 0.7);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: rgba(0, 0, 0, 0.7);
            }

    .button.is-dark {
        background-color: #363636;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-dark:hover,
        .button.is-dark.is-hovered {
            background-color: #2f2f2f;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-dark:focus,
        .button.is-dark.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-dark:focus:not(:active),
            .button.is-dark.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
                box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
            }

        .button.is-dark:active,
        .button.is-dark.is-active {
            background-color: #292929;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-dark[disabled],
        fieldset[disabled] .button.is-dark {
            background-color: #363636;
            border-color: #363636;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-dark.is-inverted {
            background-color: #fff;
            color: #363636;
        }

            .button.is-dark.is-inverted:hover,
            .button.is-dark.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-dark.is-inverted[disabled],
            fieldset[disabled] .button.is-dark.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #363636;
            }

        .button.is-dark.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-dark.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #363636;
            color: #363636;
        }

            .button.is-dark.is-outlined:hover,
            .button.is-dark.is-outlined.is-hovered,
            .button.is-dark.is-outlined:focus,
            .button.is-dark.is-outlined.is-focused {
                background-color: #363636;
                border-color: #363636;
                color: #fff;
            }

            .button.is-dark.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #363636 #363636 !important;
            }

            .button.is-dark.is-outlined.is-loading:hover::after,
            .button.is-dark.is-outlined.is-loading.is-hovered::after,
            .button.is-dark.is-outlined.is-loading:focus::after,
            .button.is-dark.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-dark.is-outlined[disabled],
            fieldset[disabled] .button.is-dark.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #363636;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #363636;
            }

        .button.is-dark.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-dark.is-inverted.is-outlined:hover,
            .button.is-dark.is-inverted.is-outlined.is-hovered,
            .button.is-dark.is-inverted.is-outlined:focus,
            .button.is-dark.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #363636;
            }

            .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #363636 #363636 !important;
            }

            .button.is-dark.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

    .button.is-primary {
        background-color: #b69148;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-primary:hover,
        .button.is-primary.is-hovered {
            background-color: #0021f2;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-primary:focus,
        .button.is-primary.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-primary:focus:not(:active),
            .button.is-primary.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(0, 35, 255, 0.25);
                box-shadow: 0 0 0 0.125em rgba(0, 35, 255, 0.25);
            }

        .button.is-primary:active,
        .button.is-primary.is-active {
            background-color: #0020e6;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-primary[disabled],
        fieldset[disabled] .button.is-primary {
            background-color: #b69148;
            border-color: #b69148;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-primary.is-inverted {
            background-color: #fff;
            color: #b69148;
        }

            .button.is-primary.is-inverted:hover,
            .button.is-primary.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-primary.is-inverted[disabled],
            fieldset[disabled] .button.is-primary.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #b69148;
            }

        .button.is-primary.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-primary.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #b69148;
            color: #b69148;
        }

            .button.is-primary.is-outlined:hover,
            .button.is-primary.is-outlined.is-hovered,
            .button.is-primary.is-outlined:focus,
            .button.is-primary.is-outlined.is-focused {
                background-color: #b69148;
                border-color: #b69148;
                color: #fff;
            }

            .button.is-primary.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b69148 #b69148 !important;
            }

            .button.is-primary.is-outlined.is-loading:hover::after,
            .button.is-primary.is-outlined.is-loading.is-hovered::after,
            .button.is-primary.is-outlined.is-loading:focus::after,
            .button.is-primary.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-primary.is-outlined[disabled],
            fieldset[disabled] .button.is-primary.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #b69148;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #b69148;
            }

        .button.is-primary.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-primary.is-inverted.is-outlined:hover,
            .button.is-primary.is-inverted.is-outlined.is-hovered,
            .button.is-primary.is-inverted.is-outlined:focus,
            .button.is-primary.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #b69148;
            }

            .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b69148 #b69148 !important;
            }

            .button.is-primary.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-primary.is-light {
            background-color: #ebedff;
            color: #0a2cff;
        }

            .button.is-primary.is-light:hover,
            .button.is-primary.is-light.is-hovered {
                background-color: #dee2ff;
                border-color: rgba(0, 0, 0, 0);
                color: #0a2cff;
            }

            .button.is-primary.is-light:active,
            .button.is-primary.is-light.is-active {
                background-color: #d1d7ff;
                border-color: rgba(0, 0, 0, 0);
                color: #0a2cff;
            }

    .button.is-link {
        background-color: #039be5;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-link:hover,
        .button.is-link.is-hovered {
            background-color: #0392d8;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-link:focus,
        .button.is-link.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-link:focus:not(:active),
            .button.is-link.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
                box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
            }

        .button.is-link:active,
        .button.is-link.is-active {
            background-color: #038acc;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-link[disabled],
        fieldset[disabled] .button.is-link {
            background-color: #039be5;
            border-color: #039be5;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-link.is-inverted {
            background-color: #fff;
            color: #039be5;
        }

            .button.is-link.is-inverted:hover,
            .button.is-link.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-link.is-inverted[disabled],
            fieldset[disabled] .button.is-link.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5;
            }

        .button.is-link.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-link.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #039be5;
            color: #039be5;
        }

            .button.is-link.is-outlined:hover,
            .button.is-link.is-outlined.is-hovered,
            .button.is-link.is-outlined:focus,
            .button.is-link.is-outlined.is-focused {
                background-color: #039be5;
                border-color: #039be5;
                color: #fff;
            }

            .button.is-link.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
            }

            .button.is-link.is-outlined.is-loading:hover::after,
            .button.is-link.is-outlined.is-loading.is-hovered::after,
            .button.is-link.is-outlined.is-loading:focus::after,
            .button.is-link.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-link.is-outlined[disabled],
            fieldset[disabled] .button.is-link.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #039be5;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #039be5;
            }

        .button.is-link.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-link.is-inverted.is-outlined:hover,
            .button.is-link.is-inverted.is-outlined.is-hovered,
            .button.is-link.is-inverted.is-outlined:focus,
            .button.is-link.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #039be5;
            }

            .button.is-link.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-link.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
            }

            .button.is-link.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-link.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-link.is-light {
            background-color: #ebf8ff;
            color: #0385c4;
        }

            .button.is-link.is-light:hover,
            .button.is-link.is-light.is-hovered {
                background-color: #def4ff;
                border-color: rgba(0, 0, 0, 0);
                color: #0385c4;
            }

            .button.is-link.is-light:active,
            .button.is-link.is-light.is-active {
                background-color: #d2f0fe;
                border-color: rgba(0, 0, 0, 0);
                color: #0385c4;
            }

    .button.is-info {
        background-color: #3e8ed0;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-info:hover,
        .button.is-info.is-hovered {
            background-color: #3488ce;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-info:focus,
        .button.is-info.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-info:focus:not(:active),
            .button.is-info.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
                box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
            }

        .button.is-info:active,
        .button.is-info.is-active {
            background-color: #3082c5;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-info[disabled],
        fieldset[disabled] .button.is-info {
            background-color: #3e8ed0;
            border-color: #3e8ed0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-info.is-inverted {
            background-color: #fff;
            color: #3e8ed0;
        }

            .button.is-info.is-inverted:hover,
            .button.is-info.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-info.is-inverted[disabled],
            fieldset[disabled] .button.is-info.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #3e8ed0;
            }

        .button.is-info.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-info.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #3e8ed0;
            color: #3e8ed0;
        }

            .button.is-info.is-outlined:hover,
            .button.is-info.is-outlined.is-hovered,
            .button.is-info.is-outlined:focus,
            .button.is-info.is-outlined.is-focused {
                background-color: #3e8ed0;
                border-color: #3e8ed0;
                color: #fff;
            }

            .button.is-info.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3e8ed0 #3e8ed0 !important;
            }

            .button.is-info.is-outlined.is-loading:hover::after,
            .button.is-info.is-outlined.is-loading.is-hovered::after,
            .button.is-info.is-outlined.is-loading:focus::after,
            .button.is-info.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-info.is-outlined[disabled],
            fieldset[disabled] .button.is-info.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #3e8ed0;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #3e8ed0;
            }

        .button.is-info.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-info.is-inverted.is-outlined:hover,
            .button.is-info.is-inverted.is-outlined.is-hovered,
            .button.is-info.is-inverted.is-outlined:focus,
            .button.is-info.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #3e8ed0;
            }

            .button.is-info.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-info.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3e8ed0 #3e8ed0 !important;
            }

            .button.is-info.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-info.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-info.is-light {
            background-color: #eff5fb;
            color: #296fa8;
        }

            .button.is-info.is-light:hover,
            .button.is-info.is-light.is-hovered {
                background-color: #e4eff9;
                border-color: rgba(0, 0, 0, 0);
                color: #296fa8;
            }

            .button.is-info.is-light:active,
            .button.is-info.is-light.is-active {
                background-color: #dae9f6;
                border-color: rgba(0, 0, 0, 0);
                color: #296fa8;
            }

    .button.is-success {
        background-color: #00b289;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-success:hover,
        .button.is-success.is-hovered {
            background-color: #00a57f;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-success:focus,
        .button.is-success.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-success:focus:not(:active),
            .button.is-success.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 137, 0.25);
                box-shadow: 0 0 0 0.125em rgba(0, 178, 137, 0.25);
            }

        .button.is-success:active,
        .button.is-success.is-active {
            background-color: #009975;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-success[disabled],
        fieldset[disabled] .button.is-success {
            background-color: #00b289;
            border-color: #00b289;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-success.is-inverted {
            background-color: #fff;
            color: #00b289;
        }

            .button.is-success.is-inverted:hover,
            .button.is-success.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-success.is-inverted[disabled],
            fieldset[disabled] .button.is-success.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #00b289;
            }

        .button.is-success.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-success.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #00b289;
            color: #00b289;
        }

            .button.is-success.is-outlined:hover,
            .button.is-success.is-outlined.is-hovered,
            .button.is-success.is-outlined:focus,
            .button.is-success.is-outlined.is-focused {
                background-color: #00b289;
                border-color: #00b289;
                color: #fff;
            }

            .button.is-success.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00b289 #00b289 !important;
            }

            .button.is-success.is-outlined.is-loading:hover::after,
            .button.is-success.is-outlined.is-loading.is-hovered::after,
            .button.is-success.is-outlined.is-loading:focus::after,
            .button.is-success.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-success.is-outlined[disabled],
            fieldset[disabled] .button.is-success.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #00b289;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #00b289;
            }

        .button.is-success.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-success.is-inverted.is-outlined:hover,
            .button.is-success.is-inverted.is-outlined.is-hovered,
            .button.is-success.is-inverted.is-outlined:focus,
            .button.is-success.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #00b289;
            }

            .button.is-success.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-success.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00b289 #00b289 !important;
            }

            .button.is-success.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-success.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-success.is-light {
            background-color: #ebfffa;
            color: #00bd91;
        }

            .button.is-success.is-light:hover,
            .button.is-success.is-light.is-hovered {
                background-color: #defff7;
                border-color: rgba(0, 0, 0, 0);
                color: #00bd91;
            }

            .button.is-success.is-light:active,
            .button.is-success.is-light.is-active {
                background-color: #d1fff4;
                border-color: rgba(0, 0, 0, 0);
                color: #00bd91;
            }

    .button.is-warning {
        background-color: #ffe08a;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

        .button.is-warning:hover,
        .button.is-warning.is-hovered {
            background-color: #ffdc7d;
            border-color: rgba(0, 0, 0, 0);
            color: rgba(0, 0, 0, 0.7);
        }

        .button.is-warning:focus,
        .button.is-warning.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: rgba(0, 0, 0, 0.7);
        }

            .button.is-warning:focus:not(:active),
            .button.is-warning.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
                box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
            }

        .button.is-warning:active,
        .button.is-warning.is-active {
            background-color: #ffd970;
            border-color: rgba(0, 0, 0, 0);
            color: rgba(0, 0, 0, 0.7);
        }

        .button.is-warning[disabled],
        fieldset[disabled] .button.is-warning {
            background-color: #ffe08a;
            border-color: #ffe08a;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-warning.is-inverted {
            background-color: rgba(0, 0, 0, 0.7);
            color: #ffe08a;
        }

            .button.is-warning.is-inverted:hover,
            .button.is-warning.is-inverted.is-hovered {
                background-color: rgba(0, 0, 0, 0.7);
            }

            .button.is-warning.is-inverted[disabled],
            fieldset[disabled] .button.is-warning.is-inverted {
                background-color: rgba(0, 0, 0, 0.7);
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #ffe08a;
            }

        .button.is-warning.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
        }

        .button.is-warning.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #ffe08a;
            color: #ffe08a;
        }

            .button.is-warning.is-outlined:hover,
            .button.is-warning.is-outlined.is-hovered,
            .button.is-warning.is-outlined:focus,
            .button.is-warning.is-outlined.is-focused {
                background-color: #ffe08a;
                border-color: #ffe08a;
                color: rgba(0, 0, 0, 0.7);
            }

            .button.is-warning.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffe08a #ffe08a !important;
            }

            .button.is-warning.is-outlined.is-loading:hover::after,
            .button.is-warning.is-outlined.is-loading.is-hovered::after,
            .button.is-warning.is-outlined.is-loading:focus::after,
            .button.is-warning.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
            }

            .button.is-warning.is-outlined[disabled],
            fieldset[disabled] .button.is-warning.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #ffe08a;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #ffe08a;
            }

        .button.is-warning.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: rgba(0, 0, 0, 0.7);
            color: rgba(0, 0, 0, 0.7);
        }

            .button.is-warning.is-inverted.is-outlined:hover,
            .button.is-warning.is-inverted.is-outlined.is-hovered,
            .button.is-warning.is-inverted.is-outlined:focus,
            .button.is-warning.is-inverted.is-outlined.is-focused {
                background-color: rgba(0, 0, 0, 0.7);
                color: #ffe08a;
            }

            .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffe08a #ffe08a !important;
            }

            .button.is-warning.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: rgba(0, 0, 0, 0.7);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: rgba(0, 0, 0, 0.7);
            }

        .button.is-warning.is-light {
            background-color: #fffaeb;
            color: #946c00;
        }

            .button.is-warning.is-light:hover,
            .button.is-warning.is-light.is-hovered {
                background-color: #fff6de;
                border-color: rgba(0, 0, 0, 0);
                color: #946c00;
            }

            .button.is-warning.is-light:active,
            .button.is-warning.is-light.is-active {
                background-color: #fff3d1;
                border-color: rgba(0, 0, 0, 0);
                color: #946c00;
            }

    .button.is-danger {
        background-color: #ff3b3c;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

        .button.is-danger:hover,
        .button.is-danger.is-hovered {
            background-color: #ff2e2f;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-danger:focus,
        .button.is-danger.is-focused {
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

            .button.is-danger:focus:not(:active),
            .button.is-danger.is-focused:not(:active) {
                -webkit-box-shadow: 0 0 0 0.125em rgba(255, 59, 60, 0.25);
                box-shadow: 0 0 0 0.125em rgba(255, 59, 60, 0.25);
            }

        .button.is-danger:active,
        .button.is-danger.is-active {
            background-color: #ff2223;
            border-color: rgba(0, 0, 0, 0);
            color: #fff;
        }

        .button.is-danger[disabled],
        fieldset[disabled] .button.is-danger {
            background-color: #ff3b3c;
            border-color: #ff3b3c;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .button.is-danger.is-inverted {
            background-color: #fff;
            color: #ff3b3c;
        }

            .button.is-danger.is-inverted:hover,
            .button.is-danger.is-inverted.is-hovered {
                background-color: #f2f2f2;
            }

            .button.is-danger.is-inverted[disabled],
            fieldset[disabled] .button.is-danger.is-inverted {
                background-color: #fff;
                border-color: rgba(0, 0, 0, 0);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #ff3b3c;
            }

        .button.is-danger.is-loading::after {
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
        }

        .button.is-danger.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #ff3b3c;
            color: #ff3b3c;
        }

            .button.is-danger.is-outlined:hover,
            .button.is-danger.is-outlined.is-hovered,
            .button.is-danger.is-outlined:focus,
            .button.is-danger.is-outlined.is-focused {
                background-color: #ff3b3c;
                border-color: #ff3b3c;
                color: #fff;
            }

            .button.is-danger.is-outlined.is-loading::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff3b3c #ff3b3c !important;
            }

            .button.is-danger.is-outlined.is-loading:hover::after,
            .button.is-danger.is-outlined.is-loading.is-hovered::after,
            .button.is-danger.is-outlined.is-loading:focus::after,
            .button.is-danger.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
            }

            .button.is-danger.is-outlined[disabled],
            fieldset[disabled] .button.is-danger.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #ff3b3c;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #ff3b3c;
            }

        .button.is-danger.is-inverted.is-outlined {
            background-color: rgba(0, 0, 0, 0);
            border-color: #fff;
            color: #fff;
        }

            .button.is-danger.is-inverted.is-outlined:hover,
            .button.is-danger.is-inverted.is-outlined.is-hovered,
            .button.is-danger.is-inverted.is-outlined:focus,
            .button.is-danger.is-inverted.is-outlined.is-focused {
                background-color: #fff;
                color: #ff3b3c;
            }

            .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
            .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
            .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
            .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
                border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff3b3c #ff3b3c !important;
            }

            .button.is-danger.is-inverted.is-outlined[disabled],
            fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #fff;
            }

        .button.is-danger.is-light {
            background-color: #ffebeb;
            color: #db0001;
        }

            .button.is-danger.is-light:hover,
            .button.is-danger.is-light.is-hovered {
                background-color: #ffdede;
                border-color: rgba(0, 0, 0, 0);
                color: #db0001;
            }

            .button.is-danger.is-light:active,
            .button.is-danger.is-light.is-active {
                background-color: #ffd1d1;
                border-color: rgba(0, 0, 0, 0);
                color: #db0001;
            }

    .button.is-small {
        font-size: 0.75rem;
    }

        .button.is-small:not(.is-rounded) {
            border-radius: 2px;
        }

    .button.is-normal {
        font-size: 1rem;
    }

    .button.is-medium {
        font-size: 1.25rem;
    }

    .button.is-large {
        font-size: 1.5rem;
    }

    .button[disabled],
    fieldset[disabled] .button {
        background-color: #fff;
        border-color: #dbdbdb;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.5;
    }

    .button.is-fullwidth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .button.is-loading {
        color: rgba(0, 0, 0, 0) !important;
        pointer-events: none;
    }

        .button.is-loading::after {
            position: absolute;
            left: calc(50% - (1em * 0.5));
            top: calc(50% - (1em * 0.5));
            position: absolute !important;
        }

    .button.is-static {
        background-color: #f5f5f5;
        border-color: #dbdbdb;
        color: #7a7a7a;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
    }

    .button.is-rounded {
        border-radius: 9999px;
        padding-left: calc(1em + 0.25em);
        padding-right: calc(1em + 0.25em);
    }

.buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .buttons .button {
        margin-bottom: 0.5rem;
    }

        .buttons .button:not(:last-child):not(.is-fullwidth) {
            margin-right: 0.5rem;
        }

    .buttons:last-child {
        margin-bottom: -0.5rem;
    }

    .buttons:not(:last-child) {
        margin-bottom: 1rem;
    }

    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
        font-size: 0.75rem;
    }

        .buttons.are-small
        .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
            border-radius: 2px;
        }

    .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
        font-size: 1.25rem;
    }

    .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
        font-size: 1.5rem;
    }

    .buttons.has-addons .button:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .buttons.has-addons .button:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        margin-right: -1px;
    }

    .buttons.has-addons .button:last-child {
        margin-right: 0;
    }

    .buttons.has-addons .button:hover,
    .buttons.has-addons .button.is-hovered {
        z-index: 2;
    }

    .buttons.has-addons .button:focus,
    .buttons.has-addons .button.is-focused,
    .buttons.has-addons .button:active,
    .buttons.has-addons .button.is-active,
    .buttons.has-addons .button.is-selected {
        z-index: 3;
    }

        .buttons.has-addons .button:focus:hover,
        .buttons.has-addons .button.is-focused:hover,
        .buttons.has-addons .button:active:hover,
        .buttons.has-addons .button.is-active:hover,
        .buttons.has-addons .button.is-selected:hover {
            z-index: 4;
        }

    .buttons.has-addons .button.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .buttons.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

    .buttons.is-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

@media screen and (max-width: 768px) {
    .button.is-responsive.is-small {
        font-size: 0.5625rem;
    }

    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: 0.65625rem;
    }

        .button.is-responsive.is-medium {
            font-size: 0.75rem;
        }

        .button.is-responsive.is-large {
            font-size: 1rem;
        }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .button.is-responsive.is-small {
        font-size: 0.65625rem;
    }

    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: 0.75rem;
    }

        .button.is-responsive.is-medium {
            font-size: 1rem;
        }

        .button.is-responsive.is-large {
            font-size: 1.25rem;
        }
}

.container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}

    .container.is-fluid {
        max-width: none !important;
        padding-left: 32px;
        padding-right: 32px;
        width: 100%;
    }

@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1152px;
    }
}

@media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px;
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px;
    }
}

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px;
    }
}

.content li + li {
    margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
    margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
}

.content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

    .content h1:not(:first-child) {
        margin-top: 1em;
    }

.content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em;
}

    .content h2:not(:first-child) {
        margin-top: 1.1428em;
    }

.content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em;
}

    .content h3:not(:first-child) {
        margin-top: 1.3333em;
    }

.content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em;
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em;
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

    .content ol:not([type]) {
        list-style-type: decimal;
    }

        .content ol:not([type]).is-lower-alpha {
            list-style-type: lower-alpha;
        }

        .content ol:not([type]).is-lower-roman {
            list-style-type: lower-roman;
        }

        .content ol:not([type]).is-upper-alpha {
            list-style-type: upper-alpha;
        }

        .content ol:not([type]).is-upper-roman {
            list-style-type: upper-roman;
        }

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
}

    .content ul ul {
        list-style-type: circle;
        margin-top: 0.5em;
    }

        .content ul ul ul {
            list-style-type: square;
        }

.content dd {
    margin-left: 2em;
}

.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
}

    .content figure:not(:first-child) {
        margin-top: 2em;
    }

    .content figure:not(:last-child) {
        margin-bottom: 2em;
    }

    .content figure img {
        display: inline-block;
    }

    .content figure figcaption {
        font-style: italic;
    }

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
}

.content sup,
.content sub {
    font-size: 75%;
}

.content table {
    width: 100%;
}

    .content table td,
    .content table th {
        border: 1px solid #dbdbdb;
        border-width: 0 0 1px;
        padding: 0.5em 0.75em;
        vertical-align: top;
    }

    .content table th {
        color: #363636;
    }

        .content table th:not([align]) {
            text-align: inherit;
        }

    .content table thead td,
    .content table thead th {
        border-width: 0 0 2px;
        color: #363636;
    }

    .content table tfoot td,
    .content table tfoot th {
        border-width: 2px 0 0;
        color: #363636;
    }

    .content table tbody tr:last-child td,
    .content table tbody tr:last-child th {
        border-bottom-width: 0;
    }

.content .tabs li + li {
    margin-top: 0;
}

.content.is-small {
    font-size: 0.75rem;
}

.content.is-normal {
    font-size: 1rem;
}

.content.is-medium {
    font-size: 1.25rem;
}

.content.is-large {
    font-size: 1.5rem;
}

.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

    .icon.is-small {
        height: 1rem;
        width: 1rem;
    }

    .icon.is-medium {
        height: 2rem;
        width: 2rem;
    }

    .icon.is-large {
        height: 3rem;
        width: 3rem;
    }

.icon-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5rem;
    vertical-align: top;
}

    .icon-text .icon {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .icon-text .icon:not(:last-child) {
            margin-right: 0.25em;
        }

        .icon-text .icon:not(:first-child) {
            margin-left: 0.25em;
        }

div.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image {
    display: block;
    position: relative;
}

    .image img {
        display: block;
        height: auto;
        width: 100%;
    }

        .image img.is-rounded {
            border-radius: 9999px;
        }

    .image.is-fullwidth {
        width: 100%;
    }

    .image.is-square img,
    .image.is-square .has-ratio,
    .image.is-1by1 img,
    .image.is-1by1 .has-ratio,
    .image.is-5by4 img,
    .image.is-5by4 .has-ratio,
    .image.is-4by3 img,
    .image.is-4by3 .has-ratio,
    .image.is-3by2 img,
    .image.is-3by2 .has-ratio,
    .image.is-5by3 img,
    .image.is-5by3 .has-ratio,
    .image.is-16by9 img,
    .image.is-16by9 .has-ratio,
    .image.is-2by1 img,
    .image.is-2by1 .has-ratio,
    .image.is-3by1 img,
    .image.is-3by1 .has-ratio,
    .image.is-4by5 img,
    .image.is-4by5 .has-ratio,
    .image.is-3by4 img,
    .image.is-3by4 .has-ratio,
    .image.is-2by3 img,
    .image.is-2by3 .has-ratio,
    .image.is-3by5 img,
    .image.is-3by5 .has-ratio,
    .image.is-9by16 img,
    .image.is-9by16 .has-ratio,
    .image.is-1by2 img,
    .image.is-1by2 .has-ratio,
    .image.is-1by3 img,
    .image.is-1by3 .has-ratio {
        height: 100%;
        width: 100%;
    }

    .image.is-square,
    .image.is-1by1 {
        padding-top: 100%;
    }

    .image.is-5by4 {
        padding-top: 80%;
    }

    .image.is-4by3 {
        padding-top: 75%;
    }

    .image.is-3by2 {
        padding-top: 66.6666%;
    }

    .image.is-5by3 {
        padding-top: 60%;
    }

    .image.is-16by9 {
        padding-top: 56.25%;
    }

    .image.is-2by1 {
        padding-top: 50%;
    }

    .image.is-3by1 {
        padding-top: 33.3333%;
    }

    .image.is-4by5 {
        padding-top: 125%;
    }

    .image.is-3by4 {
        padding-top: 133.3333%;
    }

    .image.is-2by3 {
        padding-top: 150%;
    }

    .image.is-3by5 {
        padding-top: 166.6666%;
    }

    .image.is-9by16 {
        padding-top: 177.7777%;
    }

    .image.is-1by2 {
        padding-top: 200%;
    }

    .image.is-1by3 {
        padding-top: 300%;
    }

    .image.is-16x16 {
        height: 16px;
        width: 16px;
    }

    .image.is-24x24 {
        height: 24px;
        width: 24px;
    }

    .image.is-32x32 {
        height: 32px;
        width: 32px;
    }

    .image.is-48x48 {
        height: 48px;
        width: 48px;
    }

    .image.is-64x64 {
        height: 64px;
        width: 64px;
    }

    .image.is-96x96 {
        height: 96px;
        width: 96px;
    }

    .image.is-128x128 {
        height: 128px;
        width: 128px;
    }

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

    .notification a:not(.button):not(.dropdown-item) {
        color: currentColor;
        text-decoration: underline;
    }

    .notification strong {
        color: currentColor;
    }

    .notification code,
    .notification pre {
        background: #fff;
    }

        .notification pre code {
            background: rgba(0, 0, 0, 0);
        }

    .notification > .delete {
        right: 0.5rem;
        position: absolute;
        top: 0.5rem;
    }

    .notification .title,
    .notification .subtitle,
    .notification .content {
        color: currentColor;
    }

    .notification.is-white {
        background-color: #fff;
        color: #0a0a0a;
    }

    .notification.is-black {
        background-color: #0a0a0a;
        color: #fff;
    }

    .notification.is-light {
        background-color: #f5f5f5;
        color: rgba(0, 0, 0, 0.7);
    }

    .notification.is-dark {
        background-color: #363636;
        color: #fff;
    }

    .notification.is-primary {
        background-color: #b69148;
        color: #fff;
    }

        .notification.is-primary.is-light {
            background-color: #ebedff;
            color: #0a2cff;
        }

    .notification.is-link {
        background-color: #039be5;
        color: #fff;
    }

        .notification.is-link.is-light {
            background-color: #ebf8ff;
            color: #0385c4;
        }

    .notification.is-info {
        background-color: #3e8ed0;
        color: #fff;
    }

        .notification.is-info.is-light {
            background-color: #eff5fb;
            color: #296fa8;
        }

    .notification.is-success {
        background-color: #00b289;
        color: #fff;
    }

        .notification.is-success.is-light {
            background-color: #ebfffa;
            color: #00bd91;
        }

    .notification.is-warning {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7);
    }

        .notification.is-warning.is-light {
            background-color: #fffaeb;
            color: #946c00;
        }

    .notification.is-danger {
        background-color: #ff3b3c;
        color: #fff;
    }

        .notification.is-danger.is-light {
            background-color: #ffebeb;
            color: #db0001;
        }

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    .progress::-webkit-progress-bar {
        background-color: #ededed;
    }

    .progress::-webkit-progress-value {
        background-color: #4a4a4a;
    }

    .progress::-moz-progress-bar {
        background-color: #4a4a4a;
    }

    .progress::-ms-fill {
        background-color: #4a4a4a;
        border: none;
    }

    .progress.is-white::-webkit-progress-value {
        background-color: #fff;
    }

    .progress.is-white::-moz-progress-bar {
        background-color: #fff;
    }

    .progress.is-white::-ms-fill {
        background-color: #fff;
    }

    .progress.is-white:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, #fff), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient(to right, #fff 30%, hsl(0, 0%, 93%) 30%);
    }

    .progress.is-black::-webkit-progress-value {
        background-color: #0a0a0a;
    }

    .progress.is-black::-moz-progress-bar {
        background-color: #0a0a0a;
    }

    .progress.is-black::-ms-fill {
        background-color: #0a0a0a;
    }

    .progress.is-black:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, hsl(0, 0%, 4%)), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient( to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 93%) 30% );
    }

    .progress.is-light::-webkit-progress-value {
        background-color: #f5f5f5;
    }

    .progress.is-light::-moz-progress-bar {
        background-color: #f5f5f5;
    }

    .progress.is-light::-ms-fill {
        background-color: #f5f5f5;
    }

    .progress.is-light:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, hsl(0, 0%, 96%)), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient( to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30% );
    }

    .progress.is-dark::-webkit-progress-value {
        background-color: #363636;
    }

    .progress.is-dark::-moz-progress-bar {
        background-color: #363636;
    }

    .progress.is-dark::-ms-fill {
        background-color: #363636;
    }

    .progress.is-dark:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, hsl(0, 0%, 21%)), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient( to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30% );
    }

    .progress.is-primary::-webkit-progress-value {
        background-color: #b69148;
    }

    .progress.is-primary::-moz-progress-bar {
        background-color: #b69148;
    }

    .progress.is-primary::-ms-fill {
        background-color: #b69148;
    }

    .progress.is-primary:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, #b69148), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient(to right, #b69148 30%, hsl(0, 0%, 93%) 30%);
    }

    .progress.is-link::-webkit-progress-value {
        background-color: #039be5;
    }

    .progress.is-link::-moz-progress-bar {
        background-color: #039be5;
    }

    .progress.is-link::-ms-fill {
        background-color: #039be5;
    }

    .progress.is-link:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, #039be5), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient(to right, #039be5 30%, hsl(0, 0%, 93%) 30%);
    }

    .progress.is-info::-webkit-progress-value {
        background-color: #3e8ed0;
    }

    .progress.is-info::-moz-progress-bar {
        background-color: #3e8ed0;
    }

    .progress.is-info::-ms-fill {
        background-color: #3e8ed0;
    }

    .progress.is-info:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, hsl(207, 61%, 53%)), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient( to right, hsl(207, 61%, 53%) 30%, hsl(0, 0%, 93%) 30% );
    }

    .progress.is-success::-webkit-progress-value {
        background-color: #00b289;
    }

    .progress.is-success::-moz-progress-bar {
        background-color: #00b289;
    }

    .progress.is-success::-ms-fill {
        background-color: #00b289;
    }

    .progress.is-success:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, #00b289), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient(to right, #00b289 30%, hsl(0, 0%, 93%) 30%);
    }

    .progress.is-warning::-webkit-progress-value {
        background-color: #ffe08a;
    }

    .progress.is-warning::-moz-progress-bar {
        background-color: #ffe08a;
    }

    .progress.is-warning::-ms-fill {
        background-color: #ffe08a;
    }

    .progress.is-warning:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, hsl(44, 100%, 77%)), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient( to right, hsl(44, 100%, 77%) 30%, hsl(0, 0%, 93%) 30% );
    }

    .progress.is-danger::-webkit-progress-value {
        background-color: #ff3b3c;
    }

    .progress.is-danger::-moz-progress-bar {
        background-color: #ff3b3c;
    }

    .progress.is-danger::-ms-fill {
        background-color: #ff3b3c;
    }

    .progress.is-danger:indeterminate {
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, #ff3b3c), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient(to right, #ff3b3c 30%, hsl(0, 0%, 93%) 30%);
    }

    .progress:indeterminate {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: moveIndeterminate;
        animation-name: moveIndeterminate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background-color: #ededed;
        background-image: -webkit-gradient( linear, left top, right top, color-stop(30%, hsl(0, 0%, 29%)), color-stop(30%, hsl(0, 0%, 93%)) );
        background-image: linear-gradient( to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 93%) 30% );
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 150% 150%;
    }

        .progress:indeterminate::-webkit-progress-bar {
            background-color: rgba(0, 0, 0, 0);
        }

        .progress:indeterminate::-moz-progress-bar {
            background-color: rgba(0, 0, 0, 0);
        }

        .progress:indeterminate::-ms-fill {
            animation-name: none;
        }

    .progress.is-small {
        height: 0.75rem;
    }

    .progress.is-medium {
        height: 1.25rem;
    }

    .progress.is-large {
        height: 1.5rem;
    }

@-webkit-keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.table {
    background-color: #fff;
    color: #363636;
}

    .table td,
    .table th {
        border: 1px solid #dbdbdb;
        border-width: 0 0 1px;
        padding: 0.5em 0.75em;
        vertical-align: top;
    }

        .table td.is-white,
        .table th.is-white {
            background-color: #fff;
            border-color: #fff;
            color: #0a0a0a;
        }

        .table td.is-black,
        .table th.is-black {
            background-color: #0a0a0a;
            border-color: #0a0a0a;
            color: #fff;
        }

        .table td.is-light,
        .table th.is-light {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: rgba(0, 0, 0, 0.7);
        }

        .table td.is-dark,
        .table th.is-dark {
            background-color: #363636;
            border-color: #363636;
            color: #fff;
        }

        .table td.is-primary,
        .table th.is-primary {
            background-color: #b69148;
            border-color: #b69148;
            color: #fff;
        }

        .table td.is-link,
        .table th.is-link {
            background-color: #039be5;
            border-color: #039be5;
            color: #fff;
        }

        .table td.is-info,
        .table th.is-info {
            background-color: #3e8ed0;
            border-color: #3e8ed0;
            color: #fff;
        }

        .table td.is-success,
        .table th.is-success {
            background-color: #00b289;
            border-color: #00b289;
            color: #fff;
        }

        .table td.is-warning,
        .table th.is-warning {
            background-color: #ffe08a;
            border-color: #ffe08a;
            color: rgba(0, 0, 0, 0.7);
        }

        .table td.is-danger,
        .table th.is-danger {
            background-color: #ff3b3c;
            border-color: #ff3b3c;
            color: #fff;
        }

        .table td.is-narrow,
        .table th.is-narrow {
            white-space: nowrap;
            width: 1%;
        }

        .table td.is-selected,
        .table th.is-selected {
            background-color: #b69148;
            color: #fff;
        }

            .table td.is-selected a,
            .table td.is-selected strong,
            .table th.is-selected a,
            .table th.is-selected strong {
                color: currentColor;
            }

        .table td.is-vcentered,
        .table th.is-vcentered {
            vertical-align: middle;
        }

    .table th {
        color: #363636;
    }

        .table th:not([align]) {
            text-align: left;
        }

    .table tr.is-selected {
        background-color: #b69148;
        color: #fff;
    }

        .table tr.is-selected a,
        .table tr.is-selected strong {
            color: currentColor;
        }

        .table tr.is-selected td,
        .table tr.is-selected th {
            border-color: #fff;
            color: currentColor;
        }

    .table thead {
        background-color: rgba(0, 0, 0, 0);
    }

        .table thead td,
        .table thead th {
            border-width: 0 0 2px;
            color: #363636;
        }

    .table tfoot {
        background-color: rgba(0, 0, 0, 0);
    }

        .table tfoot td,
        .table tfoot th {
            border-width: 2px 0 0;
            color: #363636;
        }

    .table tbody {
        background-color: rgba(0, 0, 0, 0);
    }

        .table tbody tr:last-child td,
        .table tbody tr:last-child th {
            border-bottom-width: 0;
        }

    .table.is-bordered td,
    .table.is-bordered th {
        border-width: 1px;
    }

    .table.is-bordered tr:last-child td,
    .table.is-bordered tr:last-child th {
        border-bottom-width: 1px;
    }

    .table.is-fullwidth {
        width: 100%;
    }

    .table.is-hoverable tbody tr:not(.is-selected):hover {
        background-color: #fafafa;
    }

    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
        background-color: #fafafa;
    }

        .table.is-hoverable.is-striped
        tbody
        tr:not(.is-selected):hover:nth-child(even) {
            background-color: #f5f5f5;
        }

    .table.is-narrow td,
    .table.is-narrow th {
        padding: 0.25em 0.5em;
    }

    .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
        background-color: #fafafa;
    }

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
}

.tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .tags .tag {
        margin-bottom: 0.5rem;
    }

        .tags .tag:not(:last-child) {
            margin-right: 0.5rem;
        }

    .tags:last-child {
        margin-bottom: -0.5rem;
    }

    .tags:not(:last-child) {
        margin-bottom: 1rem;
    }

    .tags.are-medium .tag:not(.is-normal):not(.is-large) {
        font-size: 1rem;
    }

    .tags.are-large .tag:not(.is-normal):not(.is-medium) {
        font-size: 1.25rem;
    }

    .tags.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .tags.is-centered .tag {
            margin-right: 0.25rem;
            margin-left: 0.25rem;
        }

    .tags.is-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .tags.is-right .tag:not(:first-child) {
            margin-left: 0.5rem;
        }

        .tags.is-right .tag:not(:last-child) {
            margin-right: 0;
        }

    .tags.has-addons .tag {
        margin-right: 0;
    }

        .tags.has-addons .tag:not(:first-child) {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .tags.has-addons .tag:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

.tag:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

    .tag:not(body) .delete {
        margin-left: 0.25rem;
        margin-right: -0.375rem;
    }

    .tag:not(body).is-white {
        background-color: #fff;
        color: #0a0a0a;
    }

    .tag:not(body).is-black {
        background-color: #0a0a0a;
        color: #fff;
    }

    .tag:not(body).is-light {
        background-color: #f5f5f5;
        color: rgba(0, 0, 0, 0.7);
    }

    .tag:not(body).is-dark {
        background-color: #363636;
        color: #fff;
    }

    .tag:not(body).is-primary {
        background-color: #b69148;
        color: #fff;
    }

        .tag:not(body).is-primary.is-light {
            background-color: #ebedff;
            color: #0a2cff;
        }

    .tag:not(body).is-link {
        background-color: #039be5;
        color: #fff;
    }

        .tag:not(body).is-link.is-light {
            background-color: #ebf8ff;
            color: #0385c4;
        }

    .tag:not(body).is-info {
        background-color: #3e8ed0;
        color: #fff;
    }

        .tag:not(body).is-info.is-light {
            background-color: #eff5fb;
            color: #296fa8;
        }

    .tag:not(body).is-success {
        background-color: #00b289;
        color: #fff;
    }

        .tag:not(body).is-success.is-light {
            background-color: #ebfffa;
            color: #00bd91;
        }

    .tag:not(body).is-warning {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7);
    }

        .tag:not(body).is-warning.is-light {
            background-color: #fffaeb;
            color: #946c00;
        }

    .tag:not(body).is-danger {
        background-color: #ff3b3c;
        color: #fff;
    }

        .tag:not(body).is-danger.is-light {
            background-color: #ffebeb;
            color: #db0001;
        }

    .tag:not(body).is-normal {
        font-size: 0.75rem;
    }

    .tag:not(body).is-medium {
        font-size: 1rem;
    }

    .tag:not(body).is-large {
        font-size: 1.25rem;
    }

    .tag:not(body) .icon:first-child:not(:last-child) {
        margin-left: -0.375em;
        margin-right: 0.1875em;
    }

    .tag:not(body) .icon:last-child:not(:first-child) {
        margin-left: 0.1875em;
        margin-right: -0.375em;
    }

    .tag:not(body) .icon:first-child:last-child {
        margin-left: -0.375em;
        margin-right: -0.375em;
    }

    .tag:not(body).is-delete {
        margin-left: 1px;
        padding: 0;
        position: relative;
        width: 2em;
    }

        .tag:not(body).is-delete::before,
        .tag:not(body).is-delete::after {
            background-color: currentColor;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -webkit-transform-origin: center center;
            transform-origin: center center;
        }

        .tag:not(body).is-delete::before {
            height: 1px;
            width: 50%;
        }

        .tag:not(body).is-delete::after {
            height: 50%;
            width: 1px;
        }

        .tag:not(body).is-delete:hover,
        .tag:not(body).is-delete:focus {
            background-color: #e8e8e8;
        }

        .tag:not(body).is-delete:active {
            background-color: #dbdbdb;
        }

    .tag:not(body).is-rounded {
        border-radius: 9999px;
    }

a.tag:hover {
    text-decoration: underline;
}

.title,
.subtitle {
    word-break: break-word;
}

    .title em,
    .title span,
    .subtitle em,
    .subtitle span {
        font-weight: inherit;
    }

    .title sub,
    .subtitle sub {
        font-size: 0.75em;
    }

    .title sup,
    .subtitle sup {
        font-size: 0.75em;
    }

    .title .tag,
    .subtitle .tag {
        vertical-align: middle;
    }

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

    .title strong {
        color: inherit;
        font-weight: inherit;
    }

    .title:not(.is-spaced) + .subtitle {
        margin-top: -1.25rem;
    }

    .title.is-1 {
        font-size: 3rem;
    }

    .title.is-2 {
        font-size: 2.5rem;
    }

    .title.is-3 {
        font-size: 2rem;
    }

    .title.is-4 {
        font-size: 1.5rem;
    }

    .title.is-5 {
        font-size: 1.25rem;
    }

    .title.is-6 {
        font-size: 1rem;
    }

    .title.is-7 {
        font-size: 0.75rem;
    }

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

    .subtitle strong {
        color: #363636;
        font-weight: 600;
    }

    .subtitle:not(.is-spaced) + .title {
        margin-top: -1.25rem;
    }

    .subtitle.is-1 {
        font-size: 3rem;
    }

    .subtitle.is-2 {
        font-size: 2.5rem;
    }

    .subtitle.is-3 {
        font-size: 2rem;
    }

    .subtitle.is-4 {
        font-size: 1.5rem;
    }

    .subtitle.is-5 {
        font-size: 1.25rem;
    }

    .subtitle.is-6 {
        font-size: 1rem;
    }

    .subtitle.is-7 {
        font-size: 0.75rem;
    }

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 9999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: top;
}

.select select,
.textarea,
.input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}

    .select select::-moz-placeholder,
    .textarea::-moz-placeholder,
    .input::-moz-placeholder {
        color: rgba(54, 54, 54, 0.3);
    }

    .select select::-webkit-input-placeholder,
    .textarea::-webkit-input-placeholder,
    .input::-webkit-input-placeholder {
        color: rgba(54, 54, 54, 0.3);
    }

    .select select:-moz-placeholder,
    .textarea:-moz-placeholder,
    .input:-moz-placeholder {
        color: rgba(54, 54, 54, 0.3);
    }

    .select select:-ms-input-placeholder,
    .textarea:-ms-input-placeholder,
    .input:-ms-input-placeholder {
        color: rgba(54, 54, 54, 0.3);
    }

    .select select:hover,
    .textarea:hover,
    .input:hover,
    .select select.is-hovered,
    .is-hovered.textarea,
    .is-hovered.input {
        border-color: #b5b5b5;
    }

    .select select:focus,
    .textarea:focus,
    .input:focus,
    .select select.is-focused,
    .is-focused.textarea,
    .is-focused.input,
    .select select:active,
    .textarea:active,
    .input:active,
    .select select.is-active,
    .is-active.textarea,
    .is-active.input {
        border-color: #039be5;
        -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
        box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    }

    .select select[disabled],
    [disabled].textarea,
    [disabled].input,
    fieldset[disabled] .select select,
    .select fieldset[disabled] select,
    fieldset[disabled] .textarea,
    fieldset[disabled] .input {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #7a7a7a;
    }

        .select select[disabled]::-moz-placeholder,
        [disabled].textarea::-moz-placeholder,
        [disabled].input::-moz-placeholder,
        fieldset[disabled] .select select::-moz-placeholder,
        .select fieldset[disabled] select::-moz-placeholder,
        fieldset[disabled] .textarea::-moz-placeholder,
        fieldset[disabled] .input::-moz-placeholder {
            color: rgba(122, 122, 122, 0.3);
        }

        .select select[disabled]::-webkit-input-placeholder,
        [disabled].textarea::-webkit-input-placeholder,
        [disabled].input::-webkit-input-placeholder,
        fieldset[disabled] .select select::-webkit-input-placeholder,
        .select fieldset[disabled] select::-webkit-input-placeholder,
        fieldset[disabled] .textarea::-webkit-input-placeholder,
        fieldset[disabled] .input::-webkit-input-placeholder {
            color: rgba(122, 122, 122, 0.3);
        }

        .select select[disabled]:-moz-placeholder,
        [disabled].textarea:-moz-placeholder,
        [disabled].input:-moz-placeholder,
        fieldset[disabled] .select select:-moz-placeholder,
        .select fieldset[disabled] select:-moz-placeholder,
        fieldset[disabled] .textarea:-moz-placeholder,
        fieldset[disabled] .input:-moz-placeholder {
            color: rgba(122, 122, 122, 0.3);
        }

        .select select[disabled]:-ms-input-placeholder,
        [disabled].textarea:-ms-input-placeholder,
        [disabled].input:-ms-input-placeholder,
        fieldset[disabled] .select select:-ms-input-placeholder,
        .select fieldset[disabled] select:-ms-input-placeholder,
        fieldset[disabled] .textarea:-ms-input-placeholder,
        fieldset[disabled] .input:-ms-input-placeholder {
            color: rgba(122, 122, 122, 0.3);
        }

.textarea,
.input {
    -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    max-width: 100%;
    width: 100%;
}

[readonly].textarea,
[readonly].input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-white.textarea,
.is-white.input {
    border-color: #fff;
}

    .is-white.textarea:focus,
    .is-white.input:focus,
    .is-white.is-focused.textarea,
    .is-white.is-focused.input,
    .is-white.textarea:active,
    .is-white.input:active,
    .is-white.is-active.textarea,
    .is-white.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    }

.is-black.textarea,
.is-black.input {
    border-color: #0a0a0a;
}

    .is-black.textarea:focus,
    .is-black.input:focus,
    .is-black.is-focused.textarea,
    .is-black.is-focused.input,
    .is-black.textarea:active,
    .is-black.input:active,
    .is-black.is-active.textarea,
    .is-black.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
    }

.is-light.textarea,
.is-light.input {
    border-color: #f5f5f5;
}

    .is-light.textarea:focus,
    .is-light.input:focus,
    .is-light.is-focused.textarea,
    .is-light.is-focused.input,
    .is-light.textarea:active,
    .is-light.input:active,
    .is-light.is-active.textarea,
    .is-light.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    }

.is-dark.textarea,
.is-dark.input {
    border-color: #363636;
}

    .is-dark.textarea:focus,
    .is-dark.input:focus,
    .is-dark.is-focused.textarea,
    .is-dark.is-focused.input,
    .is-dark.textarea:active,
    .is-dark.input:active,
    .is-dark.is-active.textarea,
    .is-dark.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    }

.is-primary.textarea,
.is-primary.input {
    border-color: #b69148;
}

    .is-primary.textarea:focus,
    .is-primary.input:focus,
    .is-primary.is-focused.textarea,
    .is-primary.is-focused.input,
    .is-primary.textarea:active,
    .is-primary.input:active,
    .is-primary.is-active.textarea,
    .is-primary.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(0, 35, 255, 0.25);
        box-shadow: 0 0 0 0.125em rgba(0, 35, 255, 0.25);
    }

.is-link.textarea,
.is-link.input {
    border-color: #039be5;
}

    .is-link.textarea:focus,
    .is-link.input:focus,
    .is-link.is-focused.textarea,
    .is-link.is-focused.input,
    .is-link.textarea:active,
    .is-link.input:active,
    .is-link.is-active.textarea,
    .is-link.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
        box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    }

.is-info.textarea,
.is-info.input {
    border-color: #3e8ed0;
}

    .is-info.textarea:focus,
    .is-info.input:focus,
    .is-info.is-focused.textarea,
    .is-info.is-focused.input,
    .is-info.textarea:active,
    .is-info.input:active,
    .is-info.is-active.textarea,
    .is-info.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
        box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
    }

.is-success.textarea,
.is-success.input {
    border-color: #00b289;
}

    .is-success.textarea:focus,
    .is-success.input:focus,
    .is-success.is-focused.textarea,
    .is-success.is-focused.input,
    .is-success.textarea:active,
    .is-success.input:active,
    .is-success.is-active.textarea,
    .is-success.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 137, 0.25);
        box-shadow: 0 0 0 0.125em rgba(0, 178, 137, 0.25);
    }

.is-warning.textarea,
.is-warning.input {
    border-color: #ffe08a;
}

    .is-warning.textarea:focus,
    .is-warning.input:focus,
    .is-warning.is-focused.textarea,
    .is-warning.is-focused.input,
    .is-warning.textarea:active,
    .is-warning.input:active,
    .is-warning.is-active.textarea,
    .is-warning.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
        box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
    }

.is-danger.textarea,
.is-danger.input {
    border-color: #ff3b3c;
}

    .is-danger.textarea:focus,
    .is-danger.input:focus,
    .is-danger.is-focused.textarea,
    .is-danger.is-focused.input,
    .is-danger.textarea:active,
    .is-danger.input:active,
    .is-danger.is-active.textarea,
    .is-danger.is-active.input {
        -webkit-box-shadow: 0 0 0 0.125em rgba(255, 59, 60, 0.25);
        box-shadow: 0 0 0 0.125em rgba(255, 59, 60, 0.25);
    }

.is-small.textarea,
.is-small.input {
    border-radius: 2px;
    font-size: 0.75rem;
}

.is-medium.textarea,
.is-medium.input {
    font-size: 1.25rem;
}

.is-large.textarea,
.is-large.input {
    font-size: 1.5rem;
}

.is-fullwidth.textarea,
.is-fullwidth.input {
    display: block;
    width: 100%;
}

.is-inline.textarea,
.is-inline.input {
    display: inline;
    width: auto;
}

.input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(0.75em - 1px) + 0.375em);
    padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.input.is-static {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(0.75em - 1px);
    resize: vertical;
}

    .textarea:not([rows]) {
        max-height: 40em;
        min-height: 8em;
    }

    .textarea[rows] {
        height: initial;
    }

    .textarea.has-fixed-size {
        resize: none;
    }

.radio,
.checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
}

    .radio input,
    .checkbox input {
        cursor: pointer;
    }

    .radio:hover,
    .checkbox:hover {
        color: #363636;
    }

    [disabled].radio,
    [disabled].checkbox,
    fieldset[disabled] .radio,
    fieldset[disabled] .checkbox,
    .radio input[disabled],
    .checkbox input[disabled] {
        color: #7a7a7a;
        cursor: not-allowed;
    }

    .radio + .radio {
        margin-left: 0.5em;
    }

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

    .select:not(.is-multiple) {
        height: 2.5em;
    }

        .select:not(.is-multiple):not(.is-loading)::after {
            border-color: #039be5;
            right: 1.125em;
            z-index: 4;
        }

    .select.is-rounded select {
        border-radius: 9999px;
        padding-left: 1em;
    }

    .select select {
        cursor: pointer;
        display: block;
        font-size: 1em;
        max-width: 100%;
        outline: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select[disabled]:hover,
        fieldset[disabled] .select select:hover {
            border-color: #f5f5f5;
        }

        .select select:not([multiple]) {
            padding-right: 2.5em;
        }

        .select select[multiple] {
            height: auto;
            padding: 0;
        }

            .select select[multiple] option {
                padding: 0.5em 1em;
            }

    .select:not(.is-multiple):not(.is-loading):hover::after {
        border-color: #363636;
    }

    .select.is-white:not(:hover)::after {
        border-color: #fff;
    }

    .select.is-white select {
        border-color: #fff;
    }

        .select.is-white select:hover,
        .select.is-white select.is-hovered {
            border-color: #f2f2f2;
        }

        .select.is-white select:focus,
        .select.is-white select.is-focused,
        .select.is-white select:active,
        .select.is-white select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
        }

    .select.is-black:not(:hover)::after {
        border-color: #0a0a0a;
    }

    .select.is-black select {
        border-color: #0a0a0a;
    }

        .select.is-black select:hover,
        .select.is-black select.is-hovered {
            border-color: #000;
        }

        .select.is-black select:focus,
        .select.is-black select.is-focused,
        .select.is-black select:active,
        .select.is-black select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
            box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
        }

    .select.is-light:not(:hover)::after {
        border-color: #f5f5f5;
    }

    .select.is-light select {
        border-color: #f5f5f5;
    }

        .select.is-light select:hover,
        .select.is-light select.is-hovered {
            border-color: #e8e8e8;
        }

        .select.is-light select:focus,
        .select.is-light select.is-focused,
        .select.is-light select:active,
        .select.is-light select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
            box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
        }

    .select.is-dark:not(:hover)::after {
        border-color: #363636;
    }

    .select.is-dark select {
        border-color: #363636;
    }

        .select.is-dark select:hover,
        .select.is-dark select.is-hovered {
            border-color: #292929;
        }

        .select.is-dark select:focus,
        .select.is-dark select.is-focused,
        .select.is-dark select:active,
        .select.is-dark select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
            box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
        }

    .select.is-primary:not(:hover)::after {
        border-color: #b69148;
    }

    .select.is-primary select {
        border-color: #b69148;
    }

        .select.is-primary select:hover,
        .select.is-primary select.is-hovered {
            border-color: #0020e6;
        }

        .select.is-primary select:focus,
        .select.is-primary select.is-focused,
        .select.is-primary select:active,
        .select.is-primary select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(0, 35, 255, 0.25);
            box-shadow: 0 0 0 0.125em rgba(0, 35, 255, 0.25);
        }

    .select.is-link:not(:hover)::after {
        border-color: #039be5;
    }

    .select.is-link select {
        border-color: #039be5;
    }

        .select.is-link select:hover,
        .select.is-link select.is-hovered {
            border-color: #038acc;
        }

        .select.is-link select:focus,
        .select.is-link select.is-focused,
        .select.is-link select:active,
        .select.is-link select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
            box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
        }

    .select.is-info:not(:hover)::after {
        border-color: #3e8ed0;
    }

    .select.is-info select {
        border-color: #3e8ed0;
    }

        .select.is-info select:hover,
        .select.is-info select.is-hovered {
            border-color: #3082c5;
        }

        .select.is-info select:focus,
        .select.is-info select.is-focused,
        .select.is-info select:active,
        .select.is-info select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
            box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
        }

    .select.is-success:not(:hover)::after {
        border-color: #00b289;
    }

    .select.is-success select {
        border-color: #00b289;
    }

        .select.is-success select:hover,
        .select.is-success select.is-hovered {
            border-color: #009975;
        }

        .select.is-success select:focus,
        .select.is-success select.is-focused,
        .select.is-success select:active,
        .select.is-success select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 137, 0.25);
            box-shadow: 0 0 0 0.125em rgba(0, 178, 137, 0.25);
        }

    .select.is-warning:not(:hover)::after {
        border-color: #ffe08a;
    }

    .select.is-warning select {
        border-color: #ffe08a;
    }

        .select.is-warning select:hover,
        .select.is-warning select.is-hovered {
            border-color: #ffd970;
        }

        .select.is-warning select:focus,
        .select.is-warning select.is-focused,
        .select.is-warning select:active,
        .select.is-warning select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
            box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
        }

    .select.is-danger:not(:hover)::after {
        border-color: #ff3b3c;
    }

    .select.is-danger select {
        border-color: #ff3b3c;
    }

        .select.is-danger select:hover,
        .select.is-danger select.is-hovered {
            border-color: #ff2223;
        }

        .select.is-danger select:focus,
        .select.is-danger select.is-focused,
        .select.is-danger select:active,
        .select.is-danger select.is-active {
            -webkit-box-shadow: 0 0 0 0.125em rgba(255, 59, 60, 0.25);
            box-shadow: 0 0 0 0.125em rgba(255, 59, 60, 0.25);
        }

    .select.is-small {
        border-radius: 2px;
        font-size: 0.75rem;
    }

    .select.is-medium {
        font-size: 1.25rem;
    }

    .select.is-large {
        font-size: 1.5rem;
    }

    .select.is-disabled::after {
        border-color: #7a7a7a !important;
        opacity: 0.5;
    }

    .select.is-fullwidth {
        width: 100%;
    }

        .select.is-fullwidth select {
            width: 100%;
        }

    .select.is-loading::after {
        margin-top: 0;
        position: absolute;
        right: 0.625em;
        top: 0.625em;
        -webkit-transform: none;
        transform: none;
    }

    .select.is-loading.is-small:after {
        font-size: 0.75rem;
    }

    .select.is-loading.is-medium:after {
        font-size: 1.25rem;
    }

    .select.is-loading.is-large:after {
        font-size: 1.5rem;
    }

.file {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

    .file.is-white .file-cta {
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0);
        color: #0a0a0a;
    }

    .file.is-white:hover .file-cta,
    .file.is-white.is-hovered .file-cta {
        background-color: #f9f9f9;
        border-color: rgba(0, 0, 0, 0);
        color: #0a0a0a;
    }

    .file.is-white:focus .file-cta,
    .file.is-white.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
        color: #0a0a0a;
    }

    .file.is-white:active .file-cta,
    .file.is-white.is-active .file-cta {
        background-color: #f2f2f2;
        border-color: rgba(0, 0, 0, 0);
        color: #0a0a0a;
    }

    .file.is-black .file-cta {
        background-color: #0a0a0a;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-black:hover .file-cta,
    .file.is-black.is-hovered .file-cta {
        background-color: #040404;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-black:focus .file-cta,
    .file.is-black.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
        box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
        color: #fff;
    }

    .file.is-black:active .file-cta,
    .file.is-black.is-active .file-cta {
        background-color: #000;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-light .file-cta {
        background-color: #f5f5f5;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-light:hover .file-cta,
    .file.is-light.is-hovered .file-cta {
        background-color: #eee;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-light:focus .file-cta,
    .file.is-light.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
        box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-light:active .file-cta,
    .file.is-light.is-active .file-cta {
        background-color: #e8e8e8;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-dark .file-cta {
        background-color: #363636;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-dark:hover .file-cta,
    .file.is-dark.is-hovered .file-cta {
        background-color: #2f2f2f;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-dark:focus .file-cta,
    .file.is-dark.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
        box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
        color: #fff;
    }

    .file.is-dark:active .file-cta,
    .file.is-dark.is-active .file-cta {
        background-color: #292929;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-primary .file-cta {
        background-color: #b69148;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-primary:hover .file-cta,
    .file.is-primary.is-hovered .file-cta {
        background-color: #0021f2;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-primary:focus .file-cta,
    .file.is-primary.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(0, 35, 255, 0.25);
        box-shadow: 0 0 0.5em rgba(0, 35, 255, 0.25);
        color: #fff;
    }

    .file.is-primary:active .file-cta,
    .file.is-primary.is-active .file-cta {
        background-color: #0020e6;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-link .file-cta {
        background-color: #039be5;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-link:hover .file-cta,
    .file.is-link.is-hovered .file-cta {
        background-color: #0392d8;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-link:focus .file-cta,
    .file.is-link.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(3, 155, 229, 0.25);
        box-shadow: 0 0 0.5em rgba(3, 155, 229, 0.25);
        color: #fff;
    }

    .file.is-link:active .file-cta,
    .file.is-link.is-active .file-cta {
        background-color: #038acc;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-info .file-cta {
        background-color: #3e8ed0;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-info:hover .file-cta,
    .file.is-info.is-hovered .file-cta {
        background-color: #3488ce;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-info:focus .file-cta,
    .file.is-info.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
        box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
        color: #fff;
    }

    .file.is-info:active .file-cta,
    .file.is-info.is-active .file-cta {
        background-color: #3082c5;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-success .file-cta {
        background-color: #00b289;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-success:hover .file-cta,
    .file.is-success.is-hovered .file-cta {
        background-color: #00a57f;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-success:focus .file-cta,
    .file.is-success.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(0, 178, 137, 0.25);
        box-shadow: 0 0 0.5em rgba(0, 178, 137, 0.25);
        color: #fff;
    }

    .file.is-success:active .file-cta,
    .file.is-success.is-active .file-cta {
        background-color: #009975;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-warning .file-cta {
        background-color: #ffe08a;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-warning:hover .file-cta,
    .file.is-warning.is-hovered .file-cta {
        background-color: #ffdc7d;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-warning:focus .file-cta,
    .file.is-warning.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
        box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-warning:active .file-cta,
    .file.is-warning.is-active .file-cta {
        background-color: #ffd970;
        border-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.7);
    }

    .file.is-danger .file-cta {
        background-color: #ff3b3c;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-danger:hover .file-cta,
    .file.is-danger.is-hovered .file-cta {
        background-color: #ff2e2f;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-danger:focus .file-cta,
    .file.is-danger.is-focused .file-cta {
        border-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0.5em rgba(255, 59, 60, 0.25);
        box-shadow: 0 0 0.5em rgba(255, 59, 60, 0.25);
        color: #fff;
    }

    .file.is-danger:active .file-cta,
    .file.is-danger.is-active .file-cta {
        background-color: #ff2223;
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }

    .file.is-small {
        font-size: 0.75rem;
    }

    .file.is-normal {
        font-size: 1rem;
    }

    .file.is-medium {
        font-size: 1.25rem;
    }

        .file.is-medium .file-icon .fa {
            font-size: 21px;
        }

    .file.is-large {
        font-size: 1.5rem;
    }

        .file.is-large .file-icon .fa {
            font-size: 28px;
        }

    .file.has-name .file-cta {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .file.has-name .file-name {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .file.has-name.is-empty .file-cta {
        border-radius: 4px;
    }

    .file.has-name.is-empty .file-name {
        display: none;
    }

    .file.is-boxed .file-label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .file.is-boxed .file-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 1em 3em;
    }

    .file.is-boxed .file-name {
        border-width: 0 1px 1px;
    }

    .file.is-boxed .file-icon {
        height: 1.5em;
        width: 1.5em;
    }

        .file.is-boxed .file-icon .fa {
            font-size: 21px;
        }

    .file.is-boxed.is-small .file-icon .fa {
        font-size: 14px;
    }

    .file.is-boxed.is-medium .file-icon .fa {
        font-size: 28px;
    }

    .file.is-boxed.is-large .file-icon .fa {
        font-size: 35px;
    }

    .file.is-boxed.has-name .file-cta {
        border-radius: 4px 4px 0 0;
    }

    .file.is-boxed.has-name .file-name {
        border-radius: 0 0 4px 4px;
        border-width: 0 1px 1px;
    }

    .file.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .file.is-fullwidth .file-label {
        width: 100%;
    }

    .file.is-fullwidth .file-name {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: none;
    }

    .file.is-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .file.is-right .file-cta {
            border-radius: 0 4px 4px 0;
        }

        .file.is-right .file-name {
            border-radius: 4px 0 0 4px;
            border-width: 1px 0 1px 1px;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }

.file-label {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

    .file-label:hover .file-cta {
        background-color: #eee;
        color: #363636;
    }

    .file-label:hover .file-name {
        border-color: #d5d5d5;
    }

    .file-label:active .file-cta {
        background-color: #e8e8e8;
        color: #363636;
    }

    .file-label:active .file-name {
        border-color: #cfcfcf;
    }

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.file-cta,
.file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a;
}

.file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: inherit;
    text-overflow: ellipsis;
}

.file-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.5em;
    width: 1em;
}

    .file-icon .fa {
        font-size: 14px;
    }

.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

    .label:not(:last-child) {
        margin-bottom: 0.5em;
    }

    .label.is-small {
        font-size: 0.75rem;
    }

    .label.is-medium {
        font-size: 1.25rem;
    }

    .label.is-large {
        font-size: 1.5rem;
    }

.help {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

    .help.is-white {
        color: #fff;
    }

    .help.is-black {
        color: #0a0a0a;
    }

    .help.is-light {
        color: #f5f5f5;
    }

    .help.is-dark {
        color: #363636;
    }

    .help.is-primary {
        color: #b69148;
    }

    .help.is-link {
        color: #039be5;
    }

    .help.is-info {
        color: #3e8ed0;
    }

    .help.is-success {
        color: #00b289;
    }

    .help.is-warning {
        color: #ffe08a;
    }

    .help.is-danger {
        color: #ff3b3c;
    }

.field:not(:last-child) {
    margin-bottom: 0.75rem;
}

.field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .field.has-addons .control:not(:last-child) {
        margin-right: -1px;
    }

    .field.has-addons .control:not(:first-child):not(:last-child) .button,
    .field.has-addons .control:not(:first-child):not(:last-child) .input,
    .field.has-addons .control:not(:first-child):not(:last-child) .select select {
        border-radius: 0;
    }

    .field.has-addons .control:first-child:not(:only-child) .button,
    .field.has-addons .control:first-child:not(:only-child) .input,
    .field.has-addons .control:first-child:not(:only-child) .select select {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .field.has-addons .control:last-child:not(:only-child) .button,
    .field.has-addons .control:last-child:not(:only-child) .input,
    .field.has-addons .control:last-child:not(:only-child) .select select {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .field.has-addons .control .button:not([disabled]):hover,
    .field.has-addons .control .button:not([disabled]).is-hovered,
    .field.has-addons .control .input:not([disabled]):hover,
    .field.has-addons .control .input:not([disabled]).is-hovered,
    .field.has-addons .control .select select:not([disabled]):hover,
    .field.has-addons .control .select select:not([disabled]).is-hovered {
        z-index: 2;
    }

    .field.has-addons .control .button:not([disabled]):focus,
    .field.has-addons .control .button:not([disabled]).is-focused,
    .field.has-addons .control .button:not([disabled]):active,
    .field.has-addons .control .button:not([disabled]).is-active,
    .field.has-addons .control .input:not([disabled]):focus,
    .field.has-addons .control .input:not([disabled]).is-focused,
    .field.has-addons .control .input:not([disabled]):active,
    .field.has-addons .control .input:not([disabled]).is-active,
    .field.has-addons .control .select select:not([disabled]):focus,
    .field.has-addons .control .select select:not([disabled]).is-focused,
    .field.has-addons .control .select select:not([disabled]):active,
    .field.has-addons .control .select select:not([disabled]).is-active {
        z-index: 3;
    }

        .field.has-addons .control .button:not([disabled]):focus:hover,
        .field.has-addons .control .button:not([disabled]).is-focused:hover,
        .field.has-addons .control .button:not([disabled]):active:hover,
        .field.has-addons .control .button:not([disabled]).is-active:hover,
        .field.has-addons .control .input:not([disabled]):focus:hover,
        .field.has-addons .control .input:not([disabled]).is-focused:hover,
        .field.has-addons .control .input:not([disabled]):active:hover,
        .field.has-addons .control .input:not([disabled]).is-active:hover,
        .field.has-addons .control .select select:not([disabled]):focus:hover,
        .field.has-addons .control .select select:not([disabled]).is-focused:hover,
        .field.has-addons .control .select select:not([disabled]):active:hover,
        .field.has-addons .control .select select:not([disabled]).is-active:hover {
            z-index: 4;
        }

    .field.has-addons .control.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .field.has-addons.has-addons-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .field.has-addons.has-addons-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .field.has-addons.has-addons-fullwidth .control {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.field.is-grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .field.is-grouped > .control {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .field.is-grouped > .control:not(:last-child) {
            margin-bottom: 0;
            margin-right: 0.75rem;
        }

        .field.is-grouped > .control.is-expanded {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
        }

    .field.is-grouped.is-grouped-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .field.is-grouped.is-grouped-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .field.is-grouped.is-grouped-multiline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .field.is-grouped.is-grouped-multiline > .control:last-child,
        .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
            margin-bottom: 0.75rem;
        }

        .field.is-grouped.is-grouped-multiline:last-child {
            margin-bottom: -0.75rem;
        }

        .field.is-grouped.is-grouped-multiline:not(:last-child) {
            margin-bottom: 0;
        }

@media screen and (min-width: 769px), print {
    .field.is-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.field-label .label {
    font-size: inherit;
}

@media screen and (max-width: 768px) {
    .field-label {
        margin-bottom: 0.5rem;
    }
}

@media screen and (min-width: 769px), print {
    .field-label {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right;
    }

        .field-label.is-small {
            font-size: 0.75rem;
            padding-top: 0.375em;
        }

        .field-label.is-normal {
            padding-top: 0.375em;
        }

        .field-label.is-medium {
            font-size: 1.25rem;
            padding-top: 0.375em;
        }

        .field-label.is-large {
            font-size: 1.5rem;
            padding-top: 0.375em;
        }
}

.field-body .field .field {
    margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
    .field-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

        .field-body .field {
            margin-bottom: 0;
        }

        .field-body > .field {
            -ms-flex-negative: 1;
            flex-shrink: 1;
        }

            .field-body > .field:not(.is-narrow) {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

            .field-body > .field:not(:last-child) {
                margin-right: 0.75rem;
            }
}

.control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

    .control.has-icons-left .input:focus ~ .icon,
    .control.has-icons-left .select:focus ~ .icon,
    .control.has-icons-right .input:focus ~ .icon,
    .control.has-icons-right .select:focus ~ .icon {
        color: #4a4a4a;
    }

    .control.has-icons-left .input.is-small ~ .icon,
    .control.has-icons-left .select.is-small ~ .icon,
    .control.has-icons-right .input.is-small ~ .icon,
    .control.has-icons-right .select.is-small ~ .icon {
        font-size: 0.75rem;
    }

    .control.has-icons-left .input.is-medium ~ .icon,
    .control.has-icons-left .select.is-medium ~ .icon,
    .control.has-icons-right .input.is-medium ~ .icon,
    .control.has-icons-right .select.is-medium ~ .icon {
        font-size: 1.25rem;
    }

    .control.has-icons-left .input.is-large ~ .icon,
    .control.has-icons-left .select.is-large ~ .icon,
    .control.has-icons-right .input.is-large ~ .icon,
    .control.has-icons-right .select.is-large ~ .icon {
        font-size: 1.5rem;
    }

    .control.has-icons-left .icon,
    .control.has-icons-right .icon {
        color: #dbdbdb;
        height: 2.5em;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 2.5em;
        z-index: 4;
    }

    .control.has-icons-left .input,
    .control.has-icons-left .select select {
        padding-left: 2.5em;
    }

    .control.has-icons-left .icon.is-left {
        left: 0;
    }

    .control.has-icons-right .input,
    .control.has-icons-right .select select {
        padding-right: 2.5em;
    }

    .control.has-icons-right .icon.is-right {
        right: 0;
    }

    .control.is-loading::after {
        position: absolute !important;
        right: 0.625em;
        top: 0.625em;
        z-index: 4;
    }

    .control.is-loading.is-small:after {
        font-size: 0.75rem;
    }

    .control.is-loading.is-medium:after {
        font-size: 1.25rem;
    }

    .control.is-loading.is-large:after {
        font-size: 1.5rem;
    }

.breadcrumb {
    font-size: 1rem;
    white-space: nowrap;
}

    .breadcrumb a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #039be5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0.75em;
    }

        .breadcrumb a:hover {
            color: #363636;
        }

    .breadcrumb li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .breadcrumb li:first-child a {
            padding-left: 0;
        }

        .breadcrumb li.is-active a {
            color: #363636;
            cursor: default;
            pointer-events: none;
        }

        .breadcrumb li + li::before {
            color: #b5b5b5;
            content: "/";
        }

    .breadcrumb ul,
    .breadcrumb ol {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .breadcrumb .icon:first-child {
        margin-right: 0.5em;
    }

    .breadcrumb .icon:last-child {
        margin-left: 0.5em;
    }

    .breadcrumb.is-centered ol,
    .breadcrumb.is-centered ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .breadcrumb.is-right ol,
    .breadcrumb.is-right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .breadcrumb.is-small {
        font-size: 0.75rem;
    }

    .breadcrumb.is-medium {
        font-size: 1.25rem;
    }

    .breadcrumb.is-large {
        font-size: 1.5rem;
    }

    .breadcrumb.has-arrow-separator li + li::before {
        content: "→";
    }

    .breadcrumb.has-bullet-separator li + li::before {
        content: "•";
    }

    .breadcrumb.has-dot-separator li + li::before {
        content: "·";
    }

    .breadcrumb.has-succeeds-separator li + li::before {
        content: "≻";
    }

.card {
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
}

.card-footer:first-child,
.card-content:first-child,
.card-header:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-footer:last-child,
.card-content:last-child,
.card-header:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
    box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-header-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

    .card-header-title.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.card-header-icon {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem 1rem;
}

.card-image {
    display: block;
    position: relative;
}

    .card-image:first-child img {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-image:last-child img {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.card-content {
    background-color: rgba(0, 0, 0, 0);
    padding: 1.5rem;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #ededed;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-footer-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
}

    .card-footer-item:not(:last-child) {
        border-right: 1px solid #ededed;
    }

.card .media:not(:last-child) {
    margin-bottom: 1.5rem;
}

.dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
}

    .dropdown.is-active .dropdown-menu,
    .dropdown.is-hoverable:hover .dropdown-menu {
        display: block;
    }

    .dropdown.is-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .dropdown.is-up .dropdown-menu {
        bottom: 100%;
        padding-bottom: 4px;
        padding-top: initial;
        top: auto;
    }

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    position: relative;
}

a.dropdown-item,
button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}

    a.dropdown-item:hover,
    button.dropdown-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a;
    }

    a.dropdown-item.is-active,
    button.dropdown-item.is-active {
        background-color: #039be5;
        color: #fff;
    }

.dropdown-divider {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
}

.level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .level code {
        border-radius: 4px;
    }

    .level img {
        display: inline-block;
        vertical-align: top;
    }

    .level.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .level.is-mobile .level-left,
        .level.is-mobile .level-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .level.is-mobile .level-left + .level-right {
                margin-top: 0;
            }

        .level.is-mobile .level-item:not(:last-child) {
            margin-bottom: 0;
            margin-right: 0.75rem;
        }

        .level.is-mobile .level-item:not(.is-narrow) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

@media screen and (min-width: 769px), print {
    .level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .level > .level-item:not(.is-narrow) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
}

.level-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .level-item .title,
    .level-item .subtitle {
        margin-bottom: 0;
    }

@media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

.level-left,
.level-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .level-left .level-item.is-flexible,
    .level-right .level-item.is-flexible {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

@media screen and (min-width: 769px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
        margin-right: 0.75rem;
    }
}

.level-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .level-left + .level-right {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width: 769px), print {
    .level-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.level-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
    .level-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit;
}

    .media .content:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .media .media {
        border-top: 1px solid rgba(219, 219, 219, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0.75rem;
    }

        .media .media .content:not(:last-child),
        .media .media .control:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .media .media .media {
            padding-top: 0.5rem;
        }

            .media .media .media + .media {
                margin-top: 0.5rem;
            }

    .media + .media {
        border-top: 1px solid rgba(219, 219, 219, 0.5);
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .media.is-large + .media {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }

.media-left,
.media-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.media-left {
    margin-right: 1rem;
}

.media-right {
    margin-left: 1rem;
}

.media-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: inherit;
}

@media screen and (max-width: 768px) {
    .media-content {
        overflow-x: auto;
    }
}

.menu {
    font-size: 1rem;
}

    .menu.is-small {
        font-size: 0.75rem;
    }

    .menu.is-medium {
        font-size: 1.25rem;
    }

    .menu.is-large {
        font-size: 1.5rem;
    }

.menu-list {
    line-height: 1.25;
}

    .menu-list a {
        border-radius: 2px;
        color: #4a4a4a;
        display: block;
        padding: 0.5em 0.75em;
    }

        .menu-list a:hover {
            background-color: #f5f5f5;
            color: #363636;
        }

        .menu-list a.is-active {
            background-color: #039be5;
            color: #fff;
        }

    .menu-list li ul {
        border-left: 1px solid #dbdbdb;
        margin: 0.75em;
        padding-left: 0.75em;
    }

.menu-label {
    color: #7a7a7a;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .menu-label:not(:first-child) {
        margin-top: 1em;
    }

    .menu-label:not(:last-child) {
        margin-bottom: 1em;
    }

.message {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem;
}

    .message strong {
        color: currentColor;
    }

    .message a:not(.button):not(.tag):not(.dropdown-item) {
        color: currentColor;
        text-decoration: underline;
    }

    .message.is-small {
        font-size: 0.75rem;
    }

    .message.is-medium {
        font-size: 1.25rem;
    }

    .message.is-large {
        font-size: 1.5rem;
    }

    .message.is-white {
        background-color: #fff;
    }

        .message.is-white .message-header {
            background-color: #fff;
            color: #0a0a0a;
        }

        .message.is-white .message-body {
            border-color: #fff;
        }

    .message.is-black {
        background-color: #fafafa;
    }

        .message.is-black .message-header {
            background-color: #0a0a0a;
            color: #fff;
        }

        .message.is-black .message-body {
            border-color: #0a0a0a;
        }

    .message.is-light {
        background-color: #fafafa;
    }

        .message.is-light .message-header {
            background-color: #f5f5f5;
            color: rgba(0, 0, 0, 0.7);
        }

        .message.is-light .message-body {
            border-color: #f5f5f5;
        }

    .message.is-dark {
        background-color: #fafafa;
    }

        .message.is-dark .message-header {
            background-color: #363636;
            color: #fff;
        }

        .message.is-dark .message-body {
            border-color: #363636;
        }

    .message.is-primary {
        background-color: #ebedff;
    }

        .message.is-primary .message-header {
            background-color: #b69148;
            color: #fff;
        }

        .message.is-primary .message-body {
            border-color: #b69148;
            color: #0a2cff;
        }

    .message.is-link {
        background-color: #ebf8ff;
    }

        .message.is-link .message-header {
            background-color: #039be5;
            color: #fff;
        }

        .message.is-link .message-body {
            border-color: #039be5;
            color: #0385c4;
        }

    .message.is-info {
        background-color: #eff5fb;
    }

        .message.is-info .message-header {
            background-color: #3e8ed0;
            color: #fff;
        }

        .message.is-info .message-body {
            border-color: #3e8ed0;
            color: #296fa8;
        }

    .message.is-success {
        background-color: #ebfffa;
    }

        .message.is-success .message-header {
            background-color: #00b289;
            color: #fff;
        }

        .message.is-success .message-body {
            border-color: #00b289;
            color: #00bd91;
        }

    .message.is-warning {
        background-color: #fffaeb;
    }

        .message.is-warning .message-header {
            background-color: #ffe08a;
            color: rgba(0, 0, 0, 0.7);
        }

        .message.is-warning .message-body {
            border-color: #ffe08a;
            color: #946c00;
        }

    .message.is-danger {
        background-color: #ffebeb;
    }

        .message.is-danger .message-header {
            background-color: #ff3b3c;
            color: #fff;
        }

        .message.is-danger .message-body {
            border-color: #ff3b3c;
            color: #db0001;
        }

.message-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0.75em 1em;
    position: relative;
}

    .message-header .delete {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0.75em;
    }

    .message-header + .message-body {
        border-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.message-body {
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em;
}

    .message-body code,
    .message-body pre {
        background-color: #fff;
    }

        .message-body pre code {
            background-color: rgba(0, 0, 0, 0);
        }

.modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
}

    .modal.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.modal-background {
    background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .modal-content,
    .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px;
    }
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}

.modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-card-title {
    color: #363636;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb;
}

    .modal-card-foot .button:not(:last-child) {
        margin-right: 0.5em;
    }

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px;
}

.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30;
}

    .navbar.is-white {
        background-color: #fff;
        color: #0a0a0a;
    }

        .navbar.is-white .navbar-brand > .navbar-item,
        .navbar.is-white .navbar-brand .navbar-link {
            color: #0a0a0a;
        }

            .navbar.is-white .navbar-brand > a.navbar-item:focus,
            .navbar.is-white .navbar-brand > a.navbar-item:hover,
            .navbar.is-white .navbar-brand > a.navbar-item.is-active,
            .navbar.is-white .navbar-brand .navbar-link:focus,
            .navbar.is-white .navbar-brand .navbar-link:hover,
            .navbar.is-white .navbar-brand .navbar-link.is-active {
                background-color: #f2f2f2;
                color: #0a0a0a;
            }

            .navbar.is-white .navbar-brand .navbar-link::after {
                border-color: #0a0a0a;
            }

        .navbar.is-white .navbar-burger {
            color: #0a0a0a;
        }

@media screen and (min-width: 1024px) {
    .navbar.is-white .navbar-start > .navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-end > .navbar-item,
    .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a;
    }

        .navbar.is-white .navbar-start > a.navbar-item:focus,
        .navbar.is-white .navbar-start > a.navbar-item:hover,
        .navbar.is-white .navbar-start > a.navbar-item.is-active,
        .navbar.is-white .navbar-start .navbar-link:focus,
        .navbar.is-white .navbar-start .navbar-link:hover,
        .navbar.is-white .navbar-start .navbar-link.is-active,
        .navbar.is-white .navbar-end > a.navbar-item:focus,
        .navbar.is-white .navbar-end > a.navbar-item:hover,
        .navbar.is-white .navbar-end > a.navbar-item.is-active,
        .navbar.is-white .navbar-end .navbar-link:focus,
        .navbar.is-white .navbar-end .navbar-link:hover,
        .navbar.is-white .navbar-end .navbar-link.is-active {
            background-color: #f2f2f2;
            color: #0a0a0a;
        }

        .navbar.is-white .navbar-start .navbar-link::after,
        .navbar.is-white .navbar-end .navbar-link::after {
            border-color: #0a0a0a;
        }

    .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a;
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #0a0a0a;
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-black .navbar-brand > a.navbar-item:focus,
        .navbar.is-black .navbar-brand > a.navbar-item:hover,
        .navbar.is-black .navbar-brand > a.navbar-item.is-active,
        .navbar.is-black .navbar-brand .navbar-link:focus,
        .navbar.is-black .navbar-brand .navbar-link:hover,
        .navbar.is-black .navbar-brand .navbar-link.is-active {
            background-color: #000;
            color: #fff;
        }

        .navbar.is-black .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-black .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-black .navbar-start > .navbar-item,
    .navbar.is-black .navbar-start .navbar-link,
    .navbar.is-black .navbar-end > .navbar-item,
    .navbar.is-black .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-black .navbar-start > a.navbar-item:focus,
        .navbar.is-black .navbar-start > a.navbar-item:hover,
        .navbar.is-black .navbar-start > a.navbar-item.is-active,
        .navbar.is-black .navbar-start .navbar-link:focus,
        .navbar.is-black .navbar-start .navbar-link:hover,
        .navbar.is-black .navbar-start .navbar-link.is-active,
        .navbar.is-black .navbar-end > a.navbar-item:focus,
        .navbar.is-black .navbar-end > a.navbar-item:hover,
        .navbar.is-black .navbar-end > a.navbar-item.is-active,
        .navbar.is-black .navbar-end .navbar-link:focus,
        .navbar.is-black .navbar-end .navbar-link:hover,
        .navbar.is-black .navbar-end .navbar-link.is-active {
            background-color: #000;
            color: #fff;
        }

        .navbar.is-black .navbar-start .navbar-link::after,
        .navbar.is-black .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #000;
        color: #fff;
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff;
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
}

    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

        .navbar.is-light .navbar-brand > a.navbar-item:focus,
        .navbar.is-light .navbar-brand > a.navbar-item:hover,
        .navbar.is-light .navbar-brand > a.navbar-item.is-active,
        .navbar.is-light .navbar-brand .navbar-link:focus,
        .navbar.is-light .navbar-brand .navbar-link:hover,
        .navbar.is-light .navbar-brand .navbar-link.is-active {
            background-color: #e8e8e8;
            color: rgba(0, 0, 0, 0.7);
        }

        .navbar.is-light .navbar-brand .navbar-link::after {
            border-color: rgba(0, 0, 0, 0.7);
        }

    .navbar.is-light .navbar-burger {
        color: rgba(0, 0, 0, 0.7);
    }

@media screen and (min-width: 1024px) {
    .navbar.is-light .navbar-start > .navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-end > .navbar-item,
    .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

        .navbar.is-light .navbar-start > a.navbar-item:focus,
        .navbar.is-light .navbar-start > a.navbar-item:hover,
        .navbar.is-light .navbar-start > a.navbar-item.is-active,
        .navbar.is-light .navbar-start .navbar-link:focus,
        .navbar.is-light .navbar-start .navbar-link:hover,
        .navbar.is-light .navbar-start .navbar-link.is-active,
        .navbar.is-light .navbar-end > a.navbar-item:focus,
        .navbar.is-light .navbar-end > a.navbar-item:hover,
        .navbar.is-light .navbar-end > a.navbar-item.is-active,
        .navbar.is-light .navbar-end .navbar-link:focus,
        .navbar.is-light .navbar-end .navbar-link:hover,
        .navbar.is-light .navbar-end .navbar-link.is-active {
            background-color: #e8e8e8;
            color: rgba(0, 0, 0, 0.7);
        }

        .navbar.is-light .navbar-start .navbar-link::after,
        .navbar.is-light .navbar-end .navbar-link::after {
            border-color: rgba(0, 0, 0, 0.7);
        }

    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-dark {
    background-color: #363636;
    color: #fff;
}

    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-dark .navbar-brand > a.navbar-item:focus,
        .navbar.is-dark .navbar-brand > a.navbar-item:hover,
        .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
        .navbar.is-dark .navbar-brand .navbar-link:focus,
        .navbar.is-dark .navbar-brand .navbar-link:hover,
        .navbar.is-dark .navbar-brand .navbar-link.is-active {
            background-color: #292929;
            color: #fff;
        }

        .navbar.is-dark .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-dark .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-dark .navbar-start > .navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-end > .navbar-item,
    .navbar.is-dark .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-dark .navbar-start > a.navbar-item:focus,
        .navbar.is-dark .navbar-start > a.navbar-item:hover,
        .navbar.is-dark .navbar-start > a.navbar-item.is-active,
        .navbar.is-dark .navbar-start .navbar-link:focus,
        .navbar.is-dark .navbar-start .navbar-link:hover,
        .navbar.is-dark .navbar-start .navbar-link.is-active,
        .navbar.is-dark .navbar-end > a.navbar-item:focus,
        .navbar.is-dark .navbar-end > a.navbar-item:hover,
        .navbar.is-dark .navbar-end > a.navbar-item.is-active,
        .navbar.is-dark .navbar-end .navbar-link:focus,
        .navbar.is-dark .navbar-end .navbar-link:hover,
        .navbar.is-dark .navbar-end .navbar-link.is-active {
            background-color: #292929;
            color: #fff;
        }

        .navbar.is-dark .navbar-start .navbar-link::after,
        .navbar.is-dark .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff;
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff;
    }
}

.navbar.is-primary {
    background-color: #b69148;
    color: #fff;
}

    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-primary .navbar-brand > a.navbar-item:focus,
        .navbar.is-primary .navbar-brand > a.navbar-item:hover,
        .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
        .navbar.is-primary .navbar-brand .navbar-link:focus,
        .navbar.is-primary .navbar-brand .navbar-link:hover,
        .navbar.is-primary .navbar-brand .navbar-link.is-active {
            background-color: #0020e6;
            color: #fff;
        }

        .navbar.is-primary .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-primary .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-primary .navbar-start > .navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-end > .navbar-item,
    .navbar.is-primary .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-primary .navbar-start > a.navbar-item:focus,
        .navbar.is-primary .navbar-start > a.navbar-item:hover,
        .navbar.is-primary .navbar-start > a.navbar-item.is-active,
        .navbar.is-primary .navbar-start .navbar-link:focus,
        .navbar.is-primary .navbar-start .navbar-link:hover,
        .navbar.is-primary .navbar-start .navbar-link.is-active,
        .navbar.is-primary .navbar-end > a.navbar-item:focus,
        .navbar.is-primary .navbar-end > a.navbar-item:hover,
        .navbar.is-primary .navbar-end > a.navbar-item.is-active,
        .navbar.is-primary .navbar-end .navbar-link:focus,
        .navbar.is-primary .navbar-end .navbar-link:hover,
        .navbar.is-primary .navbar-end .navbar-link.is-active {
            background-color: #0020e6;
            color: #fff;
        }

        .navbar.is-primary .navbar-start .navbar-link::after,
        .navbar.is-primary .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0020e6;
        color: #fff;
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #b69148;
        color: #fff;
    }
}

.navbar.is-link {
    background-color: #039be5;
    color: #fff;
}

    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-link .navbar-brand > a.navbar-item:focus,
        .navbar.is-link .navbar-brand > a.navbar-item:hover,
        .navbar.is-link .navbar-brand > a.navbar-item.is-active,
        .navbar.is-link .navbar-brand .navbar-link:focus,
        .navbar.is-link .navbar-brand .navbar-link:hover,
        .navbar.is-link .navbar-brand .navbar-link.is-active {
            background-color: #038acc;
            color: #fff;
        }

        .navbar.is-link .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-link .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-link .navbar-start > .navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-end > .navbar-item,
    .navbar.is-link .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-link .navbar-start > a.navbar-item:focus,
        .navbar.is-link .navbar-start > a.navbar-item:hover,
        .navbar.is-link .navbar-start > a.navbar-item.is-active,
        .navbar.is-link .navbar-start .navbar-link:focus,
        .navbar.is-link .navbar-start .navbar-link:hover,
        .navbar.is-link .navbar-start .navbar-link.is-active,
        .navbar.is-link .navbar-end > a.navbar-item:focus,
        .navbar.is-link .navbar-end > a.navbar-item:hover,
        .navbar.is-link .navbar-end > a.navbar-item.is-active,
        .navbar.is-link .navbar-end .navbar-link:focus,
        .navbar.is-link .navbar-end .navbar-link:hover,
        .navbar.is-link .navbar-end .navbar-link.is-active {
            background-color: #038acc;
            color: #fff;
        }

        .navbar.is-link .navbar-start .navbar-link::after,
        .navbar.is-link .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #038acc;
        color: #fff;
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #039be5;
        color: #fff;
    }
}

.navbar.is-info {
    background-color: #3e8ed0;
    color: #fff;
}

    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-info .navbar-brand > a.navbar-item:focus,
        .navbar.is-info .navbar-brand > a.navbar-item:hover,
        .navbar.is-info .navbar-brand > a.navbar-item.is-active,
        .navbar.is-info .navbar-brand .navbar-link:focus,
        .navbar.is-info .navbar-brand .navbar-link:hover,
        .navbar.is-info .navbar-brand .navbar-link.is-active {
            background-color: #3082c5;
            color: #fff;
        }

        .navbar.is-info .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-info .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-info .navbar-start > .navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .navbar.is-info .navbar-end > .navbar-item,
    .navbar.is-info .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-info .navbar-start > a.navbar-item:focus,
        .navbar.is-info .navbar-start > a.navbar-item:hover,
        .navbar.is-info .navbar-start > a.navbar-item.is-active,
        .navbar.is-info .navbar-start .navbar-link:focus,
        .navbar.is-info .navbar-start .navbar-link:hover,
        .navbar.is-info .navbar-start .navbar-link.is-active,
        .navbar.is-info .navbar-end > a.navbar-item:focus,
        .navbar.is-info .navbar-end > a.navbar-item:hover,
        .navbar.is-info .navbar-end > a.navbar-item.is-active,
        .navbar.is-info .navbar-end .navbar-link:focus,
        .navbar.is-info .navbar-end .navbar-link:hover,
        .navbar.is-info .navbar-end .navbar-link.is-active {
            background-color: #3082c5;
            color: #fff;
        }

        .navbar.is-info .navbar-start .navbar-link::after,
        .navbar.is-info .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3082c5;
        color: #fff;
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #3e8ed0;
        color: #fff;
    }
}

.navbar.is-success {
    background-color: #00b289;
    color: #fff;
}

    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-success .navbar-brand > a.navbar-item:focus,
        .navbar.is-success .navbar-brand > a.navbar-item:hover,
        .navbar.is-success .navbar-brand > a.navbar-item.is-active,
        .navbar.is-success .navbar-brand .navbar-link:focus,
        .navbar.is-success .navbar-brand .navbar-link:hover,
        .navbar.is-success .navbar-brand .navbar-link.is-active {
            background-color: #009975;
            color: #fff;
        }

        .navbar.is-success .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-success .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-success .navbar-start > .navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-end > .navbar-item,
    .navbar.is-success .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-success .navbar-start > a.navbar-item:focus,
        .navbar.is-success .navbar-start > a.navbar-item:hover,
        .navbar.is-success .navbar-start > a.navbar-item.is-active,
        .navbar.is-success .navbar-start .navbar-link:focus,
        .navbar.is-success .navbar-start .navbar-link:hover,
        .navbar.is-success .navbar-start .navbar-link.is-active,
        .navbar.is-success .navbar-end > a.navbar-item:focus,
        .navbar.is-success .navbar-end > a.navbar-item:hover,
        .navbar.is-success .navbar-end > a.navbar-item.is-active,
        .navbar.is-success .navbar-end .navbar-link:focus,
        .navbar.is-success .navbar-end .navbar-link:hover,
        .navbar.is-success .navbar-end .navbar-link.is-active {
            background-color: #009975;
            color: #fff;
        }

        .navbar.is-success .navbar-start .navbar-link::after,
        .navbar.is-success .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #009975;
        color: #fff;
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #00b289;
        color: #fff;
    }
}

.navbar.is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
}

    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

        .navbar.is-warning .navbar-brand > a.navbar-item:focus,
        .navbar.is-warning .navbar-brand > a.navbar-item:hover,
        .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
        .navbar.is-warning .navbar-brand .navbar-link:focus,
        .navbar.is-warning .navbar-brand .navbar-link:hover,
        .navbar.is-warning .navbar-brand .navbar-link.is-active {
            background-color: #ffd970;
            color: rgba(0, 0, 0, 0.7);
        }

        .navbar.is-warning .navbar-brand .navbar-link::after {
            border-color: rgba(0, 0, 0, 0.7);
        }

    .navbar.is-warning .navbar-burger {
        color: rgba(0, 0, 0, 0.7);
    }

@media screen and (min-width: 1024px) {
    .navbar.is-warning .navbar-start > .navbar-item,
    .navbar.is-warning .navbar-start .navbar-link,
    .navbar.is-warning .navbar-end > .navbar-item,
    .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7);
    }

        .navbar.is-warning .navbar-start > a.navbar-item:focus,
        .navbar.is-warning .navbar-start > a.navbar-item:hover,
        .navbar.is-warning .navbar-start > a.navbar-item.is-active,
        .navbar.is-warning .navbar-start .navbar-link:focus,
        .navbar.is-warning .navbar-start .navbar-link:hover,
        .navbar.is-warning .navbar-start .navbar-link.is-active,
        .navbar.is-warning .navbar-end > a.navbar-item:focus,
        .navbar.is-warning .navbar-end > a.navbar-item:hover,
        .navbar.is-warning .navbar-end > a.navbar-item.is-active,
        .navbar.is-warning .navbar-end .navbar-link:focus,
        .navbar.is-warning .navbar-end .navbar-link:hover,
        .navbar.is-warning .navbar-end .navbar-link.is-active {
            background-color: #ffd970;
            color: rgba(0, 0, 0, 0.7);
        }

        .navbar.is-warning .navbar-start .navbar-link::after,
        .navbar.is-warning .navbar-end .navbar-link::after {
            border-color: rgba(0, 0, 0, 0.7);
        }

    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7);
    }
}

.navbar.is-danger {
    background-color: #ff3b3c;
    color: #fff;
}

    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
        color: #fff;
    }

        .navbar.is-danger .navbar-brand > a.navbar-item:focus,
        .navbar.is-danger .navbar-brand > a.navbar-item:hover,
        .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
        .navbar.is-danger .navbar-brand .navbar-link:focus,
        .navbar.is-danger .navbar-brand .navbar-link:hover,
        .navbar.is-danger .navbar-brand .navbar-link.is-active {
            background-color: #ff2223;
            color: #fff;
        }

        .navbar.is-danger .navbar-brand .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-danger .navbar-burger {
        color: #fff;
    }

@media screen and (min-width: 1024px) {
    .navbar.is-danger .navbar-start > .navbar-item,
    .navbar.is-danger .navbar-start .navbar-link,
    .navbar.is-danger .navbar-end > .navbar-item,
    .navbar.is-danger .navbar-end .navbar-link {
        color: #fff;
    }

        .navbar.is-danger .navbar-start > a.navbar-item:focus,
        .navbar.is-danger .navbar-start > a.navbar-item:hover,
        .navbar.is-danger .navbar-start > a.navbar-item.is-active,
        .navbar.is-danger .navbar-start .navbar-link:focus,
        .navbar.is-danger .navbar-start .navbar-link:hover,
        .navbar.is-danger .navbar-start .navbar-link.is-active,
        .navbar.is-danger .navbar-end > a.navbar-item:focus,
        .navbar.is-danger .navbar-end > a.navbar-item:hover,
        .navbar.is-danger .navbar-end > a.navbar-item.is-active,
        .navbar.is-danger .navbar-end .navbar-link:focus,
        .navbar.is-danger .navbar-end .navbar-link:hover,
        .navbar.is-danger .navbar-end .navbar-link.is-active {
            background-color: #ff2223;
            color: #fff;
        }

        .navbar.is-danger .navbar-start .navbar-link::after,
        .navbar.is-danger .navbar-end .navbar-link::after {
            border-color: #fff;
        }

    .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ff2223;
        color: #fff;
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3b3c;
        color: #fff;
    }
}

.navbar > .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%;
}

.navbar.has-shadow {
    -webkit-box-shadow: 0 2px 0 0 #f5f5f5;
    box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
}

.navbar.is-fixed-bottom {
    bottom: 0;
}

    .navbar.is-fixed-bottom.has-shadow {
        -webkit-box-shadow: 0 -2px 0 0 #f5f5f5;
        box-shadow: 0 -2px 0 0 #f5f5f5;
    }

.navbar.is-fixed-top {
    top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
    padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 3.25rem;
}

    .navbar-brand a.navbar-item:focus,
    .navbar-brand a.navbar-item:hover {
        background-color: rgba(0, 0, 0, 0);
    }

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
}

.navbar-burger {
    color: #4a4a4a;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
}

    .navbar-burger span {
        background-color: currentColor;
        display: block;
        height: 1px;
        left: calc(50% - 8px);
        position: absolute;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-duration: 86ms;
        transition-duration: 86ms;
        -webkit-transition-property: background-color, opacity, -webkit-transform;
        transition-property: background-color, opacity, -webkit-transform;
        transition-property: background-color, opacity, transform;
        transition-property: background-color, opacity, transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        width: 16px;
    }

        .navbar-burger span:nth-child(1) {
            top: calc(50% - 6px);
        }

        .navbar-burger span:nth-child(2) {
            top: calc(50% - 1px);
        }

        .navbar-burger span:nth-child(3) {
            top: calc(50% + 4px);
        }

    .navbar-burger:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .navbar-burger.is-active span:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }

    .navbar-burger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-burger.is-active span:nth-child(3) {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }

.navbar-menu {
    display: none;
}

.navbar-item,
.navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}

    .navbar-item .icon:only-child,
    .navbar-link .icon:only-child {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

a.navbar-item,
.navbar-link {
    cursor: pointer;
}

    a.navbar-item:focus,
    a.navbar-item:focus-within,
    a.navbar-item:hover,
    a.navbar-item.is-active,
    .navbar-link:focus,
    .navbar-link:focus-within,
    .navbar-link:hover,
    .navbar-link.is-active {
        background-color: #fafafa;
        color: #039be5;
    }

.navbar-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .navbar-item img {
        max-height: 1.75rem;
    }

    .navbar-item.has-dropdown {
        padding: 0;
    }

    .navbar-item.is-expanded {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .navbar-item.is-tab {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        min-height: 3.25rem;
        padding-bottom: calc(0.5rem - 1px);
    }

        .navbar-item.is-tab:focus,
        .navbar-item.is-tab:hover {
            background-color: rgba(0, 0, 0, 0);
            border-bottom-color: #039be5;
        }

        .navbar-item.is-tab.is-active {
            background-color: rgba(0, 0, 0, 0);
            border-bottom-color: #039be5;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            color: #039be5;
            padding-bottom: calc(0.5rem - 3px);
        }

.navbar-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em;
}

    .navbar-link:not(.is-arrowless)::after {
        border-color: #039be5;
        margin-top: -0.375em;
        right: 1.125em;
    }

.navbar-dropdown {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .navbar-dropdown .navbar-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
    .navbar > .container {
        display: block;
    }

    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-link::after {
        display: none;
    }

    .navbar-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
        padding: 0.5rem 0;
    }

        .navbar-menu.is-active {
            display: block;
        }

    .navbar.is-fixed-bottom-touch,
    .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0;
    }

        .navbar.is-fixed-bottom-touch.has-shadow {
            -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
        }

    .navbar.is-fixed-top-touch {
        top: 0;
    }

        .navbar.is-fixed-top .navbar-menu,
        .navbar.is-fixed-top-touch .navbar-menu {
            -webkit-overflow-scrolling: touch;
            max-height: calc(100vh - 3.25rem);
            overflow: auto;
        }

    html.has-navbar-fixed-top-touch,
    body.has-navbar-fixed-top-touch {
        padding-top: 3.25rem;
    }

    html.has-navbar-fixed-bottom-touch,
    body.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .navbar,
    .navbar-menu,
    .navbar-start,
    .navbar-end {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar {
        min-height: 3.25rem;
    }

        .navbar.is-spaced {
            padding: 1rem 2rem;
        }

            .navbar.is-spaced .navbar-start,
            .navbar.is-spaced .navbar-end {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .navbar.is-spaced a.navbar-item,
            .navbar.is-spaced .navbar-link {
                border-radius: 4px;
            }

        .navbar.is-transparent a.navbar-item:focus,
        .navbar.is-transparent a.navbar-item:hover,
        .navbar.is-transparent a.navbar-item.is-active,
        .navbar.is-transparent .navbar-link:focus,
        .navbar.is-transparent .navbar-link:hover,
        .navbar.is-transparent .navbar-link.is-active {
            background-color: rgba(0, 0, 0, 0) !important;
        }

        .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
        .navbar.is-transparent
        .navbar-item.has-dropdown.is-hoverable:focus
        .navbar-link,
        .navbar.is-transparent
        .navbar-item.has-dropdown.is-hoverable:focus-within
        .navbar-link,
        .navbar.is-transparent
        .navbar-item.has-dropdown.is-hoverable:hover
        .navbar-link {
            background-color: rgba(0, 0, 0, 0) !important;
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
        .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
            background-color: #f5f5f5;
            color: #0a0a0a;
        }

        .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
            background-color: #f5f5f5;
            color: #039be5;
        }

    .navbar-burger {
        display: none;
    }

    .navbar-item,
    .navbar-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .navbar-item.has-dropdown {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .navbar-item.has-dropdown-up .navbar-link::after {
            -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
        }

        .navbar-item.has-dropdown-up .navbar-dropdown {
            border-bottom: 2px solid #dbdbdb;
            border-radius: 6px 6px 0 0;
            border-top: none;
            bottom: 100%;
            -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
            top: auto;
        }

        .navbar-item.is-active .navbar-dropdown,
        .navbar-item.is-hoverable:focus .navbar-dropdown,
        .navbar-item.is-hoverable:focus-within .navbar-dropdown,
        .navbar-item.is-hoverable:hover .navbar-dropdown {
            display: block;
        }

            .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
            .navbar-item.is-active .navbar-dropdown.is-boxed,
            .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
            .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
            .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
            .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
            .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
            .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
                opacity: 1;
                pointer-events: auto;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

    .navbar-menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .navbar-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto;
    }

    .navbar-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
        box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
        display: none;
        font-size: 0.875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20;
    }

        .navbar-dropdown .navbar-item {
            padding: 0.375rem 1rem;
            white-space: nowrap;
        }

        .navbar-dropdown a.navbar-item {
            padding-right: 3rem;
        }

            .navbar-dropdown a.navbar-item:focus,
            .navbar-dropdown a.navbar-item:hover {
                background-color: #f5f5f5;
                color: #0a0a0a;
            }

            .navbar-dropdown a.navbar-item.is-active {
                background-color: #f5f5f5;
                color: #039be5;
            }

        .navbar.is-spaced .navbar-dropdown,
        .navbar-dropdown.is-boxed {
            border-radius: 6px;
            border-top: none;
            -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            display: block;
            opacity: 0;
            pointer-events: none;
            top: calc(100% + (-4px));
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
        }

        .navbar-dropdown.is-right {
            left: auto;
            right: 0;
        }

    .navbar-divider {
        display: block;
    }

    .navbar > .container .navbar-brand,
    .container > .navbar .navbar-brand {
        margin-left: -0.75rem;
    }

    .navbar > .container .navbar-menu,
    .container > .navbar .navbar-menu {
        margin-right: -0.75rem;
    }

    .navbar.is-fixed-bottom-desktop,
    .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0;
    }

        .navbar.is-fixed-bottom-desktop.has-shadow {
            -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
        }

    .navbar.is-fixed-top-desktop {
        top: 0;
    }

    html.has-navbar-fixed-top-desktop,
    body.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem;
    }

    html.has-navbar-fixed-bottom-desktop,
    body.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem;
    }

    html.has-spaced-navbar-fixed-top,
    body.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem;
    }

    html.has-spaced-navbar-fixed-bottom,
    body.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem;
    }

    a.navbar-item.is-active,
    .navbar-link.is-active {
        color: #0a0a0a;
    }

        a.navbar-item.is-active:not(:focus):not(:hover),
        .navbar-link.is-active:not(:focus):not(:hover) {
            background-color: rgba(0, 0, 0, 0);
        }

    .navbar-item.has-dropdown:focus .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link,
    .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fafafa;
    }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem);
}

.pagination {
    font-size: 1rem;
    margin: -0.25rem;
}

    .pagination.is-small {
        font-size: 0.75rem;
    }

    .pagination.is-medium {
        font-size: 1.25rem;
    }

    .pagination.is-large {
        font-size: 1.5rem;
    }

    .pagination.is-rounded .pagination-previous,
    .pagination.is-rounded .pagination-next {
        padding-left: 1em;
        padding-right: 1em;
        border-radius: 9999px;
    }

    .pagination.is-rounded .pagination-link {
        border-radius: 9999px;
    }

.pagination,
.pagination-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    font-size: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.25rem;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.5em;
}

    .pagination-previous:hover,
    .pagination-next:hover,
    .pagination-link:hover {
        border-color: #b5b5b5;
        color: #363636;
    }

    .pagination-previous:focus,
    .pagination-next:focus,
    .pagination-link:focus {
        border-color: #039be5;
    }

    .pagination-previous:active,
    .pagination-next:active,
    .pagination-link:active {
        -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
        box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
    }

    .pagination-previous[disabled],
    .pagination-previous.is-disabled,
    .pagination-next[disabled],
    .pagination-next.is-disabled,
    .pagination-link[disabled],
    .pagination-link.is-disabled {
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #7a7a7a;
        opacity: 0.5;
    }

.pagination-previous,
.pagination-next {
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

.pagination-link.is-current {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none;
}

.pagination-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .pagination-list li {
        list-style: none;
    }

@media screen and (max-width: 768px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagination-previous,
    .pagination-next {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .pagination-list li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

@media screen and (min-width: 769px), print {
    .pagination-list {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pagination-previous,
    .pagination-next,
    .pagination-link,
    .pagination-ellipsis {
        margin-bottom: 0;
        margin-top: 0;
    }

    .pagination-previous {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .pagination-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0;
    }

        .pagination.is-centered .pagination-previous {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .pagination.is-centered .pagination-list {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .pagination.is-centered .pagination-next {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .pagination.is-right .pagination-previous {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .pagination.is-right .pagination-next {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .pagination.is-right .pagination-list {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
}

.panel {
    border-radius: 6px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    font-size: 1rem;
}

    .panel:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .panel.is-white .panel-heading {
        background-color: #fff;
        color: #0a0a0a;
    }

    .panel.is-white .panel-tabs a.is-active {
        border-bottom-color: #fff;
    }

    .panel.is-white .panel-block.is-active .panel-icon {
        color: #fff;
    }

    .panel.is-black .panel-heading {
        background-color: #0a0a0a;
        color: #fff;
    }

    .panel.is-black .panel-tabs a.is-active {
        border-bottom-color: #0a0a0a;
    }

    .panel.is-black .panel-block.is-active .panel-icon {
        color: #0a0a0a;
    }

    .panel.is-light .panel-heading {
        background-color: #f5f5f5;
        color: rgba(0, 0, 0, 0.7);
    }

    .panel.is-light .panel-tabs a.is-active {
        border-bottom-color: #f5f5f5;
    }

    .panel.is-light .panel-block.is-active .panel-icon {
        color: #f5f5f5;
    }

    .panel.is-dark .panel-heading {
        background-color: #363636;
        color: #fff;
    }

    .panel.is-dark .panel-tabs a.is-active {
        border-bottom-color: #363636;
    }

    .panel.is-dark .panel-block.is-active .panel-icon {
        color: #363636;
    }

    .panel.is-primary .panel-heading {
        background-color: #b69148;
        color: #fff;
    }

    .panel.is-primary .panel-tabs a.is-active {
        border-bottom-color: #b69148;
    }

    .panel.is-primary .panel-block.is-active .panel-icon {
        color: #b69148;
    }

    .panel.is-link .panel-heading {
        background-color: #039be5;
        color: #fff;
    }

    .panel.is-link .panel-tabs a.is-active {
        border-bottom-color: #039be5;
    }

    .panel.is-link .panel-block.is-active .panel-icon {
        color: #039be5;
    }

    .panel.is-info .panel-heading {
        background-color: #3e8ed0;
        color: #fff;
    }

    .panel.is-info .panel-tabs a.is-active {
        border-bottom-color: #3e8ed0;
    }

    .panel.is-info .panel-block.is-active .panel-icon {
        color: #3e8ed0;
    }

    .panel.is-success .panel-heading {
        background-color: #00b289;
        color: #fff;
    }

    .panel.is-success .panel-tabs a.is-active {
        border-bottom-color: #00b289;
    }

    .panel.is-success .panel-block.is-active .panel-icon {
        color: #00b289;
    }

    .panel.is-warning .panel-heading {
        background-color: #ffe08a;
        color: rgba(0, 0, 0, 0.7);
    }

    .panel.is-warning .panel-tabs a.is-active {
        border-bottom-color: #ffe08a;
    }

    .panel.is-warning .panel-block.is-active .panel-icon {
        color: #ffe08a;
    }

    .panel.is-danger .panel-heading {
        background-color: #ff3b3c;
        color: #fff;
    }

    .panel.is-danger .panel-tabs a.is-active {
        border-bottom-color: #ff3b3c;
    }

    .panel.is-danger .panel-block.is-active .panel-icon {
        color: #ff3b3c;
    }

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.panel-heading {
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.75em 1em;
}

.panel-tabs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .panel-tabs a {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: -1px;
        padding: 0.5em;
    }

        .panel-tabs a.is-active {
            border-bottom-color: #4a4a4a;
            color: #363636;
        }

.panel-list a {
    color: #4a4a4a;
}

    .panel-list a:hover {
        color: #039be5;
    }

.panel-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5em 0.75em;
}

    .panel-block input[type="checkbox"] {
        margin-right: 0.75em;
    }

    .panel-block > .control {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%;
    }

    .panel-block.is-wrapped {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .panel-block.is-active {
        border-left-color: #039be5;
        color: #363636;
    }

        .panel-block.is-active .panel-icon {
            color: #039be5;
        }

    .panel-block:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

a.panel-block,
label.panel-block {
    cursor: pointer;
}

    a.panel-block:hover,
    label.panel-block:hover {
        background-color: #f5f5f5;
    }

.panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #7a7a7a;
    margin-right: 0.75em;
}

    .panel-icon .fa {
        font-size: inherit;
        line-height: inherit;
    }

.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

    .tabs a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: #4a4a4a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -1px;
        padding: 0.5em 1em;
        vertical-align: top;
    }

        .tabs a:hover {
            border-bottom-color: #363636;
            color: #363636;
        }

    .tabs li {
        display: block;
    }

        .tabs li.is-active a {
            border-bottom-color: #039be5;
            color: #039be5;
        }

    .tabs ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .tabs ul.is-left {
            padding-right: 0.75em;
        }

        .tabs ul.is-center {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0.75em;
            padding-right: 0.75em;
        }

        .tabs ul.is-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-left: 0.75em;
        }

    .tabs .icon:first-child {
        margin-right: 0.5em;
    }

    .tabs .icon:last-child {
        margin-left: 0.5em;
    }

    .tabs.is-centered ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tabs.is-right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .tabs.is-boxed a {
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px 4px 0 0;
    }

        .tabs.is-boxed a:hover {
            background-color: #f5f5f5;
            border-bottom-color: #dbdbdb;
        }

    .tabs.is-boxed li.is-active a {
        background-color: #fff;
        border-color: #dbdbdb;
        border-bottom-color: rgba(0, 0, 0, 0) !important;
    }

    .tabs.is-fullwidth li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .tabs.is-toggle a {
        border-color: #dbdbdb;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 0;
        position: relative;
    }

        .tabs.is-toggle a:hover {
            background-color: #f5f5f5;
            border-color: #b5b5b5;
            z-index: 2;
        }

    .tabs.is-toggle li + li {
        margin-left: -1px;
    }

    .tabs.is-toggle li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .tabs.is-toggle li:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .tabs.is-toggle li.is-active a {
        background-color: #039be5;
        border-color: #039be5;
        color: #fff;
        z-index: 1;
    }

    .tabs.is-toggle ul {
        border-bottom: none;
    }

    .tabs.is-toggle.is-toggle-rounded li:first-child a {
        border-bottom-left-radius: 9999px;
        border-top-left-radius: 9999px;
        padding-left: 1.25em;
    }

    .tabs.is-toggle.is-toggle-rounded li:last-child a {
        border-bottom-right-radius: 9999px;
        border-top-right-radius: 9999px;
        padding-right: 1.25em;
    }

    .tabs.is-small {
        font-size: 0.75rem;
    }

    .tabs.is-medium {
        font-size: 1.25rem;
    }

    .tabs.is-large {
        font-size: 1.5rem;
    }

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: unset;
}

.columns.is-mobile > .column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333337%;
}

.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%;
}

.columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666674%;
}

.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%;
}

.columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333337%;
}

.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%;
}

.columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666674%;
}

.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%;
}

.columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333337%;
}

.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%;
}

.columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666674%;
}

.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666674%;
}

.columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333337%;
}

.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333337%;
}

.columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66666674%;
}

.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666674%;
}

.columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset;
    }

    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-mobile {
        margin-left: 50%;
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%;
    }

    .column.is-0-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%;
    }

    .column.is-offset-0-mobile {
        margin-left: 0%;
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333337%;
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66666674%;
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-mobile {
        margin-left: 25%;
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333337%;
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66666674%;
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-mobile {
        margin-left: 50%;
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333337%;
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66666674%;
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-mobile {
        margin-left: 75%;
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333337%;
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66666674%;
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-mobile {
        margin-left: 100%;
    }
}

@media screen and (min-width: 769px), print {
    .column.is-narrow,
    .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset;
    }

    .column.is-full,
    .column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%;
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%;
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%;
    }

    .column.is-0,
    .column.is-0-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%;
    }

    .column.is-offset-0,
    .column.is-offset-0-tablet {
        margin-left: 0%;
    }

    .column.is-1,
    .column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333337%;
    }

    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66666674%;
    }

    .column.is-3,
    .column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%;
    }

    .column.is-4,
    .column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333337%;
    }

    .column.is-5,
    .column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66666674%;
    }

    .column.is-6,
    .column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%;
    }

    .column.is-7,
    .column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333337%;
    }

    .column.is-8,
    .column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66666674%;
    }

    .column.is-9,
    .column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%;
    }

    .column.is-10,
    .column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333337%;
    }

    .column.is-11,
    .column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66666674%;
    }

    .column.is-12,
    .column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset;
    }

    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-touch {
        margin-left: 50%;
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%;
    }

    .column.is-0-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%;
    }

    .column.is-offset-0-touch {
        margin-left: 0%;
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333337%;
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .column.is-offset-2-touch {
        margin-left: 16.66666674%;
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-touch {
        margin-left: 25%;
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333337%;
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .column.is-offset-5-touch {
        margin-left: 41.66666674%;
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-touch {
        margin-left: 50%;
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333337%;
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .column.is-offset-8-touch {
        margin-left: 66.66666674%;
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-touch {
        margin-left: 75%;
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333337%;
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .column.is-offset-11-touch {
        margin-left: 91.66666674%;
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset;
    }

    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-desktop {
        margin-left: 50%;
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%;
    }

    .column.is-0-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%;
    }

    .column.is-offset-0-desktop {
        margin-left: 0%;
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333337%;
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66666674%;
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-desktop {
        margin-left: 25%;
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333337%;
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66666674%;
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-desktop {
        margin-left: 50%;
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333337%;
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66666674%;
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-desktop {
        margin-left: 75%;
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333337%;
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66666674%;
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset;
    }

    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%;
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%;
    }

    .column.is-0-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%;
    }

    .column.is-offset-0-widescreen {
        margin-left: 0%;
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333337%;
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66666674%;
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333337%;
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66666674%;
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333337%;
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66666674%;
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333337%;
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66666674%;
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: unset;
    }

    .column.is-full-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%;
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%;
    }

    .column.is-0-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%;
    }

    .column.is-offset-0-fullhd {
        margin-left: 0%;
    }

    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333337%;
    }

    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66666674%;
    }

    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }

    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333337%;
    }

    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66666674%;
    }

    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }

    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333337%;
    }

    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66666674%;
    }

    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }

    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333337%;
    }

    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66666674%;
    }

    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}

.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

    .columns:last-child {
        margin-bottom: -0.75rem;
    }

    .columns:not(:last-child) {
        margin-bottom: calc(1.5rem - 0.75rem);
    }

    .columns.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .columns.is-gapless {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

        .columns.is-gapless > .column {
            margin: 0;
            padding: 0 !important;
        }

        .columns.is-gapless:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .columns.is-gapless:last-child {
            margin-bottom: 0;
        }

    .columns.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .columns.is-multiline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .columns.is-vcentered {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap));
}

    .columns.is-variable > .column {
        padding-left: var(--columnGap);
        padding-right: var(--columnGap);
    }

    .columns.is-variable.is-0 {
        --columnGap: 0rem;
    }

@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem;
    }
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: 0.25rem;
    }
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: 0.5rem;
    }
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: 0.75rem;
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem;
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem;
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem;
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem;
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem;
    }
}

@media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem;
    }
}

.tile {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
}

    .tile.is-ancestor {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-top: -0.75rem;
    }

        .tile.is-ancestor:last-child {
            margin-bottom: -0.75rem;
        }

        .tile.is-ancestor:not(:last-child) {
            margin-bottom: 0.75rem;
        }

    .tile.is-child {
        margin: 0 !important;
    }

    .tile.is-parent {
        padding: 0.75rem;
    }

    .tile.is-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tile.is-vertical > .tile.is-child:not(:last-child) {
            margin-bottom: 1.5rem !important;
        }

@media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tile.is-1 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333337%;
    }

    .tile.is-2 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66666674%;
    }

    .tile.is-3 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .tile.is-4 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333337%;
    }

    .tile.is-5 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66666674%;
    }

    .tile.is-6 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .tile.is-7 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333337%;
    }

    .tile.is-8 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66666674%;
    }

    .tile.is-9 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .tile.is-10 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333337%;
    }

    .tile.is-11 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66666674%;
    }

    .tile.is-12 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

.has-text-white {
    color: #fff !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
    color: #e6e6e6 !important;
}

.has-background-white {
    background-color: #fff !important;
}

.has-text-black {
    color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
    color: #000 !important;
}

.has-background-black {
    background-color: #0a0a0a !important;
}

.has-text-light {
    color: #f5f5f5 !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
    color: #dbdbdb !important;
}

.has-background-light {
    background-color: #f5f5f5 !important;
}

.has-text-dark {
    color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
    color: #1c1c1c !important;
}

.has-background-dark {
    background-color: #363636 !important;
}

.has-text-primary {
    color: #b69148 !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
    color: #001ccc !important;
}

.has-background-primary {
    background-color: #b69148 !important;
}

.has-text-primary-light {
    color: #ebedff !important;
}

a.has-text-primary-light:hover,
a.has-text-primary-light:focus {
    color: #b8c1ff !important;
}

.has-background-primary-light {
    background-color: #ebedff !important;
}

.has-text-primary-dark {
    color: #0a2cff !important;
}

a.has-text-primary-dark:hover,
a.has-text-primary-dark:focus {
    color: #3d58ff !important;
}

.has-background-primary-dark {
    background-color: #0a2cff !important;
}

.has-text-link {
    color: #039be5 !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
    color: #0279b3 !important;
}

.has-background-link {
    background-color: #039be5 !important;
}

.has-text-link-light {
    color: #ebf8ff !important;
}

a.has-text-link-light:hover,
a.has-text-link-light:focus {
    color: #b9e7fe !important;
}

.has-background-link-light {
    background-color: #ebf8ff !important;
}

.has-text-link-dark {
    color: #0385c4 !important;
}

a.has-text-link-dark:hover,
a.has-text-link-dark:focus {
    color: #03a7f7 !important;
}

.has-background-link-dark {
    background-color: #0385c4 !important;
}

.has-text-info {
    color: #3e8ed0 !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
    color: #2b74b1 !important;
}

.has-background-info {
    background-color: #3e8ed0 !important;
}

.has-text-info-light {
    color: #eff5fb !important;
}

a.has-text-info-light:hover,
a.has-text-info-light:focus {
    color: #c6ddf1 !important;
}

.has-background-info-light {
    background-color: #eff5fb !important;
}

.has-text-info-dark {
    color: #296fa8 !important;
}

a.has-text-info-dark:hover,
a.has-text-info-dark:focus {
    color: #368ace !important;
}

.has-background-info-dark {
    background-color: #296fa8 !important;
}

.has-text-success {
    color: #00b289 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
    color: #007f62 !important;
}

.has-background-success {
    background-color: #00b289 !important;
}

.has-text-success-light {
    color: #ebfffa !important;
}

a.has-text-success-light:hover,
a.has-text-success-light:focus {
    color: #b8ffef !important;
}

.has-background-success-light {
    background-color: #ebfffa !important;
}

.has-text-success-dark {
    color: #00bd91 !important;
}

a.has-text-success-dark:hover,
a.has-text-success-dark:focus {
    color: #00f0b8 !important;
}

.has-background-success-dark {
    background-color: #00bd91 !important;
}

.has-text-warning {
    color: #ffe08a !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
    color: #ffd257 !important;
}

.has-background-warning {
    background-color: #ffe08a !important;
}

.has-text-warning-light {
    color: #fffaeb !important;
}

a.has-text-warning-light:hover,
a.has-text-warning-light:focus {
    color: #ffecb8 !important;
}

.has-background-warning-light {
    background-color: #fffaeb !important;
}

.has-text-warning-dark {
    color: #946c00 !important;
}

a.has-text-warning-dark:hover,
a.has-text-warning-dark:focus {
    color: #c79200 !important;
}

.has-background-warning-dark {
    background-color: #946c00 !important;
}

.has-text-danger {
    color: #ff3b3c !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
    color: #ff0809 !important;
}

.has-background-danger {
    background-color: #ff3b3c !important;
}

.has-text-danger-light {
    color: #ffebeb !important;
}

a.has-text-danger-light:hover,
a.has-text-danger-light:focus {
    color: #ffb8b8 !important;
}

.has-background-danger-light {
    background-color: #ffebeb !important;
}

.has-text-danger-dark {
    color: #db0001 !important;
}

a.has-text-danger-dark:hover,
a.has-text-danger-dark:focus {
    color: #ff0f11 !important;
}

.has-background-danger-dark {
    background-color: #db0001 !important;
}

.has-text-black-bis {
    color: #121212 !important;
}

.has-background-black-bis {
    background-color: #121212 !important;
}

.has-text-black-ter {
    color: #242424 !important;
}

.has-background-black-ter {
    background-color: #242424 !important;
}

.has-text-grey-darker {
    color: #363636 !important;
}

.has-background-grey-darker {
    background-color: #363636 !important;
}

.has-text-grey-dark {
    color: #4a4a4a !important;
}

.has-background-grey-dark {
    background-color: #4a4a4a !important;
}

.has-text-grey {
    color: #7a7a7a !important;
}

.has-background-grey {
    background-color: #7a7a7a !important;
}

.has-text-grey-light {
    color: #b5b5b5 !important;
}

.has-background-grey-light {
    background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
    color: #dbdbdb !important;
}

.has-background-grey-lighter {
    background-color: #dbdbdb !important;
}

.has-text-white-ter {
    color: #f5f5f5 !important;
}

.has-background-white-ter {
    background-color: #f5f5f5 !important;
}

.has-text-white-bis {
    color: #fafafa !important;
}

.has-background-white-bis {
    background-color: #fafafa !important;
}

.is-flex-direction-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.is-flex-direction-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.is-flex-direction-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.is-flex-direction-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.is-justify-content-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.is-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.is-justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.is-justify-content-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.is-justify-content-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.is-justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

.is-justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
}

.is-justify-content-left {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}

.is-justify-content-right {
    -webkit-box-pack: right !important;
    -ms-flex-pack: right !important;
    justify-content: right !important;
}

.is-align-content-flex-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.is-align-content-flex-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.is-align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.is-align-content-space-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.is-align-content-space-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.is-align-content-space-evenly {
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
}

.is-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.is-align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: start !important;
}

.is-align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: end !important;
}

.is-align-content-baseline {
    -ms-flex-line-pack: baseline !important;
    align-content: baseline !important;
}

.is-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.is-align-items-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.is-align-items-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.is-align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.is-align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.is-align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
}

.is-align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important;
}

.is-align-items-self-start {
    -webkit-box-align: self-start !important;
    -ms-flex-align: self-start !important;
    align-items: self-start !important;
}

.is-align-items-self-end {
    -webkit-box-align: self-end !important;
    -ms-flex-align: self-end !important;
    align-items: self-end !important;
}

.is-align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.is-align-self-flex-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.is-align-self-flex-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.is-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.is-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.is-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.is-flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.is-flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.is-flex-grow-2 {
    -webkit-box-flex: 2 !important;
    -ms-flex-positive: 2 !important;
    flex-grow: 2 !important;
}

.is-flex-grow-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex-positive: 3 !important;
    flex-grow: 3 !important;
}

.is-flex-grow-4 {
    -webkit-box-flex: 4 !important;
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important;
}

.is-flex-grow-5 {
    -webkit-box-flex: 5 !important;
    -ms-flex-positive: 5 !important;
    flex-grow: 5 !important;
}

.is-flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
    -ms-flex-negative: 2 !important;
    flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
    -ms-flex-negative: 3 !important;
    flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
    -ms-flex-negative: 4 !important;
    flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
    -ms-flex-negative: 5 !important;
    flex-shrink: 5 !important;
}

.is-clearfix::after {
    clear: both;
    content: " ";
    display: table;
}

.is-pulled-left {
    float: left !important;
}

.is-pulled-right {
    float: right !important;
}

.is-radiusless {
    border-radius: 0 !important;
}

.is-shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.is-clickable {
    cursor: pointer !important;
    pointer-events: all !important;
}

.is-clipped {
    overflow: hidden !important;
}

.is-relative {
    position: relative !important;
}

.is-marginless {
    margin: 0 !important;
}

.is-paddingless {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-5 {
    margin: 1.5rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.mr-5 {
    margin-right: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 1.5rem !important;
}

.ml-5 {
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mr-6 {
    margin-right: 3rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.ml-6 {
    margin-left: 3rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.pr-3 {
    padding-right: 0.75rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.pl-3 {
    padding-left: 0.75rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-5 {
    padding: 1.5rem !important;
}

.pt-5 {
    padding-top: 1.5rem !important;
}

.pr-5 {
    padding-right: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 1.5rem !important;
}

.pl-5 {
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-6 {
    padding: 3rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pr-6 {
    padding-right: 3rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.pl-6 {
    padding-left: 3rem !important;
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.p-auto {
    padding: auto !important;
}

.pt-auto {
    padding-top: auto !important;
}

.pr-auto {
    padding-right: auto !important;
}

.pb-auto {
    padding-bottom: auto !important;
}

.pl-auto {
    padding-left: auto !important;
}

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

.is-size-1 {
    font-size: 3rem !important;
}

.is-size-2 {
    font-size: 2.5rem !important;
}

.is-size-3 {
    font-size: 2rem !important;
}

.is-size-4 {
    font-size: 1.5rem !important;
}

.is-size-5 {
    font-size: 1.25rem !important;
}

.is-size-6 {
    font-size: 1rem !important;
}

.is-size-7 {
    font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
    .is-size-1-mobile {
        font-size: 3rem !important;
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important;
    }

    .is-size-3-mobile {
        font-size: 2rem !important;
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important;
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important;
    }

    .is-size-6-mobile {
        font-size: 1rem !important;
    }

    .is-size-7-mobile {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-size-1-tablet {
        font-size: 3rem !important;
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important;
    }

    .is-size-3-tablet {
        font-size: 2rem !important;
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important;
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important;
    }

    .is-size-6-tablet {
        font-size: 1rem !important;
    }

    .is-size-7-tablet {
        font-size: 0.75rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-size-1-touch {
        font-size: 3rem !important;
    }

    .is-size-2-touch {
        font-size: 2.5rem !important;
    }

    .is-size-3-touch {
        font-size: 2rem !important;
    }

    .is-size-4-touch {
        font-size: 1.5rem !important;
    }

    .is-size-5-touch {
        font-size: 1.25rem !important;
    }

    .is-size-6-touch {
        font-size: 1rem !important;
    }

    .is-size-7-touch {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important;
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important;
    }

    .is-size-3-desktop {
        font-size: 2rem !important;
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important;
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important;
    }

    .is-size-6-desktop {
        font-size: 1rem !important;
    }

    .is-size-7-desktop {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important;
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important;
    }

    .is-size-3-widescreen {
        font-size: 2rem !important;
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important;
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important;
    }

    .is-size-6-widescreen {
        font-size: 1rem !important;
    }

    .is-size-7-widescreen {
        font-size: 0.75rem !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important;
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !important;
    }

    .is-size-3-fullhd {
        font-size: 2rem !important;
    }

    .is-size-4-fullhd {
        font-size: 1.5rem !important;
    }

    .is-size-5-fullhd {
        font-size: 1.25rem !important;
    }

    .is-size-6-fullhd {
        font-size: 1rem !important;
    }

    .is-size-7-fullhd {
        font-size: 0.75rem !important;
    }
}

.has-text-centered {
    text-align: center !important;
}

.has-text-justified {
    text-align: justify !important;
}

.has-text-left {
    text-align: left !important;
}

.has-text-right {
    text-align: right !important;
}

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align: center !important;
    }
}

@media screen and (min-width: 769px), print {
    .has-text-centered-tablet {
        text-align: center !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-centered-touch {
        text-align: center !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-centered-desktop {
        text-align: center !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen {
        text-align: center !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-centered-fullhd {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align: justify !important;
    }
}

@media screen and (min-width: 769px), print {
    .has-text-justified-tablet {
        text-align: justify !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-justified-touch {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-justified-desktop {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important;
    }
}

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align: left !important;
    }
}

@media screen and (min-width: 769px), print {
    .has-text-left-tablet {
        text-align: left !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-left-tablet-only {
        text-align: left !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-left-touch {
        text-align: left !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-left-desktop {
        text-align: left !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-left-desktop-only {
        text-align: left !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-left-widescreen {
        text-align: left !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-left-fullhd {
        text-align: left !important;
    }
}

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align: right !important;
    }
}

@media screen and (min-width: 769px), print {
    .has-text-right-tablet {
        text-align: right !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-right-tablet-only {
        text-align: right !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-right-touch {
        text-align: right !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-right-desktop {
        text-align: right !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-right-desktop-only {
        text-align: right !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-right-widescreen {
        text-align: right !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-right-fullhd {
        text-align: right !important;
    }
}

.is-capitalized {
    text-transform: capitalize !important;
}

.is-lowercase {
    text-transform: lowercase !important;
}

.is-uppercase {
    text-transform: uppercase !important;
}

.is-italic {
    font-style: italic !important;
}

.is-underlined {
    text-decoration: underline !important;
}

.has-text-weight-light {
    font-weight: 300 !important;
}

.has-text-weight-normal {
    font-weight: 400 !important;
}

.has-text-weight-medium {
    font-weight: 500 !important;
}

.has-text-weight-semibold {
    font-weight: 600 !important;
}

.has-text-weight-bold {
    font-weight: 700 !important;
}

.is-family-primary {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
    font-family: monospace !important;
}

.is-family-code {
    font-family: monospace !important;
}

.is-block {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .is-block-mobile {
        display: block !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-block-tablet {
        display: block !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-block-tablet-only {
        display: block !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-block-touch {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-block-desktop {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-block-desktop-only {
        display: block !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-block-widescreen {
        display: block !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-block-widescreen-only {
        display: block !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-block-fullhd {
        display: block !important;
    }
}

.is-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-flex-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-flex-tablet-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-flex-desktop-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-flex-widescreen {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-flex-widescreen-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-flex-fullhd {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.is-inline {
    display: inline !important;
}

@media screen and (max-width: 768px) {
    .is-inline-mobile {
        display: inline !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-inline-tablet {
        display: inline !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-tablet-only {
        display: inline !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-touch {
        display: inline !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-desktop {
        display: inline !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-desktop-only {
        display: inline !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-widescreen {
        display: inline !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-widescreen-only {
        display: inline !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-fullhd {
        display: inline !important;
    }
}

.is-inline-block {
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .is-inline-block-mobile {
        display: inline-block !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-inline-block-tablet {
        display: inline-block !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-block-touch {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-block-desktop {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important;
    }
}

.is-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-inline-flex-tablet {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-flex-tablet-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-flex-desktop-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-flex-widescreen-only {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.is-hidden {
    display: none !important;
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 0.01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 0.01em !important;
}

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-hidden-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-hidden-desktop-only {
        display: none !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-hidden-widescreen {
        display: none !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-hidden-widescreen-only {
        display: none !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-hidden-fullhd {
        display: none !important;
    }
}

.is-invisible {
    visibility: hidden !important;
}

@media screen and (max-width: 768px) {
    .is-invisible-mobile {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 769px), print {
    .is-invisible-tablet {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-invisible-touch {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-invisible-desktop {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important;
    }
}

.hero {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .hero .navbar {
        background: none;
    }

    .hero .tabs ul {
        border-bottom: none;
    }

    .hero.is-white {
        background-color: #fff;
        color: #0a0a0a;
    }

        .hero.is-white
        a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
        .hero.is-white strong {
            color: inherit;
        }

        .hero.is-white .title {
            color: #0a0a0a;
        }

        .hero.is-white .subtitle {
            color: rgba(10, 10, 10, 0.9);
        }

            .hero.is-white .subtitle a:not(.button),
            .hero.is-white .subtitle strong {
                color: #0a0a0a;
            }

@media screen and (max-width: 1023px) {
    .hero.is-white .navbar-menu {
        background-color: #fff;
    }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
    color: rgba(10, 10, 10, 0.7);
}

    .hero.is-white a.navbar-item:hover,
    .hero.is-white a.navbar-item.is-active,
    .hero.is-white .navbar-link:hover,
    .hero.is-white .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a;
    }

.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: 0.9;
}

    .hero.is-white .tabs a:hover {
        opacity: 1;
    }

.hero.is-white .tabs li.is-active a {
    color: #fff !important;
    opacity: 1;
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
    color: #0a0a0a;
}

    .hero.is-white .tabs.is-boxed a:hover,
    .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}

@media screen and (max-width: 768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
    }
}

.hero.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

    .hero.is-black
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-black strong {
        color: inherit;
    }

    .hero.is-black .title {
        color: #fff;
    }

    .hero.is-black .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-black .subtitle a:not(.button),
        .hero.is-black .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-black .navbar-menu {
        background-color: #0a0a0a;
    }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-black a.navbar-item:hover,
    .hero.is-black a.navbar-item.is-active,
    .hero.is-black .navbar-link:hover,
    .hero.is-black .navbar-link.is-active {
        background-color: #000;
        color: #fff;
    }

.hero.is-black .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-black .tabs a:hover {
        opacity: 1;
    }

.hero.is-black .tabs li.is-active a {
    color: #0a0a0a !important;
    opacity: 1;
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-black .tabs.is-boxed a:hover,
    .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
}

.hero.is-black.is-bold {
    background-image: linear-gradient( 141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100% );
    }
}

.hero.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
}

    .hero.is-light
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-light strong {
        color: inherit;
    }

    .hero.is-light .title {
        color: rgba(0, 0, 0, 0.7);
    }

    .hero.is-light .subtitle {
        color: rgba(0, 0, 0, 0.9);
    }

        .hero.is-light .subtitle a:not(.button),
        .hero.is-light .subtitle strong {
            color: rgba(0, 0, 0, 0.7);
        }

@media screen and (max-width: 1023px) {
    .hero.is-light .navbar-menu {
        background-color: #f5f5f5;
    }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

    .hero.is-light a.navbar-item:hover,
    .hero.is-light a.navbar-item.is-active,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7);
    }

.hero.is-light .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

    .hero.is-light .tabs a:hover {
        opacity: 1;
    }

.hero.is-light .tabs li.is-active a {
    color: #f5f5f5 !important;
    opacity: 1;
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

    .hero.is-light .tabs.is-boxed a:hover,
    .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
}

.hero.is-light.is-bold {
    background-image: linear-gradient( 141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100% );
    }
}

.hero.is-dark {
    background-color: #363636;
    color: #fff;
}

    .hero.is-dark
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-dark strong {
        color: inherit;
    }

    .hero.is-dark .title {
        color: #fff;
    }

    .hero.is-dark .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-dark .subtitle a:not(.button),
        .hero.is-dark .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-dark .navbar-menu {
        background-color: #363636;
    }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-dark a.navbar-item:hover,
    .hero.is-dark a.navbar-item.is-active,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active {
        background-color: #292929;
        color: #fff;
    }

.hero.is-dark .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-dark .tabs a:hover {
        opacity: 1;
    }

.hero.is-dark .tabs li.is-active a {
    color: #363636 !important;
    opacity: 1;
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-dark .tabs.is-boxed a:hover,
    .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #363636;
}

.hero.is-dark.is-bold {
    background-image: linear-gradient( 141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100% );
    }
}

.hero.is-primary {
    background-color: #b69148;
    color: #fff;
}

    .hero.is-primary
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-primary strong {
        color: inherit;
    }

    .hero.is-primary .title {
        color: #fff;
    }

    .hero.is-primary .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-primary .subtitle a:not(.button),
        .hero.is-primary .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-primary .navbar-menu {
        background-color: #b69148;
    }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-primary a.navbar-item:hover,
    .hero.is-primary a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active {
        background-color: #0020e6;
        color: #fff;
    }

.hero.is-primary .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-primary .tabs a:hover {
        opacity: 1;
    }

.hero.is-primary .tabs li.is-active a {
    color: #b69148 !important;
    opacity: 1;
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-primary .tabs.is-boxed a:hover,
    .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #b69148;
}

.hero.is-primary.is-bold {
    background-image: linear-gradient( 141deg, #003ecc 0%, #b69148 71%, #201aff 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #003ecc 0%, #b69148 71%, #201aff 100% );
    }
}

.hero.is-link {
    background-color: #039be5;
    color: #fff;
}

    .hero.is-link
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-link strong {
        color: inherit;
    }

    .hero.is-link .title {
        color: #fff;
    }

    .hero.is-link .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-link .subtitle a:not(.button),
        .hero.is-link .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-link .navbar-menu {
        background-color: #039be5;
    }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-link a.navbar-item:hover,
    .hero.is-link a.navbar-item.is-active,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active {
        background-color: #038acc;
        color: #fff;
    }

.hero.is-link .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-link .tabs a:hover {
        opacity: 1;
    }

.hero.is-link .tabs li.is-active a {
    color: #039be5 !important;
    opacity: 1;
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-link .tabs.is-boxed a:hover,
    .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-link .tabs.is-boxed li.is-active a,
.hero.is-link .tabs.is-boxed li.is-active a:hover,
.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #039be5;
}

.hero.is-link.is-bold {
    background-image: linear-gradient( 141deg, #0098b5 0%, #039be5 71%, #0382ff 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #0098b5 0%, #039be5 71%, #0382ff 100% );
    }
}

.hero.is-info {
    background-color: #3e8ed0;
    color: #fff;
}

    .hero.is-info
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-info strong {
        color: inherit;
    }

    .hero.is-info .title {
        color: #fff;
    }

    .hero.is-info .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-info .subtitle a:not(.button),
        .hero.is-info .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-info .navbar-menu {
        background-color: #3e8ed0;
    }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-info a.navbar-item:hover,
    .hero.is-info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active {
        background-color: #3082c5;
        color: #fff;
    }

.hero.is-info .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-info .tabs a:hover {
        opacity: 1;
    }

.hero.is-info .tabs li.is-active a {
    color: #3e8ed0 !important;
    opacity: 1;
}

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-info .tabs.is-boxed a:hover,
    .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3e8ed0;
}

.hero.is-info.is-bold {
    background-image: linear-gradient( 141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100% );
    }
}

.hero.is-success {
    background-color: #00b289;
    color: #fff;
}

    .hero.is-success
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-success strong {
        color: inherit;
    }

    .hero.is-success .title {
        color: #fff;
    }

    .hero.is-success .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-success .subtitle a:not(.button),
        .hero.is-success .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-success .navbar-menu {
        background-color: #00b289;
    }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-success a.navbar-item:hover,
    .hero.is-success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active {
        background-color: #009975;
        color: #fff;
    }

.hero.is-success .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-success .tabs a:hover {
        opacity: 1;
    }

.hero.is-success .tabs li.is-active a {
    color: #00b289 !important;
    opacity: 1;
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-success .tabs.is-boxed a:hover,
    .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00b289;
}

.hero.is-success.is-bold {
    background-image: linear-gradient( 141deg, #007f4d 0%, #00b289 71%, #00ccbf 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #007f4d 0%, #00b289 71%, #00ccbf 100% );
    }
}

.hero.is-warning {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
}

    .hero.is-warning
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-warning strong {
        color: inherit;
    }

    .hero.is-warning .title {
        color: rgba(0, 0, 0, 0.7);
    }

    .hero.is-warning .subtitle {
        color: rgba(0, 0, 0, 0.9);
    }

        .hero.is-warning .subtitle a:not(.button),
        .hero.is-warning .subtitle strong {
            color: rgba(0, 0, 0, 0.7);
        }

@media screen and (max-width: 1023px) {
    .hero.is-warning .navbar-menu {
        background-color: #ffe08a;
    }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
    color: rgba(0, 0, 0, 0.7);
}

    .hero.is-warning a.navbar-item:hover,
    .hero.is-warning a.navbar-item.is-active,
    .hero.is-warning .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active {
        background-color: #ffd970;
        color: rgba(0, 0, 0, 0.7);
    }

.hero.is-warning .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

    .hero.is-warning .tabs a:hover {
        opacity: 1;
    }

.hero.is-warning .tabs li.is-active a {
    color: #ffe08a !important;
    opacity: 1;
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
    color: rgba(0, 0, 0, 0.7);
}

    .hero.is-warning .tabs.is-boxed a:hover,
    .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #ffe08a;
}

.hero.is-warning.is-bold {
    background-image: linear-gradient( 141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100% );
    }
}

.hero.is-danger {
    background-color: #ff3b3c;
    color: #fff;
}

    .hero.is-danger
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-danger strong {
        color: inherit;
    }

    .hero.is-danger .title {
        color: #fff;
    }

    .hero.is-danger .subtitle {
        color: rgba(255, 255, 255, 0.9);
    }

        .hero.is-danger .subtitle a:not(.button),
        .hero.is-danger .subtitle strong {
            color: #fff;
        }

@media screen and (max-width: 1023px) {
    .hero.is-danger .navbar-menu {
        background-color: #ff3b3c;
    }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: rgba(255, 255, 255, 0.7);
}

    .hero.is-danger a.navbar-item:hover,
    .hero.is-danger a.navbar-item.is-active,
    .hero.is-danger .navbar-link:hover,
    .hero.is-danger .navbar-link.is-active {
        background-color: #ff2223;
        color: #fff;
    }

.hero.is-danger .tabs a {
    color: #fff;
    opacity: 0.9;
}

    .hero.is-danger .tabs a:hover {
        opacity: 1;
    }

.hero.is-danger .tabs li.is-active a {
    color: #ff3b3c !important;
    opacity: 1;
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
    color: #fff;
}

    .hero.is-danger .tabs.is-boxed a:hover,
    .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1);
    }

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff3b3c;
}

.hero.is-danger.is-bold {
    background-image: linear-gradient( 141deg, #ff0832 0%, #ff3b3c 71%, #ff7055 100% );
}

@media screen and (max-width: 768px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient( 141deg, #ff0832 0%, #ff3b3c 71%, #ff7055 100% );
    }
}

.hero.is-small .hero-body {
    padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
        padding: 9rem 4.5rem;
    }
}

@media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
        padding: 18rem 6rem;
    }
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .hero.is-halfheight .hero-body > .container,
    .hero.is-fullheight .hero-body > .container,
    .hero.is-fullheight-with-navbar .hero-body > .container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

.hero.is-halfheight {
    min-height: 50vh;
}

.hero.is-fullheight {
    min-height: 100vh;
}

.hero-video {
    overflow: hidden;
}

    .hero-video video {
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .hero-video.is-transparent {
        opacity: 0.3;
    }

@media screen and (max-width: 768px) {
    .hero-video {
        display: none;
    }
}

.hero-buttons {
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .hero-buttons .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .hero-buttons .button:not(:last-child) {
            margin-bottom: 0.75rem;
        }
}

@media screen and (min-width: 769px), print {
    .hero-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .hero-buttons .button:not(:last-child) {
            margin-right: 1.5rem;
        }
}

.hero-head,
.hero-foot {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px), print {
    .hero-body {
        padding: 3rem 3rem;
    }
}

.section {
    padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
    .section {
        padding: 3rem 3rem;
    }

        .section.is-medium {
            padding: 9rem 4.5rem;
        }

        .section.is-large {
            padding: 18rem 6rem;
        }
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem;
}
/*! _helpers.scss | Nephos | CSS Ninja */
.ml-auto {
    margin-left: auto !important;
}

.no-padding {
    padding: 0 !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.is-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.muted-text {
    color: #999 !important;
}

.light-text {
    color: #fff !important;
}

.has-slimscroll {
    overflow-x: hidden !important;
}

    .has-slimscroll::-webkit-scrollbar {
        width: 6px !important;
    }

    .has-slimscroll::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        background: rgba(0, 0, 0, 0.2) !important;
    }

.no-click {
    pointer-events: none !important;
}

.is-vhidden {
    visibility: hidden !important;
}

.is-hidden {
    display: none !important;
}

.is-disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default !important;
}
/*! _utils.scss | Nephos | CSS Ninja */
.login-accounts-trigger {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(40px) rotate(360deg);
    transform: translateY(40px) rotate(360deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .login-accounts-trigger.is-active {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    .login-accounts-trigger svg {
        height: 20px;
        width: 20px;
    }

.login-accounts-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 355px;
    width: 320px;
    border: 1px solid #ededed;
    border-radius: 6px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .login-accounts-panel.is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .login-accounts-panel .panel-inner {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .login-accounts-panel .panel-inner .close-button {
            position: absolute;
            top: 6px;
            right: 6px;
            height: 36px;
            width: 36px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 3;
            cursor: pointer;
        }

            .login-accounts-panel .panel-inner .close-button svg {
                height: 18px;
                width: 18px;
                stroke: #4a4a4a;
                stroke-width: 1.4px;
            }

        .login-accounts-panel .panel-inner .header {
            padding: 16px 20px 6px 20px;
        }

            .login-accounts-panel .panel-inner .header h3 {
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                color: #4a4a4a;
                font-size: 0.95rem;
                margin-bottom: 6px;
            }

            .login-accounts-panel .panel-inner .header p {
                font-size: 0.9rem;
                color: #999;
            }

        .login-accounts-panel .panel-inner .login-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 12px 0;
            margin: 0 20px;
            border-bottom: 1px solid #ededed;
            cursor: pointer;
        }

            .login-accounts-panel .panel-inner .login-block:hover img {
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
                opacity: 1;
            }

            .login-accounts-panel .panel-inner .login-block:last-child {
                border-bottom: none;
            }

            .login-accounts-panel .panel-inner .login-block img {
                display: block;
                border-radius: 50%;
                height: 38px;
                width: 38px;
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
                opacity: 0.6;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .login-accounts-panel .panel-inner .login-block .meta {
                margin-left: 12px;
            }

                .login-accounts-panel .panel-inner .login-block .meta > span {
                    display: block;
                    line-height: 1.1;
                }

                    .login-accounts-panel .panel-inner .login-block .meta > span span {
                        font-size: 0.9rem;
                        padding-left: 4px;
                    }

                    .login-accounts-panel .panel-inner .login-block .meta > span label {
                        text-transform: uppercase;
                        color: #999;
                        font-size: 0.65rem;
                    }
/*! _animations.scss | Nephos | CSS Ninja */
@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.preFadeIn {
    opacity: 0;
}

.fadeIn {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.preFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes translateLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes translateLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.translateLeft {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.preFadeInLeft {
    opacity: 0;
}

.fadeInLeft {
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
    }
}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.gelatine {
    -webkit-animation: gelatine 0.6s;
    animation: gelatine 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scaleIn {
    -webkit-animation: scaleIn 0.5s;
    animation: scaleIn 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
    }
}

@keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.scaleOut {
    -webkit-animation: scaleOut 0.6s;
    animation: scaleOut 0.6s;
}

@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.SuccessAnimation.is-primary .SuccessAnimationCircle,
.SuccessAnimation.is-primary .SuccessAnimationCheck {
    stroke: #b69148;
}

.SuccessAnimation.is-primary .SuccessAnimationResult {
    fill: #b69148;
}

.SuccessAnimation.is-success .SuccessAnimationCircle,
.SuccessAnimation.is-success .SuccessAnimationCheck {
    stroke: #00d1b2;
}

.SuccessAnimation.is-success .SuccessAnimationResult {
    fill: #00d1b2;
}

.SuccessAnimation .SuccessAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #7f00ff;
}

.SuccessAnimation .SuccessAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #7f00ff;
}

.SuccessAnimation .SuccessAnimationResult {
    fill: #7f00ff;
    opacity: 0;
}

.SuccessAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}

    .SuccessAnimation.animated .SuccessAnimationCircle {
        -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
        animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    }

    .SuccessAnimation.animated .SuccessAnimationCheck {
        -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
        animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    }

    .SuccessAnimation.animated .SuccessAnimationResult {
        -webkit-animation: 0.3s linear 0.9s both fadeIn;
        animation: 0.3s linear 0.9s both fadeIn;
    }
/*! _layout.scss | Nephos | CSS Ninja */
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #ededed;
    position: relative;
}

.shop-wrapper {
    height: 100%;
    min-height: 100vh;
    width: calc(100% - 80px);
    margin-left: 80px;
    position: relative;
    background: #f0f0f0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .shop-wrapper.has-background-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .shop-wrapper.has-error {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
    }

        .shop-wrapper.has-error .error-wrapper {
            position: relative;
            width: 100%;
            max-width: 640px;
            margin: 0 auto;
            text-align: center;
        }

            .shop-wrapper.has-error .error-wrapper .error-code {
                position: absolute;
                top: 30%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                right: 0;
                margin: 0 auto;
                font-size: 24rem;
                font-weight: bolder;
                opacity: 0.08;
            }

            .shop-wrapper.has-error .error-wrapper img {
                position: relative;
                display: block;
                margin: 0 auto;
                max-width: 420px;
                z-index: 1;
            }

            .shop-wrapper.has-error .error-wrapper h2,
            .shop-wrapper.has-error .error-wrapper p,
            .shop-wrapper.has-error .error-wrapper .button {
                position: relative;
                z-index: 1;
            }

            .shop-wrapper.has-error .error-wrapper h2 {
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                font-size: 1.4rem;
                color: #4a4a4a;
            }

            .shop-wrapper.has-error .error-wrapper p {
                color: #999;
                max-width: 410px;
                margin: 0 auto;
                padding: 0 16px;
            }

            .shop-wrapper.has-error .error-wrapper .button {
                margin-top: 16px;
                height: 44px;
                font-weight: 500;
                min-width: 240px;
            }

    .shop-wrapper.is-mobile-mode {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .shop-wrapper .slider-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        max-height: 100vh;
    }

        .shop-wrapper .slider-wrapper .fullscreen-slick {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            min-height: 100vh;
            width: 100%;
            outline: none !important;
        }

            .shop-wrapper .slider-wrapper .fullscreen-slick:focus,
            .shop-wrapper .slider-wrapper .fullscreen-slick:active {
                outline: none !important;
            }

            .shop-wrapper .slider-wrapper .fullscreen-slick img {
                min-height: 100vh;
            }

        .shop-wrapper .slider-wrapper .full-slide {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 100vh;
            outline: none !important;
        }

            .shop-wrapper .slider-wrapper .full-slide:focus,
            .shop-wrapper .slider-wrapper .full-slide:active {
                outline: none !important;
            }

        .shop-wrapper .slider-wrapper .slick-dots {
            bottom: 20px;
            max-width: 200px;
            right: 0;
        }

            .shop-wrapper .slider-wrapper .slick-dots li {
                width: 30px;
                height: 30px;
            }

                .shop-wrapper .slider-wrapper .slick-dots li button::before {
                    font-size: 12px;
                }

                .shop-wrapper .slider-wrapper .slick-dots li.slick-active button::before {
                    color: #b69148;
                }

    .shop-wrapper .hero-caption {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 120px 0;
        text-align: center;
        z-index: 1;
    }

        .shop-wrapper .hero-caption h1 {
            font-size: 8rem;
            font-weight: 300 !important;
            font-family: "Alegreya Sans SC", sans-serif;
        }

        .shop-wrapper .hero-caption h2 {
            font-size: 1.6rem;
            margin-top: -44px;
            font-family: "Alegreya Sans SC", sans-serif;
            font-weight: 300 !important;
        }

        .shop-wrapper .hero-caption .button {
            margin-top: 20px;
            font-size: 0.8rem !important;
        }

    .shop-wrapper .background-caption {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 50px 0;
        text-align: center;
        z-index: 1;
    }

        .shop-wrapper .background-caption h1 {
            font-size: 14rem;
            font-weight: 900 !important;
            font-family: "Alegreya Sans SC", sans-serif;
            opacity: 0.04;
        }

    .shop-wrapper .nephos-section {
        padding: 1.5rem;
    }

    .shop-wrapper .columns .column.main-column {
        max-width: 1140px;
        margin: 0 auto;
    }

    .shop-wrapper .columns .column.invoice-column {
        max-width: 860px;
        margin: 0 auto;
    }
/*! _navbar.scss | Nephos | CSS Ninja */
.action-bar {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 80px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: calc(100% - 500px);
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .action-bar.is-centered {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .mobile-navbar.is-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .mobile-navbar .navbar-item.is-icon svg {
        stroke-width: 1.6px;
        stroke: #b69148;
    }

    .mobile-navbar .navbar-item.is-sidebar-toggler svg {
        stroke: #999 !important;
    }

    .mobile-navbar .navbar-item.is-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mobile-navbar .navbar-item.is-flex span {
            display: block;
        }

            .mobile-navbar .navbar-item.is-flex span.menu-badge {
                color: #fff;
                min-width: 20px;
                height: 20px;
                padding: 0 6px;
                border: 1px solid #fff;
                border-radius: 100px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 90%;
                font-weight: 500;
            }

    .mobile-navbar .navbar-burger:hover {
        background-color: rgba(0, 0, 0, 0.02);
    }

    .mobile-navbar .navbar-burger span {
        background-color: #4a4a4a;
    }

    .mobile-navbar .navbar-menu {
        background: #b69148;
    }

        .mobile-navbar .navbar-menu .navbar-item,
        .mobile-navbar .navbar-menu .navbar-link {
            color: #fff;
        }

        .mobile-navbar .navbar-menu .navbar-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #475a78;
        }

            .mobile-navbar .navbar-menu .navbar-link img {
                height: 32px;
                width: 32px;
                max-height: 32px !important;
                border-radius: 50%;
            }

            .mobile-navbar .navbar-menu .navbar-link svg {
                height: 20px;
                width: 20px;
                stroke-width: 1.2px;
                stroke: #fff;
            }

            .mobile-navbar .navbar-menu .navbar-link span {
                margin: 0 10px;
            }

                .mobile-navbar .navbar-menu .navbar-link span.is-heading {
                    font-size: 11px;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                }

        .mobile-navbar .navbar-menu .navbar-dropdown .navbar-item {
            font-size: 90%;
            padding: 0.75rem 1.5rem !important;
        }

            .mobile-navbar .navbar-menu .navbar-dropdown .navbar-item.is-atcive,
            .mobile-navbar .navbar-menu .navbar-dropdown .navbar-item:hover {
                background: #475a78;
            }

.navbar-link:not(.is-arrowless)::after {
    border-color: #fff !important;
}
/*! _sidebar.scss | Nephos | CSS Ninja */
.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    border-right: 1px solid #ededed;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .main-sidebar.is-pushed-mobile {
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
    }

    .main-sidebar .sidebar-brand {
        width: 80px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fcfcfc;
        border-right: 1px solid #ededed;
    }

        .main-sidebar .sidebar-brand img {
            width: 100px;
            height: 100px;
        }

    .main-sidebar .sidebar-inner {
        height: calc(100% - 60px);
        width: 100%;
        position: relative;
    }

        .main-sidebar .sidebar-inner .icon-menu li,
        .main-sidebar .sidebar-inner .bottom-menu li {
            width: 80px;
            height: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .main-sidebar .sidebar-inner .icon-menu li.fold-link,
            .main-sidebar .sidebar-inner .bottom-menu li.fold-link {
                display: none;
            }

            .main-sidebar .sidebar-inner .icon-menu li a,
            .main-sidebar .sidebar-inner .bottom-menu li a {
                display: block;
                position: relative;
                max-height: 20px;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                opacity: 1;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .main-sidebar .sidebar-inner .icon-menu li a svg,
                .main-sidebar .sidebar-inner .bottom-menu li a svg {
                    stroke: #a9abac;
                    width: 20px;
                    height: 20px;
                }

                .main-sidebar .sidebar-inner .icon-menu li a:hover svg,
                .main-sidebar .sidebar-inner .icon-menu li a.is-active svg,
                .main-sidebar .sidebar-inner .bottom-menu li a:hover svg,
                .main-sidebar .sidebar-inner .bottom-menu li a.is-active svg {
                    stroke: #b69148;
                }

                .main-sidebar .sidebar-inner .icon-menu li a .cart-items,
                .main-sidebar .sidebar-inner .bottom-menu li a .cart-items {
                    position: absolute;
                    top: -6px;
                    right: -9px;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 9px;
                    background: #b69148;
                    font-weight: 700;
                }

                .main-sidebar .sidebar-inner .icon-menu li a.is-opened,
                .main-sidebar .sidebar-inner .bottom-menu li a.is-opened {
                    -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
                    opacity: 0;
                }

                .main-sidebar .sidebar-inner .icon-menu li a.is-inactive,
                .main-sidebar .sidebar-inner .bottom-menu li a.is-inactive {
                    -webkit-transform: rotate(-360deg);
                    transform: rotate(-360deg);
                    opacity: 0;
                }

            .main-sidebar .sidebar-inner .icon-menu li #open-filters svg,
            .main-sidebar .sidebar-inner .bottom-menu li #open-filters svg {
                -webkit-transform: rotate(0);
                transform: rotate(0);
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .main-sidebar .sidebar-inner .icon-menu li #open-filters:hover svg,
            .main-sidebar .sidebar-inner .bottom-menu li #open-filters:hover svg {
                -webkit-transform: rotate(145deg);
                transform: rotate(145deg);
            }

        .main-sidebar .sidebar-inner .bottom-menu {
            position: absolute;
            bottom: 0;
            padding: 0;
        }

            .main-sidebar .sidebar-inner .bottom-menu li {
                position: relative;
            }

                .main-sidebar .sidebar-inner .bottom-menu li .small-auth-loader {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    background: #fff;
                    opacity: 0;
                    pointer-events: none;
                    z-index: 1;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .main-sidebar .sidebar-inner .bottom-menu li .small-auth-loader.is-active {
                        opacity: 1;
                        pointer-events: all;
                    }

                    .main-sidebar .sidebar-inner .bottom-menu li .small-auth-loader .loader {
                        height: 1.5rem;
                        width: 1.5rem;
                    }
/*! _filters.scss | Nephos | CSS Ninja */
.price-range-wrapper .price-limit {
    position: relative;
    top: 3px;
    float: left;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

    .price-range-wrapper .price-limit small {
        font-size: 70%;
    }

.range-slider {
    position: relative;
    width: 220px;
    float: left;
    margin: 0 4px;
}

    .range-slider .slider-output {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .range-slider .slider-output small {
            font-size: 0.8rem;
            color: #999;
        }

    .range-slider .input-range {
        -webkit-appearance: none;
        width: 220px;
        height: 5px;
        border-radius: 5px;
        background: #ccc;
        outline: none;
    }

        .range-slider .input-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #b69148;
            cursor: pointer;
            -webkit-transition: background 0.15s ease-in-out;
            transition: background 0.15s ease-in-out;
            -webkit-transition: transform 0.3s;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .range-slider .input-range::-webkit-slider-thumb:hover {
                background: #b69148;
            }

        .range-slider .input-range:active::-moz-range-thumb {
            background: #b69148;
        }

        .range-slider .input-range::-moz-range-thumb {
            width: 16px;
            height: 16px;
            border: 0;
            border-radius: 50%;
            background: #b69148;
            cursor: pointer;
            -webkit-transition: background 0.15s ease-in-out;
            -moz-transition: background 0.15s ease-in-out;
            transition: background 0.15s ease-in-out;
        }

    .range-slider .range-value {
        display: block !important;
        position: relative;
        color: #b69148;
        font-size: 14px;
        font-weight: 500;
        padding: 0 10px;
    }

    .range-slider ::-moz-range-track {
        background: #ccc;
        border: 0;
    }

    .range-slider input::-moz-focus-inner {
        border: 0;
    }

.columns.is-checkboxes .column .field {
    margin: 5px 0;
}
/*! _pageloader.scss | Nephos | CSS Ninja */

.pageloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    width: calc(100% - 80px);
    background: #ffffff;
    z-index: 999998;
    transition: -webkit-transform 0.35s ease-out;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
}

    .pageloader.is-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .pageloader.is-full {
        width: 100% !important;
        left: 0 !important;
    }

    .pageloader.is-demo {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    }

    .pageloader::after,
    .pageloader::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: "";
        z-index: 999999;
    }

    /* Logo container */
    .pageloader::after {
        margin-top: -40px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        background-image: url(../img/logo/nephos.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-animation: logo-pulse 2s infinite ease-in-out;
        animation: logo-pulse 2s infinite ease-in-out;
    }

    /* Soft loading ring */
    .pageloader::before {
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        border: 3px solid transparent;
        border-top: 3px solid rgba(182, 145, 72, 0.3);
        border-right: 3px solid rgba(182, 145, 72, 0.3);
        border-radius: 50%;
        -webkit-animation: soft-spin 1.5s linear infinite;
        animation: soft-spin 1.5s linear infinite;
    }

/* Keyframes for logo pulse animation */
@-webkit-keyframes logo-pulse {
    0%, 100% {
        opacity: 0.7;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes logo-pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/* Keyframes for soft spinning ring */
@-webkit-keyframes soft-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes soft-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.pageloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    width: calc(100% - 80px);
    background-color: #ededed;
    z-index: 999998;
    transition: -webkit-transform 0.35s ease-out;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
}

    .pageloader.is-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .pageloader.is-full {
        width: 100% !important;
        left: 0 !important;
    }

    .pageloader.is-demo {
        background-image: -webkit-gradient( linear, left top, right top, from(#6a11cb), to(#2575fc) ) !important;
        background-image: linear-gradient( to right, #6a11cb 0%, #2575fc 100% ) !important;
    }

    .pageloader::after,
    .pageloader::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        border-radius: 100%;
        content: "";
        z-index: 999999;
    }

    .pageloader::after {
        margin-top: -100px;
        margin-left: -100px;
        width: 200px;
        height: 200px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 3px solid rgba(255, 255, 255, 0.75);
        -webkit-animation: page-loader-inner 1.5s infinite ease-out;
        animation: page-loader-inner 1.5s infinite ease-out;
    }

    .pageloader::before {
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background-color: #fff;
        -webkit-animation: page-loader-outer 1.5s infinite ease-in;
        animation: page-loader-outer 1.5s infinite ease-in;
    }*/

@-webkit-keyframes page-loader-inner {
    0%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes page-loader-inner {
    0%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes page-loader-outer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes page-loader-outer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

.infraloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    width: calc(100% - 80px);
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

    .infraloader.is-active {
        opacity: 1;
        z-index: 999997;
    }

    .infraloader.is-full {
        width: 100% !important;
        left: 0 !important;
    }
/*! _buttons.scss | Nephos | CSS Ninja */
.button.big-button {
    padding: 18px 36px 22px 36px !important;
}

    .button.big-button.btn-outlined.is-bold {
        border-width: 2px;
        font-weight: 600;
    }

    .button.big-button.is-bold {
        font-weight: 600;
    }

.button.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    opacity: 0.8;
}

.button.upper-button {
    text-transform: uppercase;
}

    .button.upper-button.is-bold {
        font-weight: 600 !important;
    }

.button.rounded {
    border-radius: 500px;
}

.button.feather-button {
    min-width: 130px;
    font-weight: 200;
    font-size: 80%;
    height: 40px;
}

    .button.feather-button.is-pushed {
        margin-left: auto;
    }

    .button.feather-button svg {
        position: relative;
        top: 1px;
        width: 17px;
        height: 17px;
        margin-right: 8px;
    }

    .button.feather-button.is-small {
        min-width: 100px;
        height: 32px;
        font-size: 60%;
        font-weight: 500;
    }

    .button.feather-button.is-bold {
        font-weight: 500 !important;
        font-size: 0.75rem;
        text-transform: uppercase;
        border-width: 2px;
    }

button[type="submit"],
.will-upload {
    display: block !important;
    text-align: center !important;
}

.button.primary-button {
    outline: none;
    border-color: #b69148;
    background-color: #b69148;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .button.primary-button:hover {
        color: #fff;
    }

    .button.primary-button.raised:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
        opacity: 0.9 0.5;
    }

        .button.primary-button.raised:hover.opaque {
            opacity: 1 !important;
        }

    .button.primary-button.btn-outlined {
        border-color: #b69148;
        color: #b69148 !important;
        background-color: rgba(0, 0, 0, 0);
    }

        .button.primary-button.btn-outlined:hover {
            color: #fff !important;
            background-color: #b69148;
        }

    .button.primary-button:focus {
        border-color: #b69148;
    }

.button.secondary-button {
    outline: none;
    border-color: #00d1b2;
    background-color: #00d1b2;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .button.secondary-button:hover {
        color: #fff;
    }

    .button.secondary-button.raised:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(0, 209, 178, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 209, 178, 0.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0, 209, 178, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 209, 178, 0.2) !important;
        opacity: 0.95;
    }

        .button.secondary-button.raised:hover.opaque {
            opacity: 1 !important;
        }

    .button.secondary-button.btn-outlined {
        border-color: #00d1b2;
        color: #00d1b2;
        background-color: rgba(0, 0, 0, 0);
    }

        .button.secondary-button.btn-outlined:hover {
            color: #fff;
            background-color: #00d1b2;
        }

    .button.secondary-button:focus {
        border-color: #00d1b2;
    }

.button.accent-button {
    outline: none;
    border-color: #7f00ff;
    background-color: #7f00ff;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .button.accent-button:hover {
        color: #fff;
    }

    .button.accent-button.raised:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
        box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
        opacity: 0.8;
    }

        .button.accent-button.raised:hover.opaque {
            opacity: 1 !important;
        }

    .button.accent-button.btn-outlined {
        border-color: #7f00ff;
        color: #7f00ff;
        background-color: rgba(0, 0, 0, 0);
    }

        .button.accent-button.btn-outlined:hover {
            color: #fff;
            background-color: #7f00ff;
        }

    .button.accent-button:focus {
        border-color: #7f00ff;
    }

.button.grey-button {
    outline: none;
    border-color: #ccc;
    background-color: #ccc;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .button.grey-button:hover {
        color: #fff;
    }

    .button.grey-button.raised:hover {
        opacity: 0.8;
    }

        .button.grey-button.raised:hover.opaque {
            opacity: 1 !important;
        }

    .button.grey-button.btn-outlined {
        border-color: #ccc;
        color: #ccc;
        background-color: rgba(0, 0, 0, 0);
    }

        .button.grey-button.btn-outlined:hover {
            color: #fff;
            background-color: #ccc;
        }

    .button.grey-button:focus {
        border-color: #ccc;
    }

.pop-button {
    position: relative;
}

    .pop-button .button {
        position: relative;
        z-index: 1;
    }

    .pop-button .p1 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #b69148;
    }

    .pop-button .p2 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: 1.4px solid #b69148;
    }

    .pop-button .p3 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background-color: #b69148;
    }

    .pop-button .p4 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        border: 2px solid #b69148;
    }

    .pop-button .p5 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #b69148;
    }

    .pop-button .p6 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        border: 1.4px solid #b69148;
    }

    .pop-button .p7 {
        z-index: 0;
        position: absolute;
        left: 45%;
        top: 45%;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background-color: #b69148;
    }
/*! _modals.scss | Nephos | CSS Ninja */
.modal .modal-background {
    background: rgba(0, 35, 255, 0.3);
}

.review-modal .modal-content {
    max-width: 480px;
}

    .review-modal .modal-content .modal-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

        .review-modal .modal-content .modal-delete svg {
            width: 20px;
            height: 20px;
            stroke: #999;
            cursor: pointer;
        }

            .review-modal .modal-content .modal-delete svg:hover {
                stroke: #b69148;
            }

    .review-modal .modal-content .box {
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

        .review-modal .modal-content .box .box-header {
            width: 100%;
            background: #ededed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 20px;
        }

            .review-modal .modal-content .box .box-header img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

            .review-modal .modal-content .box .box-header span {
                display: block;
                padding-left: 10px;
                color: #4a4a4a;
            }

            .review-modal .modal-content .box .box-header .delete {
                margin-left: auto;
            }

        .review-modal .modal-content .box .box-body {
            padding: 20px;
        }

        .review-modal .modal-content .box p {
            font-size: 85%;
            color: #999;
        }

    .review-modal .modal-content fieldset,
    .review-modal .modal-content label {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
    }

    .review-modal .modal-content .rating {
        border: none;
        float: left;
    }

        .review-modal .modal-content .rating > input {
            display: none;
        }

        .review-modal .modal-content .rating > label:before {
            margin: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "";
        }

        .review-modal .modal-content .rating > .half:before {
            content: "";
            position: absolute;
        }

        .review-modal .modal-content .rating > label {
            color: #ddd;
            float: right;
        }

        .review-modal .modal-content .rating > input:checked ~ label,
        .review-modal .modal-content .rating:not(:checked) > label:hover,
        .review-modal .modal-content .rating:not(:checked) > label:hover ~ label {
            color: gold !important;
        }

            .review-modal .modal-content .rating > input:checked + label:hover,
            .review-modal .modal-content .rating > input:checked ~ label:hover,
            .review-modal .modal-content .rating > label:hover ~ input:checked ~ label,
            .review-modal .modal-content .rating > input:checked ~ label:hover ~ label {
                color: #ffed85 !important;
            }

.review-modal.is-active .box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wishlist-modal .modal-content {
    max-width: 480px;
}

    .wishlist-modal .modal-content .modal-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

        .wishlist-modal .modal-content .modal-delete svg {
            width: 20px;
            height: 20px;
            stroke: #999;
            cursor: pointer;
        }

            .wishlist-modal .modal-content .modal-delete svg:hover {
                stroke: #b69148;
            }

    .wishlist-modal .modal-content .box {
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

        .wishlist-modal .modal-content .box .box-header {
            width: 100%;
            background: #ededed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 20px;
        }

            .wishlist-modal .modal-content .box .box-header img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

            .wishlist-modal .modal-content .box .box-header span {
                display: block;
                padding-left: 10px;
                color: #4a4a4a;
            }

            .wishlist-modal .modal-content .box .box-header .delete {
                margin-left: auto;
            }

        .wishlist-modal .modal-content .box .box-body {
            padding: 20px;
        }

            .wishlist-modal .modal-content .box .box-body img {
                display: block;
                max-width: 190px;
                margin: 20px auto;
            }

            .wishlist-modal .modal-content .box .box-body .inner-content {
                text-align: center;
                max-width: 320px;
                margin: 0 auto;
            }

                .wishlist-modal .modal-content .box .box-body .inner-content .input {
                    margin-bottom: 10px;
                }

                .wishlist-modal .modal-content .box .box-body .inner-content .button-wrap {
                    margin-bottom: 20px;
                }

        .wishlist-modal .modal-content .box p {
            font-size: 85%;
            color: #999;
            margin-bottom: 10px;
        }

    .wishlist-modal .modal-content fieldset,
    .wishlist-modal .modal-content label {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
    }

.wishlist-modal.is-active .box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.add-to-wishlist-modal .modal-content {
    max-width: 480px;
}

    .add-to-wishlist-modal .modal-content .modal-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

        .add-to-wishlist-modal .modal-content .modal-delete svg {
            width: 20px;
            height: 20px;
            stroke: #999;
            cursor: pointer;
        }

            .add-to-wishlist-modal .modal-content .modal-delete svg:hover {
                stroke: #b69148;
            }

    .add-to-wishlist-modal .modal-content .box {
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

        .add-to-wishlist-modal .modal-content .box .box-header {
            width: 100%;
            background: #ededed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 20px;
        }

            .add-to-wishlist-modal .modal-content .box .box-header img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

            .add-to-wishlist-modal .modal-content .box .box-header span {
                display: block;
                padding-left: 10px;
                color: #4a4a4a;
            }

            .add-to-wishlist-modal .modal-content .box .box-header .delete {
                margin-left: auto;
            }

        .add-to-wishlist-modal .modal-content .box .box-body {
            padding: 20px;
        }

            .add-to-wishlist-modal .modal-content .box .box-body img {
                display: block;
                max-width: 190px;
                margin: 20px auto;
            }

            .add-to-wishlist-modal .modal-content .box .box-body .inner-content {
                max-width: 320px;
                margin: 0 auto;
            }

                .add-to-wishlist-modal
                .modal-content
                .box
                .box-body
                .inner-content
                .modal-placeholder
                .placeholder-content {
                    width: 100%;
                    max-width: 340px;
                    margin: 0 auto;
                    text-align: center;
                }

                    .add-to-wishlist-modal
                    .modal-content
                    .box
                    .box-body
                    .inner-content
                    .modal-placeholder
                    .placeholder-content
                    img {
                        display: block;
                        max-width: 170px;
                        margin: 0 auto 20px auto;
                    }

                    .add-to-wishlist-modal
                    .modal-content
                    .box
                    .box-body
                    .inner-content
                    .modal-placeholder
                    .placeholder-content
                    h3 {
                        font-family: "Montserrat", sans-serif;
                        font-size: 1rem;
                        font-weight: 600;
                        color: #4a4a4a;
                    }

                    .add-to-wishlist-modal
                    .modal-content
                    .box
                    .box-body
                    .inner-content
                    .modal-placeholder
                    .placeholder-content
                    p {
                        margin: 0 0 10px 0;
                        color: #999;
                        font-size: 0.9rem;
                    }

                    .add-to-wishlist-modal
                    .modal-content
                    .box
                    .box-body
                    .inner-content
                    .modal-placeholder
                    .placeholder-content
                    .button-wrap {
                        margin: 10px 0;
                    }

                        .add-to-wishlist-modal
                        .modal-content
                        .box
                        .box-body
                        .inner-content
                        .modal-placeholder
                        .placeholder-content
                        .button-wrap
                        .button {
                            min-width: 160px;
                        }

                .add-to-wishlist-modal
                .modal-content
                .box
                .box-body
                .inner-content
                .message
                .message-body {
                    padding: 12px;
                    font-size: 0.9rem;
                    color: #1f3dff;
                    border: 1px solid #1f3dff;
                }

                .add-to-wishlist-modal
                .modal-content
                .box
                .box-body
                .inner-content
                .wishlist-modal-list {
                    margin: 10px 0;
                }

                    .add-to-wishlist-modal
                    .modal-content
                    .box
                    .box-body
                    .inner-content
                    .wishlist-modal-list
                    ul {
                        border: 1px solid #ededed;
                        border-radius: 8px;
                        padding: 12px;
                    }

                        .add-to-wishlist-modal
                        .modal-content
                        .box
                        .box-body
                        .inner-content
                        .wishlist-modal-list
                        ul
                        li {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                            cursor: pointer;
                        }

                            .add-to-wishlist-modal
                            .modal-content
                            .box
                            .box-body
                            .inner-content
                            .wishlist-modal-list
                            ul
                            li.is-active {
                                background: rgba(0, 0, 0, 0);
                            }

                                .add-to-wishlist-modal
                                .modal-content
                                .box
                                .box-body
                                .inner-content
                                .wishlist-modal-list
                                ul
                                li.is-active
                                .meta
                                span.name {
                                    color: #b69148;
                                }

                                .add-to-wishlist-modal
                                .modal-content
                                .box
                                .box-body
                                .inner-content
                                .wishlist-modal-list
                                ul
                                li.is-active
                                .selected-indicator {
                                    background: #b69148;
                                    border-color: #b69148;
                                    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
                                    box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
                                    -webkit-transform: scale(1);
                                    transform: scale(1);
                                }

                                    .add-to-wishlist-modal
                                    .modal-content
                                    .box
                                    .box-body
                                    .inner-content
                                    .wishlist-modal-list
                                    ul
                                    li.is-active
                                    .selected-indicator
                                    svg {
                                        opacity: 1;
                                    }

                            .add-to-wishlist-modal
                            .modal-content
                            .box
                            .box-body
                            .inner-content
                            .wishlist-modal-list
                            ul
                            li
                            .meta {
                                text-align: left;
                            }

                                .add-to-wishlist-modal
                                .modal-content
                                .box
                                .box-body
                                .inner-content
                                .wishlist-modal-list
                                ul
                                li
                                .meta
                                span {
                                    display: block;
                                }

                                    .add-to-wishlist-modal
                                    .modal-content
                                    .box
                                    .box-body
                                    .inner-content
                                    .wishlist-modal-list
                                    ul
                                    li
                                    .meta
                                    span.name {
                                        font-weight: 500;
                                    }

                                    .add-to-wishlist-modal
                                    .modal-content
                                    .box
                                    .box-body
                                    .inner-content
                                    .wishlist-modal-list
                                    ul
                                    li
                                    .meta
                                    span.count {
                                        color: #999;
                                        font-size: 0.9rem;
                                    }

                            .add-to-wishlist-modal
                            .modal-content
                            .box
                            .box-body
                            .inner-content
                            .wishlist-modal-list
                            ul
                            li
                            .selected-indicator {
                                height: 34px;
                                width: 34px;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                border-radius: 50%;
                                border: 1px solid #ededed;
                                -webkit-transform: scale(0.6);
                                transform: scale(0.6);
                                -webkit-transition: all 0.3s;
                                transition: all 0.3s;
                            }

                                .add-to-wishlist-modal
                                .modal-content
                                .box
                                .box-body
                                .inner-content
                                .wishlist-modal-list
                                ul
                                li
                                .selected-indicator
                                svg {
                                    opacity: 0;
                                    stroke: #fff;
                                    height: 16px;
                                    width: 16px;
                                    stroke-width: 3px;
                                    -webkit-transition: all 0.3s;
                                    transition: all 0.3s;
                                }

                .add-to-wishlist-modal
                .modal-content
                .box
                .box-body
                .inner-content
                .button-wrap {
                    margin-top: 20px;
                }

        .add-to-wishlist-modal .modal-content .box p {
            font-size: 85%;
            color: #999;
            margin: 10px 0;
        }

    .add-to-wishlist-modal .modal-content fieldset,
    .add-to-wishlist-modal .modal-content label {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 99;
    }

.add-to-wishlist-modal.is-active .box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.upload-crop-modal .modal-content {
    max-width: 480px;
}

    .upload-crop-modal .modal-content .modal-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

        .upload-crop-modal .modal-content .modal-delete svg {
            width: 20px;
            height: 20px;
            stroke: #999;
            cursor: pointer;
        }

            .upload-crop-modal .modal-content .modal-delete svg:hover {
                stroke: #b69148;
            }

    .upload-crop-modal .modal-content .box {
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

        .upload-crop-modal .modal-content .box .box-header {
            width: 100%;
            background: #ededed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 20px;
        }

            .upload-crop-modal .modal-content .box .box-header img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

            .upload-crop-modal .modal-content .box .box-header span {
                display: block;
                padding-left: 10px;
                color: #4a4a4a;
            }

            .upload-crop-modal .modal-content .box .box-header .delete {
                margin-left: auto;
            }

        .upload-crop-modal .modal-content .box .box-body {
            padding: 20px;
        }

            .upload-crop-modal .modal-content .box .box-body .profile-uploader-box {
                display: block;
                width: 100%;
                height: 300px;
                padding: 40px;
                border: 3px dashed #ededed;
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .upload-crop-modal
                .modal-content
                .box
                .box-body
                .profile-uploader-box:hover
                .inner-modal-content {
                    position: relative;
                }

                    .upload-crop-modal
                    .modal-content
                    .box
                    .box-body
                    .profile-uploader-box:hover
                    .inner-modal-content
                    img {
                        opacity: 1;
                        -webkit-filter: grayscale(0);
                        filter: grayscale(0);
                    }

                .upload-crop-modal
                .modal-content
                .box
                .box-body
                .profile-uploader-box
                .inner-modal-content {
                    display: block;
                }

                    .upload-crop-modal
                    .modal-content
                    .box
                    .box-body
                    .profile-uploader-box
                    .inner-modal-content
                    img {
                        display: block;
                        max-height: 110px;
                        margin: 0 auto;
                        opacity: 0.5;
                        -webkit-filter: grayscale(1);
                        filter: grayscale(1);
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    .upload-crop-modal
                    .modal-content
                    .box
                    .box-body
                    .profile-uploader-box
                    .inner-modal-content
                    span {
                        display: block;
                        text-align: center;
                        color: #cecece;
                        padding: 10px 0;
                    }

                .upload-crop-modal .modal-content .box .box-body .profile-uploader-box input {
                    display: none;
                }

            .upload-crop-modal
            .modal-content
            .box
            .box-body
            .croppie-container
            .cr-boundary {
                background-image: url(http://cdn.thedesigninspiration.com/wp-content/uploads/2014/07/Icon-Pattern-l.jpg);
                background-repeat: repeat;
                background-size: cover;
            }

            .upload-crop-modal
            .modal-content
            .box
            .box-body
            .croppie-container
            .cr-viewport {
                -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.1);
            }

            .upload-crop-modal .modal-content .box .box-body .croppie-container .cr-slider {
                cursor: pointer;
            }

            .upload-crop-modal .modal-content .box .box-body .upload-help {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-top: 6px;
            }

        .upload-crop-modal .modal-content .box p {
            font-size: 85%;
            color: #999;
            margin-bottom: 10px;
        }

.upload-crop-modal.is-active .box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout-blocked-modal .modal-background,
.checkout-unauth-modal .modal-background {
    background: rgba(255, 255, 255, 0.9);
}

.checkout-blocked-modal .modal-content,
.checkout-unauth-modal .modal-content {
    max-width: 480px;
}

    .checkout-blocked-modal .modal-content .modal-delete,
    .checkout-unauth-modal .modal-content .modal-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

        .checkout-blocked-modal .modal-content .modal-delete svg,
        .checkout-unauth-modal .modal-content .modal-delete svg {
            width: 20px;
            height: 20px;
            stroke: #999;
            cursor: pointer;
        }

            .checkout-blocked-modal .modal-content .modal-delete svg:hover,
            .checkout-unauth-modal .modal-content .modal-delete svg:hover {
                stroke: #b69148;
            }

    .checkout-blocked-modal .modal-content .box,
    .checkout-unauth-modal .modal-content .box {
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0);
        transform: scale(0);
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
        box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    }

        .checkout-blocked-modal .modal-content .box.scaled,
        .checkout-unauth-modal .modal-content .box.scaled {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .checkout-blocked-modal .modal-content .box .box-header,
        .checkout-unauth-modal .modal-content .box .box-header {
            width: 100%;
            background: #ededed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 20px;
        }

            .checkout-blocked-modal .modal-content .box .box-header img,
            .checkout-unauth-modal .modal-content .box .box-header img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

            .checkout-blocked-modal .modal-content .box .box-header span,
            .checkout-unauth-modal .modal-content .box .box-header span {
                display: block;
                padding-left: 10px;
                color: #4a4a4a;
            }

            .checkout-blocked-modal .modal-content .box .box-header .delete,
            .checkout-unauth-modal .modal-content .box .box-header .delete {
                margin-left: auto;
            }

        .checkout-blocked-modal .modal-content .box .box-body,
        .checkout-unauth-modal .modal-content .box .box-body {
            padding: 20px;
        }

            .checkout-blocked-modal
            .modal-content
            .box
            .box-body
            .modal-placeholder
            .placeholder-content,
            .checkout-unauth-modal
            .modal-content
            .box
            .box-body
            .modal-placeholder
            .placeholder-content {
                width: 100%;
                max-width: 340px;
                margin: 0 auto;
                text-align: center;
            }

                .checkout-blocked-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                img,
                .checkout-unauth-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                img {
                    display: block;
                    max-width: 170px;
                    margin: 0 auto 20px auto;
                }

                .checkout-blocked-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                h3,
                .checkout-unauth-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                h3 {
                    font-family: "Montserrat", sans-serif;
                    font-size: 1rem;
                    font-weight: 600;
                    color: #4a4a4a;
                }

                .checkout-blocked-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                p,
                .checkout-unauth-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                p {
                    margin: 0 0 10px 0;
                    color: #999;
                    font-size: 0.9rem;
                }

                .checkout-blocked-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                .button-wrap,
                .checkout-unauth-modal
                .modal-content
                .box
                .box-body
                .modal-placeholder
                .placeholder-content
                .button-wrap {
                    margin: 10px 0;
                }

                    .checkout-blocked-modal
                    .modal-content
                    .box
                    .box-body
                    .modal-placeholder
                    .placeholder-content
                    .button-wrap
                    .button,
                    .checkout-unauth-modal
                    .modal-content
                    .box
                    .box-body
                    .modal-placeholder
                    .placeholder-content
                    .button-wrap
                    .button {
                        max-width: 180px;
                        min-width: 180px;
                        margin: 0 auto;
                    }
/*! _quickview.scss | Nephos | CSS Ninja */
.menu-fab {
    position: fixed;
    right: 30px;
    top: 12px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    opacity: 1;
}

    .menu-fab.dismissed {
        -webkit-transform: translateX(300px) rotate(360deg);
        transform: translateX(300px) rotate(360deg);
        opacity: 0;
    }

    .menu-fab a {
        padding: 10px 0;
    }

    .menu-fab .menu-toggle {
        font-size: 20px;
        color: #666;
        line-height: 48px;
        text-align: center;
        background: rgba(0, 0, 0, 0);
        display: block;
        width: 24px;
        height: 26px;
        cursor: pointer;
        padding: 0;
        margin: 0 14px;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: 1;
        position: relative;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

        .menu-fab .menu-toggle .icon-box-toggle {
            height: 100%;
            width: 100%;
            background: tranparent;
            position: relative;
            display: block;
        }

            .menu-fab .menu-toggle .icon-box-toggle.active > span.rotate {
                -webkit-transform: rotate(90deg);
                transform: translate(0px, 0px) rotate(90deg);
            }

            .menu-fab .menu-toggle .icon-box-toggle.active > span > i.icon-line-center {
                visibility: hidden;
                width: 1px;
                height: 3px;
                left: 70%;
            }

            .menu-fab .menu-toggle .icon-box-toggle.active > span > i.icon-line-bottom {
                margin: -1.5px 0 0 -10px;
                left: 50%;
                top: 50%;
                -webkit-transform: rotate(135deg);
                transform: translate(0px, 0px) rotate(135deg);
            }

            .menu-fab .menu-toggle .icon-box-toggle.active > span > i.icon-line-top {
                margin: -1.5px 0 0 -10px;
                left: 50%;
                top: 50%;
                -webkit-transform: rotate(45deg);
                transform: translate(0px, 0px) rotate(45deg);
            }

        .menu-fab .menu-toggle .icon-line-center {
            position: absolute;
            width: 20px;
            height: 2px;
            background: #b69148;
            margin: -1.5px 0 0 -10px;
            left: 50%;
            top: 50%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .menu-fab .menu-toggle .icon-line-top {
            position: absolute;
            width: 20px;
            height: 2px;
            background: #b69148;
            margin: -2px 0 0 -10px;
            left: 50%;
            top: 30%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .menu-fab .menu-toggle .icon-line-bottom {
            position: absolute;
            width: 20px;
            height: 2px;
            background: #b69148;
            margin: 1.5px 0 0 -10px;
            left: 50%;
            top: 60%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.category-quickview {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px -2px 0px rgba(0, 0, 0, 0.06);
    box-shadow: -2px 0px -2px 0px rgba(0, 0, 0, 0.06);
    border-left: 1px solid #ededed;
    z-index: 9;
    -webkit-transform: translateX(261px);
    transform: translateX(261px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .category-quickview.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .category-quickview.is-pushed-mobile {
        -webkit-transform: translateX(calc(-100% - 80px));
        transform: translateX(calc(-100% - 80px));
    }

    .category-quickview .inner {
        position: relative;
        height: 100%;
    }

        .category-quickview .inner .category-menu {
            padding: 80px 0;
        }

            .category-quickview .inner .category-menu li {
                height: 80px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                padding: 0 34px;
            }

                .category-quickview .inner .category-menu li a {
                    font-family: "Raleway", sans-serif;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #4a4a4a;
                }

                    .category-quickview .inner .category-menu li a span {
                        min-width: 150px;
                        text-align: right;
                        padding: 0 10px;
                        text-transform: uppercase;
                        font-weight: 600;
                        font-size: 76%;
                        -webkit-transition: color 0.4s;
                        transition: color 0.4s;
                    }

                    .category-quickview .inner .category-menu li a img,
                    .category-quickview .inner .category-menu li a svg {
                        max-height: 40px;
                    }

                    .category-quickview .inner .category-menu li a svg {
                        height: 40px;
                        width: 40px;
                        fill: #ccc;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    .category-quickview .inner .category-menu li a:hover span {
                        color: #b69148;
                    }

                    .category-quickview .inner .category-menu li a:hover svg {
                        fill: #b69148;
                    }

        .category-quickview .inner .all-categories {
            position: absolute;
            bottom: 52px;
            width: 100%;
            text-align: center;
        }

            .category-quickview .inner .all-categories a {
                text-transform: uppercase;
                font-size: 75%;
                font-weight: 500;
            }

            .category-quickview .inner .all-categories .centered-divider {
                width: 100px;
                height: 1px;
                border-bottom: 2px solid #b69148;
                margin: 0 auto;
                padding-top: 8px;
            }

.shop-quickview {
    position: fixed;
    top: 0;
    left: 80px;
    height: 100%;
    width: 280px;
    background-color: #344258;
    background-size: cover;
    background-position: bottom;
    -webkit-box-shadow: -2px 0px -2px 0px rgba(0, 0, 0, 0.06);
    box-shadow: -2px 0px -2px 0px rgba(0, 0, 0, 0.06);
    z-index: 3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

    .shop-quickview.is-pushed-mobile {
        -webkit-transform: translateX(calc(-100% - 80px));
        transform: translateX(calc(-100% - 80px));
        left: 0 !important;
    }

    .shop-quickview.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .shop-quickview .inner {
        position: relative;
        height: 100%;
        background-color: rgba(171, 154, 120, 0.95);
    }

        .shop-quickview .inner .quickview-header {
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #3d4e68;
        }

            .shop-quickview .inner .quickview-header span {
                cursor: pointer;
            }

            .shop-quickview .inner .quickview-header h2 {
                position: relative;
                font-family: "Raleway", sans-serif;
                font-size: 0.95rem;
                font-weight: 500;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 6px;
                padding-left: 20px;
            }

            .shop-quickview .inner .quickview-header svg {
                margin-right: 20px;
                width: 20px;
                height: 20px;
                stroke: #fff;
            }

        .shop-quickview .inner .shop-menu li,
        .shop-quickview .inner .user-profile li {
            width: 100%;
            height: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            border-bottom: 1px solid #3d4e68;
        }

        .shop-quickview .inner .shop-menu li {
            cursor: pointer;
        }

            .shop-quickview .inner .shop-menu li:hover a {
                opacity: 0.8;
            }

                .shop-quickview .inner .shop-menu li:hover a svg {
                    -webkit-transform: translate3d(0, 0, 0) rotate(0);
                    transform: translate3d(0, 0, 0) rotate(0);
                    opacity: 1;
                }

        .shop-quickview .inner .shop-menu a {
            width: 100%;
            padding: 0 20px;
            font-family: "Raleway", sans-serif;
            font-weight: 500 !important;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 0.75rem;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .shop-quickview .inner .shop-menu a svg {
                width: 18px;
                height: 18px;
                margin: 0;
                opacity: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: translate3d(100px, 0, 0) rotate(360deg);
                transform: translate3d(100px, 0, 0) rotate(360deg);
            }

        .shop-quickview .inner .user-profile {
            position: absolute;
            bottom: 0;
            padding: 0;
        }

            .shop-quickview .inner .user-profile li {
                border-bottom: none !important;
            }

                .shop-quickview .inner .user-profile li img {
                    max-height: 40px;
                    max-width: 40px;
                    border-radius: 50%;
                    margin-left: 20px;
                }

                .shop-quickview .inner .user-profile li a {
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .shop-quickview .inner .user-profile li a .user {
                        padding-left: 10px;
                        color: #fff;
                    }

                        .shop-quickview .inner .user-profile li a .user span {
                            display: block;
                            font-family: "Raleway", sans-serif;
                        }

                            .shop-quickview .inner .user-profile li a .user span:first-child {
                                text-transform: uppercase;
                                font-weight: 600;
                                font-size: 0.7rem;
                                letter-spacing: 3px;
                            }

                            .shop-quickview .inner .user-profile li a .user span:nth-child(2) {
                                font-size: 0.8rem;
                            }

                                .shop-quickview .inner .user-profile li a .user span:nth-child(2) small {
                                    font-size: 0.6rem;
                                    font-weight: 500;
                                    text-transform: uppercase;
                                    letter-spacing: 1px;
                                }

                    .shop-quickview .inner .user-profile li a:hover span {
                        opacity: 0.8;
                    }

.filters-quickview {
    position: fixed;
    top: 0;
    left: 80px;
    height: 100%;
    width: 320px;
    background-color: #fff;
    background-size: cover;
    background-position: bottom;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    z-index: 3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .filters-quickview.is-pushed-mobile {
        -webkit-transform: translateX(calc(-100% - 80px));
        transform: translateX(calc(-100% - 80px));
    }

    .filters-quickview.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .filters-quickview .inner {
        position: relative;
        height: 100%;
    }

        .filters-quickview .inner .quickview-header {
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .filters-quickview .inner .quickview-header span {
                cursor: pointer;
            }

            .filters-quickview .inner .quickview-header h2 {
                position: relative;
                font-size: 0.95rem;
                font-family: "Raleway", sans-serif;
                font-weight: 500;
                color: #4a4a4a;
                text-transform: uppercase;
                letter-spacing: 6px;
                padding-left: 20px;
            }

            .filters-quickview .inner .quickview-header svg {
                margin: 0 20px;
                width: 20px;
                height: 20px;
                stroke: #4a4a4a;
            }

                .filters-quickview .inner .quickview-header svg:hover {
                    stroke: #b69148;
                }

        .filters-quickview .inner .filters-body {
            position: relative;
            overflow-x: hidden;
            overflow-y: auto;
            max-height: 100vh;
            padding: 30px 20px;
        }

            .filters-quickview .inner .filters-body::-webkit-scrollbar {
                width: 10px;
            }

            .filters-quickview .inner .filters-body::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: rgba(0, 0, 0, 0.2);
            }

        .filters-quickview .inner .filter-block {
            width: 100%;
            margin-bottom: 30px;
        }

            .filters-quickview .inner .filter-block .filter-title {
                position: relative;
                font-size: 0.8rem;
                font-weight: 500;
                color: #4a4a4a;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

                .filters-quickview .inner .filter-block .filter-title.has-padding {
                    padding: 2px 0;
                }

        .filters-quickview .inner .checkbox-wrap {
            padding: 0;
            color: #4a4a4a !important;
            font-family: "Raleway", sans-serif;
            font-size: 0.9rem;
        }

            .filters-quickview .inner .checkbox-wrap span {
                position: relative;
                top: -2px;
            }

.cart-quickview {
    position: fixed;
    top: 0;
    left: 80px;
    height: 100%;
    width: 340px;
    background-color: #fff;
    background-size: cover;
    background-position: bottom;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.02);
    z-index: 3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .cart-quickview.is-pushed-mobile {
        -webkit-transform: translateX(calc(-100% - 80px));
        transform: translateX(calc(-100% - 80px));
    }

    .cart-quickview.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .cart-quickview .inner {
        position: relative;
        height: 100%;
    }

        .cart-quickview .inner .quickview-header {
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .cart-quickview .inner .quickview-header span {
                cursor: pointer;
            }

            .cart-quickview .inner .quickview-header h2 {
                position: relative;
                font-family: "Raleway", sans-serif;
                font-size: 0.95rem;
                font-weight: 500;
                color: #4a4a4a;
                text-transform: uppercase;
                letter-spacing: 6px;
                padding: 0 20px;
            }

            .cart-quickview .inner .quickview-header svg {
                margin: 0 20px;
                width: 20px;
                height: 20px;
                stroke: #4a4a4a;
            }

                .cart-quickview .inner .quickview-header svg:hover {
                    stroke: #b69148;
                }

        .cart-quickview .inner .cart-action {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 20px;
            height: 80px;
            background: #fcfcfc;
            border-bottom: 1px solid #ededed;
        }

            .cart-quickview .inner .cart-action .cart-total {
                display: block;
                font-size: 1.4rem;
                color: #4a4a4a;
                font-weight: 600;
            }

                .cart-quickview .inner .cart-action .cart-total:before {
                    content: "";
                    font-size: 90%;
                }

                .cart-quickview .inner .cart-action .cart-total .abstract {
                    display: block;
                    font-size: 0.8rem;
                    color: #999;
                }

                    .cart-quickview .inner .cart-action .cart-total .abstract span {
                        font-size: 1rem;
                        font-weight: 600;
                    }

            .cart-quickview .inner .cart-action a {
                min-width: 130px;
                font-weight: 200;
                font-size: 80%;
                height: 40px;
            }

                .cart-quickview .inner .cart-action a svg {
                    position: relative;
                    top: 1px;
                    width: 17px;
                    height: 17px;
                    margin-right: 8px;
                }

        .cart-quickview .inner .cart-body {
            position: relative;
            height: calc(100% - 140px);
            width: 100%;
        }

            .cart-quickview .inner .cart-body .cart-loader {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #fff;
                opacity: 0;
                pointer-events: none;
                z-index: 1;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .cart-quickview .inner .cart-body .cart-loader.is-active {
                    opacity: 1;
                    pointer-events: all;
                }

                .cart-quickview .inner .cart-body .cart-loader .loader {
                    height: 4rem;
                    width: 4rem;
                }

            .cart-quickview .inner .cart-body .empty-cart {
                padding: 40px 0;
                width: 100%;
            }

                .cart-quickview .inner .cart-body .empty-cart h3,
                .cart-quickview .inner .cart-body .empty-cart img {
                    display: block;
                }

                .cart-quickview .inner .cart-body .empty-cart h3 {
                    font-family: "Raleway", sans-serif;
                    font-size: 1.1rem;
                    font-weight: 600;
                    padding: 10px 0 0 0;
                    color: #4a4a4a;
                }

                .cart-quickview .inner .cart-body .empty-cart p {
                    font-size: 0.9rem;
                }

                .cart-quickview .inner .cart-body .empty-cart img {
                    max-height: 65px;
                    max-width: 65px;
                    margin: 0 auto;
                }

                .cart-quickview .inner .cart-body .empty-cart a {
                    margin-top: 10px;
                    color: #b69148;
                    border: 1.4px solid #b69148;
                    -webkit-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .cart-quickview .inner .cart-body .empty-cart a:hover {
                        color: #fff;
                        border-color: #b69148;
                        background: #b69148;
                        -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
                        box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
                    }

                .cart-quickview .inner .cart-body .empty-cart small {
                    display: block;
                    color: #999;
                    font-size: 80%;
                    margin-top: 10px;
                }

            .cart-quickview .inner .cart-body .shopping-cart-items {
                position: relative;
                overflow-x: hidden;
                overflow-y: auto;
                max-height: 80vh;
                min-height: 60vh;
            }

                .cart-quickview .inner .cart-body .shopping-cart-items::-webkit-scrollbar {
                    width: 10px;
                }

                .cart-quickview
                .inner
                .cart-body
                .shopping-cart-items::-webkit-scrollbar-thumb {
                    border-radius: 5px;
                    background: rgba(0, 0, 0, 0.2);
                }

                .cart-quickview .inner .cart-body .shopping-cart-items li {
                    height: 80px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 0 20px;
                    position: relative;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                }

                    .cart-quickview .inner .cart-body .shopping-cart-items li:hover .remove-item {
                        opacity: 1;
                        -webkit-transform: translateX(0);
                        transform: translateX(0);
                    }

                .cart-quickview .inner .cart-body .shopping-cart-items img {
                    float: left;
                    max-height: 50px;
                }

                .cart-quickview .inner .cart-body .shopping-cart-items .item-meta {
                    display: block;
                    width: 40%;
                    padding: 0 10px;
                }

                .cart-quickview .inner .cart-body .shopping-cart-items .item-name {
                    display: block;
                    font-size: 13px;
                    font-weight: 500;
                    text-transform: uppercase;
                    max-width: 100px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .cart-quickview .inner .cart-body .shopping-cart-items .item-price {
                    font-size: 0.8rem;
                    color: #999;
                }

                    .cart-quickview .inner .cart-body .shopping-cart-items .item-price const {
                        color: #b69148;
                        margin-right: 4px;
                        font-size: 0.8rem;
                        font-weight: 500;
                    }

                        .cart-quickview
                        .inner
                        .cart-body
                        .shopping-cart-items
                        .item-price
                        const:before {
                            content: "";
                        }

                    .cart-quickview .inner .cart-body .shopping-cart-items .item-price span {
                        font-size: 0.9rem;
                        color: #4a4a4a;
                    }

                .cart-quickview .inner .cart-body .shopping-cart-items .quantity {
                    position: relative;
                    display: block;
                    margin-left: auto;
                    padding-right: 16px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .cart-quickview
                    .inner
                    .cart-body
                    .shopping-cart-items
                    .quantity
                    .sidebar-spinner {
                        position: relative;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        height: 36px;
                        min-width: 90px;
                        border: 1px solid #ededed;
                        border-radius: 100px;
                        margin: 12px;
                        -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                        box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                    }

                        .cart-quickview
                        .inner
                        .cart-body
                        .shopping-cart-items
                        .quantity
                        .sidebar-spinner
                        .spinner-value {
                            display: block;
                            line-height: 2.2;
                        }

                        .cart-quickview
                        .inner
                        .cart-body
                        .shopping-cart-items
                        .quantity
                        .sidebar-spinner
                        .spinner-button {
                            height: 36px;
                            width: 36px;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            border-radius: 50%;
                            padding: 0;
                            -webkit-transition: all 0.3s;
                            transition: all 0.3s;
                            opacity: 1;
                        }

                            .cart-quickview
                            .inner
                            .cart-body
                            .shopping-cart-items
                            .quantity
                            .sidebar-spinner
                            .spinner-button:hover
                            svg {
                                stroke: #b69148;
                            }

                            .cart-quickview
                            .inner
                            .cart-body
                            .shopping-cart-items
                            .quantity
                            .sidebar-spinner
                            .spinner-button
                            svg {
                                height: 14px;
                                width: 14px;
                                stroke: #999;
                                -webkit-transition: stroke 0.3s;
                                transition: stroke 0.3s;
                            }

                .cart-quickview .inner .cart-body .shopping-cart-items .item-quantity {
                    color: #999;
                }

                    .cart-quickview .inner .cart-body .shopping-cart-items .item-quantity small {
                        font-size: 80%;
                    }

                .cart-quickview .inner .cart-body .shopping-cart-items .remove-item {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 40px;
                    height: 78px;
                    cursor: pointer;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-transition: all 0.45s;
                    transition: all 0.45s;
                    opacity: 0;
                    -webkit-transform: translateX(200px);
                    transform: translateX(200px);
                    background: #f9f9f9;
                }

                    .cart-quickview .inner .cart-body .shopping-cart-items .remove-item svg {
                        width: 16px;
                        height: 16px;
                        stroke: #999;
                    }

                    .cart-quickview .inner .cart-body .shopping-cart-items .remove-item:hover {
                        background: #fcfcfc;
                    }

                        .cart-quickview .inner .cart-body .shopping-cart-items .remove-item:hover svg {
                            stroke: #4a4a4a;
                        }

.quickview-header span:hover svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quickview-header svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*! _cards.scss | Nephos | CSS Ninja */
.flat-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 270px;
    min-height: 270px;
}

    .flat-card .image {
        text-align: center;
        margin: 40px 0;
    }

        .flat-card .image img {
            max-width: 100px;
            margin: 10px auto;
        }

    .flat-card .product-info {
        padding: 0 20px;
    }

        .flat-card .product-info a {
            color: #4a4a4a;
        }

            .flat-card .product-info a:hover {
                opacity: 0.8;
                color: #b69148;
            }

        .flat-card .product-info .product-name {
            font-family: "Raleway", sans-serif;
            text-transform: uppercase;
            font-size: 0.8rem;
            font-weight: 500;
        }

        .flat-card .product-info .product-description {
            font-size: 80%;
            color: #999;
        }

        .flat-card .product-info .product-price {
            font-size: 90%;
            font-weight: 500;
            color: #b69148;
        }

            .flat-card .product-info .product-price span:first-child:before {
                content: "";
                font-size: 80%;
                position: relative;
            }

            .flat-card .product-info .product-price .sale-price {
                color: #999;
                text-decoration: line-through;
                padding: 0 10px;
                font-size: 85%;
            }

                .flat-card .product-info .product-price .sale-price:before {
                    content: "";
                    font-size: 70%;
                    position: relative;
                }

    .flat-card.is-auto {
        height: auto !important;
        width: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        max-width: auto !important;
    }

    .flat-card:hover {
        -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.11) !important;
        box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.11) !important;
    }

    .flat-card.is-long {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .flat-card.is-long .left-image img {
            max-width: 260px;
        }

        .flat-card.is-long .left-image.is-md img {
            max-width: 220px;
        }

        .flat-card.is-long .product-info .product-name.featured {
            font-size: 1.2rem;
        }

        .flat-card.is-long .product-info .product-name.featured-md {
            font-size: 1rem;
        }

    .flat-card .actions {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .flat-card .actions div,
        .flat-card .actions span {
            display: inline-block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .flat-card .actions div svg,
            .flat-card .actions span svg {
                height: 18px;
                width: 18px;
                margin-left: 10px;
                stroke: #999;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .flat-card .actions div:hover,
            .flat-card .actions span:hover {
                cursor: pointer;
            }

            .flat-card .actions div.add,
            .flat-card .actions span.add {
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
                -webkit-transform: translateX(250px);
                transform: translateX(250px);
            }

                .flat-card .actions div.add svg.is-active,
                .flat-card .actions span.add svg.is-active {
                    stroke: #b69148;
                }

                .flat-card .actions div.add:hover svg,
                .flat-card .actions span.add:hover svg {
                    stroke: #b69148;
                }

            .flat-card .actions div.like,
            .flat-card .actions span.like {
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
                -webkit-transform: translateX(200px);
                transform: translateX(200px);
            }

                .flat-card .actions div.like svg.is-active,
                .flat-card .actions span.like svg.is-active {
                    stroke: #ff3b3c;
                    fill: #ff3b3c;
                }

                .flat-card .actions div.like:hover svg,
                .flat-card .actions span.like:hover svg {
                    stroke: #ff3b3c;
                    fill: #ff3b3c;
                }

    .flat-card .on-sale {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 90px;
        padding: 9px;
        background: #b69148;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }

        .flat-card .on-sale svg {
            height: 18px;
            width: 18px;
            stroke: #fff;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .flat-card:hover .add,
    .flat-card:hover .like {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .flat-card.is-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto !important;
        padding: 20px 40px;
        margin-top: 20px;
    }

        .flat-card.is-list-item:first-child {
            margin-top: 0 !important;
        }

        .flat-card.is-list-item span {
            display: block;
        }

            .flat-card.is-list-item span.image {
                margin: 0 !important;
                width: 80px;
                height: 80px;
            }

                .flat-card.is-list-item span.image img {
                    margin: 0 !important;
                }

        .flat-card.is-list-item .rating i {
            font-size: 12px;
            color: gold;
        }

            .flat-card.is-list-item .rating i.is-empty {
                color: #cecece;
            }

        .flat-card.is-list-item .rating small {
            padding: 0 5px;
            font-size: 0.65rem;
            color: #999;
        }

        .flat-card.is-list-item .product-info {
            padding: 20px 40px !important;
        }

            .flat-card.is-list-item .product-info .product-price span {
                display: inline-block !important;
            }

        .flat-card.is-list-item .product-abstract {
            margin-left: auto;
            padding: 15px 0;
            width: 40%;
            color: #999;
            font-size: 0.8rem;
        }

            .flat-card.is-list-item .product-abstract .view-more {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 5px 0;
            }

                .flat-card.is-list-item .product-abstract .view-more a {
                    font-size: 0.75rem;
                    font-weight: 500;
                    text-transform: uppercase;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .flat-card.is-list-item .product-abstract .view-more a svg {
                        position: relative;
                        height: 16px;
                        width: 16px;
                        opacity: 0;
                        -webkit-transform: translate(0);
                        transform: translate(0);
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    .flat-card.is-list-item .product-abstract .view-more a:hover svg {
                        opacity: 1;
                        -webkit-transform: translate(3px);
                        transform: translate(3px);
                    }

        .flat-card.is-list-item .actions {
            right: 40px !important;
        }

            .flat-card.is-list-item .actions span {
                display: inline-block !important;
            }
/*! _utils.scss | Nephos | CSS Ninja */
@media (min-width: 768px) {
    .iziToast .iziToast-body {
        max-width: 250px;
    }

        .iziToast .iziToast-body .iziToast-icon {
            height: 24px;
            width: 24px;
            margin-right: 4px;
            font-size: 1rem;
        }

        .iziToast .iziToast-body .iziToast-texts p,
        .iziToast .iziToast-body .iziToast-texts strong {
            display: block !important;
        }
}

@media (max-width: 767px) {
    .iziToast-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .iziToast .iziToast-body .iziToast-icon {
        height: 24px;
        width: 24px;
        margin-right: 4px;
        font-size: 1rem;
    }

    .iziToast .iziToast-body .iziToast-texts p,
    .iziToast .iziToast-body .iziToast-texts strong {
        display: block !important;
        font-weight: 500;
    }
}

.message.has-close-icon .message-body {
    position: relative;
}

    .message.has-close-icon .message-body .close-icon {
        position: absolute;
        top: 3px;
        right: 4px;
        height: 20px;
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .message.has-close-icon .message-body .close-icon svg {
            height: 14px;
            width: 14px;
        }

.webui-popover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 10px 4px !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 10px 4px !important;
    background: #344258 !important;
    color: #fff !important;
    border: none !important;
    margin-top: -20px !important;
}

    .webui-popover.top > .webui-arrow {
        border-top-color: rgba(0, 0, 0, 0) !important;
    }

    .webui-popover .webui-arrow {
        border-top-color: rgba(0, 0, 0, 0) !important;
    }

        .webui-popover .webui-arrow:after {
            border-top-color: #344258 !important;
        }

    .webui-popover .webui-popover-title {
        background-color: #344258 !important;
        border-bottom: none !important;
        font-weight: 500;
    }

    .webui-popover .webui-popover-content {
        font-size: 0.75rem !important;
    }

        .webui-popover .webui-popover-content .popover-flex-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px 0;
        }

            .webui-popover .webui-popover-content .popover-flex-block .staff-avatar {
                height: 38px;
                width: 38px;
                border-radius: 50%;
            }

            .webui-popover .webui-popover-content .popover-flex-block .content-block {
                margin-left: 10px;
            }

                .webui-popover .webui-popover-content .popover-flex-block .content-block label,
                .webui-popover .webui-popover-content .popover-flex-block .content-block span {
                    display: block;
                }

                .webui-popover .webui-popover-content .popover-flex-block .content-block label {
                    color: #879ab8;
                    text-transform: uppercase;
                    font-size: 70%;
                }

            .webui-popover .webui-popover-content .popover-flex-block .fa.fa-star,
            .webui-popover .webui-popover-content .popover-flex-block .fa.fa-star-half {
                color: gold;
            }

            .webui-popover .webui-popover-content .popover-flex-block .icon-block {
                height: 38px;
                width: 38px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .webui-popover .webui-popover-content .popover-flex-block .icon-block svg {
                    height: 18px;
                    width: 18px;
                    stroke: #fff;
                    stroke-width: 1.3px;
                }

                    .webui-popover
                    .webui-popover-content
                    .popover-flex-block
                    .icon-block
                    svg.is-medium {
                        height: 26px;
                        width: 26px;
                    }
/*! _tabs.scss | Nephos | CSS Ninja */
.tabs-wrapper .tabs {
    overflow: hidden;
}

.tabs-wrapper.animated-tabs .navtab-content {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.tabs-wrapper.translated-tabs .navtab-content {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.tabs-wrapper .navtab-content {
    display: none;
    padding: 15px;
    min-height: 190px;
}

    .tabs-wrapper .navtab-content.is-active {
        display: block;
    }
/*! _switch.scss | Nephos | CSS Ninja */
.form-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: 0.5rem;
        width: 46px;
        height: 26px;
        background-color: #e6e6e6;
        border-radius: 23px;
        vertical-align: text-bottom;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 42px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
            -webkit-transform: translate3d(2px, 2px, 0);
            transform: translate3d(2px, 2px, 0);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 28px;
        -webkit-transform: translate3d(2px, 2px, 0);
        transform: translate3d(2px, 2px, 0);
    }

    .form-switch:active input:checked + i::after {
        -webkit-transform: translate3d(16px, 2px, 0);
        transform: translate3d(16px, 2px, 0);
    }

    .form-switch input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

        .form-switch input:checked + i {
            background-color: #b69148;
        }

            .form-switch input:checked + i::before {
                -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
                transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                -webkit-transform: translate3d(22px, 2px, 0);
                transform: translate3d(22px, 2px, 0);
            }
/*! _alert.scss | Nephos | CSS Ninja */
.alertify .ajs-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    border-radius: 8px !important;
}

.alertify.ajs-maximized .ajs-dialog {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: auto;
    border-radius: 0 !important;
}

.ajs-dimmer {
    background-color: rgba(0, 35, 255, 0.3) !important;
}

.ajs-header {
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif;
    border-radius: 8px 8px 0 0 !important;
    background: #fff !important;
    border: none !important;
}

.ajs-commands button {
    outline: none !important;
}

.ajs-footer {
    border-radius: 0 0 6px 6px !important;
    background: #fff !important;
    border: none !important;
}

.ajs-content {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    padding: 16px 0 !important;
    color: #999;
}

    .ajs-content b {
        font-weight: 500 !important;
        color: #b69148 !important;
    }

.ajs-buttons {
    padding: 6px 10px;
}

.ajs-close {
    outline: none !important;
}

.ajs-ok {
    padding: 8px 22px 8px 22px;
    font-weight: 600;
    height: 33px;
    min-width: 82px !important;
    line-height: 0;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 0.75rem;
    border-radius: 3px;
    background: #b69148 !important;
    color: #fff !important;
    border: 1px solid #b69148;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    outline: none !important;
}

    .ajs-ok:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
    }

.ajs-cancel {
    padding: 8px 22px 8px 22px;
    font-weight: 600;
    height: 33px;
    min-width: 82px !important;
    line-height: 0;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 0.75rem;
    border-radius: 3px;
    background: #fff !important;
    color: #999 !important;
    border: 1px solid #cecece !important;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    outline: none !important;
}
/*! _checkboxes.scss | Nephos | CSS Ninja */
.checkbox-wrap {
    position: relative;
    cursor: pointer;
    padding: 1em;
}

    .checkbox-wrap::-moz-selection {
        background: rgba(0, 0, 0, 0);
    }

    .checkbox-wrap::selection {
        background: rgba(0, 0, 0, 0);
    }

    .checkbox-wrap input.d-checkbox + span,
    .checkbox-wrap input.b-radio + span {
        background: #fff;
        content: "";
        display: inline-block;
        margin: 0 0.5em 0 0;
        padding: 0;
        border: 1px solid #999;
        vertical-align: middle;
        width: 2em;
        height: 2em;
    }

        .checkbox-wrap input.d-checkbox + span::after,
        .checkbox-wrap input.b-radio + span::after {
            content: "";
            display: block;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
        }

    .checkbox-wrap input.d-checkbox:checked + span::after,
    .checkbox-wrap input.b-radio:checked + span::after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .checkbox-wrap input.d-checkbox,
    .checkbox-wrap input.b-radio {
        position: absolute;
        cursor: pointer;
        opacity: 0;
    }

    .checkbox-wrap input + span {
        border-radius: 2px;
    }

        .checkbox-wrap input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: 1.9em;
            height: 1.9em;
            position: relative;
            top: -1px;
        }

    .checkbox-wrap.is-medium input + span {
        width: 1.4em;
        height: 1.4em;
    }

        .checkbox-wrap.is-medium input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: 1.3em;
            height: 1.3em;
            position: relative;
            top: -1px;
        }

    .checkbox-wrap.is-small input + span {
        width: 1em;
        height: 1em;
    }

        .checkbox-wrap.is-small input + span::after {
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
            background-size: contain;
            width: 0.9em;
            height: 0.9em;
            position: relative;
            top: -1px;
        }

    .checkbox-wrap label {
        color: #999;
    }
/*! _forms.scss | Nephos | CSS Ninja */
textarea.textarea {
    color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

    textarea.textarea:focus {
        border: 1px solid #ededed;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    textarea.textarea.is-primary-focus:focus {
        border-color: #b69148;
    }

        textarea.textarea.is-primary-focus:focus ~ span.icon i {
            color: #b69148;
        }

    textarea.textarea.is-secondary-focus:focus {
        border-color: #00d1b2;
    }

        textarea.textarea.is-secondary-focus:focus ~ span.icon i {
            color: #00d1b2;
        }

    textarea.textarea.is-accent-focus:focus {
        border-color: #7f00ff;
    }

        textarea.textarea.is-accent-focus:focus ~ span.icon i {
            color: #7f00ff;
        }

    textarea.textarea.is-grey-focus:focus {
        border-color: #a9abac;
    }

        textarea.textarea.is-grey-focus:focus ~ span.icon i {
            color: #a9abac;
        }

    textarea.textarea.is-default-focus:focus {
        border-color: #999;
    }

        textarea.textarea.is-default-focus:focus ~ span.icon i {
            color: #999;
        }

    textarea.textarea.is-grow {
        min-height: 40px !important;
        height: 40px;
        resize: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        textarea.textarea.is-grow:focus {
            height: 130px !important;
            border-color: #ededed;
        }

    textarea.textarea.is-button {
        min-height: 60px !important;
        height: 60px !important;
        resize: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none !important;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        textarea.textarea.is-button:hover {
            border-color: #ededed;
        }

        textarea.textarea.is-button:focus {
            height: 130px !important;
            padding-bottom: 40px !important;
            border-color: #ededed;
        }

        textarea.textarea.is-button + .textarea-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            position: relative;
            border: 1px solid #ededed;
            border-top: none !important;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            background: #f9f9f9;
        }

            textarea.textarea.is-button + .textarea-button button {
                margin: 10px 7px 7px 7px;
                font-size: 0.85rem;
                padding: 4px 10px 8px 10px;
                width: 92px;
            }

.field.has-flex-label > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .field.has-flex-label > label span {
        display: block;
    }

        .field.has-flex-label > label span.error {
            text-transform: initial;
            font-size: 0.75rem;
            color: #ff3b3c;
            display: none;
        }

.field.has-flex-label.has-validation.has-error > label .error {
    display: block;
}

.field.has-flex-label.has-validation.has-error .control .input {
    border-color: #ff3b3c;
}

.field.has-flex-label.has-validation.has-error .control .error-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.field.has-flex-label.has-validation .control {
    position: relative;
}

    .field.has-flex-label.has-validation .control .input {
        padding-right: 36px;
    }

    .field.has-flex-label.has-validation .control.is-bigger .input {
        padding-right: 44px;
    }

    .field.has-flex-label.has-validation .control.is-bigger .error-icon {
        height: 44px;
        width: 44px;
    }

    .field.has-flex-label.has-validation .control .error-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        width: 36px;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .field.has-flex-label.has-validation .control .error-icon svg {
            height: 18px;
            width: 18px;
            stroke: #ff3b3c;
            -webkit-transition: stroke 0.3s;
            transition: stroke 0.3s;
        }

.control.control-medium {
    padding: 20px;
}

.control.is-input-wrapper {
    margin: 10px 0;
    background: #f7f7f7;
}

.control.has-icon {
    position: relative;
}

    .control.has-icon .input {
        padding-left: 40px;
    }

        .control.has-icon .input:focus + .form-icon svg {
            stroke: #b69148;
        }

    .control.has-icon .form-icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .control.has-icon .form-icon svg {
            height: 18px;
            width: 18px;
            stroke: #cecece;
            -webkit-transition: stroke 0.3s;
            transition: stroke 0.3s;
        }

.control.is-bigger .input {
    height: 44px;
    padding-left: 44px;
}

.control.is-bigger.has-icon .form-icon {
    height: 44px;
    width: 44px;
}

.input {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .input.is-minimal {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .input.is-minimal:focus {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #ededed;
        }

    .input.is-default {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #828282;
    }

        .input.is-default:focus {
            border: 1px solid #ededed;
        }

.special-toggle {
    width: 65px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

    .special-toggle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .special-toggle input:checked ~ .toggler {
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
        }

            .special-toggle input:checked ~ .toggler .active,
            .special-toggle input:checked ~ .toggler .inactive {
                -webkit-transform: translateX(100%) rotate(360deg);
                transform: translateX(100%) rotate(360deg);
            }

            .special-toggle input:checked ~ .toggler .active {
                opacity: 1;
            }

            .special-toggle input:checked ~ .toggler .inactive {
                opacity: 0;
            }

    .special-toggle .toggler {
        position: relative;
        display: block;
        height: 34px;
        width: 61px;
        border: 1px solid #e0e0e0;
        background: #e0e0e0;
        border-radius: 100px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .special-toggle .toggler .active,
        .special-toggle .toggler .inactive {
            position: absolute;
            top: 3px;
            left: 3px;
            height: 26px;
            width: 26px;
            border-radius: 50%;
            background: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .special-toggle .toggler .active svg,
            .special-toggle .toggler .inactive svg {
                stroke: #fff;
                height: 14px;
                width: 14px;
                stroke-width: 3px;
            }

        .special-toggle .toggler .inactive {
            background: #fff;
            border-color: #cecece;
            opacity: 1;
            z-index: 1;
        }

            .special-toggle .toggler .inactive svg {
                stroke: #999;
            }

        .special-toggle .toggler .active {
            background: #b69148;
            border-color: #b69148;
            -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
            box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
            opacity: 0;
            z-index: 0;
        }

.animated-checkbox {
    position: relative;
    height: 32px;
    width: 32px;
}

    .animated-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 1;
    }

    .animated-checkbox .checkmark-wrap {
        position: relative;
        height: 32px;
        width: 32px;
    }

        .animated-checkbox .checkmark-wrap .shadow-circle {
            position: absolute;
            top: 0;
            left: 0;
            height: 32px;
            width: 32px;
            border-radius: 50%;
            border: 1px solid #cecece;
            z-index: 0;
            opacity: 1;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

            .animated-checkbox .checkmark-wrap .shadow-circle.is-opaque {
                opacity: 0;
            }

        .animated-checkbox .checkmark-wrap .checkmark-circle {
            height: 32px;
            width: 32px;
            stroke-dasharray: 166;
            stroke-dashoffset: 166;
            stroke-width: 2;
            stroke-miterlimit: 10;
            stroke: #b69148;
            fill: none;
            stroke: #b69148;
        }

        .animated-checkbox .checkmark-wrap .checkmark {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: block;
            stroke-width: 2;
            stroke: #cecece;
            stroke-miterlimit: 10;
            -webkit-box-shadow: inset 0px 0px 0px #b69148;
            box-shadow: inset 0px 0px 0px #b69148;
        }

        .animated-checkbox .checkmark-wrap .checkmark-check {
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            stroke-dasharray: 48;
            stroke-dashoffset: 48;
            stroke: #b69148;
        }

    .animated-checkbox.is-checked .checkmark-circle {
        -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) both;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) both;
    }

    .animated-checkbox.is-checked .checkmark-check {
        -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s both;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s both;
    }

    .animated-checkbox.is-unchecked .checkmark-circle {
        -webkit-animation: reverseCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.2s both;
        animation: reverseCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.2s both;
    }

    .animated-checkbox.is-unchecked .checkmark-check {
        -webkit-animation: reverseCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.1s both;
        animation: reverseCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.1s both;
    }

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes reverseCircle {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 166;
    }
}

@keyframes reverseCircle {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 166;
    }
}

@-webkit-keyframes reverseCheck {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 48;
    }
}

@keyframes reverseCheck {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 48;
    }
}
/*! _categories.scss | Nephos | CSS Ninja */
.is-categories-grid {
    margin-top: 20px;
}

.tile.has-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1.25rem 2rem;
}

    .tile.has-background-image:hover .tile-overlay {
        background: rgb(139 124 104 / 58%);
    }

    .tile.has-background-image:hover .tile-content .divider {
        width: 100% !important;
    }

    .tile.has-background-image:hover .tile-content p,
    .tile.has-background-image:hover .tile-content .products,
    .tile.has-background-image:hover .tile-content .action {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .tile.has-background-image .tile-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(139 124 104 / 25%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 0;
    }

    .tile.has-background-image .tile-content {
        position: relative;
        height: 100%;
        z-index: 2;
    }

        .tile.has-background-image .tile-content.is-small .divider,
        .tile.has-background-image .tile-content.is-small p {
            display: none;
        }

        .tile.has-background-image .tile-content .shop-category {
            font-family: "Raleway", sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            color: #fff;
            letter-spacing: 3px;
        }

            .tile.has-background-image .tile-content .shop-category.is-small {
                font-size: 0.9rem;
            }

        .tile.has-background-image .tile-content .divider {
            height: 1.4px;
            background: #fff;
            width: 0%;
            min-width: 0px;
            margin: 10px 0;
            -webkit-transition: width 0.3s ease;
            transition: width 0.3s ease;
        }

        .tile.has-background-image .tile-content p {
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-size: 1rem;
            font-weight: 400;
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            font-size: 0.9rem;
        }

            .tile.has-background-image .tile-content p.is-italic {
                font-weight: 300;
                font-size: 0.7rem;
                font-family: "Raleway", sans-serif;
            }

        .tile.has-background-image .tile-content .products {
            color: #fff;
            position: absolute;
            bottom: 0;
            padding: 0;
            left: 0;
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

            .tile.has-background-image .tile-content .products span {
                text-transform: uppercase;
                font-family: "Raleway", sans-serif;
                font-size: 50%;
                font-weight: 300;
            }

        .tile.has-background-image .tile-content .action {
            position: absolute;
            right: 0;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            opacity: 0;
            -webkit-transform: translateY(50px);
            transform: translateY(50px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
        }

            .tile.has-background-image .tile-content .action span {
                font-family: "Raleway", sans-serif;
                font-size: 0.75rem;
                font-weight: 400;
                text-transform: uppercase;
            }

            .tile.has-background-image .tile-content .action svg {
                width: 16px;
                height: 16px;
                stroke: #fff;
                opacity: 0;
                -webkit-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .tile.has-background-image .tile-content .action:hover {
                opacity: 0.7;
            }

                .tile.has-background-image .tile-content .action:hover svg {
                    opacity: 1;
                    -webkit-transform: translateX(5px);
                    transform: translateX(5px);
                }

.tile.is-relative {
    position: relative;
}

.tile.has-min-height {
    min-height: 280px;
}

.category-header.low-padding {
    padding-top: 20px;
}

.category-header.no-padding {
    padding-top: 0 !important;
}

    .category-header.no-padding h2 {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 1.2;
    }

.category-header h2 {
    font-size: 1.8rem;
    font-family: "Raleway", sans-serif;
    font-weight: 400 !important;
    line-height: 1.2;
    text-transform: uppercase;
}

    .category-header h2.is-small {
        font-size: 1.2rem;
    }

.category-header .category-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    position: relative;
}

    .category-header .category-title.no-border {
        border-bottom: none !important;
    }

    .category-header .category-title.is-product-category {
        margin: 10px 0 !important;
    }

    .category-header .category-title h2 {
        width: 100%;
        color: #4a4a4a;
    }

    .category-header .category-title .shadow-title {
        position: absolute;
        opacity: 0.1;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        font-size: 2.8rem;
        top: -11px;
    }

    .category-header .category-title .category-icon {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .category-header .category-title .category-icon img,
        .category-header .category-title .category-icon svg {
            max-height: 40px;
            height: 40px;
            width: 40px;
            display: block;
        }

        .category-header .category-title .category-icon svg {
            fill: #999;
        }

        .category-header .category-title .category-icon span {
            text-transform: uppercase;
            font-size: 80%;
            color: #ccc;
            display: block;
        }

    .category-header .category-title .brand-filigrane {
        position: absolute;
        top: -18px;
        left: -25px;
        height: 68px;
        opacity: 0.4;
    }

.no-controls {
    margin-top: 20px;
}

.show-more {
    text-align: center;
    padding: 10px 0;
}

    .show-more a {
        text-transform: uppercase;
        font-size: 85%;
        font-weight: 600;
        color: #b69148;
    }

        .show-more a:hover {
            opacity: 0.8;
            text-decoration: underline;
        }

.listing-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #d6d6d6;
    line-height: 16px;
}

    .listing-controls .layout-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .listing-controls .layout-controls span {
            margin-right: 5px;
            cursor: pointer;
            display: block;
        }

            .listing-controls .layout-controls span svg {
                stroke: #999;
            }

            .listing-controls .layout-controls span.is-active svg {
                stroke: #b69148;
            }

    .listing-controls .search-count {
        color: #999;
    }

    .listing-controls .search-field .control {
        position: relative;
    }

        .listing-controls .search-field .control .input {
            padding-left: 39px;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

            .listing-controls .search-field .control .input:focus {
                border-color: #ededed;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
            }

                .listing-controls .search-field .control .input:focus + .search-icon svg {
                    stroke: #b69148;
                }

        .listing-controls .search-field .control .search-icon {
            position: absolute;
            top: 0;
            left: 3px;
            height: 36px;
            width: 36px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .listing-controls .search-field .control .search-icon svg {
                height: 18px;
                width: 18px;
                stroke: #cecece;
                -webkit-transition: stroke 0.3s;
                transition: stroke 0.3s;
            }

.sort-box {
    position: relative;
    max-width: 200px;
}

    .sort-box label,
    .sort-box .sort-box-select {
        display: block;
    }

    .sort-box label {
        line-height: 40px;
        margin-top: 1px;
        padding: 0;
    }

    .sort-box .chosen-container-single .chosen-single {
        height: 36px;
        line-height: 34px;
        border: 1px solid #fff;
        background-color: #fff;
        width: 100%;
        display: inline-block;
        padding: 0 14px 0 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #666;
        font-weight: 500;
        font-size: 14px;
        border-radius: 50px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
    }

    .sort-box .chosen-container .chosen-results li.highlighted {
        color: #b69148 !important;
    }

    .sort-box .chosen-container-active .chosen-choices,
    .sort-box .chosen-container-active.chosen-with-drop .chosen-single,
    .sort-box .chosen-single:hover {
        background: #f3f3f3;
    }

    .sort-box .chosen-container .chosen-drop {
        padding-top: 10px;
        border: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-radius: 3px;
        width: 200px;
        margin-left: 10px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
        z-index: 999;
    }

    .sort-box .chosen-container.chosen-with-drop .chosen-drop,
    .sort-box .chosen-container .chosen-drop {
        left: auto;
        right: -1px;
    }

    .sort-box .chosen-container-single .chosen-single div:after {
        color: #66676b;
        right: 0;
        top: 1px;
    }

    .sort-box .chosen-container-single .chosen-default {
        color: #66676b;
    }

    .sort-box .chosen-container-single .chosen-single span {
        margin-right: 0px;
        color: #666;
        font-weight: 600;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .sort-box .chosen-container-single .chosen-single div {
        position: relative;
        top: 0;
        margin-left: 0;
        display: inline-block;
    }

    .sort-box .chosen-container-single .chosen-single span {
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
    }
/*! _account.scss | Nephos | CSS Ninja */
.account-header h2 {
    font-family: "Raleway", sans-serif;
    font-size: 1.8rem;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.account-header .account-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

    .account-header .account-title .title-back {
        position: relative;
        height: 43px;
        width: 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
    }

        .account-header .account-title .title-back svg {
            height: 26px;
            width: 26px;
            stroke: #4a4a4a;
        }

    .account-header .account-title h2 {
        width: 100%;
    }

    .account-header .account-title .account-icon {
        width: 100%;
        height: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .account-header .account-title .account-icon img {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: block;
        }

        .account-header .account-title .account-icon span {
            text-transform: uppercase;
            font-size: 80%;
            color: #ccc;
            display: block;
        }

    .account-header .account-title .brand-filigrane {
        position: absolute;
        top: -20px;
        left: -40px;
        height: 80px;
        opacity: 0.4;
    }

.account-tabs {
    margin-top: 1.5rem;
}

    .account-tabs li a {
        color: #999;
        border-width: 2px;
        padding-bottom: 15px;
    }

        .account-tabs li a:hover {
            color: #999;
            border-color: #999;
        }

    .account-tabs li.is-active a {
        color: #b69148;
        border-color: #b69148;
    }

    .account-tabs.has-controls {
        margin-bottom: 0 !important;
    }

.is-account-grid {
    position: relative;
    min-height: 480px;
}

    .is-account-grid .account-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f0f0f0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 10;
    }

        .is-account-grid .account-loader.is-active {
            opacity: 1;
            pointer-events: all;
        }

        .is-account-grid .account-loader .loader {
            height: 5rem;
            width: 5rem;
        }

            .is-account-grid .account-loader .loader.is-pulled {
                position: relative;
                top: -10%;
            }

            .is-account-grid .account-loader .loader.is-pulled-lg {
                position: relative;
                top: -25%;
            }

.main-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 450px;
}

    .main-placeholder .placeholder-content {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        text-align: center;
    }

        .main-placeholder .placeholder-content img {
            display: block;
            max-width: 230px;
            margin: 0 auto 20px auto;
        }

        .main-placeholder .placeholder-content h3 {
            font-family: "Montserrat", sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: #4a4a4a;
        }

        .main-placeholder .placeholder-content p {
            color: #999;
        }

        .main-placeholder .placeholder-content .button-wrap {
            margin: 20px 0;
        }

            .main-placeholder .placeholder-content .button-wrap .button {
                min-width: 200px;
            }

        .main-placeholder .placeholder-content > a {
            font-size: 0.9rem;
            color: #999;
        }

            .main-placeholder .placeholder-content > a:hover {
                color: #b69148;
            }

.profile-card {
    border: none;
    margin-bottom: 20px;
}

    .profile-card .card-body {
        padding: 20px 40px;
    }

    .profile-card .profile-image img {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .profile-card .username {
        padding-top: 10px;
    }

        .profile-card .username span,
        .profile-card .username small {
            display: block;
        }

        .profile-card .username span {
            color: #4a4a4a;
            font-weight: 500;
        }

        .profile-card .username small {
            font-size: 0.85rem;
            color: #999;
        }

    .profile-card .profile-footer {
        padding: 16px;
        background: #fcfcfc;
    }

        .profile-card .profile-footer .achievement-title {
            font-family: "Raleway", sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 0.75rem;
            color: #999;
            display: block;
        }

        .profile-card .profile-footer .count {
            font-size: 1.5rem;
            font-weight: 700;
            color: #4a4a4a;
            line-height: 1;
        }

.profile-info-card,
.menu-card {
    margin-bottom: 20px;
    position: relative;
}

    .profile-info-card.is-billing,
    .menu-card.is-billing {
        position: relative;
        z-index: 2;
    }

    .profile-info-card.is-shipping,
    .menu-card.is-shipping {
        position: relative;
        z-index: 1;
    }

    .profile-info-card .card-title,
    .menu-card .card-title {
        position: relative;
        padding: 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fcfcfc;
        z-index: 2;
    }

        .profile-info-card .card-title h3,
        .menu-card .card-title h3 {
            font-weight: 500;
            color: #828282;
        }

        .profile-info-card .card-title .edit-account,
        .menu-card .card-title .edit-account {
            position: relative;
            height: 40px;
            width: 40px;
            max-height: 40px;
        }

            .profile-info-card .card-title .edit-account svg,
            .menu-card .card-title .edit-account svg {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                height: 18px;
                width: 18px;
                stroke-width: 1.6px;
            }

            .profile-info-card .card-title .edit-account a,
            .menu-card .card-title .edit-account a {
                color: gray;
                height: 40px;
                width: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: 1.8px dashed #999;
                border-radius: 50%;
                max-height: 40px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .profile-info-card .card-title .edit-account a span,
                .menu-card .card-title .edit-account a span {
                    font-size: 90% !important;
                    padding-left: 5px;
                }

                .profile-info-card .card-title .edit-account a:hover,
                .menu-card .card-title .edit-account a:hover {
                    border: 1.8px solid #b69148;
                }

                    .profile-info-card .card-title .edit-account a:hover svg,
                    .menu-card .card-title .edit-account a:hover svg {
                        stroke: #b69148;
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }

        .profile-info-card .card-title .confirm-button,
        .menu-card .card-title .confirm-button {
            position: relative;
            height: 40px;
            width: 40px;
            max-height: 40px;
        }

            .profile-info-card .card-title .confirm-button svg,
            .menu-card .card-title .confirm-button svg {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                stroke-width: 1.2px;
            }

            .profile-info-card .card-title .confirm-button a,
            .menu-card .card-title .confirm-button a {
                color: gray;
                height: 40px;
                width: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: 1.8px dashed #999;
                border-radius: 50%;
                max-height: 40px;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

                .profile-info-card .card-title .confirm-button a span,
                .menu-card .card-title .confirm-button a span {
                    font-size: 90% !important;
                    padding-left: 5px;
                }

                .profile-info-card .card-title .confirm-button a:hover,
                .menu-card .card-title .confirm-button a:hover {
                    border: 1.8px solid #00b289;
                }

                    .profile-info-card .card-title .confirm-button a:hover svg,
                    .menu-card .card-title .confirm-button a:hover svg {
                        stroke: #00b289;
                        -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
                    }

    .profile-info-card .card-body,
    .menu-card .card-body {
        padding: 20px;
    }

        .profile-info-card .card-body .info-block,
        .menu-card .card-body .info-block {
            margin-bottom: 16px;
        }

            .profile-info-card .card-body .info-block label.label-text span:first-child,
            .menu-card .card-body .info-block label.label-text span:first-child {
                color: #4a4a4a;
                font-weight: 500;
                font-size: 0.85rem;
            }

            .profile-info-card .card-body .info-block span,
            .menu-card .card-body .info-block span {
                display: block;
            }

                .profile-info-card .card-body .info-block span.label-value,
                .menu-card .card-body .info-block span.label-value {
                    color: #828282;
                }

        .profile-info-card .card-body .main-address,
        .menu-card .card-body .main-address {
            position: relative;
            top: 1px;
            font-size: 0.8rem;
            color: #828282;
        }

    .profile-info-card.is-dark,
    .menu-card.is-dark {
        background: #344258;
        color: #fff;
    }

        .profile-info-card.is-dark.is-achievement .card-body,
        .menu-card.is-dark.is-achievement .card-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .profile-info-card.is-dark.is-achievement .card-body img,
            .menu-card.is-dark.is-achievement .card-body img {
                height: 45px;
            }

            .profile-info-card.is-dark.is-achievement .card-body .achievement-name,
            .menu-card.is-dark.is-achievement .card-body .achievement-name {
                padding: 0 10px;
            }

                .profile-info-card.is-dark.is-achievement .card-body .achievement-name span,
                .menu-card.is-dark.is-achievement .card-body .achievement-name span {
                    display: block;
                    font-family: "Raleway", sans-serif;
                    font-weight: 500;
                }

                    .profile-info-card.is-dark.is-achievement
                    .card-body
                    .achievement-name
                    span:first-child,
                    .menu-card.is-dark.is-achievement
                    .card-body
                    .achievement-name
                    span:first-child {
                        text-transform: uppercase;
                        font-size: 0.8rem;
                        font-family: "Raleway", sans-serif;
                    }

                    .profile-info-card.is-dark.is-achievement
                    .card-body
                    .achievement-name
                    span.is-gold,
                    .menu-card.is-dark.is-achievement .card-body .achievement-name span.is-gold {
                        color: gold;
                    }

                    .profile-info-card.is-dark.is-achievement
                    .card-body
                    .achievement-name
                    span.is-green,
                    .menu-card.is-dark.is-achievement .card-body .achievement-name span.is-green {
                        color: #00b289;
                    }

                    .profile-info-card.is-dark.is-achievement
                    .card-body
                    .achievement-name
                    span:nth-child(2),
                    .menu-card.is-dark.is-achievement
                    .card-body
                    .achievement-name
                    span:nth-child(2) {
                        font-size: 0.75rem;
                    }

    .profile-info-card.has-overflow,
    .menu-card.has-overflow {
        overflow: visible !important;
    }

        .profile-info-card.has-overflow .chosen-single,
        .menu-card.has-overflow .chosen-single {
            max-height: 36px;
        }

            .profile-info-card.has-overflow .chosen-single span,
            .menu-card.has-overflow .chosen-single span {
                max-height: 36px;
                display: block;
                position: relative;
                top: -42.5px;
                left: -8px;
            }

        .profile-info-card.has-overflow .switch-wrapper,
        .menu-card.has-overflow .switch-wrapper {
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .profile-info-card .card-bg,
    .menu-card .card-bg {
        position: absolute;
        right: -32px;
        bottom: 6px;
        height: 160px;
        opacity: 0.3;
    }

    .menu-card .wishlists li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px;
        border-top: 1px solid #ededed;
        cursor: pointer;
    }

        .menu-card .wishlists li a {
            padding: 10px 0;
            color: #999;
            font-size: 0.8rem;
            text-transform: uppercase;
        }

        .menu-card .wishlists li.is-active {
            background: #f9f9f9;
        }

            .menu-card .wishlists li.is-active a {
                color: #4a4a4a !important;
                font-weight: 500;
            }

            .menu-card .wishlists li.is-active .action-block {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

        .menu-card .wishlists li:first-child {
            border-top: none !important;
        }

        .menu-card .wishlists li:hover {
            background: #fcfcfc;
        }

            .menu-card .wishlists li:hover a {
                color: #828282;
            }

        .menu-card .wishlists li .action-block {
            display: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .menu-card .wishlists li .action-block span {
                display: block;
                color: #999;
                font-size: 0.9rem;
            }

            .menu-card .wishlists li .action-block .remove-button {
                height: 36px;
                width: 36px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-left: 6px;
                background: none;
                border: none;
                outline: none !important;
                cursor: pointer;
            }

                .menu-card .wishlists li .action-block .remove-button:hover svg {
                    stroke: #b69148;
                }

                .menu-card .wishlists li .action-block .remove-button svg {
                    height: 18px;
                    width: 18px;
                    stroke-width: 1.4px;
                    stroke: #cecece;
                    -webkit-transition: stroke 0.3s;
                    transition: stroke 0.3s;
                }

.wishlist-card {
    overflow: visible;
}

    .wishlist-card .wishlist .placeholder-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 450px;
    }

        .wishlist-card .wishlist .placeholder-wrap .placeholder-content {
            width: 100%;
            max-width: 340px;
            margin: 0 auto;
            text-align: center;
        }

            .wishlist-card .wishlist .placeholder-wrap .placeholder-content img {
                display: block;
                max-width: 230px;
                margin: 0 auto 20px auto;
            }

            .wishlist-card .wishlist .placeholder-wrap .placeholder-content h3 {
                font-family: "Montserrat", sans-serif;
                font-size: 1.1rem;
                font-weight: 600;
                color: #4a4a4a;
            }

            .wishlist-card .wishlist .placeholder-wrap .placeholder-content p {
                color: #999;
            }

    .wishlist-card .wishlist .wishlist-item {
        border-top: 1px solid #ededed;
    }

        .wishlist-card .wishlist .wishlist-item:first-child {
            border-top: none !important;
        }

        .wishlist-card .wishlist .wishlist-item span {
            display: block;
        }

        .wishlist-card .wishlist .wishlist-item .item-wrapper {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 40px;
        }

            .wishlist-card .wishlist .wishlist-item .item-wrapper:hover .on-sale {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .wishlist-card .wishlist .wishlist-item .item-wrapper img {
                height: 80px;
            }

            .wishlist-card
            .wishlist
            .wishlist-item
            .item-wrapper
            .product-info
            span:first-child,
            .wishlist-card
            .wishlist
            .wishlist-item
            .item-wrapper
            .product-info
            a:first-child {
                font-family: "Raleway", sans-serif;
                font-weight: 600;
                font-size: 0.9rem;
            }

            .wishlist-card
            .wishlist
            .wishlist-item
            .item-wrapper
            .product-info
            span:nth-child(2),
            .wishlist-card
            .wishlist
            .wishlist-item
            .item-wrapper
            .product-info
            a:nth-child(2) {
                font-size: 70%;
                font-weight: 500;
                text-transform: uppercase;
                color: #828282;
            }

            .wishlist-card .wishlist .wishlist-item .item-wrapper .action {
                margin-left: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .wishlist-card .wishlist .wishlist-item .item-wrapper .action .add-button,
                .wishlist-card .wishlist .wishlist-item .item-wrapper .action .remove-button {
                    position: relative;
                }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .add-button
                    .add-button-inner,
                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .add-button
                    .remove-button-inner,
                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .remove-button
                    .add-button-inner,
                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .remove-button
                    .remove-button-inner {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        position: relative;
                        color: #999;
                        border: 1.6px dashed rgba(0, 0, 0, 0);
                        height: 40px;
                        width: 40px;
                        max-height: 40px;
                        border-radius: 50%;
                        background: #fff;
                        z-index: 1;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .add-button
                        .add-button-inner
                        svg,
                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .add-button
                        .remove-button-inner
                        svg,
                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .remove-button
                        .add-button-inner
                        svg,
                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .remove-button
                        .remove-button-inner
                        svg {
                            width: 18px;
                            height: 18px;
                            -webkit-transition: all 0.3s;
                            transition: all 0.3s;
                            -webkit-transform: rotate(0);
                            transform: rotate(0);
                            stroke-width: 1.2px;
                        }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .add-button:hover
                    .add-button-inner,
                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .add-button:hover
                    .remove-button-inner,
                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .remove-button:hover
                    .add-button-inner,
                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .remove-button:hover
                    .remove-button-inner {
                        border: 1.8px solid #b69148;
                    }

                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .add-button:hover
                        .add-button-inner
                        svg,
                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .add-button:hover
                        .remove-button-inner
                        svg,
                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .remove-button:hover
                        .add-button-inner
                        svg,
                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .remove-button:hover
                        .remove-button-inner
                        svg {
                            stroke: #b69148;
                        }

                .wishlist-card .wishlist .wishlist-item .item-wrapper .action .dropdown-button {
                    position: relative;
                    height: 40px;
                    width: 40px;
                    max-height: 40px;
                }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .dropdown-button
                    svg {
                        width: 20px;
                        height: 20px;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                        -webkit-transform: rotate(0);
                        transform: rotate(0);
                        stroke-width: 1.2px;
                    }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .dropdown-button
                    a {
                        color: gray;
                        height: 40px;
                        width: 40px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        border: 1.8px dashed #999;
                        border-radius: 50%;
                        max-height: 40px;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .dropdown-button
                        a
                        span {
                            font-size: 90% !important;
                            padding-left: 5px;
                        }

                        .wishlist-card
                        .wishlist
                        .wishlist-item
                        .item-wrapper
                        .action
                        .dropdown-button
                        a:hover {
                            border: 1.8px solid #b69148;
                        }

                            .wishlist-card
                            .wishlist
                            .wishlist-item
                            .item-wrapper
                            .action
                            .dropdown-button
                            a:hover
                            svg {
                                stroke: #b69148;
                            }

                .wishlist-card .wishlist .wishlist-item .item-wrapper .action .dropdown-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .dropdown-item
                    span {
                        display: block;
                        margin-left: 15px;
                        color: #4a4a4a;
                    }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .dropdown-item
                    svg {
                        height: 18px;
                        width: 18px;
                        stroke-width: 1.2px;
                        stroke: #cecece;
                    }

                    .wishlist-card
                    .wishlist
                    .wishlist-item
                    .item-wrapper
                    .action
                    .dropdown-item:hover
                    svg {
                        stroke: #b69148;
                    }

            .wishlist-card .wishlist .wishlist-item .item-wrapper .on-sale {
                position: absolute;
                top: -15px;
                left: -15px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #b69148;
                display: none;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s;
            }

                .wishlist-card .wishlist .wishlist-item .item-wrapper .on-sale svg {
                    height: 12px;
                    width: 12px;
                    stroke: #fff;
                    stroke-width: 3px !important;
                    -webkit-transform: rotate(0) translate(5px, 5px);
                    transform: rotate(0) translate(5px, 5px);
                }

.wishlist-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

    .wishlist-pagination ul li {
        display: inline-block;
        margin: 0 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }

        .wishlist-pagination ul li span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #999;
            font-size: 0.9rem;
            color: #fff;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .wishlist-pagination ul li.is-active span {
            background: #b69148;
            font-weight: 500;
            -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
            box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
        }

        .wishlist-pagination ul li:hover {
            opacity: 0.7;
        }

            .wishlist-pagination ul li:hover span {
                -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
                box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
            }

.avatar-wrapper {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .avatar-wrapper:hover {
        cursor: pointer;
    }

        .avatar-wrapper:hover .profile-pic {
            opacity: 0.5;
        }

    .avatar-wrapper .profile-pic {
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .avatar-wrapper .profile-pic:after {
            font-family: FontAwesome;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            font-size: 60px;
            color: #34495e;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .avatar-wrapper .upload-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .avatar-wrapper .upload-button .upload-icon {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            stroke: #b69148;
        }

        .avatar-wrapper .upload-button:hover .upload-icon {
            opacity: 0.9;
        }

.upload-card {
    overflow: visible;
    padding: 40px 20px;
}

    .upload-card .username {
        padding: 10px 0;
        font-weight: 500;
    }

        .upload-card .username span {
            display: block;
        }

            .upload-card .username span:nth-child(2) {
                font-size: 90%;
                font-weight: 400;
                color: #828282;
            }

    .upload-card .button {
        font-weight: 500 !important;
        text-transform: uppercase;
        margin: 0 auto !important;
        min-width: 170px !important;
    }
/*! _cart.scss | Nephos | CSS Ninja */
.cart-page-wrap {
    position: relative;
}

.cart-card {
    padding: 20px;
    margin-bottom: 16px;
}

    .cart-card .cart-content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cart-card .cart-content li img {
            display: block;
            height: 80px;
        }

        .cart-card .cart-content li span {
            display: block;
        }

        .cart-card .cart-content li .product-info {
            padding: 0 30px;
            width: 220px;
        }

            .cart-card .cart-content li .product-info span:first-child {
                color: #4a4a4a;
                font-family: "Raleway", sans-serif;
                font-weight: 600;
                font-size: 0.9rem;
            }

            .cart-card .cart-content li .product-info span:nth-child(2) {
                font-size: 80%;
                text-transform: uppercase;
                color: #828282;
                font-weight: 500;
            }

        .cart-card .cart-content li .product-price span:first-child {
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            color: #4a4a4a;
        }

        .cart-card .cart-content li .product-price span:nth-child(2) {
            font-size: 1.1rem;
            font-weight: 500;
            line-height: 1;
            color: #4a4a4a;
            width: 100px;
        }

            .cart-card .cart-content li .product-price span:nth-child(2):before {
                content: "";
                font-size: 90%;
            }

        .cart-card .cart-content li .main-cart-spinner {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 36px;
            min-width: 90px;
            border: 1px solid #ededed;
            border-radius: 100px;
            margin: 12px;
            -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
            box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
        }

            .cart-card .cart-content li .main-cart-spinner .spinner-value {
                display: block;
                line-height: 2.2;
            }

            .cart-card .cart-content li .main-cart-spinner .spinner-button {
                height: 36px;
                width: 36px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 50%;
                padding: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                opacity: 1;
            }

                .cart-card .cart-content li .main-cart-spinner .spinner-button:hover svg {
                    stroke: #b69148;
                }

                .cart-card .cart-content li .main-cart-spinner .spinner-button svg {
                    height: 14px;
                    width: 14px;
                    stroke: #999;
                    -webkit-transition: stroke 0.3s;
                    transition: stroke 0.3s;
                }

        .cart-card .cart-content li .action {
            margin-left: auto;
        }

            .cart-card .cart-content li .action .action-link {
                position: relative;
                height: 40px;
                width: 40px;
                max-height: 40px;
                margin: 0 2px;
                display: inline-block;
            }

                .cart-card .cart-content li .action .action-link svg {
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    -webkit-transform: rotate(0);
                    transform: rotate(0);
                    stroke-width: 1.2px;
                }

                .cart-card .cart-content li .action .action-link a {
                    color: gray;
                    height: 40px;
                    width: 40px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    border: 1.6px dashed rgba(0, 0, 0, 0);
                    border-radius: 50%;
                    max-height: 40px;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .cart-card .cart-content li .action .action-link a span {
                        font-size: 90% !important;
                        padding-left: 5px;
                    }

                    .cart-card .cart-content li .action .action-link a svg {
                        height: 18px;
                        width: 18px;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    .cart-card .cart-content li .action .action-link a:hover {
                        border: 1.6px solid #b69148;
                    }

                        .cart-card .cart-content li .action .action-link a:hover svg {
                            stroke: #b69148;
                        }

                .cart-card .cart-content li .action .action-link.is-remove:hover a {
                    border: 1.8px solid #b69148;
                }

                .cart-card .cart-content li .action .action-link.is-remove:hover svg {
                    stroke: #b69148;
                }

.cart-order-summary {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 30px;
}

    .cart-order-summary .summary-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cart-order-summary .summary-header const {
            font-weight: bold;
            color: #4a4a4a;
        }

        .cart-order-summary .summary-header svg {
            height: 18px;
            width: 18px;
            stroke: #999;
            margin-right: 10px;
        }

    .cart-order-summary .cart-summary-list {
        padding: 16px 8px;
    }

        .cart-order-summary .cart-summary-list .summary-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px;
        }

            .cart-order-summary .cart-summary-list .summary-item:last-child {
                margin-bottom: 0;
            }

            .cart-order-summary .cart-summary-list .summary-item.is-bold span {
                font-size: 1.1rem;
                color: #4a4a4a;
                font-weight: 600;
            }

            .cart-order-summary .cart-summary-list .summary-item span {
                display: block;
                color: #999;
            }

                .cart-order-summary .cart-summary-list .summary-item span.amount:before {
                    content: "";
                }

.empty-cart-card {
    padding: 40px;
    border-radius: 6px;
}

    .empty-cart-card .empty-cart h3,
    .empty-cart-card .empty-cart img {
        display: block;
    }

    .empty-cart-card .empty-cart h3 {
        font-family: "Raleway", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        padding-bottom: 40px;
        color: #999;
    }

    .empty-cart-card .empty-cart img {
        max-height: 90px;
        max-width: 90px;
        margin: 0 auto;
    }

    .empty-cart-card .empty-cart a {
        margin-top: 20px;
        color: #b69148;
        border: 1.4px solid #b69148;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .empty-cart-card .empty-cart a:hover {
            color: rgba(0, 35, 255, 0.4);
            border-color: rgba(0, 35, 255, 0.4);
        }

    .empty-cart-card .empty-cart small {
        display: block;
        color: #999;
        font-size: 80%;
        margin-top: 10px;
    }
/*! _orders.scss | Nephos | CSS Ninja */
.order-card {
    position: relative;
    padding: 20px;
    overflow: visible;
}

    .order-card .order-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
    }

        .order-card .order-info span {
            display: block;
        }

            .order-card .order-info span a {
                color: #4a4a4a;
                font-size: 90%;
                font-weight: 500;
            }

                .order-card .order-info span a:hover {
                    color: #b69148;
                    text-decoration: underline;
                }

    .order-card .circle-chart-wrapper {
        text-align: center;
    }

    .order-card .circle-chart-circle {
        animation: circle-chart-fill 2s reverse;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .order-card .chart-icon {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        height: 40px;
    }

        .order-card .chart-icon svg {
            position: relative;
            width: 30px;
            height: 30px;
            stroke: #999;
            stroke-width: 1.2px;
        }

    .order-card .ring-title span {
        font-size: 1rem;
        color: #a9abac;
    }

    .order-card .tag {
        position: relative;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

        .order-card .tag.is-primary {
            background: #b69148 !important;
            color: #fff !important;
        }

        .order-card .tag.is-success {
            background: #00b289 !important;
            color: #fff !important;
        }

        .order-card .tag.is-warning {
            background: #eda514 !important;
            color: #fff !important;
        }

        .order-card .tag.is-danger {
            background: #ff3b3c !important;
            color: #fff !important;
        }

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

.order-long-card {
    width: 100%;
    min-height: 340px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
}

    .order-long-card .left-side {
        padding: 30px 10px 30px 30px;
    }

    .order-long-card .right-side {
        padding: 30px;
    }

    .order-long-card .left-side {
        width: 60%;
        border-right: 1px solid #e3e3e3;
    }

        .order-long-card .left-side .order-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-right: 20px;
            padding-bottom: 20px;
        }

            .order-long-card .left-side .order-header h3,
            .order-long-card .left-side .order-header .date {
                margin-right: 12px;
            }

            .order-long-card .left-side .order-header h3 {
                color: #4a4a4a;
                font-weight: 600;
            }

            .order-long-card .left-side .order-header .date {
                font-size: 0.9rem;
                color: #999;
            }

            .order-long-card .left-side .order-header .tag.is-primary {
                background: #b69148 !important;
                color: #fff !important;
            }

            .order-long-card .left-side .order-header .tag.is-success {
                background: #00b289 !important;
                color: #fff !important;
            }

            .order-long-card .left-side .order-header .tag.is-warning {
                background: #eda514 !important;
                color: #fff !important;
            }

            .order-long-card .left-side .order-header .tag.is-danger {
                background: #ff3b3c !important;
                color: #fff !important;
            }

            .order-long-card .left-side .order-header .order-total {
                margin-left: auto;
                color: #4a4a4a;
                font-weight: 700;
                font-size: 1.2rem;
            }

                .order-long-card .left-side .order-header .order-total:before {
                    content: "";
                }

        .order-long-card .left-side .ordered-products {
            position: relative;
            max-height: 255px;
            height: 255px;
            padding-right: 20px;
            overflow-y: auto;
        }

            .order-long-card .left-side .ordered-products .products-loader {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                max-height: 255px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #fff;
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                z-index: 2;
            }

                .order-long-card .left-side .ordered-products .products-loader.is-active {
                    opacity: 1;
                    pointer-events: all;
                }

                .order-long-card .left-side .ordered-products .products-loader .loader {
                    height: 3.5rem;
                    width: 3.5rem;
                }

            .order-long-card .left-side .ordered-products .ordered-product {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 16px 0;
                border-top: 1px solid #e8e8e8;
            }

                .order-long-card .left-side .ordered-products .ordered-product img {
                    display: block;
                    width: 50px;
                    height: 50px;
                    min-width: 50px;
                }

                .order-long-card .left-side .ordered-products .ordered-product .product-meta {
                    margin-left: 16px;
                }

                    .order-long-card
                    .left-side
                    .ordered-products
                    .ordered-product
                    .product-meta
                    span {
                        display: block;
                    }

                        .order-long-card
                        .left-side
                        .ordered-products
                        .ordered-product
                        .product-meta
                        span.name {
                            font-weight: 600;
                            color: #4a4a4a;
                        }

                        .order-long-card
                        .left-side
                        .ordered-products
                        .ordered-product
                        .product-meta
                        span.price {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                        }

                            .order-long-card
                            .left-side
                            .ordered-products
                            .ordered-product
                            .product-meta
                            span.price
                            span:first-child {
                                margin-right: 8px;
                                font-weight: 600;
                                color: #b69148;
                            }

                                .order-long-card
                                .left-side
                                .ordered-products
                                .ordered-product
                                .product-meta
                                span.price
                                span:first-child:before {
                                    content: "";
                                }

                            .order-long-card
                            .left-side
                            .ordered-products
                            .ordered-product
                            .product-meta
                            span.price
                            span:nth-child(2) {
                                font-size: 0.95rem;
                                color: #999;
                            }

                .order-long-card
                .left-side
                .ordered-products
                .ordered-product
                .product-subtotal {
                    margin-left: auto;
                }

                    .order-long-card
                    .left-side
                    .ordered-products
                    .ordered-product
                    .product-subtotal
                    span {
                        display: block;
                    }

                        .order-long-card
                        .left-side
                        .ordered-products
                        .ordered-product
                        .product-subtotal
                        span:first-child {
                            text-align: right;
                            text-transform: uppercase;
                            font-family: "Raleway", sans-serif;
                            font-size: 0.7rem;
                            line-height: 1;
                            color: #999;
                        }

                        .order-long-card
                        .left-side
                        .ordered-products
                        .ordered-product
                        .product-subtotal
                        span:nth-child(2):before {
                            content: "";
                        }

    .order-long-card .right-side {
        position: relative;
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .order-long-card .right-side .side-bg {
            position: absolute;
            bottom: -90px;
            right: -100px;
            max-width: 80%;
            opacity: 0.3;
            z-index: 0;
        }

        .order-long-card .right-side .meta-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .order-long-card .right-side .meta-header img {
                display: block;
                height: 40px;
                width: 40px;
                border-radius: 50%;
            }

            .order-long-card .right-side .meta-header .inner-meta {
                margin-left: 12px;
            }

                .order-long-card .right-side .meta-header .inner-meta span {
                    display: block;
                }

                    .order-long-card .right-side .meta-header .inner-meta span:first-child {
                        text-transform: uppercase;
                        font-family: "Raleway", sans-serif;
                        font-size: 0.7rem;
                        line-height: 1;
                        color: #999;
                    }

                    .order-long-card .right-side .meta-header .inner-meta span:nth-child(2) {
                        font-weight: 600;
                        color: #4a4a4a;
                    }

            .order-long-card .right-side .meta-header .support {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-left: auto;
                height: 40px;
                width: 40px;
                border-radius: 50%;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                .order-long-card .right-side .meta-header .support:hover {
                    background: #f7f7f7;
                }

                .order-long-card .right-side .meta-header .support svg {
                    height: 24px;
                    width: 24px;
                    stroke: #4a4a4a;
                    stroke-width: 1.2px;
                }

        .order-long-card .right-side .meta-actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .order-long-card .right-side .meta-actions .button {
                margin: 0 3px;
                height: 44px;
                font-size: 0.9rem;
                font-weight: 500;
                padding-bottom: 6px;
                width: calc(50% - 6px);
            }

.order-top-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    min-width: 240px;
}

    .order-top-actions a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
        color: #4a4a4a;
    }

        .order-top-actions a:hover {
            text-decoration: underline;
            color: #b69148;
        }

        .order-top-actions a svg {
            height: 18px;
            width: 18px;
            stroke-width: 1.2px;
            stroke: #999;
            margin-right: 4px;
        }

.order-details-wrap .order-details-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

    .order-details-wrap .order-details-header .left span {
        display: block;
    }

        .order-details-wrap .order-details-header .left span:first-child {
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            font-weight: 600;
            color: #4a4a4a;
        }

        .order-details-wrap .order-details-header .left span:nth-child(2) {
            font-size: 0.9rem;
            color: #999;
        }

    .order-details-wrap .order-details-header .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .order-details-wrap .order-details-header .right img {
            display: block;
            height: 40px;
            width: 40px;
            border-radius: 50%;
        }

        .order-details-wrap .order-details-header .right .inner-meta {
            margin-left: 12px;
        }

            .order-details-wrap .order-details-header .right .inner-meta span {
                display: block;
            }

                .order-details-wrap .order-details-header .right .inner-meta span:first-child {
                    text-transform: uppercase;
                    font-family: "Raleway", sans-serif;
                    font-size: 0.7rem;
                    line-height: 1;
                    color: #999;
                }

                .order-details-wrap .order-details-header .right .inner-meta span:nth-child(2) {
                    font-weight: 600;
                    color: #4a4a4a;
                }

.order-details-wrap .order-stats .order-stat {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
}

    .order-details-wrap .order-stats .order-stat > h3 {
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        color: #999;
        font-size: 0.9rem;
        line-height: 1;
        margin-bottom: 16px;
    }

    .order-details-wrap
    .order-stats
    .order-stat.is-done
    .order-stat-inner
    .icon-container
    .indicator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #00b289;
    }

        .order-details-wrap
        .order-stats
        .order-stat.is-done
        .order-stat-inner
        .icon-container
        .indicator
        .check {
            display: block;
        }

        .order-details-wrap
        .order-stats
        .order-stat.is-done
        .order-stat-inner
        .icon-container
        .indicator
        .error {
            display: none;
        }

        .order-details-wrap
        .order-stats
        .order-stat.is-done
        .order-stat-inner
        .icon-container
        .indicator
        .warning {
            display: none;
        }

    .order-details-wrap
    .order-stats
    .order-stat.has-error
    .order-stat-inner
    .icon-container
    .indicator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #ff3b3c;
    }

        .order-details-wrap
        .order-stats
        .order-stat.has-error
        .order-stat-inner
        .icon-container
        .indicator
        .check {
            display: none;
        }

        .order-details-wrap
        .order-stats
        .order-stat.has-error
        .order-stat-inner
        .icon-container
        .indicator
        .error {
            display: block;
        }

        .order-details-wrap
        .order-stats
        .order-stat.has-error
        .order-stat-inner
        .icon-container
        .indicator
        .warning {
            display: none;
        }

    .order-details-wrap
    .order-stats
    .order-stat.has-warning
    .order-stat-inner
    .icon-container
    .indicator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #eda514;
    }

        .order-details-wrap
        .order-stats
        .order-stat.has-warning
        .order-stat-inner
        .icon-container
        .indicator
        .check {
            display: none;
        }

        .order-details-wrap
        .order-stats
        .order-stat.has-warning
        .order-stat-inner
        .icon-container
        .indicator
        .error {
            display: none;
        }

        .order-details-wrap
        .order-stats
        .order-stat.has-warning
        .order-stat-inner
        .icon-container
        .indicator
        .warning {
            display: block;
        }

    .order-details-wrap .order-stats .order-stat .order-stat-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .order-details-wrap .order-stats .order-stat .order-stat-inner .icon-container {
            position: relative;
            width: 44px;
            height: 44px;
        }

            .order-details-wrap
            .order-stats
            .order-stat
            .order-stat-inner
            .icon-container
            .indicator {
                position: absolute;
                bottom: -4px;
                left: -4px;
                height: 26px;
                width: 26px;
                display: none;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 50%;
                border: 2px solid #fff;
            }

                .order-details-wrap
                .order-stats
                .order-stat
                .order-stat-inner
                .icon-container
                .indicator
                svg {
                    height: 10px;
                    width: 10px;
                    stroke-width: 5px;
                    stroke: #fff;
                }

                    .order-details-wrap
                    .order-stats
                    .order-stat
                    .order-stat-inner
                    .icon-container
                    .indicator
                    svg.check,
                    .order-details-wrap
                    .order-stats
                    .order-stat
                    .order-stat-inner
                    .icon-container
                    .indicator
                    svg.error {
                        display: none;
                    }

            .order-details-wrap
            .order-stats
            .order-stat
            .order-stat-inner
            .icon-container
            img {
                display: block;
            }

        .order-details-wrap .order-stats .order-stat .order-stat-inner .meta {
            margin-left: 12px;
        }

            .order-details-wrap .order-stats .order-stat .order-stat-inner .meta span {
                display: block;
            }

                .order-details-wrap
                .order-stats
                .order-stat
                .order-stat-inner
                .meta
                span:first-child {
                    font-family: "Montserrat", sans-serif;
                    font-weight: 600;
                    color: #4a4a4a;
                    font-size: 1rem;
                    line-height: 1;
                }

                .order-details-wrap
                .order-stats
                .order-stat
                .order-stat-inner
                .meta
                span:nth-child(2) {
                    color: #999;
                }

                .order-details-wrap
                .order-stats
                .order-stat
                .order-stat-inner
                .meta
                span:nth-child(3) {
                    font-size: 0.9rem;
                }

.order-details-wrap .left-side-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.75rem;
}

    .order-details-wrap .left-side-header h3 {
        font-size: 0.9rem;
        font-family: Montserrat;
        font-weight: bold;
        color: #4a4a4a;
    }

.order-details-wrap .payment-info {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 30px;
    margin-top: 24px;
}

    .order-details-wrap .payment-info .info-title {
        font-family: Montserrat;
        font-size: 0.7rem;
        font-weight: 600;
        color: #999;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .order-details-wrap .payment-info .payment-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 0;
    }

        .order-details-wrap .payment-info .payment-block span {
            display: block;
            font-family: "Montserrat", sans-serif;
            font-size: 0.9rem;
        }

            .order-details-wrap .payment-info .payment-block span:nth-child(2):before {
                content: "";
            }

            .order-details-wrap .payment-info .payment-block span.is-bold {
                font-weight: 600;
            }

.order-details-wrap .address-widget {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 30px;
    margin-top: 1.5rem;
}

    .order-details-wrap .address-widget.is-narrow {
        margin-top: 0.75rem;
    }

    .order-details-wrap .address-widget .widget-title {
        font-size: 0.9rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #999;
        padding-bottom: 20px;
    }

    .order-details-wrap .address-widget .address {
        font-size: 0.82rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #4a4a4a;
        line-height: 1.8;
    }

.flex-table {
    margin-top: 20px;
}

    .flex-table .flex-table-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 4px;
    }

        .flex-table .flex-table-header span {
            font-family: Montserrat;
            font-size: 0.7rem;
            font-weight: 600;
            color: #999;
            text-transform: uppercase;
            padding-bottom: 10px;
        }

            .flex-table .flex-table-header span.product {
                width: 40%;
            }

            .flex-table .flex-table-header span.quantity {
                width: 15%;
                text-align: center;
            }

            .flex-table .flex-table-header span.price {
                width: 15%;
                text-align: center;
            }

            .flex-table .flex-table-header span.discount {
                width: 15%;
                text-align: center;
            }

            .flex-table .flex-table-header span.total {
                width: 15%;
                text-align: center;
            }

    .flex-table .flex-table-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e3e3e3;
        padding: 8px;
        margin-bottom: 6px;
    }

        .flex-table .flex-table-item .product {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 40%;
        }

            .flex-table .flex-table-item .product img {
                display: block;
                -o-object-fit: contain;
                object-fit: contain;
                width: 50px;
                height: 50px;
                min-width: 50px;
            }

            .flex-table .flex-table-item .product .product-name {
                display: block;
                margin-left: 12px;
                max-width: 360px;
                font-family: Montserrat;
                font-weight: 600;
                font-size: 0.8rem;
                color: #4a4a4a;
            }

        .flex-table .flex-table-item .quantity span,
        .flex-table .flex-table-item .price span {
            display: block;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 0.9rem;
            color: #999;
        }

        .flex-table .flex-table-item .discount span,
        .flex-table .flex-table-item .total span {
            display: block;
            font-family: Montserrat;
            font-weight: 600;
            font-size: 0.9rem;
            color: #4a4a4a;
        }

        .flex-table .flex-table-item .quantity {
            width: 15%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-left: 1px solid #e3e3e3;
        }

        .flex-table .flex-table-item .price {
            width: 15%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-left: 1px solid #e3e3e3;
        }

            .flex-table .flex-table-item .price span:before {
                content: "";
            }

        .flex-table .flex-table-item .discount {
            width: 15%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-left: 1px solid #e3e3e3;
        }

        .flex-table .flex-table-item .total {
            width: 15%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-left: 1px solid #e3e3e3;
        }

            .flex-table .flex-table-item .total span:before {
                content: "";
            }

@media (max-width: 767px) {
    .is-account-grid .order-long-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .is-account-grid .order-long-card .left-side {
            width: 100%;
            padding: 20px 10px 0 20px;
            padding-bottom: 0;
        }

            .is-account-grid .order-long-card .left-side .order-header {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                position: relative;
            }

                .is-account-grid .order-long-card .left-side .order-header h3,
                .is-account-grid .order-long-card .left-side .order-header span {
                    margin-right: 0;
                }

                .is-account-grid .order-long-card .left-side .order-header .tag {
                    display: none;
                }

                .is-account-grid .order-long-card .left-side .order-header .order-total {
                    margin-left: 0;
                }

        .is-account-grid .order-long-card .right-side {
            width: 100%;
            min-height: 250px;
            padding: 20px;
        }
}
/*! _product.scss | Nephos | CSS Ninja */
.product-panel {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    width: 40%;
    background: #fff;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.06);
    z-index: 1;
}

    .product-panel .panel-header {
        line-height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 0;
        position: relative;
        z-index: 15;
    }

        .product-panel .panel-header .likes {
            margin: 0 30px;
        }

            .product-panel .panel-header .likes span {
                font-size: 1.1rem;
                font-weight: 500;
                color: #999;
            }

            .product-panel .panel-header .likes svg {
                width: 18px;
                height: 18px;
                stroke: #a9abac;
                position: relative;
                top: 2px;
            }

                .product-panel .panel-header .likes svg.is-liked {
                    stroke: #ff3b3c !important;
                    fill: #ff3b3c !important;
                }

    .product-panel .product-image {
        padding: 25% 0;
        text-align: center;
        position: relative;
    }

        .product-panel .product-image img {
            max-width: 250px;
        }

    .product-panel .product-actions {
        position: absolute;
        bottom: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .product-panel .product-actions svg {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

        .product-panel .product-actions .zoom-buttons {
            margin: 0 30px;
            max-height: 20px;
        }

            .product-panel .product-actions .zoom-buttons svg {
                stroke: #999;
            }

                .product-panel .product-actions .zoom-buttons svg:hover {
                    stroke: #b69148;
                }

        .product-panel .product-actions .right-actions {
            margin: 0 30px;
            max-height: 20px;
        }

            .product-panel .product-actions .right-actions svg {
                stroke: #999;
            }

                .product-panel .product-actions .right-actions svg:hover {
                    stroke: #b69148;
                }

            .product-panel .product-actions .right-actions span {
                display: inline-block;
                height: 20px;
                width: 20px;
                margin: 0 5px;
            }

                .product-panel .product-actions .right-actions span.is-active svg {
                    stroke: #b69148;
                }

    .product-panel .detailed-description {
        padding: 10px 40px 20px 40px;
        max-height: 65vh;
        overflow-y: auto;
        margin-top: 20px;
    }

        .product-panel .detailed-description::-webkit-scrollbar {
            width: 5px;
        }

        .product-panel .detailed-description::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: rgba(0, 0, 0, 0.2);
        }

        .product-panel .detailed-description .meta-block {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 10px 0;
        }

            .product-panel .detailed-description .meta-block h3 {
                font-family: "Raleway", sans-serif;
                font-weight: 600;
                color: #4a4a4a;
                font-size: 0.8rem;
                text-transform: uppercase;
            }

                .product-panel .detailed-description .meta-block h3.spaced {
                    padding-top: 10px;
                }

            .product-panel .detailed-description .meta-block p {
                color: #999;
                padding-top: 5px;
                font-size: 0.9rem;
            }

                .product-panel .detailed-description .meta-block p.spaced {
                    padding-top: 10px;
                }

            .product-panel .detailed-description .meta-block .colored-dots {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding-top: 10px;
            }

                .product-panel .detailed-description .meta-block .colored-dots .dot-wrapper {
                    text-align: center;
                    margin: 0 5px;
                }

                    .product-panel
                    .detailed-description
                    .meta-block
                    .colored-dots
                    .dot-wrapper
                    .dot {
                        width: 24px;
                        height: 24px;
                        border-radius: 50%;
                    }

                        .product-panel
                        .detailed-description
                        .meta-block
                        .colored-dots
                        .dot-wrapper
                        .dot.is-blue {
                            background: #b69148;
                        }

                        .product-panel
                        .detailed-description
                        .meta-block
                        .colored-dots
                        .dot-wrapper
                        .dot.is-white {
                            background: #fff;
                            border: 1px solid #ccc;
                        }

                        .product-panel
                        .detailed-description
                        .meta-block
                        .colored-dots
                        .dot-wrapper
                        .dot.is-dark {
                            background: #393447;
                        }

                        .product-panel
                        .detailed-description
                        .meta-block
                        .colored-dots
                        .dot-wrapper
                        .dot.is-cream {
                            background: #d6d3c0;
                        }

                        .product-panel
                        .detailed-description
                        .meta-block
                        .colored-dots
                        .dot-wrapper
                        .dot.is-red {
                            background: #ff3b3c;
                        }

    .product-panel .product-ratings {
        padding: 10px 40px 20px 40px;
        max-height: 65vh;
        overflow-y: auto;
        margin-top: 20px;
    }

        .product-panel .product-ratings::-webkit-scrollbar {
            width: 5px;
        }

        .product-panel .product-ratings::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background: rgba(0, 0, 0, 0.2);
        }

        .product-panel .product-ratings .main-rating {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .product-panel .product-ratings h3 {
            text-transform: uppercase;
            font-family: "Raleway", sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

        .product-panel .product-ratings span {
            font-weight: 400;
            color: #999;
            font-size: 0.9rem;
            padding-top: 15px;
        }

            .product-panel .product-ratings span small {
                font-size: 0.9rem;
                font-weight: 500;
                color: #b69148;
            }

        .product-panel .product-ratings .stars {
            padding: 10px 20px;
            border-radius: 6px;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .product-panel .product-ratings .stars i {
                font-size: 1.2rem;
                color: gold;
            }

        .product-panel .product-ratings .add-review {
            cursor: pointer;
        }

            .product-panel .product-ratings .add-review svg {
                height: 16px;
                width: 16px;
                position: relative;
                top: 4px;
            }

            .product-panel .product-ratings .add-review:hover {
                color: #b69148;
            }

                .product-panel .product-ratings .add-review:hover svg {
                    stroke: #b69148;
                }

        .product-panel .product-ratings .customer-ratings .media {
            margin-top: 30px;
        }

            .product-panel .product-ratings .customer-ratings .media img {
                border-radius: 50%;
            }

        .product-panel .product-ratings .customer-ratings .media-content p {
            font-size: 0.9rem;
            color: #999;
        }

            .product-panel .product-ratings .customer-ratings .media-content p span {
                color: #4a4a4a;
                font-size: 0.9rem;
                font-weight: 500;
            }

            .product-panel
            .product-ratings
            .customer-ratings
            .media-content
            p
            .rating-content {
                font-size: 0.85rem;
                color: #999;
                font-weight: 400;
            }

            .product-panel .product-ratings .customer-ratings .media-content p small {
                padding-left: 10px;
            }

                .product-panel .product-ratings .customer-ratings .media-content p small i {
                    color: gold;
                }

.product-info-panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    width: 60%;
    background: #f0f0f0;
}

    .product-info-panel .inner-panel {
        height: 100%;
    }

        .product-info-panel .inner-panel .panel-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 40px 0;
        }

            .product-info-panel .inner-panel .panel-header .category-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                padding: 0 80px;
            }

                .product-info-panel .inner-panel .panel-header .category-title h2 {
                    font-family: "Raleway", sans-serif;
                    font-size: 1.3rem;
                    text-transform: uppercase;
                    font-weight: 500;
                    padding: 0 20px;
                    color: #4a4a4a;
                }

                .product-info-panel .inner-panel .panel-header .category-title img {
                    height: 48px;
                }

                .product-info-panel .inner-panel .panel-header .category-title svg {
                    height: 40px;
                    width: 40px;
                    fill: #999;
                }

        .product-info-panel .inner-panel .panel-body {
            padding: 60px 80px;
        }

            .product-info-panel .inner-panel .panel-body .product-name {
                font-family: "Raleway", sans-serif;
                text-transform: uppercase;
                font-size: 2.2rem;
                font-weight: 500;
                color: #4a4a4a;
            }

                .product-info-panel .inner-panel .panel-body .product-name span {
                    color: #999;
                    font-size: 40%;
                }

            .product-info-panel .inner-panel .panel-body .product-description {
                padding-top: 20px;
                color: #999;
            }

            .product-info-panel .inner-panel .panel-body .product-controls {
                padding-top: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                align-items: baseline;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .product-info-panel .inner-panel .panel-body .product-controls .product-price {
                    position: relative;
                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-price
                    .heading {
                        font-family: "Raleway", sans-serif;
                        font-weight: 600;
                        margin: 5px 0;
                    }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-price
                    .value
                    span:first-child {
                        font-size: 1.6rem;
                        font-weight: 700;
                        color: #b69148;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-price
                        .value
                        span:first-child:before {
                            content: "";
                        }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-price
                    .value
                    span:nth-child(2) {
                        font-size: 1.2rem;
                        font-weight: 500;
                        padding: 0 20px;
                        color: #999;
                        text-decoration: line-through;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-price
                        .value
                        span:nth-child(2):before {
                            content: "";
                        }

                .product-info-panel .inner-panel .panel-body .product-controls .size-box-wrap {
                    margin-left: auto;
                    margin-right: 10px;
                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .size-box-wrap
                    .heading {
                        font-family: "Raleway", sans-serif;
                        font-weight: 600;
                        margin: 5px 0;
                        text-align: left;
                        padding-left: 8px;
                    }

                .product-info-panel
                .inner-panel
                .panel-body
                .product-controls
                .product-quantity
                .heading {
                    font-family: "Raleway", sans-serif;
                    font-weight: 600;
                    margin: 5px 0;
                    text-align: left;
                    padding-left: 8px;
                }

                .product-info-panel
                .inner-panel
                .panel-body
                .product-controls
                .product-quantity
                .details-spinner {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    height: 36px;
                    min-width: 90px;
                    border: 1px solid #ededed;
                    border-radius: 100px;
                    background: #fff;
                    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-quantity
                    .details-spinner
                    .spinner-value {
                        display: block;
                        line-height: 2.2;
                    }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-quantity
                    .details-spinner
                    .spinner-button {
                        height: 36px;
                        width: 36px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        border-radius: 50%;
                        padding: 0;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                        opacity: 1;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-quantity
                        .details-spinner
                        .spinner-button:hover
                        svg {
                            stroke: #b69148;
                        }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-quantity
                        .details-spinner
                        .spinner-button
                        svg {
                            height: 14px;
                            width: 14px;
                            stroke: #999;
                            -webkit-transition: stroke 0.3s;
                            transition: stroke 0.3s;
                        }

                .product-info-panel
                .inner-panel
                .panel-body
                .product-controls
                .product-quantity
                .control {
                    height: 48px;
                    max-width: 80px;
                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-quantity
                    .control
                    .input {
                        text-align: center;
                    }

                .product-info-panel
                .inner-panel
                .panel-body
                .product-controls
                .add-to-cart
                .heading {
                    font-family: "Raleway", sans-serif;
                    font-weight: 600;
                    margin: 0;
                }

                .product-info-panel
                .inner-panel
                .panel-body
                .product-controls
                .add-to-cart
                button {
                    line-height: 0.4;
                    font-size: 0.75rem;
                    font-weight: 600;
                    margin-left: 20px;
                }

        .product-info-panel .inner-panel .panel-footer {
            padding: 35px 0;
            position: absolute;
            bottom: 0;
            width: 100%;
            background: #fff;
            min-height: 250px;
            z-index: 0;
        }

            .product-info-panel .inner-panel .panel-footer .footer-inner {
                padding: 20px 0;
            }

                .product-info-panel .inner-panel .panel-footer .footer-inner .recommended {
                    text-transform: uppercase;
                    font-family: "Raleway", sans-serif;
                    font-size: 1.1rem;
                    font-weight: 500;
                    color: #999;
                    position: absolute;
                    top: 106px;
                    left: -20px;
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

                .product-info-panel
                .inner-panel
                .panel-footer
                .footer-inner
                .featured-product
                .image
                img {
                    max-width: 80px;
                    margin: 5px auto;
                }

                .product-info-panel
                .inner-panel
                .panel-footer
                .footer-inner
                .featured-product
                a {
                    color: #4a4a4a;
                }

                .product-info-panel
                .inner-panel
                .panel-footer
                .footer-inner
                .featured-product
                .product-name {
                    font-family: "Raleway", sans-serif;
                    font-weight: 500;
                    text-transform: uppercase;
                    font-size: 0.9rem;
                }

                .product-info-panel
                .inner-panel
                .panel-footer
                .footer-inner
                .featured-product
                .product-description {
                    font-size: 70%;
                    color: #999;
                }

.is-carousel img {
    max-height: 350px !important;
}

.is-carousel .slider {
    margin: 0 auto;
}

.is-carousel .slick-slide img {
    margin: 0 auto !important;
}

.is-carousel .slider:focus,
.is-carousel .slick-slide:focus {
    outline: none !important;
}
/*! _checkout.scss | Nephos | CSS Ninja */
.steps-wrapper {
    width: 600px;
}

    .steps-wrapper .step-list {
        position: relative;
        overflow: hidden;
        counter-reset: wizard;
        list-style-type: none;
    }

        .steps-wrapper .step-list li {
            position: relative;
            float: left;
            width: 25%;
            text-align: center;
        }

        .steps-wrapper .step-list .active {
            color: #fff;
        }

            .steps-wrapper .step-list .active:before {
                background: #b69148;
                color: #fff;
                border-color: #fff;
                font-weight: 500;
            }

        .steps-wrapper .step-list li:before {
            counter-increment: wizard;
            content: counter(wizard);
            display: block;
            color: #999;
            background-color: #cecece;
            border: 3px solid #fff;
            text-align: center;
            width: 3em;
            height: 3em;
            line-height: 2.5em;
            font-weight: 500;
            border-radius: 3em;
            position: relative;
            left: 50%;
            margin-left: -1.5em;
            z-index: 1;
            font-size: 0.8rem;
            font-weight: 700 !important;
        }

        .steps-wrapper .step-list li + li:after {
            content: "";
            display: block;
            width: 100%;
            background-color: #cecece;
            height: 5px;
            position: absolute;
            left: -50%;
            top: 1.1em;
            z-index: 0;
        }

        .steps-wrapper .step-list .active:after {
            background-color: #b69148;
        }

.checkout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding-top: 60px;
}

    .checkout-wrapper .checkout-main {
        width: calc(100% - 420px);
        height: 100%;
    }

        .checkout-wrapper .checkout-main .checkout-container {
            width: 100%;
            max-width: 860px;
            margin: 0 auto;
            padding: 0 40px;
        }

            .checkout-wrapper .checkout-main .checkout-container .checkout-success {
                min-height: calc(100vh - 60px);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-success
                .success-card {
                    position: relative;
                    top: -60px;
                    width: 100%;
                    max-width: 520px;
                    margin: 20px;
                    background: #fff;
                    border-radius: 8px;
                    border: 1px solid #cecece;
                    padding: 40px;
                    -webkit-animation: fadeInUp 0.5s;
                    animation: fadeInUp 0.5s;
                }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-success
                    .success-card
                    .success-content {
                        max-width: 400px;
                        margin: 0 auto;
                    }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-success
                        .success-card
                        .success-content
                        h3 {
                            font-family: "Montserrat", sans-serif;
                            font-size: 1rem;
                            color: #4a4a4a;
                            font-weight: 600;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-success
                        .success-card
                        .success-content
                        p {
                            margin-bottom: 20px;
                            color: #999;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-success
                        .success-card
                        .success-content
                        .button-wrap
                        .button {
                            max-width: 170px;
                            margin: 0 auto;
                            font-size: 0.9rem;
                            height: 38px;
                        }

            .checkout-wrapper .checkout-main .checkout-container .flex-table,
            .checkout-wrapper .checkout-main .checkout-container .checkout-shipping-methods,
            .checkout-wrapper .checkout-main .checkout-container .checkout-payment-methods,
            .checkout-wrapper .checkout-main .checkout-container .checkout-form,
            .checkout-wrapper .checkout-main .checkout-container .order-summary {
                margin-top: 40px;
            }

            .checkout-wrapper .checkout-main .checkout-container .checkout-shipping-methods,
            .checkout-wrapper .checkout-main .checkout-container .checkout-payment-methods,
            .checkout-wrapper .checkout-main .checkout-container .order-summary {
                -webkit-animation: fadeInLeft 0.5s;
                animation: fadeInLeft 0.5s;
            }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .title-wrap,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .title-wrap,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .title-wrap {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .title-wrap
                    .payment-back,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .title-wrap
                    .payment-back,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .title-wrap
                    .payment-back {
                        height: 30px;
                        width: 30px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        margin-right: 6px;
                        border-radius: 50%;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .title-wrap
                        .payment-back:hover,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .title-wrap
                        .payment-back:hover,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .title-wrap
                        .payment-back:hover {
                            background: #e0e0e0;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .title-wrap
                        .payment-back
                        svg,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .title-wrap
                        .payment-back
                        svg,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .title-wrap
                        .payment-back
                        svg {
                            stroke: #4a4a4a;
                            height: 20px;
                            width: 20px;
                        }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                h2,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                h2,
                .checkout-wrapper .checkout-main .checkout-container .order-summary h2 {
                    font-family: "Raleway", sans-serif;
                    font-size: 1.2rem;
                    font-weight: 400 !important;
                    text-transform: uppercase;
                }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                p,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                p,
                .checkout-wrapper .checkout-main .checkout-container .order-summary p {
                    color: #999;
                }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .shipping-methods-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .payment-methods-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .order-summary-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .shipping-methods-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .payment-methods-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .order-summary-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .shipping-methods-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .payment-methods-grid,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .order-summary-grid {
                    margin: 20px 0;
                }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .shipping-methods-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .payment-methods-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .order-summary-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .shipping-methods-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .payment-methods-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .order-summary-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .shipping-methods-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .payment-methods-grid
                    .summary-label,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .order-summary-grid
                    .summary-label {
                        display: block;
                        font-family: "Montserrat", sans-serif;
                        font-size: 0.7rem;
                        font-weight: 600;
                        color: #999;
                        text-transform: uppercase;
                        padding-bottom: 8px;
                    }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .shipping-methods-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .payment-methods-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .order-summary-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .shipping-methods-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .payment-methods-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .order-summary-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .shipping-methods-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .payment-methods-grid
                    .method-card,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .order-summary-grid
                    .method-card {
                        position: relative;
                        width: 100%;
                    }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card:hover
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card:hover
                        .method-card-inner {
                            border-color: #4a4a4a;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card.is-readonly
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card.is-readonly
                        .method-card-inner {
                            min-height: 100px;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card
                        .change-link,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card
                        .change-link {
                            position: absolute;
                            top: 10px;
                            right: 14px;
                            font-size: 0.65rem;
                            color: #cecece;
                            font-family: "Montserrat", sans-serif;
                            font-weight: 600;
                            text-transform: uppercase;
                            -webkit-transition: color 0.3s;
                            transition: color 0.3s;
                        }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .shipping-methods-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-methods-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .order-summary-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .shipping-methods-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-methods-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .order-summary-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .shipping-methods-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-methods-grid
                            .method-card
                            .change-link:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .order-summary-grid
                            .method-card
                            .change-link:hover {
                                color: #b69148;
                                text-decoration: underline;
                            }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card > input,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card > input {
                            position: absolute;
                            top: 0;
                            left: 0;
                            height: 100%;
                            width: 100%;
                            opacity: 0;
                            cursor: pointer;
                        }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .shipping-methods-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-methods-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .order-summary-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .shipping-methods-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-methods-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .order-summary-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .shipping-methods-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-methods-grid
                            .method-card > input:checked ~ .method-card-inner,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .order-summary-grid
                            .method-card > input:checked ~ .method-card-inner {
                                border-color: #b69148;
                                -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                                box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                            }

                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .shipping-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .payment-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .order-summary-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .shipping-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .payment-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .order-summary-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .shipping-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .payment-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .order-summary-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                img {
                                    -webkit-filter: grayscale(0);
                                    filter: grayscale(0);
                                    opacity: 1;
                                }

                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .shipping-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .payment-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .order-summary-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .shipping-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .payment-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .order-summary-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .shipping-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .payment-methods-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .order-summary-grid
                                .method-card > input:checked ~ .method-card-inner
                                .icon-container
                                .indicator {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card
                        .method-card-inner,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card
                        .method-card-inner {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            padding: 20px;
                            border-radius: 8px;
                            border: 1px solid #cecece;
                            background: #fff;
                            -webkit-transition: all 0.3s;
                            transition: all 0.3s;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card
                        .icon-container,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card
                        .icon-container {
                            position: relative;
                            height: 48px;
                            width: 48px;
                            min-width: 48px;
                            margin: 0 auto;
                        }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .shipping-methods-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-methods-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .order-summary-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .shipping-methods-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-methods-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .order-summary-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .shipping-methods-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-methods-grid
                            .method-card
                            .icon-container
                            img,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .order-summary-grid
                            .method-card
                            .icon-container
                            img {
                                display: block;
                                -webkit-filter: grayscale(1);
                                filter: grayscale(1);
                                opacity: 0.6;
                            }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .shipping-methods-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-methods-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .order-summary-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .shipping-methods-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-methods-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .order-summary-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .shipping-methods-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-methods-grid
                            .method-card
                            .icon-container
                            .indicator,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .order-summary-grid
                            .method-card
                            .icon-container
                            .indicator {
                                position: absolute;
                                bottom: -18px;
                                left: -12px;
                                height: 26px;
                                width: 26px;
                                display: none;
                                -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                background: #b69148;
                                border-radius: 50%;
                                border: 2px solid #fff;
                            }

                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .shipping-methods-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .payment-methods-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-shipping-methods
                                .order-summary-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .shipping-methods-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .payment-methods-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .checkout-payment-methods
                                .order-summary-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .shipping-methods-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .payment-methods-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg,
                                .checkout-wrapper
                                .checkout-main
                                .checkout-container
                                .order-summary
                                .order-summary-grid
                                .method-card
                                .icon-container
                                .indicator
                                svg {
                                    height: 10px;
                                    width: 10px;
                                    stroke-width: 5px;
                                    stroke: #fff;
                                }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .shipping-methods-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-methods-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .order-summary-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .shipping-methods-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-methods-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .order-summary-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .shipping-methods-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-methods-grid
                        .method-card
                        .meta,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .order-summary-grid
                        .method-card
                        .meta {
                            margin-left: 16px;
                        }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .shipping-methods-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-methods-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .order-summary-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .shipping-methods-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-methods-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .order-summary-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .shipping-methods-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-methods-grid
                            .method-card
                            .meta
                            h3,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .order-summary-grid
                            .method-card
                            .meta
                            h3 {
                                font-weight: 600;
                                font-size: 1rem;
                                color: #4a4a4a;
                            }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .shipping-methods-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-methods-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .order-summary-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .shipping-methods-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-methods-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .order-summary-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .shipping-methods-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-methods-grid
                            .method-card
                            .meta
                            p,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .order-summary-grid
                            .method-card
                            .meta
                            p {
                                line-height: 1.2;
                                font-size: 0.9rem;
                            }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .checkout-form
                .field
                label,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .checkout-form
                .field
                label,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .checkout-form
                .field
                label {
                    text-transform: uppercase;
                    font-size: 0.8rem;
                    font-weight: 500;
                    color: #4a4a4a;
                }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .checkout-form
                .form-image,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .checkout-form
                .form-image,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .checkout-form
                .form-image {
                    display: block;
                    margin: 0 auto;
                    max-width: 120px;
                }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .checkout-form
                .form-text,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .checkout-form
                .form-text,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .checkout-form
                .form-text {
                    font-size: 0.9rem;
                    color: gray;
                    margin-top: 10px;
                }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .checkout-form
                .jp-card
                .jp-card-front,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .checkout-form
                .jp-card
                .jp-card-front,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .checkout-form
                .jp-card
                .jp-card-front {
                    background: #344258;
                }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-shipping-methods
                .payment-disclaimer,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-payment-methods
                .payment-disclaimer,
                .checkout-wrapper
                .checkout-main
                .checkout-container
                .order-summary
                .payment-disclaimer {
                    width: 100%;
                    background: #fff;
                    border-radius: 8px;
                    border: 1px solid #cecece;
                    padding: 20px;
                    margin-left: 20px;
                }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .payment-disclaimer.is-narrow,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .payment-disclaimer.is-narrow,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .payment-disclaimer.is-narrow {
                        margin-left: 0;
                        margin-top: 16px;
                    }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .payment-disclaimer
                    .title-wrap,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .payment-disclaimer
                    .title-wrap,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .payment-disclaimer
                    .title-wrap {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding-bottom: 10px;
                    }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-disclaimer
                        .title-wrap
                        img,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-disclaimer
                        .title-wrap
                        img,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-disclaimer
                        .title-wrap
                        img {
                            display: block;
                            height: 28px;
                            width: 28px;
                            min-width: 28px;
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-disclaimer
                        .title-wrap
                        h3,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-disclaimer
                        .title-wrap
                        h3,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-disclaimer
                        .title-wrap
                        h3 {
                            font-family: "Montserrat", sans-serif;
                            font-size: 0.7rem;
                            font-weight: 600;
                            color: #4a4a4a;
                            text-transform: uppercase;
                            margin-left: 10px;
                        }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .payment-disclaimer
                    p,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .payment-disclaimer
                    p,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .payment-disclaimer
                    p {
                        font-size: 0.9rem;
                        color: gray;
                        margin-bottom: 10px;
                    }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-disclaimer
                        p
                        a,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-disclaimer
                        p
                        a,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-disclaimer
                        p
                        a {
                            color: #4a4a4a;
                            -webkit-transition: color 0.3s;
                            transition: color 0.3s;
                        }

                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-shipping-methods
                            .payment-disclaimer
                            p
                            a:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .checkout-payment-methods
                            .payment-disclaimer
                            p
                            a:hover,
                            .checkout-wrapper
                            .checkout-main
                            .checkout-container
                            .order-summary
                            .payment-disclaimer
                            p
                            a:hover {
                                color: #b69148;
                                text-decoration: underline;
                            }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-shipping-methods
                    .payment-disclaimer
                    .agree-block,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .checkout-payment-methods
                    .payment-disclaimer
                    .agree-block,
                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .order-summary
                    .payment-disclaimer
                    .agree-block {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-disclaimer
                        .agree-block
                        .animated-checkbox,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-disclaimer
                        .agree-block
                        .animated-checkbox,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-disclaimer
                        .agree-block
                        .animated-checkbox {
                            -webkit-transform: scale(0.8);
                            transform: scale(0.8);
                        }

                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-shipping-methods
                        .payment-disclaimer
                        .agree-block
                        span,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .checkout-payment-methods
                        .payment-disclaimer
                        .agree-block
                        span,
                        .checkout-wrapper
                        .checkout-main
                        .checkout-container
                        .order-summary
                        .payment-disclaimer
                        .agree-block
                        span {
                            display: block;
                            margin-left: 10px;
                            font-size: 0.9rem;
                            font-weight: 500;
                            color: #4a4a4a;
                        }

            .checkout-wrapper .checkout-main .checkout-container .coupon-wrapper {
                padding: 20px;
                border: 2px dashed #cecece;
                border-radius: 8px;
                margin-top: 30px;
            }

                .checkout-wrapper .checkout-main .checkout-container .coupon-wrapper h3 {
                    font-family: "Montserrat", sans-serif;
                    font-size: 0.9rem;
                    font-weight: 600;
                    color: #4a4a4a;
                }

                .checkout-wrapper .checkout-main .checkout-container .coupon-wrapper p {
                    color: #999;
                    font-size: 0.95rem;
                }

                .checkout-wrapper .checkout-main .checkout-container .coupon-wrapper .field {
                    margin-top: 10px;
                }

                    .checkout-wrapper
                    .checkout-main
                    .checkout-container
                    .coupon-wrapper
                    .field
                    .control
                    .coupon-button {
                        position: absolute;
                        top: 0;
                        right: 0;
                        height: 44px;
                        min-width: 164px;
                        font-size: 0.9rem;
                        font-weight: 500;
                        border-radius: 100px 6px 6px 100px;
                    }

            .checkout-wrapper .checkout-main .checkout-container .order-notes {
                padding: 20px;
                border: 2px dashed #cecece;
                border-radius: 8px;
                margin-top: 30px;
            }

                .checkout-wrapper .checkout-main .checkout-container .order-notes h3 {
                    font-family: "Montserrat", sans-serif;
                    font-size: 0.9rem;
                    font-weight: 600;
                    color: #4a4a4a;
                }

                .checkout-wrapper .checkout-main .checkout-container .order-notes p {
                    color: #999;
                    font-size: 0.95rem;
                    line-height: 1.1;
                    margin-bottom: 16px;
                }

            .checkout-wrapper .checkout-main .checkout-container .flex-table {
                padding-bottom: 60px;
            }

    .checkout-wrapper .checkout-side {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 420px;
        background: #dedede;
        z-index: 5;
    }

        .checkout-wrapper .checkout-side .side-header {
            height: 60px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 30px;
            background: #fafafa;
        }

            .checkout-wrapper .checkout-side .side-header .side-title {
                font-family: "Raleway", sans-serif;
                font-size: 1.3rem;
                font-weight: 400 !important;
                text-transform: uppercase;
            }

            .checkout-wrapper .checkout-side .side-header .button {
                height: 38px;
                font-size: 0.9rem;
                font-weight: 500;
                min-width: 90px;
            }

        .checkout-wrapper .checkout-side .side-inner {
            position: relative;
            height: calc(100% - 60px);
            width: 100%;
            padding: 20px 30px 80px 30px;
            overflow-y: auto;
        }

            .checkout-wrapper .checkout-side .side-inner .side-action {
                position: fixed;
                bottom: 0;
                right: 0;
                background: -webkit-gradient( linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)) );
                background: linear-gradient( to top, rgb(255, 255, 255), rgba(255, 255, 255, 0) );
                width: 420px;
                height: 80px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0 30px;
            }

                .checkout-wrapper .checkout-side .side-inner .side-action .button {
                    height: 44px;
                    font-size: 0.9rem;
                    font-weight: 500;
                }

                    .checkout-wrapper .checkout-side .side-inner .side-action .button.no-click {
                        background: #828282;
                        border-color: #828282;
                    }

            .checkout-wrapper .checkout-side .side-inner .side-card {
                width: 100%;
                background: #fff;
                border-radius: 8px;
                border: 1px solid #cecece;
                padding: 20px;
                margin-bottom: 20px;
            }

                .checkout-wrapper .checkout-side .side-inner .side-card.user-card {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .checkout-wrapper
                    .checkout-side
                    .side-inner
                    .side-card.user-card
                    .avatar-container {
                        position: relative;
                        height: 44px;
                        width: 44px;
                        min-width: 44px;
                    }

                        .checkout-wrapper
                        .checkout-side
                        .side-inner
                        .side-card.user-card
                        .avatar-container
                        img {
                            display: block;
                            border-radius: 50%;
                        }

                    .checkout-wrapper .checkout-side .side-inner .side-card.user-card .meta {
                        width: 100%;
                        margin-left: 12px;
                    }

                        .checkout-wrapper .checkout-side .side-inner .side-card.user-card .meta span {
                            display: block;
                        }

                            .checkout-wrapper
                            .checkout-side
                            .side-inner
                            .side-card.user-card
                            .meta
                            span:first-child {
                                font-family: Montserrat;
                                font-size: 0.7rem;
                                font-weight: 600;
                                color: #999;
                                text-transform: uppercase;
                            }

                            .checkout-wrapper
                            .checkout-side
                            .side-inner
                            .side-card.user-card
                            .meta
                            span:nth-child(2) {
                                font-family: "Montserrat", sans-serif;
                                font-weight: 600;
                                color: #4a4a4a;
                                font-size: 0.9rem;
                            }

                .checkout-wrapper .checkout-side .side-inner .side-card.is-address {
                    position: relative;
                }

                    .checkout-wrapper
                    .checkout-side
                    .side-inner
                    .side-card.is-address
                    .form-switch {
                        position: absolute;
                        top: 16px;
                        right: 10px;
                    }

                    .checkout-wrapper
                    .checkout-side
                    .side-inner
                    .side-card.is-address
                    .address-title {
                        font-family: "Montserrat", sans-serif;
                        font-size: 0.7rem;
                        font-weight: 600;
                        color: #999;
                        text-transform: uppercase;
                        padding-bottom: 14px;
                    }

                    .checkout-wrapper .checkout-side .side-inner .side-card.is-address .address {
                        font-size: 0.82rem;
                        font-family: "Montserrat", sans-serif;
                        font-weight: 500;
                        color: #4a4a4a;
                        line-height: 1.8;
                    }

                .checkout-wrapper .checkout-side .side-inner .side-card.is-totals .info-title {
                    font-family: Montserrat;
                    font-size: 0.7rem;
                    font-weight: 600;
                    color: #999;
                    text-transform: uppercase;
                    padding-bottom: 14px;
                }

                .checkout-wrapper
                .checkout-side
                .side-inner
                .side-card.is-totals
                .payment-block {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 4px 0;
                }

                    .checkout-wrapper
                    .checkout-side
                    .side-inner
                    .side-card.is-totals
                    .payment-block
                    span {
                        display: block;
                        font-family: "Montserrat", sans-serif;
                        font-size: 0.9rem;
                    }

                        .checkout-wrapper
                        .checkout-side
                        .side-inner
                        .side-card.is-totals
                        .payment-block
                        span:nth-child(2):before {
                            content: "";
                        }

                        .checkout-wrapper
                        .checkout-side
                        .side-inner
                        .side-card.is-totals
                        .payment-block
                        span.is-bold {
                            font-weight: 600;
                        }

                .checkout-wrapper .checkout-side .side-inner .side-card.is-shipping-method {
                    position: relative;
                }

                    .checkout-wrapper
                    .checkout-side
                    .side-inner
                    .side-card.is-shipping-method
                    .method-title {
                        font-family: "Montserrat", sans-serif;
                        font-size: 0.7rem;
                        font-weight: 600;
                        color: #999;
                        text-transform: uppercase;
                        padding-bottom: 8px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        .checkout-wrapper
                        .checkout-side
                        .side-inner
                        .side-card.is-shipping-method
                        .method-title
                        span,
                        .checkout-wrapper
                        .checkout-side
                        .side-inner
                        .side-card.is-shipping-method
                        .method-title
                        a {
                            display: block;
                        }

                        .checkout-wrapper
                        .checkout-side
                        .side-inner
                        .side-card.is-shipping-method
                        .method-title
                        a {
                            font-size: 0.65rem;
                            color: #cecece;
                            -webkit-transition: color 0.3s;
                            transition: color 0.3s;
                        }

                            .checkout-wrapper
                            .checkout-side
                            .side-inner
                            .side-card.is-shipping-method
                            .method-title
                            a:hover {
                                color: #b69148;
                                text-decoration: underline;
                            }

                    .checkout-wrapper
                    .checkout-side
                    .side-inner
                    .side-card.is-shipping-method
                    .method {
                        font-size: 0.82rem;
                        font-family: "Montserrat", sans-serif;
                        font-weight: 600;
                        color: #4a4a4a;
                        line-height: 1.8;
                    }

.checkout-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

    .checkout-title h2 {
        font-size: 1.6rem;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    .checkout-title h3 {
        font-weight: 500;
        color: #b69148;
    }

    .checkout-title.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .checkout-title .brand-filigrane {
        position: absolute;
        top: -5px;
        left: -27px;
        height: 48px;
        opacity: 0.4;
    }

        .checkout-title .brand-filigrane.is-centered {
            left: 0;
            right: 0;
            top: -10px;
            margin: 0 auto;
            height: 60px;
        }

.flat-card.is-checkout-form.has-overflow {
    overflow: visible !important;
}

.flat-card.is-checkout-form .form-title h3 {
    font-size: 1.2rem;
    font-weight: 300 !important;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.flat-card.is-checkout-form .column.is-padded {
    padding: 40px !important;
}

.flat-card.is-checkout-form .column.is-light-padded {
    padding: 15px 40px !important;
}

.flat-card.is-checkout-form .column.grey-column {
    background: #f9f9f9;
}

.flat-card.is-checkout-form .customer-wrapper {
    padding: 80px 0;
}

    .flat-card.is-checkout-form .customer-wrapper .logged-as {
        font-size: 90%;
        color: #828282;
        padding-top: 10px;
    }

    .flat-card.is-checkout-form .customer-wrapper .username {
        font-weight: 500;
    }

    .flat-card.is-checkout-form .customer-wrapper .switch {
        padding-top: 10px;
        font-size: 90%;
        font-weight: 500;
    }

        .flat-card.is-checkout-form .customer-wrapper .switch a {
            color: #828282;
        }

            .flat-card.is-checkout-form .customer-wrapper .switch a:hover {
                color: #b69148;
            }

    .flat-card.is-checkout-form .customer-wrapper img {
        height: 75px;
        width: 75px;
        border-radius: 50%;
        border: 4px solid #fff;
        -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
        box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
    }

        .flat-card.is-checkout-form .customer-wrapper img.logo {
            border-radius: 0;
            height: 75px;
            width: auto;
        }

.flat-card.is-checkout-form .shipping-wrapper {
    padding: 80px 10px;
}

    .flat-card.is-checkout-form .shipping-wrapper .mini-card {
        position: relative;
        background: #fff;
        border-radius: 6px;
        border: 2px solid #cecece;
        padding: 20px;
        margin: 10px;
        overflow: visible;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .flat-card.is-checkout-form .shipping-wrapper .mini-card svg {
            height: 48px;
            fill: #cecece;
        }

        .flat-card.is-checkout-form .shipping-wrapper .mini-card .shipping-method {
            text-transform: uppercase;
            font-size: 70%;
            color: #cecece;
            display: block;
        }

        .flat-card.is-checkout-form .shipping-wrapper .mini-card .shipping-price {
            text-transform: uppercase;
            font-size: 70%;
            font-weight: 500;
            color: #b69148;
            display: none;
        }

        .flat-card.is-checkout-form .shipping-wrapper .mini-card:hover {
            border-color: #999;
        }

            .flat-card.is-checkout-form .shipping-wrapper .mini-card:hover svg {
                fill: #999;
            }

            .flat-card.is-checkout-form
            .shipping-wrapper
            .mini-card:hover
            .shipping-method {
                color: #999;
            }

        .flat-card.is-checkout-form .shipping-wrapper .mini-card .active-indicator {
            visibility: hidden;
            position: absolute;
            top: -16px;
            right: -16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 32px;
            height: 32px;
            border: 2px solid #99a7ff;
            border-radius: 50%;
            background: #b69148;
        }

            .flat-card.is-checkout-form .shipping-wrapper .mini-card .active-indicator svg {
                width: 14px;
                height: 14px;
                stroke: #fff;
                stroke-width: 3px;
            }

        .flat-card.is-checkout-form .shipping-wrapper .mini-card.is-active {
            border-color: #b69148;
        }

            .flat-card.is-checkout-form .shipping-wrapper .mini-card.is-active svg {
                fill: #b69148;
            }

            .flat-card.is-checkout-form
            .shipping-wrapper
            .mini-card.is-active
            .shipping-method {
                color: #b69148;
                display: none;
            }

            .flat-card.is-checkout-form
            .shipping-wrapper
            .mini-card.is-active
            .shipping-price {
                display: block;
            }

            .flat-card.is-checkout-form
            .shipping-wrapper
            .mini-card.is-active
            .active-indicator {
                visibility: visible;
            }

.flat-card.is-checkout-form .shipping-address-form .column {
    padding: 0 0.75rem !important;
}

.flat-card.is-checkout-form .shipping-address-form .chosen-single {
    max-height: 36px;
}

    .flat-card.is-checkout-form .shipping-address-form .chosen-single span {
        max-height: 36px;
        display: block;
        position: relative;
        top: -2.5px;
        left: -8px;
    }

.flat-card.is-checkout-form .verification-wrapper {
    padding: 80px 0;
}

    .flat-card.is-checkout-form .verification-wrapper .total-price svg {
        width: 26px;
        height: 26px;
        stroke: #999;
    }

    .flat-card.is-checkout-form .verification-wrapper .total-price span {
        display: block;
    }

        .flat-card.is-checkout-form
        .verification-wrapper
        .total-price
        span:nth-child(2) {
            font-family: "Raleway", sans-serif;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        .flat-card.is-checkout-form
        .verification-wrapper
        .total-price
        span:nth-child(3) {
            font-size: 2rem;
            font-weight: 600;
        }

            .flat-card.is-checkout-form
            .verification-wrapper
            .total-price
            span:nth-child(3):before {
                content: "";
                position: relative;
                top: -10px;
                font-size: 50%;
            }

        .flat-card.is-checkout-form
        .verification-wrapper
        .total-price
        span:nth-child(4) {
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            color: #b69148;
            margin: 5px 0;
            font-size: 0.85rem;
        }

.flat-card.is-checkout-form .items-column {
    max-height: 350px;
    overflow-y: auto;
}

    .flat-card.is-checkout-form .items-column::-webkit-scrollbar {
        width: 10px;
    }

    .flat-card.is-checkout-form .items-column::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.2);
    }

    .flat-card.is-checkout-form .items-column .order-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid #ededed;
    }

        .flat-card.is-checkout-form .items-column .order-item .item-description span,
        .flat-card.is-checkout-form .items-column .order-item .item-quantity span {
            display: block;
        }

            .flat-card.is-checkout-form
            .items-column
            .order-item
            .item-description
            span:first-child,
            .flat-card.is-checkout-form
            .items-column
            .order-item
            .item-quantity
            span:first-child {
                font-family: "Raleway", sans-serif;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 80%;
            }

            .flat-card.is-checkout-form
            .items-column
            .order-item
            .item-description
            span:nth-child(2),
            .flat-card.is-checkout-form
            .items-column
            .order-item
            .item-quantity
            span:nth-child(2) {
                font-size: 80%;
                color: #828282;
            }

        .flat-card.is-checkout-form .items-column .order-item .item-description {
            width: 50%;
        }

        .flat-card.is-checkout-form .items-column .order-item .item-quantity {
            width: 15%;
        }

        .flat-card.is-checkout-form .items-column .order-item .item-price {
            width: 25%;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 90%;
            color: #b69148;
        }

.flat-card.is-checkout-form .payment-wrapper {
    padding: 100px 0;
}

    .flat-card.is-checkout-form .payment-wrapper .subtotal {
        padding: 5px 0;
    }

        .flat-card.is-checkout-form .payment-wrapper .subtotal .partial-value:before,
        .flat-card.is-checkout-form .payment-wrapper .subtotal .vat-value:before {
            content: "";
            font-size: 60%;
            position: relative;
            top: -6px;
        }

        .flat-card.is-checkout-form .payment-wrapper .subtotal .partial-value {
            font-weight: 500;
            color: #828282;
        }

        .flat-card.is-checkout-form .payment-wrapper .subtotal .vat-value {
            font-weight: 500;
            color: #b69148;
        }

        .flat-card.is-checkout-form .payment-wrapper .subtotal .plus-operator,
        .flat-card.is-checkout-form .payment-wrapper .subtotal .equal-operator {
            font-weight: 600;
        }

    .flat-card.is-checkout-form .payment-wrapper .total span {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        color: #4a4a4a;
    }

        .flat-card.is-checkout-form .payment-wrapper .total span:before {
            content: "";
            font-size: 60%;
            position: relative;
            top: -10px;
        }

.flat-card.is-checkout-form .logo {
    height: 35px;
    width: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}

    .flat-card.is-checkout-form .logo.is-centered {
        margin: 0 auto;
    }

.flat-card.is-checkout-form .bank-account {
    padding: 10px 0;
    display: block;
    font-size: 90%;
    color: #828282;
}

.flat-card.is-checkout-form .control {
    margin: 10px 0;
}

    .flat-card.is-checkout-form .control.has-margin {
        margin-left: 5px;
        margin-right: 5px;
    }

    .flat-card.is-checkout-form .control .input {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #828282;
    }

.flat-card.is-checkout-form .checkout-label {
    font-weight: 500;
    color: #4a4a4a;
    font-size: 90%;
    margin: 5px 0;
    display: block;
}

.flat-card.payment-method {
    text-align: center;
    padding: 40px;
    border: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

    .flat-card.payment-method .payment-icon svg {
        height: 60px;
        width: 60px;
        fill: #cecece;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .flat-card.payment-method .payment-text {
        text-transform: uppercase;
        padding: 10px 0;
        font-size: 80%;
        color: #cecece;
    }

    .flat-card.payment-method:hover.is-paypal {
        border-color: #039be5;
    }

        .flat-card.payment-method:hover.is-paypal svg {
            fill: #039be5;
        }

        .flat-card.payment-method:hover.is-paypal .payment-text {
            color: #039be5;
        }

    .flat-card.payment-method:hover.is-bank {
        border-color: #eda514;
    }

        .flat-card.payment-method:hover.is-bank svg {
            fill: #eda514;
        }

        .flat-card.payment-method:hover.is-bank .payment-text {
            color: #eda514;
        }

    .flat-card.payment-method:hover.is-credit-card {
        border-color: #b69148;
    }

        .flat-card.payment-method:hover.is-credit-card svg {
            fill: #b69148;
        }

        .flat-card.payment-method:hover.is-credit-card .payment-text {
            color: #b69148;
        }

    .flat-card.payment-method:hover.is-cash {
        border-color: #00b289;
    }

        .flat-card.payment-method:hover.is-cash svg {
            fill: #00b289;
        }

        .flat-card.payment-method:hover.is-cash .payment-text {
            color: #00b289;
        }

.flat-card.thanks-card {
    padding: 40px;
    margin: 10px 0;
}

    .flat-card.thanks-card img {
        display: block;
        height: 75px;
        margin: 0 auto 10px auto;
    }

    .flat-card.thanks-card .card-heading {
        font-size: 1rem;
        font-weight: 500;
    }

    .flat-card.thanks-card p {
        padding: 10px 40px;
        font-size: 0.9rem;
        color: #828282;
    }

    .flat-card.thanks-card .big-button {
        border: 2px solid #b69148;
        color: #b69148;
        font-weight: 500;
    }

        .flat-card.thanks-card .big-button:hover {
            border-color: #667bff;
            color: #667bff;
        }

#payment-methods {
    padding: 10px 0;
}

.button-wrapper {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1300px) {
    .action-bar {
        width: calc(100% - 440px) !important;
    }

    .checkout-wrapper .checkout-main {
        width: calc(100% - 360px);
    }

    .checkout-wrapper .checkout-side {
        width: 360px;
    }

        .checkout-wrapper .checkout-side .side-inner .side-action {
            width: 360px;
        }
}

@media (max-width: 1024px) {
    .action-bar {
        width: calc(100% - 400px) !important;
    }

    .checkout-wrapper .checkout-main {
        width: calc(100% - 320px);
    }

    .checkout-wrapper .checkout-side {
        width: 320px;
    }

        .checkout-wrapper .checkout-side .side-inner .side-action {
            width: 320px;
        }
}

@media (max-width: 990px) {
    .action-bar {
        width: calc(100% - 80px) !important;
    }

    .checkout-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .checkout-wrapper .checkout-main {
            width: 100%;
        }

            .checkout-wrapper .checkout-main .checkout-container .flex-table {
                padding-bottom: 0 !important;
            }

            .checkout-wrapper .checkout-main .checkout-container .coupon-wrapper {
                margin-bottom: 30px;
            }

        .checkout-wrapper .checkout-side {
            position: static;
            width: 100%;
        }

            .checkout-wrapper .checkout-side .side-inner {
                padding: 30px 30px 20px 30px;
            }

                .checkout-wrapper .checkout-side .side-inner .side-action {
                    position: static;
                    background: rgba(0, 0, 0, 0);
                    width: 100%;
                    padding: 0;
                }
}

@media (max-width: 767px) {
    .action-bar {
        width: calc(100% - 80px) !important;
    }

    .flex-table .flex-table-header {
        display: none;
    }

    .flex-table .flex-table-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
        padding: 20px;
        margin-bottom: 16px;
    }

        .flex-table .flex-table-item:last-child {
            margin-bottom: 0;
        }

        .flex-table .flex-table-item > div {
            border: none !important;
        }

    .flex-table .product {
        width: 100% !important;
        padding-bottom: 10px;
    }

    .flex-table .quantity,
    .flex-table .price,
    .flex-table .discount,
    .flex-table .total {
        position: relative;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        width: 100% !important;
        border: none;
    }

        .flex-table .quantity:before,
        .flex-table .price:before,
        .flex-table .discount:before,
        .flex-table .total:before {
            text-transform: uppercase;
            font-size: 0.7rem;
            font-weight: 500;
            color: #999;
        }

        .flex-table .quantity:before {
            content: "Menge";
            position: absolute;
            top: 0;
            left: 0;
        }

        .flex-table .price:before {
            content: "Preis";
            position: absolute;
            top: 0;
            left: 0;
        }

        .flex-table .discount:before {
            content: "Rabatt";
            position: absolute;
            top: 0;
            left: 0;
        }

        .flex-table .total:before {
            content: "Summe";
            position: absolute;
            top: 0;
            left: 0;
        }

    .checkout-wrapper {
        padding-top: 51px !important;
    }

        .checkout-wrapper .checkout-main .checkout-container {
            padding: 0 30px;
        }

            .checkout-wrapper
            .checkout-main
            .checkout-container
            .coupon-wrapper
            .field
            .control
            .coupon-button {
                position: static;
                margin-top: 10px;
                border-radius: 100px;
                width: 100%;
            }

            .checkout-wrapper
            .checkout-main
            .checkout-container
            .checkout-payment-methods
            .payment-disclaimer {
                margin-left: 0;
            }

            .checkout-wrapper .checkout-main .checkout-container .checkout-form {
                margin: 30px 0;
            }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-form
                .card-wrapper {
                    margin-bottom: 30px;
                }

            .checkout-wrapper
            .checkout-main
            .checkout-container
            .order-summary
            .flex-table {
                padding-bottom: 30px !important;
            }

            .checkout-wrapper .checkout-main .checkout-container .checkout-success {
                height: auto;
                min-height: auto;
                padding: 30px 0;
            }

                .checkout-wrapper
                .checkout-main
                .checkout-container
                .checkout-success
                .success-card {
                    top: 0;
                    margin: 0;
                    padding: 30px;
                }

        .checkout-wrapper .checkout-side {
            position: static;
            width: 100%;
            z-index: 1;
        }
}
/*! _auth.scss | Nephos | CSS Ninja */
.auth-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

    .auth-title h2 {
        font-family: "Raleway", sans-serif;
        font-size: 1.6rem;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    .auth-title h3 {
        font-weight: 500;
        color: #b69148;
    }

    .auth-title.is-centered {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .auth-title .brand-filigrane {
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 68px;
        opacity: 0.4;
    }

.auth-toggler {
    position: relative;
    width: 68px;
    margin: 60px auto 30px auto;
}

    .auth-toggler > input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }

        .auth-toggler > input:checked + .toggler-track .hexagon-wrap {
            margin-left: 38px;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

            .auth-toggler > input:checked + .toggler-track .hexagon-wrap .hexagon {
                background-color: #b69148;
            }

                .auth-toggler > input:checked + .toggler-track .hexagon-wrap .hexagon:before {
                    border-bottom-color: #b69148;
                }

                .auth-toggler > input:checked + .toggler-track .hexagon-wrap .hexagon:after {
                    border-top-color: #b69148;
                }

                .auth-toggler > input:checked + .toggler-track
                .hexagon-wrap
                .hexagon
                svg.register-icon {
                    display: block;
                }

                .auth-toggler > input:checked + .toggler-track
                .hexagon-wrap
                .hexagon
                svg.login-icon {
                    display: none;
                }

    .auth-toggler .toggler-track {
        position: relative;
        width: 100%;
        height: 20px;
        background: #e0e0e0;
        border-radius: 100px;
    }

        .auth-toggler .toggler-track .hexagon-wrap {
            position: absolute;
            top: -12px;
            left: -4px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .auth-toggler .toggler-track .hexagon-wrap .hexagon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                position: relative;
                width: 38px;
                height: 21.94px;
                background-color: #fff;
                margin: 10.97px 0;
            }

                .auth-toggler .toggler-track .hexagon-wrap .hexagon svg {
                    height: 18px;
                    width: 18px;
                    stroke-width: 1.6px;
                }

                    .auth-toggler .toggler-track .hexagon-wrap .hexagon svg.register-icon {
                        display: none;
                        stroke: #fff;
                    }

                    .auth-toggler .toggler-track .hexagon-wrap .hexagon svg.login-icon {
                        display: block;
                        stroke: #4a4a4a;
                    }

                .auth-toggler .toggler-track .hexagon-wrap .hexagon:before,
                .auth-toggler .toggler-track .hexagon-wrap .hexagon:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    border-left: 19px solid rgba(0, 0, 0, 0);
                    border-right: 19px solid rgba(0, 0, 0, 0);
                }

                .auth-toggler .toggler-track .hexagon-wrap .hexagon:before {
                    bottom: 100%;
                    border-bottom: 10.97px solid #fff;
                }

                .auth-toggler .toggler-track .hexagon-wrap .hexagon:after {
                    top: 100%;
                    width: 0;
                    border-top: 10.97px solid #fff;
                }

.main-auth-wrapper .login-form-wrapper,
.main-auth-wrapper .registration-form-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}

    .main-auth-wrapper .login-form-wrapper .login-form,
    .main-auth-wrapper .login-form-wrapper .reset-form,
    .main-auth-wrapper .login-form-wrapper .registration-form,
    .main-auth-wrapper .registration-form-wrapper .login-form,
    .main-auth-wrapper .registration-form-wrapper .reset-form,
    .main-auth-wrapper .registration-form-wrapper .registration-form {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
    }

        .main-auth-wrapper .login-form-wrapper .login-form .form-description,
        .main-auth-wrapper .login-form-wrapper .reset-form .form-description,
        .main-auth-wrapper .login-form-wrapper .registration-form .form-description,
        .main-auth-wrapper .registration-form-wrapper .login-form .form-description,
        .main-auth-wrapper .registration-form-wrapper .reset-form .form-description,
        .main-auth-wrapper
        .registration-form-wrapper
        .registration-form
        .form-description {
            font-family: "Montserrat", sans-serif;
            font-size: 0.9rem;
            color: #999;
            margin-bottom: 20px;
            text-align: center;
        }

        .main-auth-wrapper .login-form-wrapper .login-form .field label,
        .main-auth-wrapper .login-form-wrapper .reset-form .field label,
        .main-auth-wrapper .login-form-wrapper .registration-form .field label,
        .main-auth-wrapper .registration-form-wrapper .login-form .field label,
        .main-auth-wrapper .registration-form-wrapper .reset-form .field label,
        .main-auth-wrapper .registration-form-wrapper .registration-form .field label {
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: 500;
        }

        .main-auth-wrapper .login-form-wrapper .login-form .field .control .input,
        .main-auth-wrapper .login-form-wrapper .reset-form .field .control .input,
        .main-auth-wrapper
        .login-form-wrapper
        .registration-form
        .field
        .control
        .input,
        .main-auth-wrapper
        .registration-form-wrapper
        .login-form
        .field
        .control
        .input,
        .main-auth-wrapper
        .registration-form-wrapper
        .reset-form
        .field
        .control
        .input,
        .main-auth-wrapper
        .registration-form-wrapper
        .registration-form
        .field
        .control
        .input {
            height: 44px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .main-auth-wrapper .login-form-wrapper .login-form .field .control .input:focus,
            .main-auth-wrapper .login-form-wrapper .reset-form .field .control .input:focus,
            .main-auth-wrapper
            .login-form-wrapper
            .registration-form
            .field
            .control
            .input:focus,
            .main-auth-wrapper
            .registration-form-wrapper
            .login-form
            .field
            .control
            .input:focus,
            .main-auth-wrapper
            .registration-form-wrapper
            .reset-form
            .field
            .control
            .input:focus,
            .main-auth-wrapper
            .registration-form-wrapper
            .registration-form
            .field
            .control
            .input:focus {
                border-color: #8a8a8a;
            }

        .main-auth-wrapper .login-form-wrapper .login-form .flex-field,
        .main-auth-wrapper .login-form-wrapper .reset-form .flex-field,
        .main-auth-wrapper .login-form-wrapper .registration-form .flex-field,
        .main-auth-wrapper .registration-form-wrapper .login-form .flex-field,
        .main-auth-wrapper .registration-form-wrapper .reset-form .flex-field,
        .main-auth-wrapper .registration-form-wrapper .registration-form .flex-field {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-top: 10px;
        }

        .main-auth-wrapper .login-form-wrapper .login-form .button-wrap,
        .main-auth-wrapper .login-form-wrapper .reset-form .button-wrap,
        .main-auth-wrapper .login-form-wrapper .registration-form .button-wrap,
        .main-auth-wrapper .registration-form-wrapper .login-form .button-wrap,
        .main-auth-wrapper .registration-form-wrapper .reset-form .button-wrap,
        .main-auth-wrapper .registration-form-wrapper .registration-form .button-wrap {
            margin-top: 20px;
        }

            .main-auth-wrapper .login-form-wrapper .login-form .button-wrap .button,
            .main-auth-wrapper .login-form-wrapper .reset-form .button-wrap .button,
            .main-auth-wrapper .login-form-wrapper .registration-form .button-wrap .button,
            .main-auth-wrapper .registration-form-wrapper .login-form .button-wrap .button,
            .main-auth-wrapper .registration-form-wrapper .reset-form .button-wrap .button,
            .main-auth-wrapper
            .registration-form-wrapper
            .registration-form
            .button-wrap
            .button {
                height: 42px;
                font-weight: 600;
                font-size: 0.85rem;
                font-family: "Montserrat", sans-serif;
            }

        .main-auth-wrapper .login-form-wrapper .login-form .forgot-link,
        .main-auth-wrapper .login-form-wrapper .login-form .back-link,
        .main-auth-wrapper .login-form-wrapper .reset-form .forgot-link,
        .main-auth-wrapper .login-form-wrapper .reset-form .back-link,
        .main-auth-wrapper .login-form-wrapper .registration-form .forgot-link,
        .main-auth-wrapper .login-form-wrapper .registration-form .back-link,
        .main-auth-wrapper .registration-form-wrapper .login-form .forgot-link,
        .main-auth-wrapper .registration-form-wrapper .login-form .back-link,
        .main-auth-wrapper .registration-form-wrapper .reset-form .forgot-link,
        .main-auth-wrapper .registration-form-wrapper .reset-form .back-link,
        .main-auth-wrapper .registration-form-wrapper .registration-form .forgot-link,
        .main-auth-wrapper .registration-form-wrapper .registration-form .back-link {
            margin: 20px 0;
        }

            .main-auth-wrapper .login-form-wrapper .login-form .forgot-link a,
            .main-auth-wrapper .login-form-wrapper .login-form .back-link a,
            .main-auth-wrapper .login-form-wrapper .reset-form .forgot-link a,
            .main-auth-wrapper .login-form-wrapper .reset-form .back-link a,
            .main-auth-wrapper .login-form-wrapper .registration-form .forgot-link a,
            .main-auth-wrapper .login-form-wrapper .registration-form .back-link a,
            .main-auth-wrapper .registration-form-wrapper .login-form .forgot-link a,
            .main-auth-wrapper .registration-form-wrapper .login-form .back-link a,
            .main-auth-wrapper .registration-form-wrapper .reset-form .forgot-link a,
            .main-auth-wrapper .registration-form-wrapper .reset-form .back-link a,
            .main-auth-wrapper .registration-form-wrapper .registration-form .forgot-link a,
            .main-auth-wrapper .registration-form-wrapper .registration-form .back-link a {
                color: #999;
            }

                .main-auth-wrapper .login-form-wrapper .login-form .forgot-link a:hover,
                .main-auth-wrapper .login-form-wrapper .login-form .back-link a:hover,
                .main-auth-wrapper .login-form-wrapper .reset-form .forgot-link a:hover,
                .main-auth-wrapper .login-form-wrapper .reset-form .back-link a:hover,
                .main-auth-wrapper .login-form-wrapper .registration-form .forgot-link a:hover,
                .main-auth-wrapper .login-form-wrapper .registration-form .back-link a:hover,
                .main-auth-wrapper .registration-form-wrapper .login-form .forgot-link a:hover,
                .main-auth-wrapper .registration-form-wrapper .login-form .back-link a:hover,
                .main-auth-wrapper .registration-form-wrapper .reset-form .forgot-link a:hover,
                .main-auth-wrapper .registration-form-wrapper .reset-form .back-link a:hover,
                .main-auth-wrapper
                .registration-form-wrapper
                .registration-form
                .forgot-link
                a:hover,
                .main-auth-wrapper
                .registration-form-wrapper
                .registration-form
                .back-link
                a:hover {
                    color: #b69148;
                }
/*! _search.scss | Nephos | CSS Ninja */
.search-overlay {
    position: fixed;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 3;
}

    .search-overlay.is-active {
        -webkit-transform: scale(50);
        transform: scale(50);
    }

.search-input-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}

    .search-input-wrapper.is-desktop {
        left: 80px;
        width: calc(100% - 80px);
    }

    .search-input-wrapper .field {
        position: relative;
        top: 10%;
        width: 100%;
        padding: 0 18%;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .search-input-wrapper .field.is-active {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .search-input-wrapper .field.is-active .search-help {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

        .search-input-wrapper .field .search-help {
            display: block;
            color: #4a4a4a;
            text-transform: uppercase;
            font-size: 0.9rem;
            padding-top: 20px;
            opacity: 0;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }

    .search-input-wrapper .control {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

        .search-input-wrapper .control.is-loading:after {
            right: 1.625em;
            top: 2.625em;
            height: 2rem;
            width: 2rem;
        }

        .search-input-wrapper .control input {
            width: 100%;
            height: 120px;
            padding-right: 75px;
            border-left: none;
            border-right: none;
            border-top: none;
            border-radius: 0;
            border-bottom: 3px solid #ededed;
            background: rgba(0, 0, 0, 0);
            font-size: 5rem;
            font-weight: 200;
            font-family: "Alegreya Sans SC", sans-serif;
            text-transform: uppercase;
            padding-bottom: 10px;
        }

            .search-input-wrapper .control input:focus {
                outline: none !important;
            }

            .search-input-wrapper .control input::-webkit-input-placeholder {
                color: #ededed;
            }

            .search-input-wrapper .control input:-ms-input-placeholder {
                color: #ededed;
            }

            .search-input-wrapper .control input::-moz-placeholder {
                color: #ededed;
            }

            .search-input-wrapper .control input::-ms-input-placeholder {
                color: #ededed;
            }

            .search-input-wrapper .control input::placeholder {
                color: #ededed;
            }

        .search-input-wrapper .control .bar {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #b69148;
            border-radius: 100px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .search-input-wrapper .control .bar.is-active {
                width: 100%;
            }

        .search-input-wrapper .control #clear-search {
            display: block;
            position: absolute;
            top: 28px;
            right: 16px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .search-input-wrapper .control #clear-search:hover {
                background: #f7f7f7;
            }

                .search-input-wrapper .control #clear-search:hover svg {
                    stroke: #4a4a4a;
                }

            .search-input-wrapper .control #clear-search.is-active {
                opacity: 1;
                pointer-events: all;
            }

            .search-input-wrapper .control #clear-search svg {
                width: 36px;
                height: 36px;
                stroke: #999;
                stroke-width: 1px;
                -webkit-transition: stroke;
                transition: stroke;
            }

    .search-input-wrapper .easy-autocomplete input {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .search-input-wrapper .easy-autocomplete-container {
        width: 100%;
    }

        .search-input-wrapper .easy-autocomplete-container ul {
            padding: 0 !important;
        }

            .search-input-wrapper .easy-autocomplete-container ul.opened {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                border: 1px solid #e3e3e3;
                border-radius: 8px;
                overflow: hidden;
                margin-top: 16px;
                -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
                box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
            }

            .search-input-wrapper .easy-autocomplete-container ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 50%;
                border: none;
            }

                .search-input-wrapper .easy-autocomplete-container ul li.full-search {
                    cursor: pointer;
                }

                .search-input-wrapper .easy-autocomplete-container ul li.selected {
                    background: #fff !important;
                }

                    .search-input-wrapper
                    .easy-autocomplete-container
                    ul
                    li.selected
                    .nephos-search-template
                    .autocpl-product {
                        -webkit-filter: grayscale(0);
                        filter: grayscale(0);
                        opacity: 1;
                    }

                    .search-input-wrapper
                    .easy-autocomplete-container
                    ul
                    li.selected
                    .nephos-search-template
                    .entry-text
                    span:nth-child(2) {
                        color: #b69148;
                    }

.nephos-search-template {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

    .nephos-search-template:hover .icon-wrapper svg {
        stroke: #b69148;
    }

    .nephos-search-template .autocpl-product {
        display: block;
        width: 65px !important;
        height: 65px !important;
        border-radius: 8px !important;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.6;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .nephos-search-template .icon-wrapper {
        width: 65px !important;
        height: 65px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .nephos-search-template .icon-wrapper svg {
            height: 34px;
            width: 34px;
            stroke-width: 1.2px;
            stroke: #999;
            -webkit-transition: stroke 0.3s;
            transition: stroke 0.3s;
        }

    .nephos-search-template .entry-text {
        margin-left: 15px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .nephos-search-template .entry-text span {
            display: block;
            font-size: 0.8rem;
            color: #a9abac;
        }

            .nephos-search-template .entry-text span:first-child {
                font-size: 1rem;
                font-family: "Raleway", sans-serif;
                font-weight: 500;
                color: #4a4a4a;
            }

            .nephos-search-template .entry-text span:nth-child(2) {
                font-size: 1rem;
                font-weight: 500;
                -webkit-transition: color 0.3s;
                transition: color 0.3s;
            }

                .nephos-search-template .entry-text span:nth-child(2):before {
                    content: "";
                }

.filter-card {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
}

    .filter-card .block-title {
        font-family: "Montserrat", sans-serif;
        font-size: 0.7rem;
        font-weight: 600;
        color: #999;
        text-transform: uppercase;
        padding-bottom: 14px;
    }

    .filter-card .filter-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }

        .filter-card .filter-block .field {
            margin-bottom: 0;
        }

            .filter-card .filter-block .field .control .checkbox-wrap {
                padding: 0;
            }

        .filter-card .filter-block > span {
            display: block;
        }

        .filter-card .filter-block .checkbox-wrap {
            position: relative;
        }

            .filter-card .filter-block .checkbox-wrap .filter-label {
                position: relative;
                top: 1px;
            }

        .filter-card .filter-block .filter-count span {
            padding: 0 10px;
            min-height: 20px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 100px;
            font-size: 0.8rem;
            background: #ededed;
        }

    .filter-card .address {
        font-size: 0.82rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #4a4a4a;
        line-height: 1.8;
    }

.search-card {
    border: 1px solid #e3e3e3;
}
/*! _invoice.scss | Nephos | CSS Ninja */
.invoice-wrap {
    padding: 20px 0;
}

.invoice-controls {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .invoice-controls .invoice-top-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

        .invoice-controls .invoice-top-actions a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 20px;
            color: #4a4a4a;
        }

            .invoice-controls .invoice-top-actions a:hover {
                text-decoration: underline;
                color: #b69148;
            }

            .invoice-controls .invoice-top-actions a svg {
                height: 18px;
                width: 18px;
                stroke-width: 1.2px;
                stroke: #999;
                margin-right: 4px;
            }

.invoice {
    background: #fff;
    width: 100%;
    padding: 50px;
}

    .invoice .logo {
        width: 60px;
    }

    .invoice .document-type {
        text-align: right;
        color: #444;
    }

    .invoice .conditions {
        font-size: 0.7em;
        color: #666;
    }

    .invoice .bottom-page {
        font-size: 0.85em;
    }

        .invoice .bottom-page .company,
        .invoice .bottom-page .url {
            font-weight: 500;
            font-family: "Raleway", sans-serif;
        }

        .invoice .bottom-page .url {
            color: #b69148;
        }

        .invoice .bottom-page .code,
        .invoice .bottom-page .id {
            color: #4a4a4a;
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 90%;
        }

    .invoice .seller,
    .invoice .buyer {
        font-size: 0.85rem;
        color: #828282;
        font-weight: 400;
    }

        .invoice .seller span,
        .invoice .buyer span {
            font-family: "Raleway", sans-serif;
            font-size: 1.1rem;
            font-weight: 500;
            color: #4a4a4a;
        }

    .invoice .invoice-meta span {
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-size: 70%;
        font-weight: 600;
    }

        .invoice .invoice-meta span small {
            font-weight: 500;
            color: #828282;
            text-transform: none;
            font-size: 1rem;
        }

            .invoice .invoice-meta span small.date {
                font-size: 0.85rem;
                padding: 0 5px;
            }

.responsive-table {
    width: 100%;
}

    .responsive-table td {
        vertical-align: middle !important;
    }

        .responsive-table td .product {
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            font-size: 90%;
        }

        .responsive-table td .sku {
            font-size: 80%;
            color: #828282;
            font-weight: 500;
        }

        .responsive-table td .quantity {
            color: #828282;
        }

        .responsive-table td .unit-price,
        .responsive-table td .total-price {
            font-weight: 500;
            color: #4a4a4a;
            font-size: 85%;
        }

            .responsive-table td .unit-price:before,
            .responsive-table td .total-price:before {
                content: "";
                font-size: 80%;
            }

    .responsive-table th {
        text-transform: uppercase;
        font-weight: 500 !important;
        font-size: 0.75rem;
        color: #828282 !important;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
    }

        .responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .responsive-table tr {
        border: 1px solid #ccc;
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .responsive-table td.has-text-centered {
            text-align: left !important;
        }

        .responsive-table td:before {
            position: absolute;
            top: 12px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-transform: uppercase;
            font-weight: 500 !important;
            font-size: 0.75rem;
            color: #828282 !important;
        }

        .responsive-table td:nth-of-type(1):before {
            content: "Product";
        }

        .responsive-table td:nth-of-type(2):before {
            content: "Quantity";
        }

        .responsive-table td:nth-of-type(3):before {
            content: "Price";
        }

        .responsive-table td:nth-of-type(4):before {
            content: "Total";
        }
}

.sub-table {
    width: 100% !important;
}

    .sub-table .subtotal,
    .sub-table .vat {
        text-transform: uppercase;
        font-weight: 500 !important;
        font-size: 0.75rem;
        color: #828282;
    }

    .sub-table .total {
        text-transform: uppercase;
        font-weight: 500 !important;
        font-size: 95%;
        color: #4a4a4a;
    }

    .sub-table .subtotal-value,
    .sub-table .vat-value {
        font-weight: 500;
        font-size: 80%;
        color: #4a4a4a;
    }

        .sub-table .subtotal-value:before,
        .sub-table .vat-value:before {
            content: "";
            font-size: 80%;
        }

    .sub-table .total-value {
        font-weight: 600;
        color: #b69148;
    }

        .sub-table .total-value:before {
            content: "£";
            font-size: 80%;
        }
/*! _elements.scss | Nephos | CSS Ninja */
.is-element-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
}

    .is-element-card .element-card-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 500;
    }

    .is-element-card img {
        max-width: 120px;
        width: 120px;
        margin: 5px 0;
    }

    .is-element-card .view-element {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
    }

        .is-element-card .view-element a {
            font-weight: 600;
        }

.is-element-details {
    border: none !important;
    margin-bottom: 20px;
}

    .is-element-details.has-overflow {
        overflow: visible !important;
    }

    .is-element-details .columns.is-gapless {
        background: #344258;
    }

    .is-element-details .is-component .inner,
    .is-element-details .is-description .inner {
        padding: 40px;
    }

    .is-element-details .is-component {
        background: #fff;
    }

        .is-element-details .is-component.is-grey {
            background: #fcfcfc;
        }

    .is-element-details .is-description {
        color: #fcfcfc !important;
    }

        .is-element-details .is-description .divider {
            height: 1.6px;
            background: #fcfcfc;
            border-radius: 50px;
            width: 60px;
            margin: 10px 0;
        }

        .is-element-details .is-description h2 {
            color: #fcfcfc !important;
        }

        .is-element-details .is-description p {
            font-family: "Raleway", sans-serif;
            font-size: 0.85rem;
            margin-bottom: 10px;
        }

        .is-element-details .is-description code {
            color: #fc0;
            background: rgba(0, 0, 0, 0) !important;
        }

.spacer {
    padding: 20px 0;
}

.control.required {
    position: relative;
}

    .control.required .input {
        padding-right: 36px;
    }

    .control.required svg {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 16px;
        height: 16px;
        display: none;
        stroke-width: 2.4px;
    }

        .control.required svg.success-icon {
            stroke: #00b289;
        }

        .control.required svg.error-icon {
            stroke: #ff3b3c;
        }

        .control.required svg.warning-icon {
            stroke: #eda514;
        }

    .control.required .status-text span {
        font-size: 60%;
        font-family: "Raleway", sans-serif;
        display: none;
    }

        .control.required .status-text span.success-text {
            color: #00b289;
        }

        .control.required .status-text span.warning-text {
            color: #eda514;
        }

        .control.required .status-text span.error-text {
            color: #ff3b3c;
        }

    .control.required.has-success .input {
        border-color: #00b289 !important;
    }

    .control.required.has-success .success-icon,
    .control.required.has-success .success-text {
        display: block;
    }

    .control.required.has-warning .input {
        border-color: #eda514 !important;
    }

    .control.required.has-warning .warning-icon,
    .control.required.has-warning .warning-text {
        display: block;
    }

    .control.required.has-error .input {
        border-color: #ff3b3c !important;
    }

    .control.required.has-error .error-icon,
    .control.required.has-error .error-text {
        display: block;
    }

.control.has-module {
    position: relative;
}

    .control.has-module.has-block .input {
        padding-right: 40px;
    }

    .control.has-module.has-block .input-block {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        width: 40px;
        background: #ededed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
    }

    .control.has-module.has-button .input {
        padding-right: 70px;
    }

    .control.has-module.has-button .input-button {
        height: 30px;
        background: #00d1b2;
        color: #fff;
        padding: 8px 14px;
        font-size: 0.7rem;
        line-height: 1.2;
        border-radius: 3px;
        position: absolute;
        top: 5px;
        right: 5px;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        cursor: pointer;
    }

        .control.has-module.has-button .input-button:hover {
            opacity: 0.7;
        }

    .control.has-module.has-icon .input {
        padding-left: 40px;
    }

        .control.has-module.has-icon .input:focus {
            border-color: #b69148;
        }

            .control.has-module.has-icon .input:focus + svg {
                stroke: #b69148;
            }

    .control.has-module.has-icon svg {
        height: 22px;
        width: 22px;
        position: absolute;
        top: 7px;
        left: 10px;
        stroke: #cecece;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.control.has-select-icon {
    position: relative;
}

    .control.has-select-icon svg {
        position: absolute;
        top: 7px;
        left: 10px;
        width: 18px;
        height: 18px;
        color: #ccc;
    }

    .control.has-select-icon .styledSelect {
        left: 36px !important;
    }

    .control.has-select-icon.is-loading::after {
        left: 0.625em !important;
        top: 0.49em !important;
    }

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select-wrap:not(.is-multiple) {
    height: 2.85em !important;
}

.select-wrap {
    cursor: pointer;
    display: block;
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: #000;
    border: 1px solid #ccc;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #999;
    padding: 0 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .styledSelect:active,
    .styledSelect.active {
        background-color: #fcfcfc;
    }

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

    .options li {
        padding: 5px 6px;
        margin: 0 0;
        padding: 5px 10px;
    }

        .options li:hover {
            background-color: #b69148;
            color: #fff;
        }

.control.is-loading.is-preloading:after {
    left: 0.625em !important;
    top: 0.8em !important;
}

.control.is-loading.is-preloading.native:after {
    top: 0.5em !important;
}

.control.is-loading.is-preloading .chosen-single {
    padding-left: 36px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 40px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #b69148 !important;
    margin: 10px 12px 10px -8px !important;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 0px !important;
    }

.easy-autocomplete {
    width: 100% !important;
}

.autocpl {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .autocpl .easy-autocomplete-container ul {
        padding: 10px !important;
    }

        .autocpl .easy-autocomplete-container ul li {
            margin: 0 10px;
        }

.template-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .template-wrapper .autocpl-avatar {
        display: block;
        width: 36px !important;
        height: 36px !important;
        border-radius: 100px !important;
    }

    .template-wrapper .autocpl-country {
        display: block;
        width: 28px !important;
        height: 28px !important;
        border-radius: 100px !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .template-wrapper .autocpl-product {
        display: block;
        width: 36px !important;
        height: 36px !important;
        border-radius: 6px !important;
    }

    .template-wrapper .entry-text {
        margin-left: 15px;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .template-wrapper .entry-text span {
            font-size: 0.8rem;
            color: #a9abac;
        }

.spinner-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .spinner-control input {
        height: 36px;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        border-left: none !important;
        border-right: none !important;
    }

        .spinner-control input:focus,
        .spinner-control input:active {
            border-top: 1px solid #fcfcfc !important;
            border-bottom: 1px solid #fcfcfc !important;
            outline: non !important;
        }

    .spinner-control .spinner-button {
        width: 36px;
        height: 36px;
        background: #ededed;
        border: 1px solid #cecece;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .spinner-control .spinner-button svg {
            width: 16px;
            height: 16px;
            stroke-width: 1.6px;
            stroke: #999;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .spinner-control .spinner-button:hover {
            opacity: 0.7;
        }

            .spinner-control .spinner-button:hover svg {
                stroke: #b69148;
            }

    .spinner-control .input-group-prepend .spinner-button {
        border-radius: 4px 0 0 4px;
    }

    .spinner-control .input-group-append .spinner-button {
        border-radius: 0 4px 4px 0;
    }

.tabs-wrapper.underline-tabs .tabs ul li a {
    color: #cecece;
}

.tabs-wrapper.underline-tabs .tabs ul li.is-active a {
    color: #b69148;
}

.tabs-wrapper .navtab-content {
    font-family: "Raleway", sans-serif;
    font-size: 0.9rem;
}
/*! _responsive.scss | Nephos | CSS Ninja */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .fullscreen-slick .full-slide {
        background-position: bottom;
    }

    .fullscreen-slick .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .shop-wrapper .is-tablet-landscape-padded {
        margin-left: 5.33333% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .shop-wrapper .is-tablet-landscape-padded {
        width: 100% !important;
        margin: 0 !important;
    }

    .shop-wrapper .is-invoice-landscape-padded {
        width: 100% !important;
        margin: 0 !important;
    }

    .shop-quickview {
        left: 79px;
    }

    .product-panel {
        width: 35%;
    }

        .product-panel .likes {
            margin: 0 30px !important;
        }

        .product-panel .detailed-description,
        .product-panel .product-ratings {
            padding: 10px 20px !important;
            margin-top: 10px !important;
        }

        .product-panel .product-image {
            padding: 40% 0 !important;
        }

            .product-panel .product-image img {
                max-width: 220px;
            }

    .product-info-panel {
        width: 65%;
    }

        .product-info-panel .category-title {
            padding: 0 40px !important;
        }

        .product-info-panel .panel-body {
            padding: 60px 40px !important;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .fullscreen-slick .full-slide {
        background-position: bottom;
    }

    .fullscreen-slick .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero-caption {
        padding: 160px 0 !important;
    }

    .background-caption {
        padding: 90px 0 !important;
    }

    .main-sidebar.is-pushed-mobile {
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
    }

    .main-sidebar .sidebar-inner .icon-menu .fold-link,
    .main-sidebar .sidebar-inner .bottom-menu .fold-link {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .shop-wrapper {
        margin-top: 20px !important;
        width: 100%;
        margin-left: 0;
    }

    .menu-fab {
        top: 80px !important;
    }

    .category-title .brand-filigrane {
        left: -26px !important;
    }

    .tile.has-background-image {
        min-height: 300px !important;
        padding: 1.25rem 1.5rem !important;
    }

        .tile.has-background-image .tile-content {
            height: 260px !important;
        }

            .tile.has-background-image .tile-content.is-small .divider,
            .tile.has-background-image .tile-content.is-small p {
                display: block !important;
            }

            .tile.has-background-image .tile-content .products {
                position: absolute;
                bottom: 0;
                padding: 0;
                left: 0;
            }

    .flat-card.is-long {
        display: block;
    }

        .flat-card.is-long .left-image,
        .flat-card.is-long .left-image.is-md {
            text-align: center !important;
            margin: 40px 0 !important;
            width: 100% !important;
        }

            .flat-card.is-long .left-image img,
            .flat-card.is-long .left-image.is-md img {
                max-width: 100px;
                margin: 10px auto !important;
                display: block !important;
            }

        .flat-card.is-long .product-info {
            text-align: center !important;
        }

            .flat-card.is-long .product-info h3 {
                font-family: "Raleway", sans-serif !important;
                text-transform: uppercase !important;
                font-size: 0.8rem !important;
                font-weight: 500 !important;
            }

    .product-panel {
        display: block;
        position: relative;
        width: 100%;
    }

        .product-panel .panel-header {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .product-panel .panel-header .likes {
                margin: 0 40px !important;
            }

        .product-panel img {
            max-width: 360px !important;
        }

        .product-panel .detailed-description,
        .product-panel .product-ratings {
            max-height: 75vh !important;
            padding: 20px 40px !important;
        }

        .product-panel .product-actions {
            padding: 0 10px !important;
            bottom: 40px !important;
        }

    .product-info-panel {
        display: block;
        position: relative;
        width: 100%;
    }

        .product-info-panel .inner-panel {
            padding-right: 0;
        }

            .product-info-panel .inner-panel .panel-header {
                padding-top: 40px !important;
            }

                .product-info-panel .inner-panel .panel-header .category-title {
                    padding: 0 40px !important;
                }

                    .product-info-panel .inner-panel .panel-header .category-title h2 {
                        padding-left: 20px !important;
                    }

                .product-info-panel .inner-panel .panel-header .category-icon {
                    display: none !important;
                }

            .product-info-panel .inner-panel .panel-body {
                padding: 0 40px 40px 40px !important;
            }

                .product-info-panel .inner-panel .panel-body .product-name {
                    padding-top: 20px !important;
                    font-size: 1.8rem !important;
                }

                .product-info-panel .inner-panel .panel-body .product-controls {
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-price {
                        margin-bottom: 10px;
                    }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-quantity {
                        margin-left: 0 !important;
                        margin-right: 10px;
                    }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .add-to-cart
                    button {
                        margin-left: 0 !important;
                    }

            .product-info-panel .inner-panel .panel-footer {
                display: block;
                position: relative;
            }

                .product-info-panel .inner-panel .panel-footer .footer-inner {
                    margin-top: 0;
                    padding-bottom: 45px;
                }

                    .product-info-panel .inner-panel .panel-footer .footer-inner .recommended {
                        display: block;
                        position: relative;
                        -webkit-transform: rotate(0);
                        transform: rotate(0);
                        top: 12px;
                        left: 40px;
                    }

                    .product-info-panel .inner-panel .panel-footer .footer-inner .product-info {
                        padding: 0 40px;
                        text-align: center !important;
                    }

    .cart-card .action {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .action-bar {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .is-auth {
        padding: 100px 0 !important;
    }

    .checkout-wrapper {
        padding-top: 40px !important;
    }

        .checkout-wrapper .checkout-container {
            padding-bottom: 40px !important;
        }

            .checkout-wrapper .checkout-container .checkout-success {
                display: block !important;
                min-height: 356px !important;
            }

                .checkout-wrapper .checkout-container .checkout-success .success-card {
                    top: 0 !important;
                    margin: 40px auto 0 auto !important;
                }

        .checkout-wrapper .card-wrapper {
            margin-bottom: 20px;
        }

    .shipping-methods-grid .columns,
    .payment-methods-grid .columns,
    .order-summary-grid .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .shipping-methods-grid .columns .column,
        .payment-methods-grid .columns .column,
        .order-summary-grid .columns .column {
            width: 50% !important;
            min-width: 50%;
            max-width: 50%;
        }

    .payment-disclaimer {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .fullscreen-slick .full-slide {
        background-position: bottom;
    }

    .fullscreen-slick .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 24px !important;
    }

    .main-sidebar .sidebar-inner .icon-menu .fold-link,
    .main-sidebar .sidebar-inner .bottom-menu .fold-link {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .navbar-link {
        padding: 0.5rem 1.5rem !important;
    }

    .menu-fab {
        top: 72px !important;
    }

    .shop-wrapper {
        width: 100%;
        margin-left: 0;
    }

        .shop-wrapper.is-mobile-mode {
            margin-top: 10px;
        }

    .pageloader,
    .infraloader {
        left: 60px;
        width: calc(100% - 60px);
    }

        .pageloader.is-full,
        .infraloader.is-full {
            left: 0 !important;
            width: 100% !important;
        }

    .hero-caption {
        padding-top: 100px !important;
    }

        .hero-caption h1 {
            font-size: 4rem !important;
        }

        .hero-caption h2 {
            font-size: 1.3rem !important;
            margin-top: -20px !important;
        }

    .background-caption {
        top: 0 !important;
        padding-top: 76px !important;
    }

        .background-caption h1 {
            font-size: 6rem !important;
        }

    .search-input-wrapper.is-desktop {
        position: fixed;
        top: 0;
        left: 60px;
        height: 100%;
        width: calc(100% - 60px);
    }

        .search-input-wrapper.is-desktop .field {
            padding: 0 5%;
            top: 22%;
        }

        .search-input-wrapper.is-desktop .search-help {
            font-size: 1rem !important;
        }

        .search-input-wrapper.is-desktop input {
            height: 60px !important;
            padding-right: 34px !important;
            font-size: 1.6rem !important;
        }

        .search-input-wrapper.is-desktop #clear-search {
            top: 10px !important;
            right: 1px !important;
        }

            .search-input-wrapper.is-desktop #clear-search svg {
                width: 32px !important;
                height: 32px !important;
            }

    .error-code {
        font-size: 12rem !important;
    }

    .is-product-grid {
        padding-top: 20px;
    }

        .is-product-grid .column {
            padding: 0.45rem 0.15rem !important;
        }

    .category-header {
        padding-top: 12px;
    }

    .category-title {
        border-bottom: none !important;
    }

        .category-title .category-icon {
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }

            .category-title .category-icon img {
                max-height: 30px !important;
                padding: 0 !important;
            }

        .category-title h2 {
            font-size: 1.4rem !important;
        }

        .category-title .brand-filigrane {
            top: -16px !important;
            left: -25px !important;
            height: 58px !important;
        }

    .flat-card.is-long {
        display: block;
    }

        .flat-card.is-long .left-image,
        .flat-card.is-long .left-image.is-md {
            text-align: center !important;
            margin: 40px 0 !important;
            width: 100% !important;
        }

            .flat-card.is-long .left-image img,
            .flat-card.is-long .left-image.is-md img {
                max-width: 100px;
                margin: 10px auto !important;
                display: block !important;
            }

        .flat-card.is-long .product-info h3 {
            font-family: "Raleway", sans-serif !important;
            text-transform: uppercase !important;
            font-size: 0.8rem !important;
            font-weight: 500 !important;
        }

    .shop-quickview {
        left: 80px !important;
        width: calc(100% - 80px) !important;
        -webkit-transform: translateX(calc(-100% - 80px));
        transform: translateX(calc(-100% - 80px));
    }

    .cart-quickview {
        left: 80px !important;
        width: calc(100% - 80px);
        -webkit-transform: translateX(calc(-100% - 80px));
        transform: translateX(calc(-100% - 80px));
    }

        .cart-quickview .inner .cart-body .shopping-cart-items li .quantity {
            position: relative;
            z-index: 2;
            left: -22px;
            padding: 0 !important;
        }

            .cart-quickview
            .inner
            .cart-body
            .shopping-cart-items
            li
            .quantity
            .sidebar-spinner {
                margin: 12px 0 !important;
                -webkit-transform: scale(0.85);
                transform: scale(0.85);
            }

    .filters-quickview {
        left: 80px !important;
        width: calc(100% - 80px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .range-slider {
        width: 200px !important;
    }

        .range-slider .input-range {
            width: 200px !important;
        }

    .product-panel {
        display: block;
        position: relative;
        width: 100%;
    }

        .product-panel .panel-header {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-top: 60px;
        }

            .product-panel .panel-header .likes {
                margin: 0 30px;
            }

        .product-panel .detailed-description,
        .product-panel .product-ratings {
            margin-top: 0 !important;
            max-height: 70vh !important;
            padding: 10px 20px !important;
        }

        .product-panel .product-actions {
            bottom: 30px !important;
        }

    .product-info-panel {
        display: block;
        position: relative;
        width: 100%;
    }

        .product-info-panel .inner-panel {
            padding-right: 0;
        }

            .product-info-panel .inner-panel .panel-header {
                padding: 20px 0;
            }

                .product-info-panel .inner-panel .panel-header .category-title {
                    padding: 0 20px !important;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    .product-info-panel .inner-panel .panel-header .category-title h2 {
                        font-size: 1.1rem !important;
                        padding: 0 10px !important;
                    }

                    .product-info-panel .inner-panel .panel-header .category-title svg {
                        display: none !important;
                    }

            .product-info-panel .inner-panel .panel-body {
                padding: 20px !important;
            }

                .product-info-panel .inner-panel .panel-body .product-name {
                    text-align: center !important;
                    font-size: 1.8rem !important;
                }

                    .product-info-panel .inner-panel .panel-body .product-name span {
                        display: block;
                    }

                .product-info-panel .inner-panel .panel-body .product-description {
                    text-align: center;
                }

                .product-info-panel .inner-panel .panel-body .product-controls {
                    display: block;
                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .size-box-wrap {
                        margin-right: 0;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .size-box-wrap
                        .heading {
                            text-align: center;
                        }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .size-box-wrap
                        .size-box {
                            max-width: 100%;
                        }

                            .product-info-panel
                            .inner-panel
                            .panel-body
                            .product-controls
                            .size-box-wrap
                            .size-box
                            .chosen-container {
                                width: 100%;
                            }

                                .product-info-panel
                                .inner-panel
                                .panel-body
                                .product-controls
                                .size-box-wrap
                                .size-box
                                .chosen-container
                                .chosen-single > div {
                                    float: right;
                                }

                                .product-info-panel
                                .inner-panel
                                .panel-body
                                .product-controls
                                .size-box-wrap
                                .size-box
                                .chosen-container
                                .chosen-drop {
                                    width: 100%;
                                }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-price {
                        margin-bottom: 10px;
                        width: 100%;
                        text-align: center;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-price
                        .value::after {
                            display: none;
                        }

                    .product-info-panel
                    .inner-panel
                    .panel-body
                    .product-controls
                    .product-quantity {
                        margin-left: 0 !important;
                        width: 100%;
                        text-align: center !important;
                        margin-right: 0;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-quantity
                        .heading {
                            margin-left: 0 !important;
                            text-align: center;
                        }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .product-quantity
                        .control {
                            height: auto;
                            width: 100%;
                            max-width: 100%;
                        }

                    .product-info-panel .inner-panel .panel-body .product-controls .add-to-cart {
                        width: 100%;
                        text-align: center;
                        margin-top: 10px;
                    }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .add-to-cart
                        .heading {
                            display: none;
                        }

                        .product-info-panel
                        .inner-panel
                        .panel-body
                        .product-controls
                        .add-to-cart
                        button {
                            margin-left: 0 !important;
                            width: 100%;
                        }

            .product-info-panel .inner-panel .panel-footer {
                display: block;
                position: relative;
            }

                .product-info-panel .inner-panel .panel-footer .footer-inner {
                    margin-top: 20px;
                    padding-bottom: 45px;
                }

                    .product-info-panel .inner-panel .panel-footer .footer-inner .recommended {
                        display: block;
                        -webkit-transform: rotate(0);
                        transform: rotate(0);
                        top: 25px;
                        right: 0;
                        left: 0;
                        max-width: 300px;
                        margin: 0 auto;
                        text-align: center;
                    }

                    .product-info-panel .inner-panel .panel-footer .footer-inner .product-info {
                        text-align: center !important;
                    }

    .is-account-grid .column {
        padding: 0.75rem 0.25rem !important;
    }

    .account-title .brand-filigrane {
        top: -8px !important;
        left: -25px !important;
        height: 60px !important;
    }

    .account-title .ml-auto {
        display: none;
    }

    .profile-info-card .card-title {
        padding: 15px 12px;
    }

    .wishlist-card .item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px !important;
    }

        .wishlist-card .item-wrapper img {
            margin-right: 0 !important;
        }

        .wishlist-card .item-wrapper .product-info {
            text-align: center;
        }

        .wishlist-card .item-wrapper .action {
            margin: 0 !important;
        }

            .wishlist-card .item-wrapper .action .dropdown-menu {
                left: 0 !important;
                -webkit-transform: translateX(-40%) !important;
                transform: translateX(-40%) !important;
            }

    .menu-card {
        margin-bottom: 0;
    }

    .wishlist-item .action {
        padding: 10px 0;
    }

    .action-bar {
        width: calc(100% - 60px) !important;
        margin-left: 60px !important;
    }

    .invoice-wrapper {
        padding: 0.75rem 0 !important;
    }

    .invoice {
        padding: 20px !important;
    }

    .flat-card.is-auth-form .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .tile.has-background-image {
        min-height: 300px !important;
        padding: 1.25rem 1.5rem !important;
    }

        .tile.has-background-image .tile-content {
            height: 260px !important;
        }

            .tile.has-background-image .tile-content.is-small .divider,
            .tile.has-background-image .tile-content.is-small p {
                display: block !important;
            }

            .tile.has-background-image .tile-content .products {
                position: absolute;
                bottom: 0;
                padding: 0;
                left: 0;
            }

    .flat-card.is-list-item {
        padding: 20px !important;
    }

        .flat-card.is-list-item .product-info {
            padding: 20px !important;
        }

    .is-product-grid .product-info {
        text-align: center;
    }

    .cart-card:last-child {
        margin-bottom: 0;
    }

    .cart-card li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .cart-card li .product-info,
        .cart-card li .product-price,
        .cart-card li .product-quantity,
        .cart-card li .action {
            text-align: center !important;
            padding: 5px !important;
        }

            .cart-card li .product-price span {
                margin-left: 0 !important;
            }

        .cart-card li .action {
            margin: 10px auto;
        }

            .cart-card li .action .action-link {
                margin: 0 2px !important;
            }

    .order-list-card {
        padding: 20px !important;
    }

    .checkout-title .brand-filigrane {
        left: -15px !important;
    }

    .action-bar.is-mobile {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .customer-wrapper,
    .verification-wrapper {
        padding: 0 !important;
    }

    .shipping-wrapper {
        padding: 20px 10px !important;
    }

    .payment-wrapper {
        padding: 20px 0 !important;
    }

    #payment-methods {
        padding: 20px 0 !important;
    }

    .thanks-card p {
        padding: 10px 0 !important;
    }

    .auth-title .brand-filigrane {
        top: -10px !important;
        left: -16px !important;
        height: 58px !important;
    }

    .is-auth-form .column.is-mobile-padded {
        padding: 40px 20px !important;
    }

    .modal .modal-content {
        max-width: calc(100% - 20px);
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("../fonts/ajax-loader.gif") center center no-repeat;
}

@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick-1.eot") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: rgba(0, 0, 0, 0);
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: rgba(0, 0, 0, 0);
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: 0.75;
        }

/* Instagram ikonu büyütme */
.menu-fab .fab.fa-instagram {
    font-size: 28px !important;
    color: #E4405F;
    display: block;
}

/* Hamburger çizgilerini gizle */
.menu-fab .icon-line-top,
.menu-fab .icon-line-center,
.menu-fab .icon-line-bottom {
    display: none !important;
}

/* Hover efekti */
.menu-fab:hover .fab.fa-instagram {
    color: #C13584;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Navbar burger için Instagram ikonu */
.navbar-burger {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navbar-burger .fab.fa-instagram {
        font-size: 24px;
        color: #E4405F;
        cursor: pointer;
    }

    /* Hamburger çizgilerini gizle */
    .navbar-burger span {
        display: none !important;
    }

    /* Hover efekti */
    .navbar-burger:hover .fab.fa-instagram {
        color: #C13584;
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
/* NAVBAR DENEME */
/* NAVBAR DENEME */  
.modern-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
}

/* Logo Bölümü */
.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
}

    .navbar-brand img {
        height: 40px;
        margin-right: 10px;
    }

/* Ana Menü */
.navbar-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
}

    .navbar-menu li {
        position: relative;
    }

    .navbar-menu a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-weight: 500;
        padding: 10px 15px;
        border-radius: 8px;
        transition: all 0.3s ease;
        position: relative;
    }

        .navbar-menu a:hover {
            background-color: rgba(74, 144, 226, 0.1);
            color: #4a90e2;
        }

    .navbar-menu i {
        font-size: 1.2rem;
        margin-right: 8px;
    }

/* Sağ Taraf İkonları */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.action-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .action-button:hover {
        background-color: #4a90e2;
        color: white;
        border-color: #4a90e2;
        transform: translateY(-2px);
    }

/* Sepet Badge */
.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Mobil Toggle Butonu */
.mobile-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

    .mobile-toggle span {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 3px 0;
        transition: 0.3s;
        border-radius: 2px;
    }

    .mobile-toggle.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

/* Arama Kutusu */
.search-container {
    position: relative;
    display: none;
}

    .search-container.active {
        display: block;
    }

.search-input {
    width: 300px;
    padding: 12px 40px 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

    .search-input:focus {
        border-color: #4a90e2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }

.search-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #666;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }

    .navbar-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 20px;
        gap: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .navbar-menu.active {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

        .navbar-menu li {
            width: 100%;
        }

        .navbar-menu a {
            justify-content: flex-start;
            padding: 15px 20px;
            border-radius: 8px;
        }

    .navbar-actions {
        gap: 10px;
    }

    .action-button {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .search-input {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .navbar-container {
        padding: 0 15px;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }

        .navbar-brand img {
            height: 35px;
        }

    .search-input {
        width: 200px;
    }
}

/* Demo içerik */
.demo-content {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.demo-section {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.category-menu {
    position: sticky;
    top: 0;
    background: white;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    z-index: 100;
}

.category-btn {
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
}

    .category-btn.active {
        background: #007bff;
        color: white;
    }

html {
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    #products-container-unser {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
    }

        #products-container-unser::-webkit-scrollbar {
            display: none;
        }
        #products-container-unser .column {
            flex: 0 0 50%;
            max-width: 75%;
            margin-right: 1rem;
            scroll-snap-align: start;
        }

    .columns.is-product-grid {
        flex-wrap: nowrap !important;
    }

    .product-item {
        flex: 0 0 75%; 
        margin-right: 1rem;
        scroll-snap-align: start;
    }
}

    .product-item.hidden {
        display: none !important;
    }

.products-count {
    text-align: center;
    margin: 15px 0;
    color: #666;
    font-weight: 500;
}

.hero-container {
    height: 60vh !important;
}

@media (max-width: 768px) {
    .hero-container {
        height: 40vh !important;
    }
}

.background-image {
    background-position: center top !important;
}